@charset "UTF-8";
/* =======================================
 # スキン名
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体の背景色・画像 */
  /* 全体のテキスト色 */
  color: #ffffff;
}

a {
  /* リンク色（基本） */
  color: #d6fcff;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #8972ff;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #815fae;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #f8e6ff;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #ffff00;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #e7aeff;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #f0ccff;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #f0ccff;
}

#sbmtBtn input {
  color: #000;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  background: url(../img/header_bk.png) no-repeat 50% 25px;
  height: 322px;
  margin-bottom: 10px;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.6em;
  width: 850px;
  padding: 105px 0 10px;
  margin: 0 auto;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
  width: 850px;
  margin: 0 auto;
}

/* ブログナビ（上部） ------------------------- */
.skin-topNavText,
.skin-topNavText:hover,
.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #ffffff;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #9c65ff;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #e1c7ff;
  /* 背景 */
}

.skin-bottomNavText,
.skin-bottomNavText:hover,
.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #ffffff;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #9c65ff;
}

/* メイン ------------------------- */

.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #ffffff;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  color: #ffffff;
  font-size:1.6em;
  padding-bottom:20px;
}

.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;
  padding-bottom:20px;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #ffffff;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #ffff00;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #d6fcff;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #8972ff;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #815fae;
}

.skin-sideBorder {
  /* サイドカラムの境界線 */
  /* カレンダーの罫線など */
  border-color: #f0ccff;
}

.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #e7aeff;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn,
.skin-btn:hover,
.skin-btn:visited {
  /* メインカラムの通常ボタン */
  border-color: #ff78f1;
  background-color: #ffffff;
  color: #ff78f1;
}

.skin-btnPrimary,
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  /* メインカラムの強調ボタン */
  border-color: #ff78f1;
  background-color: #ff78f1;
  color: #ffffff;
}

.skin-btnPaging,
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  /* 前後ページングボタン */
  border-color: #e1c7ff;
  background-color: #d4aeff;
  color: #ffffff;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #ffffff;
}

.skin-btnIndex,
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  /* 目次ナビゲーション */
  border-color: #a77bc8;
  background-color: #a77bc8;
  color: #ffffff;
}

.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #a77bc8;
  background-color: #ffffff;
  color: #a77bc8;
}

.skin-btnSide,
.skin-btnSide:hover,
.skin-btnSide:visited {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #ff78f1;
  background-color: #ffffff;
  color: #ff78f1;
}

.skin-btnSidePrimary,
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #ff78f1;
  background-color: #ff78f1;
  color: #ffffff;
}

.skin-btnArchive,
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #ff78f1;
  background-color: #ffffff;
  color: #ff78f1;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #ff78f1;
  color: #ffffff;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background: #e3b6fc;
  background-color: rgba(248,230,255,.5);
  color: #ececec;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
.skin-page {
  /* ページ全体 */
  background: url(../img/body_bk.png) repeat-x 0 0 #dc8aff;
}

/* メイン ------------------------- */
.skin-blogBody {
  /* ヘッダー以下のエリア背景 */
  background: url(../img/footer_bk.png) repeat-x 0 100%;
  margin: 0 auto;
  padding-bottom: 150px;
}

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  padding-top: 20px;
}


.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  margin-bottom: 30px;
  padding-bottom: 2px;
  background-color: #e3b6fc;
  background-color: rgba(255,255,255,0.2);
  background-image: url(../img/entry_footer_2.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.skin-columnC .skin-blogMainInner,
.skin-columnD .skin-blogMainInner,
.skin-columnE .skin-blogMainInner {
  /* メインカラム、記事本文エリア */
  margin-bottom: 30px;
  padding-bottom: 2px;
  background-color: #e3b6fc;
  background-color: rgba(255,255,255,0.2);
  background-image: url(../img/entry_footer_3.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.skin-columnA .skin-entryTitle,
.skin-columnB .skin-entryTitle {
  margin: 0 -50px;
  padding: 25px 50px 25px 95px;
  margin-bottom: 20px;
  background: url(../img/entry_title.png) 8px 0 no-repeat;
}
.skin-columnC .skin-entryTitle,
.skin-columnD .skin-entryTitle,
.skin-columnE .skin-entryTitle {
  margin: 0 -50px;
  padding: 25px 30px 25px 95px;
  margin-bottom: 15px;
  background: url(../img/entry_title.png) 22px 0 no-repeat;
}

.skin-columnA .skin-message,
.skin-columnB .skin-message {
  /* メッセージエリア */
  padding: 40px 50px;
  position: relative;
  background: url(../img/bg_message_2.png) no-repeat 0 0;
}
.skin-columnA .skin-message:after,
.skin-columnB .skin-message:after {
  display: block;
  width: 100%;
  height: 15px;
  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: 40px 30px;
  position: relative;
  background: url(../img/bg_message_3.png) no-repeat 0 0;
}
.skin-columnC .skin-message:after,
.skin-columnD .skin-message:after,
.skin-columnE .skin-message:after {
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_message_3.png) no-repeat 0 0;
  content: "";
}

.skin-archiveList dd a {
  color: #d6fcff;
}

.skin-archiveList dd a:visited {
  color: #815fae;
}

.skin-archiveNavTabs li a {
  color: #d6fcff;
}

/* サイド ------------------------- */
.skin-blogSubA .skin-widget {
  /* サイドカラムのモジュール */
  margin-bottom: 20px;
  padding: 20px 15px;
  background-color: #e3b6fc;
  background-color: rgba(255,255,255,0.2);
  background-image: url(../img/side_title_subA.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.skin-blogSubB .skin-widget {
  /* サイドカラムのモジュール */
  margin-bottom: 20px;
  padding: 20px 15px;
  background-color: #e3b6fc;
  background-color: rgba(255,255,255,0.2);
  background-image: url(../img/side_title_subB.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.skin-widgetTitle {
  /* サイドカラムタイトル背景 */
  padding-top: 20px;
  text-align: center;
}

.skin-widget .skin-calendarDate {
  padding: 0;
}

.skin-widget .skin-blogSearchInput {
  font-size: 12px;
}

.skin-widget .skin-calendarPrev {
  left: 10%;
}

.skin-widget .skin-calendarNext {
  right: 10%;
}

.skin-widget [amb-component='widgetLink']:first-child {
  padding-top: 50px;
}

.skin-widget [data-uranus-component='widgetLink']:first-child {
  padding-top: 50px;
}

#freespace .skin-widgetBody {
  padding-top: 50px;
}
