@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体の背景色・画像 */
  background: url(../img/body_bk.png) center top repeat;
  /* 全体のテキスト色 */
  color: #6e5941;
}

a {
  /* リンク色（基本） */
  color: #4ea767;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #4ea767;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #99b09f;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #a7ac9a;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #d37970;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #f7f7f7;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #bda89c;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #bda89c;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  background: #f7f7f7;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #887062;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #887062;
}

/* ブログナビ（上部） ------------------------- */
.skin-blogHeaderNav {
  /* 上下の境界線 */
  border-color: #bda89c;
  /* 背景 */
}

.skin-topNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #6a481a;
}

.skin-topNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #6a481a;
}

.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #6a481a;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #6a481a;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #bda89c;
  /* 背景 */
  background-color: #ffffff;
}

.skin-bottomNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #6a481a;
}

.skin-bottomNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #6a481a;
}

.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #6a481a;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #6a481a;
}

/* メイン ------------------------- */
.skin-bgMain {
  /* メインエリア背景  */
  background: #f1f8eb;
}

.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #6e5941;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #896855;
}

.skin-titleLink,
.skin-titleLink:hover,
.skin-titleLink:visited {
  /* リンク付き記事タイトルの文字色 */
  color: #896855;
}

.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: #896855;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #6e5941;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #d37970;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #4ea767;
}

.skin-calendar a:hover
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #4ea767;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #99b09f;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */
  border-color: #bda89c;
}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #ffffff;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn {
  /* メインカラムの通常ボタン */
  border-color: #e3e3e3;
  background-color: #ffffff;
  color: #6e5941;
}
.skin-btn:hover,
.skin-btn:visited {
  color: #6e5941;
}

.skin-btnPrimary {
  /* メインカラムの強調ボタン */
  border-color: #2b7f43;
  background-color: #4ea767;
  color: #ffffff;
}
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  color: #ffffff;
}

.skin-btnPaging {
  /* 前後ページングボタン */
  border-color: #d7d7d7;
  background-color: #ffffff;
  color: #4ea767;
}
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  color: #4ea767;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #4ea767;
}

.skin-btnIndex {
  /* 目次ナビゲーション */
  border-color: #e3e3e3;
  background-color: #ffffff;
  color: #999999;
}
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  color: #999999;
}
.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #cccccc;
  background-color: #b5b5b5;
  color: #ffffff;
}
.skin-btnIndex.is-disabled {
  /* 目次ナビゲーション 無効時 */
  border-color: #cccccc;
  background-color: #b5b5b5;
  color: #979696;
}

.skin-btnSide {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #c1b2a4;
  background-color: #ffffff;
  color: #684f1a;
}
.skin-btnSide:hover,
.skin-btnSide:visited {
  color: #684f1a;
}

.skin-btnSidePrimary {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #2b7f43;
  background-color: #4ea767;
  color: #ffffff;
}
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  color: #ffffff;
}

.skin-btnArchive {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #e3e3e3;
  background-color: #ffffff;
  color: #6e5941;
}
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  color: #6e5941;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #d6f3cf;
  color: #6e5941;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background-color: #f3f3f3;
  color: #ccc;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
a {
  /* テキストリンク */
  text-decoration: none;
}
.skin-page {
  /* ページ全体 */
  margin: 0 auto;
}
.skin-page a {
  text-decoration: none;
}
.skin-page img {
  border: none;
  vertical-align: top;
}

/* ヘッダ ------------------------- */
.skin-bgHeader {
  position: relative;
  margin: 60px auto 0;
  background-color: transparent;
}
.skin-bgHeader > div:after {
  display: block;
  width: 1140px;
  height: 352px;
  position: absolute;
  top: -52px;
  left: -1px;
  background: url(../img/hd_main.png) 0 0 no-repeat;
  content: "";
}
.skin-headerTitle {
  position: absolute;
  z-index: 3;
  width: 532px;
  top: 98px;
  left: 247px;
}
.skin-headerImage {
  position: absolute;
  top: -52px;
  left: -1px;
  z-index: 1;
}
.skin-bgHeader a {
  display: block;
  min-height: 300px;
}
.skin-blogMainTitle {
  margin: 0 0 17px;
  font-size: 26px;
  line-height: 1;
}
.skin-blogSubTitle {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}

/* ブログヘッダナビゲーション ------------------------- */
.skin-blogHeaderNav {
  border-top: 0;
  border-bottom: 0;
}
.skin-blogHeaderNavInner  {
  margin: 0 auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #bda89c;
  background: url(../img/hd_sub.png) center 0 no-repeat #ffffff;
}

/* メイン ------------------------- */
.skin-blogBody {
  /* ヘッダー以下のエリア背景 */
  line-height: 1.75;
  margin: 0 auto;
}

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  background: #f1f8eb;
  margin: 0 auto;
}

.skin-blogBodyInner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
}

.skin-paging {
  margin: 30px auto;
}

.skin-columnC .skin-blogMainInner,
.skin-columnD .skin-blogMainInner,
.skin-columnE .skin-blogMainInner {
  padding-right: 0;
  padding-left: 0;
}

.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  padding-right: 0;
  padding-left: 0;
}

.skin-columnC .skin-blogArchive,
.skin-columnD .skin-blogArchive,
.skin-columnE .skin-blogArchive {
  padding-right: 0;
  padding-left: 0;
}

.skin-columnC .skin-blogFooterNav,
.skin-columnD .skin-blogFooterNav,
.skin-columnE .skin-blogFooterNav {
  padding-right: 0;
  padding-left: 0;
}

.skin-archiveList dd a {
  color: #4ea767;
}

.skin-archiveList dd a:visited {
  color: #99b09f;
}

/* 記事 ------------------------- */
.skin-entry {
  margin-top: 35px;
}
.skin-entryPubdate {
  font-size: 12px;
  margin: 4px 0;
}
.skin-entryPubdate .skin-textLoud {
  margin-right: 0.5em;
}
.skin-entryThemes {
  font-size: 12px;
  margin: 4px 0;
}
.skin-entryThemes dt,
.skin-entryThemes dd {
  margin: 0;
  display: inline-block;
}

.skin-entryTitle,
.skin-titleLink {
  font-size: 27px;
  border-bottom: 1px solid #bda89c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.skin-entryShare li {
  margin-left: 8px;
  line-height: 1;
}

/* 画像つき記事 */
.skin-mainWidgetTitle {
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  margin: 80px 0 10px;
}
.skin-mainWidgetTitle > * {
  margin: 0;
}

/* ページネーション */
.skin-pagination .skin-btnIndex {
  color: #4ea767;
}
.skin-pagination .skin-btnIndex.is-active {
  background-color: #f1f8eb;
  color: #99b09f;
  border-color: #99b09f;
}

.skin-blogArchive + .skin-blogFooterNav {
  position: relative;
}

.skin-blogArchive + .skin-blogFooterNav:before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -42px;
  left: 0;
  background: #f1f8eb;
  content: "";
}

.skin-archiveNavTabs li a {
  color: #4ea767;
}

/* サイド ------------------------- */
.skin-widgetTitle {
  border-bottom: 1px solid #bda89c;
  margin-bottom: 6px;
  padding-bottom: 10px;
}

/* ボタン ------------------------- */
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #99b09f;
}

/* ダミー ------------------------- */
.skin-entryTitle a,
.skin-entryTitle a:hover,
.skin-entryTitle a:visited {
  /* 記事タイトル文字色 */
  color: #896855;
}
