@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体のテキスト色 */
  color: #333333;
}

a {
  /* リンク色（基本） */
  color: #ff5f5f;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #d35e5e;
}

a:visited {
  /* リンク53a9ff（訪問済み） */
  color: #ff9696;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #999999;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #00b6b0;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #ffe5de;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #909090;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #e7caca;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  height: 342px;
  padding-top: 60px;
  background: url(../img/header_bk.png) no-repeat 50% 30px;
  word-break: break-all;
}


.skin-bgHeader a {
  display: table;
  width: 100%;
  height: 310px;
}

.skin-headerTitle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #ff5f5f;
  font-size:1.6em;
  line-height:1.3em;
  text-align:center;
  padding: 0 100px 5px;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #ff9696;
  font-size:1em;
  line-height:1.3em;
  text-align:center;
  padding: 0 100px ;
}

/* ブログナビ（上部） ------------------------- */

.skin-topNavText,
.skin-topNavText:hover,
.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #333333;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #ff5f5f;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #666666;
}

.skin-bottomNavText,
.skin-bottomNavText:hover,
.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #333333;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #ff5f5f;
}

/* メイン ------------------------- */

.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #333333;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #333333;
  font-size:1.6em;
  line-height:1.1em;
}

.skin-titleLink,
.skin-titleLink:hover,
.skin-titleLink:visited {
  /* リンク付き記事タイトルの文字色 */
  color: #333333;
}

.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: #333333;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #333333;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #00b6b0;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #ff5f5f;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #d35e5e;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #ff9696;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */
  border-color: #e7caca;
}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #ffffff;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn,
.skin-btn:hover,
.skin-btn:visited {
  /* メインカラムの通常ボタン */
  border-color: #ff5f5f;
  background-color: #ffffff;
  color: #ff5f5f;
}

.skin-btnPrimary,
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  /* メインカラムの強調ボタン */
  border-color: #ff9696;
  background-color: #ff9696;
  color: #ffffff;
}

.skin-btnPaging,
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  /* 前後ページングボタン */
  border-color: #ff5f5f;
  background-color: #ffffff;
  color: #ff5f5f;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #ff5f5f;
}

.skin-btnIndex,
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  /* 目次ナビゲーション */
  border-color: #333333;
  background-color: #333333;
  color: #ffffff;
}

.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #333333;
  background-color: #ffffff;
  color: #333333;
}

.skin-btnSide,
.skin-btnSide:hover,
.skin-btnSide:visited {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #ff5f5f;
  background-color: #ffffff;
  color: #ff5f5f;
}

.skin-btnSidePrimary,
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #ff9696;
  background-color: #ff9696;
  color: #ffffff;
}

.skin-btnArchive,
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #ff5f5f;
  background-color: #ffffff;
  color: #ff5f5f;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #ff5f5f;
  color: #ffffff;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background-color: #fff1ed;
  color: #F1CDCD;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */

.skin-page {
  /* ページ全体 */
  background: #ffdbd1;

}

/* メイン ------------------------- */
.skin-blogBody {
  /* ヘッダー以下のエリア背景 */
  background: url(../img/footer_bk.png) no-repeat 50% bottom;
  margin: 0 auto 10px;
  padding-bottom:  219px;
}

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  padding-top: 10px;
}

.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  position: relative;
  margin-bottom: 30px;
  background: url(../img/entry_title_2.png) no-repeat 0 0;
  padding: 65px 30px;
}
.skin-columnA .skin-blogMainInner:after,
.skin-columnB .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/entry_footer_2.png) no-repeat 0 0;
  content: "";
}

.skin-columnC .skin-blogMainInner,
.skin-columnD .skin-blogMainInner,
.skin-columnE .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  position: relative;
  margin-bottom: 30px;
  background: url(../img/entry_title_3.png) no-repeat 0 0;
  padding: 55px 30px ;
}
.skin-columnC .skin-blogMainInner:after,
.skin-columnD .skin-blogMainInner:after,
.skin-columnE .skin-blogMainInner:after {
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/entry_footer_3.png) no-repeat 0 0;
  content: "";
}

.skin-columnA .skin-message,
.skin-columnB .skin-message {
  /* メッセージエリア */
  padding: 30px;
  position: relative;
}
.skin-columnA .skin-message:before,
.skin-columnB .skin-message:before {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_message_2.png) no-repeat 0 0;
  content: "";
}
.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 0 0;
  content: "";
}

.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  /* メッセージエリア */
  padding: 30px;
  position: relative;
}
.skin-columnC .skin-message:before,
.skin-columnD .skin-message:before,
.skin-columnE .skin-message:before {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_message_3.png) no-repeat 0 0;
  content: "";
}
.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 0 0;
  content: "";
}

.skin-columnA .skin-entryTitle,
.skin-columnB .skin-entryTitle {
  background: url(../img/entry_title_line_2.png) no-repeat left bottom;
  padding: 25px 0 25px 45px;
  margin-bottom: 25px;
}

.skin-columnC .skin-entryTitle,
.skin-columnD .skin-entryTitle,
.skin-columnE .skin-entryTitle {
  background: url(../img/entry_title_line_3.png) no-repeat left bottom;
  padding: 30px 0 30px 45px;
  margin-bottom: 20px;
}

.skin-archiveList {
  position: relative;
}

.skin-archiveList:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffdbd1;
  content: "";
}

.skin-archiveList dd a {
  color: #ff5f5f;
}

.skin-archiveList dd a:visited {
  color: #ff9696;
}

.skin-archiveNavTabs li a {
  color: #ff5f5f;
}

/* サイド ------------------------- */
.skin-blogSubA .skin-widgetTitle {
  /* 広いサイドカラムタイトル背景 */
  background: url(../img/side_title_subA.png) no-repeat 0 0;
  padding: 30px 0 0 35px;
  margin-bottom: 20px;
  width: 300px;
  min-height: 18px;
}
.skin-blogSubB .skin-widgetTitle {
  /* 狭いサイドカラムタイトル背景 */
  background: url(../img/side_title_subB.png) no-repeat 0 0;
  padding: 30px 0 0 35px;
  margin-bottom: 20px;
  width: 200px;
  min-height: 18px;
}
