@charset "UTF-8";
/* =======================================
 # スキン名 ur_catandlamp
 スタンダード型
 ======================================= */

/* ---------------------------------------
 ## 基本スタイル
 下記に記述されている各プロパティの値を変更してください。
 --------------------------------------- */

/* 基本 ------------------------- */
html {
  /* 全体のテキスト色 */
  color: #ededed;
}

a {
  /* リンク色（基本） */
  color: #8cfafd;
}

a:hover {
  /* リンク色（マウスオーバー） */
  color: #89dfea;
}

a:visited {
  /* リンク色（訪問済み） */
  color: #114b57;
}

.skin-textQuiet {
  /* メインカラムのテキストの淡色 */
  /* メインカラムの日付表記、テーマ見出し */
  color: #a6dde3;
}

.skin-textLoud {
  /* メインカラムのテキストの強調色 */
  /* メインカラムのNEW!表記 */
  color: #c8dd00;
}

.skin-bgQuiet {
  /* 淡色背景 */
  /* 自分のコメントエリアの背景色 */
  background-color: #54aebb;
}

.skin-borderLoud {
  /* メインカラムの境界線色（強） */
  /* 同じテーマ「テーマ名」の記事、画像付き記事などのタイトルの境界線 */
  border-color: #114b57;
}

.skin-borderQuiet {
  /* メインカラムの境界線（弱） */
  /* コメントエリアの区切り、ソーシャルボタン上部などの境界線 */
  border-color: #98ced5;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
  /* ヘッダー背景 */
  background: url(../img/header_bk.png) no-repeat 50% 0;
  height: 440px;
}

.skin-blogMainTitle {
  /* ブログタイトル */
  color: #ffffff;
  padding: 23px 0 5px;
  font-size: 1.6em;
  line-height: 1.4;
}

.skin-blogSubTitle {
  /* ブログ説明文 */
  color: #ffffff;
  padding: 10px 0 0 0;
  font-size: 0.9em;
  line-height: 1.6;
}

/* ブログナビ（上部） ------------------------- */
.skin-blogHeaderNav {
  /* 上下の境界線 */
  border: none;
}

.skin-topNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #ededed;
}

.skin-topNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #ededed;
}

.skin-topNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #ededed;
}

.skin-topNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #114b57;
}

/* ブログナビ（下部） ------------------------- */
.skin-blogFooterNavInner {
  /* 上下の境界線 */
  border-color: #114b57;
}

.skin-bottomNavText {
  /* ナビゲーションのリンクテキスト色 */
  color: #ededed;
}

.skin-bottomNavText:hover {
  /* ナビゲーションのリンクテキスト色（マウスオーバー） */
  color: #ededed;
}

.skin-bottomNavText:visited {
  /* ナビゲーションのリンクテキスト色（訪問済み） */
  color: #ededed;
}

.skin-bottomNavIcon {
  /* ナビゲーションのアイコン色 */
  color: #114b57;
}

/* メイン ------------------------- */

.skin-blogBodyInner {
  /* ヘッダー以下のエリア内側1120px範囲 */
  padding-top:0;
}

.skin-columnA .skin-blogMainInner,
.skin-columnB .skin-blogMainInner {
  /* 記事タイトル背景*/
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.skin-columnA .skin-entry,
.skin-columnB .skin-entry {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  position: relative;
  background: url(../img/bg_contents.png) 0 95px repeat;
}

.skin-columnA .skin-entry:after,
.skin-columnB .skin-entry:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 160px;
  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 {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.skin-columnC .skin-entry,
.skin-columnD .skin-entry,
.skin-columnE .skin-entry {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
  position: relative;
  background: url(../img/bg_contents.png) 0 95px repeat;
}
.skin-columnC .skin-entry:after,
.skin-columnD .skin-entry:after,
.skin-columnE .skin-entry:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  background: url(../img/bg_entry_footer_3.png) 0 0 no-repeat;
  content: "";
}


.skin-mainWidgetTitle {
  /* メインエリア「画像付き記事」「同じテーマの記事」などの見出し文字色 */
  color: #114b57;
}

.skin-entryTitle {
  /* 記事タイトル文字色 */
  min-height: 75px;
  color: #ffffff;
}

.skin-columnA .skin-entryTitle,
.skin-columnB .skin-entryTitle {
  margin: -20px -50px 35px;
  padding: 20px 50px 0 100px;
  background: url(../img/bg_entry_title_2.png) 0 0 no-repeat;
}

.skin-columnC .skin-entryTitle,
.skin-columnD .skin-entryTitle,
.skin-columnE .skin-entryTitle {
  margin-bottom: 20px;
  margin: -20px -30px 30px;
  padding: 20px 30px 0 90px;
  background: url(../img/bg_entry_title_3.png) 0 0 no-repeat;
}

.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: #114b57;
}

.skin-blogSubA, .skin-blogSubB, .skin-sideText {
  /* サイドカラムの基本テキスト色 */
  color: #ededed;
}

.skin-sideTextLoud {
  /* サイドカラムのテキストの強調色 */
  /* 「お気に入り」の「更新!」テキスト色 */
  color: #c8dd00;
}

.skin-calendar a,
.skin-linkListToggle,
.skin-linkList a,
.skin-linkChildList a,
.skin-rankingList a,
.skin-sideLink {
  /* サイドカラムのテリンク色（基本） */
  color: #8cfafd;
}

.skin-calendar a:hover,
.skin-linkList a:hover,
.skin-linkChildList a:hover,
.skin-rankingList a:hover,
.skin-sideLink:hover {
  /* サイドカラムのテリンク色（マウスオーバー） */
  color: #89dfea;
}

.skin-calendar a:visited,
.skin-linkList a:visited,
.skin-linkChildList a:visited,
.skin-rankingList a:visited,
.skin-sideLink:visited {
  /* サイドカラムのテリンク色（訪問済み） */
  color: #114b57;
}


.skin-calendarDate.is-active {
  /* 記事が存在するカレンダー日付背景 */
  background: #358b96;
}

/* ---------------------------------------
 C: ボタンカラー設定
 --------------------------------------- */
.skin-btn {
  /* メインカラムの通常ボタン */
  border-color: #114b57;
  background-color: #ffffff;
  color: #114b57;
}
.skin-btn:hover,
.skin-btn:visited {
  color: #114b57;
}

.skin-btnPrimary {
  /* メインカラムの強調ボタン */
  border-color: #114b57;
  background-color: #114b57;
  color: #ffffff;
}
.skin-btnPrimary:hover,
.skin-btnPrimary:visited {
  color: #ffffff;
}

.skin-btnPaging {
  /* 前後ページングボタン */
  border-color: #98ced5;
  background-color: #98ced5;
  color: #114b57;
}
.skin-btnPaging:hover,
.skin-btnPaging:visited {
  color: #114b57;
}
.skin-btnPagingIcon {
  /* 前後ページングボタンの矢印アイコン色*/
  color: #114b57;
}

.skin-btnIndex {
  /* 目次ナビゲーション */
  border-color: #358b96;
  background-color: #ffffff;
  color: #358b96;
}
.skin-btnIndex:hover,
.skin-btnIndex:visited {
  color: #358b96;
}
.skin-btnIndex.is-active {
  /* 目次ナビゲーション 選択時 */
  border-color: #358b96;
  background-color: #358b96;
  color: #ffffff;
}

.skin-btnSide {
  /* サイドカラムの通常ボタン */
  /* 「一覧をみる」など */
  border-color: #114b57;
  background-color: #ffffff;
  color: #114b57;
}
.skin-btnSide:hover,
.skin-btnSide:visited {
  color: #114b57;
}

.skin-btnSidePrimary {
  /* サイドカラムの強調ボタン */
  /* 「読者になる」など */
  border-color: #114b57;
  background-color: #114b57;
  color: #ffffff;
}
.skin-btnSidePrimary:hover,
.skin-btnSidePrimary:visited {
  color: #ffffff;
}

.skin-btnArchive {
  /* 月別、テーマ別一覧のナビゲーションボタンのテキスト色 */
  border-color: #358b96;
  background-color: #ffffff;
  color: #358b96;
}
.skin-btnArchive:hover,
.skin-btnArchive:visited {
  color: #358b96;
}
.skin-btnArchive.is-active {
  /* 月別、テーマ別一覧のナビゲーションボタンの選択時テキスト色 */
  background-color: #98ced5;
  color: #358b96;
}
.skin-btnArchive.is-disabled {
  /* 月別、テーマ別一覧のナビゲーションボタンの無効時テキスト色 */
  background-color: #f0fdfe;
  color: #98ced5;
}

/* ---------------------------------------
 ## カスタムスタイル
 スキン独自のスタイルを記述してください。
 ※記載しているセレクタは一部です。必要に応じて追記してください。
 --------------------------------------- */

/* 全体 ------------------------- */
.skin-page {
  background: url(../img/bg_common.png);
}

/* メイン ------------------------- */
.skin-blogBody {
  /* ヘッダー以下のエリア背景 */
  background: url(../img/footer_bk.png) no-repeat 50% bottom;
  margin: 0 auto;
  padding-bottom: 270px;
}

.skin-columnA .skin-message,
.skin-columnB .skin-message {
  /* メッセージエリア */
  padding: 35px 50px;
  position: relative;
  background: url(../img/bg_message_2.png) center top no-repeat;
}
.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_btm_2.png) no-repeat center top;
  content: "";
}

.skin-columnC .skin-message,
.skin-columnD .skin-message,
.skin-columnE .skin-message {
  /* メッセージエリア */
  padding: 30px 40px;
  position: relative;
  background: url(../img/bg_message_3.png) center top no-repeat;
}
.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_btm_3.png) no-repeat center top;
  content: "";
}

.skin-archiveList dd a {
  color: #8cfafd;
}

.skin-archiveList dd a:visited {
  color: #114b57;
}

.skin-blogArchive + .skin-blogFooterNav {
  position: relative;
}

.skin-blogArchive + .skin-blogFooterNav:before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -42px;
  left: 0;
  background: url(../img/bg_common.png) 0 0 repeat;
  content: "";
}

.skin-archiveNavTabs li a {
  color: #8cfafd;
}

.skin-entryInner,
.skin-blogMainInner [data-uranus-component='mainWidget'] {
  position: relative;
  z-index: 1;
}

.skin-page [data-uranus-component="noEntryTop"],
.skin-page .error {
  position: relative;
  z-index: 1;
}

/* サイド ------------------------- */
.skin-blogSubA .skin-widgetTitle {
  /* 広いサイドカラム */
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subA.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 8px 0 0 46px;
  height: 32px;
}

.skin-blogSubB .skin-widgetTitle {
  /* 狭いサイドカラム（3カラムレイアウト時のみ） */
  /* サイドカラムのタイトル背景*/
  background: url(../img/side_title_subB.png) no-repeat left top;
  margin-bottom: 5px;
  padding: 8px 0 0 46px;
  height: 32px;
}

/* レビュー画面 ------------------------- */
#sbmtBtn input {
  color: #333;
}
