@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体のテキスト色 */
  color: #684f1a;
}

a {
  /* リンク色（基本） */
  color: #17b3ca;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #f36;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #663399;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #cc9966;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #ed6780;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #fff2ef;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #b3b3b3;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #dddddd;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  position: relative;
  background: url(../img/header.png) no-repeat 50% 30px; 
  height: 298px;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #ba996e;
  font-size: 1.4em;
  line-height: 1.1em;
  padding: 115px 335px 10px 203px;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #684f1a;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0 335px 0 203px;
}

/* ブログナビ（上部） ------------------------- */
.skin-topNavText,
.skin-topNavText:hover,
.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #f07894;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #63574d;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #b3b3b3;
}

.skin-bottomNavText,
.skin-bottomNavText:hover,
.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #f07894;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #63574d;
}

/* メイン ------------------------- */
.skin-bgMain {
  /* メインエリア背景  */
  background: #ffffff;
}

.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #684f1a;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #ffffff;
  font-size:1.6em;
  line-height:1.1em;
}

.skin-titleLink,
.skin-titleLink:hover,
.skin-titleLink:visited {
  /* リンク付き記事タイトルの文字色 */
  color: #ffffff;
}

.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: #ffffff;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #684f1a;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #ed6780;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #17b3ca;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #f36;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #663399;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */
  border-color: #dddddd;
}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #fff2ef;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn,
.skin-btn:hover,
.skin-btn:visited {
  /* メインカラムの通常ボタン */
  border-color: #f07894;
  background-color: #ffffff;
  color: #f07894;
}

.skin-btnPrimary,
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  /* メインカラムの強調ボタン */
  border-color: #f07894;
  background-color: #f07894;
  color: #ffffff;
}

.skin-btnPaging,
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  /* 前後ページングボタン */
  border-color: #dddddd;
  background-color: #fff7f2;
  color: #684f1a;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #684f1a;
}

.skin-btnIndex,
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  /* 目次ナビゲーション */
  border-color: #f07894;
  background-color: #f07894;
  color: #ffffff;
}

.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #f07894;
  background-color: #ffffff;
  color: #f07894;
}

.skin-btnSide,
.skin-btnSide:hover,
.skin-btnSide:visited {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #f07894;
  background-color: #ffffff;
  color: #f07894;
}

.skin-btnSidePrimary,
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #f07894;
  background-color: #f07894;
  color: #ffffff;
}

.skin-btnArchive,
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #f07894;
  background-color: #ffffff;
  color: #f07894;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #f07894;
  color: #ffffff;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background-color: #fff2ef;
  color: #f6c2ce;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
body {
  background: url(../img/bg.gif) 0 0 repeat;
}

.skin-page {
  /* ページ全体 */
/*  background: url(../img/frame_bg.png) repeat-y center 298px;*/
}

/* メイン ------------------------- */
.skin-blogHeaderNav {
  background: url(../img/frame_bg.png) center -3px repeat-y;
}

.skin-blogBody {
  background: url(../img/frame_bg.png) center top repeat-y;
}

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
 padding-top: 0; 
}

.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  position: relative;
  margin-bottom: 30px;
  padding: 8px 50px 2px;
  background: url(../img/entry_body_2.png) center repeat-y;
}

.skin-columnA .skin-blogMainInner:before,
.skin-columnB .skin-blogMainInner:before {
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/entry_title_header_2.png) 0 0 no-repeat;
  content: "";
}

.skin-columnA .skin-blogMainInner:after,
.skin-columnB .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/entry_footer_2.png) 0 100% no-repeat;
  content: "";
}

.skin-columnC .skin-blogMainInner,
.skin-columnD .skin-blogMainInner,
.skin-columnE .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  position: relative;
  margin-bottom: 30px;
  padding: 8px 30px 2px;
  background: url(../img/entry_body_3.png) repeat-y center;
}

.skin-columnC .skin-blogMainInner:before,
.skin-columnD .skin-blogMainInner:before,
.skin-columnE .skin-blogMainInner:before {
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/entry_title_header_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: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/entry_footer_3.png) 0 100% no-repeat;
  content: "";
}

.skin-columnA .skin-entryHead,
.skin-columnB .skin-entryHead {
  /* 記事タイトル背景*/
  position: relative;
  margin: 0 -50px;
}

.skin-columnA .skin-entryTitle,
.skin-columnB .skin-entryTitle {
  /* 記事タイトル*/
  background: url(../img/entry_title_bg.png) 0 0 repeat;
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative;
  padding: 30px 50px 35px;
  min-height: 67px;
  box-sizing: border-box;
}

.skin-columnA .skin-entryTitle:before,
.skin-columnB .skin-entryTitle:before {
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  right: 9px;
  bottom: 8px;
  background: url(../img/entry_title_ic.png) no-repeat 0 0;
  content: "";
}
.skin-columnA .skin-entryTitle:after,
.skin-columnB .skin-entryTitle:after {
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 95%;
  left: 0;
  background: url(../img/entry_title_footer_2.png) no-repeat 0 100%;
  content: "";
}

.skin-columnC .skin-entryHead,
.skin-columnD .skin-entryHead,
.skin-columnE .skin-entryHead  {
  /* 記事タイトル背景*/
  position: relative;
  margin: 0 -30px;
}

.skin-columnC .skin-entryTitle,
.skin-columnD .skin-entryTitle,
.skin-columnE .skin-entryTitle {
  /* 記事タイトル*/
  background: url(../img/entry_title_bg.png);
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative;
  padding: 20px 30px 30px;
  min-height: 67px;
  box-sizing: border-box;
}
.skin-columnC .skin-entryTitle:before,
.skin-columnD .skin-entryTitle:before,
.skin-columnE .skin-entryTitle:before {
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  right: 9px;
  bottom: 8px;
  background: url(../img/entry_title_ic.png) no-repeat 0 0;
  content: "";
}
.skin-columnC .skin-entryTitle:after,
.skin-columnD .skin-entryTitle:after,
.skin-columnE .skin-entryTitle:after {
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 95%;
  left: 0;
  background: url(../img/entry_title_footer_3.png) no-repeat 0 100%;
  content: "";
}

.skin-entryTitle a {
  display: table-cell;
  vertical-align: middle;
}

.skin-columnA .skin-entryPubdate,
.skin-columnB .skin-entryPubdate {
  /* 日付*/
  padding: 20px 50px 0;
}

.skin-columnC .skin-entryPubdate,
.skin-columnD .skin-entryPubdate,
.skin-columnE .skin-entryPubdate {
  /* 日付*/
  padding: 20px 30px 0;
}

.skin-columnA .skin-entryThemes,
.skin-columnB .skin-entryThemes {
  /* テーマ*/
  padding: 0 50px 20px;
}

.skin-columnC .skin-entryThemes,
.skin-columnD .skin-entryThemes,
.skin-columnE .skin-entryThemes {
  /* テーマ*/
  padding: 0 30px 20px;
}

.skin-message {
  /* メッセージエリア */
  background: url(../img/msg_bg2.gif) no-repeat right top, url(../img/msg_bg.gif); 
  border: 5px solid #63574d;
}

.skin-columnA .skin-message,
.skin-columnB .skin-message {
  /* メッセージエリア */
  padding: 20px 50px;
}
.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  /* メッセージエリア */
  padding: 20px 30px;
}

.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: #17b3ca;
}

.skin-archiveList dd a:visited {
  color: #663399;
}

.skin-blogArchive + .skin-blogFooterNav {
  position: relative;
}

.skin-blogArchive + .skin-blogFooterNav:before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -42px;
  left: 0;
  background: #fff;
  content: "";
}

.skin-archiveNavTabs li a {
  color: #17b3ca;
}

/* サイド ------------------------- */
.skin-columnA .skin-widgetTitle,
.skin-columnB .skin-widgetTitle {
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subA.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 9px 0 0 25px;
  height: 37px;
}

.skin-columnC .skin-widgetTitle,
.skin-columnD .skin-widgetTitle,
.skin-columnE .skin-widgetTitle {
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subB.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 9px 0 0 25px;
  height: 37px;
}

.skin-widgetBody {
  padding-left: 13px;
}
