@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体のテキスト色 */
  color: #454545;
}

a {
  /* リンク色（基本） */
  color: #cc6477;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #ff2e64;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #924452;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #999999;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #e6002a;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #edf6f7;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #7aa5aa;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #a9ced2;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  position: relative;
  margin: 0 auto;
  word-break: break-all;
}

.skin-bgHeader:before,
.skin-bgHeader:after {
  display: block;
  position: absolute;
  content: "";
}

.skin-bgHeader:before {
  width: 407px;
  height: 357px;
  top: 0;
  right: 0;
  background: url(../img/header_bk.png) no-repeat right top;
}

.skin-bgHeader:after {
  width: 145px;
  height: 161px;
  top: 0;
  left: 0;
  background: url(../img/header_bk2.png) no-repeat left top;
}

.skin-bgHeader > div {
  display: table;
  height: 357px;
}

.skin-bgHeader > div > a {
  display: table-cell;
  vertical-align: middle;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #cf5c71;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 0 372px 5px 125px;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #454545;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 372px 0 125px;
}

/* ブログナビ（上部） ------------------------- */
.skin-topNavText,
.skin-topNavText:hover,
.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #424242;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #7aa5aa;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #ffffff;
}

.skin-bottomNavText,
.skin-bottomNavText:hover,
.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #424242;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #7aa5aa;
}

/* メイン ------------------------- */
.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #4c4c4c;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #424242;
  font-size: 1.6em;
  line-height: 1.1em;
  /* 記事タイトル背景*/
  border-bottom: 1px solid #7aa5aa;
  padding: 5px 0 20px;
  margin-bottom: 20px;
}

.skin-titleLink,
.skin-titleLink:hover,
.skin-titleLink:visited {
  /* リンク付き記事タイトルの文字色 */
  color: #4c4c4c;
}

.skin-btnPaging [amb-icon~='amember'] {
  margin-left: -.5em;
}

.skin-pagingPrev [amb-icon~='amember'] {
  margin-left: 0;
}

.skin-btnPaging [data-uranus-icon~='amember'] {
  margin-left: -.5em;
}

.skin-pagingPrev [data-uranus-icon~='amember'] {
  margin-left: 0;
}

/* サイド ------------------------- */
.skin-widgetTitle {
  /* サイドカラムモジュールタイトル */
  color: #454545;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #454545;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #e6002a;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #cc6477;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #ff2e64;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #924452;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */
  border-color: #a9ced2;
}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #edf6f7;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn,
.skin-btn:hover,
.skin-btn:visited {
  /* メインカラムの通常ボタン */
  border-color: #7aa5aa;
  background-color: #ffffff;
  color: #7aa5aa;
}

.skin-btnPrimary,
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  /* メインカラムの強調ボタン */
  border-color: #7aa5aa;
  background-color: #7aa5aa;
  color: #ffffff;
}

.skin-btnPaging,
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  /* 前後ページングボタン */
  border-color: #d4e8ea;
  background-color: #d4e8ea;
  color: #60989e;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #60989e;
}

.skin-btnIndex,
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  /* 目次ナビゲーション */
  border-color: #7aa5aa;
  background-color: #7aa5aa;
  color: #ffffff;
}

.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #7aa5aa;
  background-color: #ffffff;
  color: #7aa5aa;
}

.skin-btnSide,
.skin-btnSide:hover,
.skin-btnSide:visited {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #7aa5aa;
  background-color: #ffffff;
  color: #7aa5aa;
}

.skin-btnSidePrimary,
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #7aa5aa;
  background-color: #7aa5aa;
  color: #ffffff;
}

.skin-btnArchive,
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #7aa5aa;
  background-color: #ffffff;
  color: #7aa5aa;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #7aa5aa;
  color: #ffffff;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background-color: #eeeeee;
  color: #cccccc;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
.skin-page {
  /* ページ全体 */
  background: url(../img/body_bk.png);
}

/* メイン ------------------------- */
.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  padding-top:20px;
}

.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* 記事タイトル背景*/
  position: relative;
  background: #ffffff url(../img/bg_entry_title_2.png) 0 0 no-repeat;
  padding-top: 120px;
  padding-bottom: 203px;
  margin-bottom: 30px;
}
.skin-columnA .skin-blogMainInner:after,
.skin-columnB .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 203px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_entry_footer_2.png) 0 0 no-repeat;
  content: "";
}

.skin-columnC .skin-blogMainInner,
.skin-columnD .skin-blogMainInner,
.skin-columnE .skin-blogMainInner {
  position: relative;
  background: #ffffff url(../img/bg_entry_title_3.png) 0 0 no-repeat;
  padding-top: 120px;
  padding-bottom: 203px;
  margin-bottom: 30px;
}
.skin-columnC .skin-blogMainInner:after,
.skin-columnD .skin-blogMainInner:after,
.skin-columnE .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 203px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_entry_footer_3.png) 0 0 no-repeat;
  content: "";
}

.skin-columnA .skin-message,
.skin-columnB .skin-message {
  /* メッセージエリア */
  position: relative;
  padding: 35px 50px;
  background: #ffffff url(../img/message_header_2.png) no-repeat center top;
}
.skin-columnA .skin-message:after,
.skin-columnB .skin-message:after {
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/message_footer_2.png) no-repeat center bottom;
  content: "";
}

.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  /* メッセージエリア */
  position: relative;
  padding: 30px 40px;
  background: #ffffff url(../img/message_header_3.png) no-repeat center top;
}
.skin-columnC .skin-message:after,
.skin-columnD .skin-message:after,
.skin-columnE .skin-message:after {
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/message_footer_3.png) no-repeat center bottom;
  content: "";
}

.skin-messageInner {
  position: relative;
  z-index: 1;
}

.skin-columnC .skin-blogArchive,
.skin-columnD .skin-blogArchive,
.skin-columnE .skin-blogArchive {
  padding-right: 0;
  padding-left: 0;
}

.skin-columnA .skin-blogFooterNav,
.skin-columnB .skin-blogFooterNav,
.skin-columnC .skin-blogFooterNav,
.skin-columnD .skin-blogFooterNav,
.skin-columnE .skin-blogFooterNav {
  padding-right: 0;
  padding-left: 0;
}

.skin-blogArchiveBody {
  padding: 10px 20px 0;
  background: #fff;
}

.skin-archiveList {
  position: relative;
}

.skin-archiveList:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  content: "";
}

.skin-archiveNavTabs li a {
  border: 0;
  color: #cc6477;
}

[amb-component='archiveNavTab'].is-active {
  background: #fff;
}

[data-uranus-component='archiveNavTab'].is-active {
  background: #fff;
}

.skin-archiveList dd a {
  color: #cc6477;
}

.skin-archiveList dd a:visited {
  color: #924452;
}

.skin-paging .skin-textQuiet {
  color: #60989e;
}

.skin-blogUsers {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

/* サイド ------------------------- */
.skin-widgetTitle {
  /* サイドカラムのタイトル背景*/
  margin-bottom: 10px;
}
