@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体のテキスト色 */
  color: #73848e;
}

a {
  /* リンク色（基本） */
  color: #4ca5d3;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #6cc7f7;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #86ced1;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #a2b7c2;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #d36490;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #f5fdfe;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #55b0c7;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #55b0c7;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  background: url(../img/header_bk.png) no-repeat 50% 0;
  height: 450px;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #ffffff;
  padding: 20px 475px 5px 0;
  font-size: 1.6em;
  line-height: 1.4;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #ffffff;
  padding: 10px 475px 0 0;
  font-size: 0.8em;
  line-height: 1.6;
}

/* ブログナビ（上部） ------------------------- */
.skin-blogHeaderNav {
  /* 上下の境界線 */
  border: none;
  /* 背景 */
  background: #e5f3f5;
  width: 1120px;
  margin: 0 auto -30px;
}

.skin-topNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #4ca5d3;
}

.skin-topNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #4ca5d3;
}

.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #4ca5d3;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #1c518f;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #55b0c7;
}

.skin-bottomNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #4ca5d3;
}

.skin-bottomNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #4ca5d3;
}

.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #4ca5d3;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #1c518f;
}

/* メイン ------------------------- */

.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #96754e;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #1c518f;
  padding-top: 72px;
  margin-bottom: 30px;
}

.skin-titleLink,
.skin-titleLink:hover,
.skin-titleLink:visited {
  /* リンク付き記事タイトルの文字色 */
  color: #1c518f;
}

.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: #1c518f;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #73848e;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #d36490;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #4ca5d3;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #6cc7f7;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #86ced1;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */

}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #ffffff;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn {
  /* メインカラムの通常ボタン */
  border-color: #55b0c7;
  background-color: #ffffff;
  color: #55b0c7;
}
.skin-btn:hover,
.skin-btn:visited {
  color: #55b0c7;
}

.skin-btnPrimary {
  /* メインカラムの強調ボタン */
  border-color: #1c518f;
  background-color: #1c518f;
  color: #ffffff;
}
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  color: #ffffff;
}

.skin-btnPaging {
  /* 前後ページングボタン */
  border-color: #55b0c7;
  background-color: #55b0c7;
  color: #ffffff;
}
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  color: #ffffff;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #ffffff;
}

.skin-btnIndex {
  /* 目次ナビゲーション */
  border-color: #55b0c7;
  background-color: #ffffff;
  color: #55b0c7;
}
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  color: #55b0c7;
}
.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #55b0c7;
  background-color: #55b0c7;
  color: #ffffff;
}

.skin-btnSide {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #1c518f;
  background-color: #ffffff;
  color: #1c518f;
}
.skin-btnSide:hover,
.skin-btnSide:visited {
  color: #1c518f;
}

.skin-btnSidePrimary {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #1c518f;
  background-color: #1c518f;
  color: #ffffff;
}
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  color: #ffffff;
}

.skin-btnArchive {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #55b0c7;
  background-color: #ffffff;
  color: #55b0c7;
}
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  color: #55b0c7;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #c7e9e9;
  color: #1c518f;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background: none;
  color: #a2b7c2;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
.skin-page {
  /* ページ全体 */
  background: url(../img/bg_header.png) repeat-x top #005798; 
}

/* メイン ------------------------- */
.skin-blogHeaderNavInner {
  margin-bottom: 32px;
}

.skin-blogBody {
  /* ヘッダー以下のエリア背景 */
  margin: 0;
  padding: 0;
}

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  background: #e5f3f5;
  padding-top: 20px;
}

.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* 記事タイトル背景*/
  position: relative;
  background: url(../img/bg_contents_2.png) 0 0 repeat-y;
  padding-top: 20px;
  padding-bottom: 30px;
}
.skin-columnA .skin-blogMainInner:before,
.skin-columnB .skin-blogMainInner:before {
  display: block;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 30px;
  background: url(../img/bg_entry_title_2.png) 0 0 no-repeat;
  content: "";
}
.skin-columnA .skin-blogMainInner:after,
.skin-columnB .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 15px;
  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: url(../img/bg_contents_3.png) 0 0 repeat-y;
  padding-top: 20px;
  padding-bottom: 30px;
}
.skin-columnC .skin-blogMainInner:before,
.skin-columnD .skin-blogMainInner:before,
.skin-columnE .skin-blogMainInner:before {
  display: block;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 15px;
  background: url(../img/bg_entry_title_3.png) 0 0 no-repeat;
  content: "";
}
.skin-columnC .skin-blogMainInner:after,
.skin-columnD .skin-blogMainInner:after,
.skin-columnE .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 15px;
  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 {
  /* メッセージエリア */
  padding: 30px 50px;
  position: relative;
  background: url(../img/bg_message_2.png) no-repeat center top;
}
.skin-columnA .skin-message:after,
.skin-columnB .skin-message:after {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_message_2.png) no-repeat center top;
  content: "";
}

.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  /* メッセージエリア */
  padding: 30px 50px;
  position: relative;
  background: url(../img/bg_message_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: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_message_3.png) no-repeat center top;
  content: "";
}

.skin-archiveList dd a {
  color: #4ca5d3;
}

.skin-archiveList dd a:visited {
  color: #86ced1;
}

.skin-blogArchive + .skin-blogFooterNav {
  position: relative;
}

.skin-blogArchive + .skin-blogFooterNav:before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -42px;
  left: 0;
  background: #e5f3f5;
  content: "";
}

.skin-archiveNavTabs li a {
  color: #4ca5d3;
}

/* サイド ------------------------- */
.skin-blogSubA .skin-widgetTitle {
  /* 広いサイドカラム */
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subA.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 0 0 0 58px;
  height: 32px;
}

.skin-blogSubB .skin-widgetTitle {
  /* 狭いサイドカラム（3カラムレイアウト時のみ） */
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subB.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 0 0 0 58px;
  height: 32px;
}
