@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_corp02_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-10";
 :release [:revision "1.10"; :created "2014-02-03"];
 :page <http://blogdesign..jp/archives/29018117.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
    padding-top: 25px;
}
#container {
    margin: 32px auto 20px;
    width: 1010px;
}
#content {
}
#main {}
#sidebar {}

#sidebar a{
    color: #5c5c5c;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px;
    margin: 0 15px;
    width: 250px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 670px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #b55959;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
.calendarhead a:visited {
    color: #336699;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #7e7cb4;
}
a:hover {
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-title {
    color: #b55959;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    width: 460px;
}
#blog-title a {
    color: #b55959;
}
#blog-description {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    width: 460px;
}
#blog-description a {
    color: #777;
}

#blog-eyecatch {
    background-color:#fff;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.07);
}
#blog-eyecatch-inner {
    position: relative;
    text-align: center;
    background: url("http://otakare.blog.jp/img/pc_background.png");
    margin: 0 auto;
}
#blog-header.show-image #blog-header-inner {
    border-bottom: 1px solid #fff;
    min-height: 70px;
    padding: 15px 0;
    position: relative;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:    -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:     -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:      -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:         linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
}
#blog-header.show-image #blog-header-inner2 {
    margin: 0 auto;
    width: 1010px;
    position: relative;
}
#blog-header.show-image #blog-header-image {
    margin:0 auto;
    width:1010px;
}

/* メニューバー */
#main-nav,
#sub-nav {
    position: absolute;
    text-align: right;
    right: 0;
}
#main-nav {
    top: 30px;
    width: 580px;
}
#sub-nav {
    top: -24px;
}
#main-nav li,
#sub-nav li {
    display:inline-block;*display:inline;*zoom:1;
    list-style: none;
}
#main-nav li {
    margin-left: 2em;
    margin-bottom: 10px;
}
#sub-nav li {
    margin-left: 1em;
}
#main-nav a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
#sub-nav a {
    color: #777;
    font-size: 12px;
}
/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
    background: #fff2f2;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
    width: 1010px;
    margin: 0 auto;
    background: #fff2f2;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 15px;
    line-height: 1;
    display: block;
    font-size: 12px;
    color: #803333;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    background: #ffe4e4;
    text-decoration: none;
}

/* メッセージボード */
.message-board-outer {
    margin: 0 auto;
    width: 1010px;
    position: absolute;
    top: 0;
}
.message-board {
    color: #fff;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_40.png);
    text-shadow: 0 1px 0 rgba(0,0,0,0.38);
    line-height: 1.6;
    margin-top: 0!important;
    padding: 20px;
    position: absolute;
    left: 555px;
    top: 30px;
    width: 335px;
}
.message-board a {
    color: #fff;
    text-decoration: underline;
}
.message-board a:hover {
    text-decoration: none;
}

/* トップページ */
.article-inner {
    width: 490px;
    float: left;
}
.article-image-thumbnail {
    width: 160px;
    float: right;
}
.article-image-thumbnail img {
    border: 1px solid #ccc;
    border-radius: 7px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 25px 0;
    border-bottom: 1px dotted #b55959;
}
.first-article {
    padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
    color: #b55959;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.article-title a:hover {
    color: #666;
}

/* 日付 */
.article-date {
    color: #a5a8aa;
    font-size: 11px;
    margin-bottom:7px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    text-align: right;
}

/* 関連記事 */
.related-articles {
    padding: 20px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #c9c9c9;
}
.related-articles h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.related-articles ul {
    color:#369;
    margin:0;
    padding-left:0;
    list-style: none;
}
.related-articles ul li {
    margin:4px;
}
.related-articles ul li:before {
    content: "・";
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 8px 12px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}

/* 個別記事のみ */
body.page-article .article {
    border-bottom: 0;
}
body.page-article .article-title a {
    font-size: 24px;
    font-weight: normal;
}
body.page-article .article-title a:visited {
    color: #333;
}
body.page-article .article-footer {
    border-bottom: 1px dotted #c9c9c9;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #5c5c5c;
    font-size: 16px;
}
.article-body a {
    color: #777;
}
.article-body a:hover,
.article-body a:visited {
    color: #999;
}
.article-body-inner h1 {
    solid #ffd2d2;
    clear: both;
}
.article-body-inner h2 {
    solid #ffd2d2;
    clear: both;
}
.article-body-inner h3 {
    border-bottom:3px solid #ffd2d2;
    clear: both;
}
.article-body-inner h4 {
    border-bottom:1px solid #ffe4e4;
    clear: both;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
/*    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;*/
}
.article-tags a {
    text-decoration: underline;
}
dl.article-tags {
    margin: 2em 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
    margin-top: 20px;
}
#article-options .article-option-title {
    color:#999;
    font-size: 14px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body,
.ping-excerpt {
    color: #666;
    font-size: 14px;
    padding: 8px 0 0 0;
}
.comment-info,
.trackback-set {
    margin: 08px 0;
    padding: 12px;
    position: relative;
}
.comment-set:nth-child(odd) {
    background-color: #f9f9f9;
}
.comment-author {
    color: #666;
}
.comment-author a {
    color: #000;
}
.comment-rating-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    padding: 0 9px;
    line-height: 25px;
}
ul.index-navigator li.current span {
    background-color: #e8e8e8;
    color: #666;
}
ul.index-navigator a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #999;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
  border-bottom: 1px dotted #b55959;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 20px;
}
ul.article-pager li.prev {
    float: left;
}
ul.article-pager li.next {
    float: right;
}
.article ul.article-pager li,
.article ul.archives-pager li {
    margin: 0;
}
.article ul.article-pager li a,
.article ul.archives-pager li a {
    display: inline;
    color: #7e7cb4;
    padding: 0;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  background-color: transparent;
  text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    background-color: #fff2f2;
    color:#a5a8aa;
    padding: 40px;
    text-shadow: 0 1px 0 #fff;
}
#blog-footer a {
    color:#a5a8aa;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
    border-bottom: 2px solid #b55959;
    margin-bottom: 15px;
}
.sidewrapper .sidetitle a {
    color: #666;
}
.sidewrapper .side .sidebody {
    border-bottom: 1px dotted #c9c9c9;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 2px;
}
table.caltblday td {
    border-radius: 3px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    background-color: #e2e2e2;
    border: none;
}
table.caltblday td .calendar,
table.caltblday td a {
    color:#666;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
}
table.caltblday td a:hover {
    background-color: #edeeef;
    border:1px solid #edeeef;
}

/* ギャラリー */
ul.galleryThumbnail {
    padding: 0 20px;
}
ul.galleryThumbnail li {
    display:inline-block;*display:inline;*zoom:1;
    margin: 2px 3px;
}
ul.galleryThumbnail li img {
    border: 0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid  #b55959;
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.archives-header h1 {
    font-weight: bold;
}
.archives-header a {
    color: #666;
}

/* 記事下広告 */
#ad2 {
    border-bottom: 1px dotted #c9c9c9;
}
#ad2 a.addescription {
    color:#666;
}

/* ページトップへ */
.to-pagetop {
    position: static;
    margin-left: 230px;
}
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 9;
}

/* 画像マウスオーバー時の効果 */
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a img {
  opacity: 1;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a:hover img {
  opacity: 0.8;
}

/* プロフィール */

.profile{
    text-align: center;
    width: 300px;
}

.profile img{
    border-radius: 10px;
}

.profiletitle{
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
}

.profile-icons {
    text-align: center;
    margin-top: 10px;
}

.profile-icons li {
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
}

#sidebar .profile-icons li.twitter a {
    color: #b55959;
    font-size: 30px;
}

/* タグクラウド */
.tagcloud li {
   padding: 5px !important;
   font-size: 14px !important;
   background-color: #fff;
    border: 1px solid #FFC3C9;
    border-radius: 8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    /*padding: 2px 11px 0 11px;*/
   box-shadow:0px 2px 0px 1px #FFC3C9;
  -moz-box-shadow:0px 2px 0px 1px #FFC3C9;
  -webkit-box-shadow:0px 2px 0px 1px #FFC3C9;
}
.tagcloud li a {
  white-space: nowrap;
  color: #b55959;
}
ul.tagcloud {
   line-height: 2.5 !important;
}

/*=================================================================================
 カエレバ・ヨメレバ・トマレバ
=================================================================================*/
 
.cstmreba {
 width:98%;
 height:auto;
 margin:36px auto;
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
 line-height: 1.5;
 word-wrap: break-word;
 box-sizing: border-box;
 display: block;
}
.cstmreba a {
 transition: 0.8s ;
 color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
 color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
 width: 100%;
 background-color: #fafafa; /* 全体の背景カラー */
 overflow: hidden;
 border-radius: 0px;
 box-sizing: border-box;
 padding: 12px 8px;
 box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
 width:150px;
 float:left;
 margin:0 14px 0 0;
 text-align: center;
 background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
 width:100%;
 display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
 margin:0 ;
 padding: 0;
 text-align:center;
 background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
 overflow:hidden;
 line-height:170%;
 color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
 text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
 border-bottom: 1px solid ;
 font-size:16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
    margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
 font-size:10px;
 line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
 color:#333;
 border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
 color:#333;
 border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
 font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
 display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
 display: inline-block;
 width: 100%;
 margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
 float:left;
 width:24%;
 min-width:128px;
 margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
 width: 100%;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 margin: 1px 0;
 padding:3% 0.5%;
 border-radius: 8px;
 font-size: 13px;
 font-weight: bold;
 line-height: 180%;
 color: #fff;
 box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;} /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
 background:#FF9901;
 border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
 background: #bf0000;
 border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
 background:#225496;
 border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
 
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
 background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; } /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
 color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
 color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
 color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
 clear:both;
}
 
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
 .cstmreba .booklink-image,
 .cstmreba .kaerebalink-image,
 .cstmreba .tomarebalink-image {
 width:100%;
 float:none;
 }
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 32.33%;
 margin: 0.5%;
 }
 .cstmreba .booklink-info,
 .cstmreba .kaerebalink-info,
 .cstmreba .tomarebalink-info {
   text-align:center;
   padding-bottom: 1px;
 }
}
 
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 49%;
 margin: 0.5%;
 }
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px auto;  }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }

.plugin-popular_articles_with_image.sidewrapper .side {
    height:750px;
}

/*****  <ol class="list1"> *****/
ol.list1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
}
ol.list1 li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #ffc3c9;
}
ol.list1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #ffc3c9;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
