@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	  color            : #333;
}
h3.widget-sidebar-title,
h3.widget-sidebar-scroll-title {
    border-bottom  : solid 2px #0095d9;
    margin-bottom  : 1em;
    padding        : 0.5em 0.4em 0;
}
.entry-content h2 {
    margin           : 40px 0 !important;
}
.entry-content h3 {
    margin           : 30px 0 !important;
}
.entry-content h4 {
    margin           : 20px 0 !important;
}
.first-contribution {
    margin           : 30px 0;
    text-align       : right;
}
.contents-banner-area {
    padding          : 30px 0;
    text-align       : center;
}
.photo-desctription {
	  background-color : #edf6fb;
	  margin           : 10px auto;
	  text-align       : center;
}
.prof_h {
    font-size        : 1.1em;
    font-weight      : bold;
    margin           : 0;
    padding          : 0;
    text-align       : center;
}
.prof_p {
    font-size        : 0.8em;
    margin           : 0 0 1.2em;
    padding          : 0 15px;
}

.notab > table {
    border-collapse  : collapse;
	width            : 100%;
}
.notab > table > tbody > tr > th {
    border-left      : solid 5px #bce9fd;
    border-bottom    : solid 1px #bce9fd;
	padding-left     : 8px;
	text-align       : left;
}
.notab > table > tbody > tr > td {
    font-size        : 0.8em;
}
.notab > table > tbody > tr > td:nth-of-type(1) {
    width            : 20% !important;
}
.notab > table > tbody > tr > td:nth-of-type(2) {
    width            : 30% !important;
}
.notab > table > tbody > tr > td:nth-of-type(3) {
    width            : 50% !important;
}

@media print, screen and (min-width: 960px) {
    .entry-content {
	      padding      : 40px 0;
    }
	  .entry-content > p {
        margin-top: 40px;
		    margin-bottom: 40px;
	  }
}

.gsc-control-cse { padding: 0; }
table.gsc-search-box td { border: none; padding: 0; }
table.gsc-search-box td.gsc-input{ padding-right: 12px; }
.gsc-search-button-v2 { padding: 0 30px !important; }
.gsc-search-button-v2 svg { padding: 12px 0 0; }

/* クルマのプロフィール */
#car_prof p {
    margin-top       : 40px;
    margin-bottom    : 40px;
}
#car_prof .prof_nt {
    color            : #aaa;
    text-decoration  : line-through !important;
}
#car_prof br.prof_sp {
    display          : none;
}
#car_prof h3 {
    margin-top       : 5rem !important;
}
#car_prof h4 {
    border-bottom    : 1px solid #3880ff !important;
    border-left      : none !important;
    margin-top       : 2rem !important;
    padding          : 0 0 0 20px !important;
}
#car_prof div.set {
    display          : flex;
    margin           : 5px 20px;
    justify-content  : flex-start;
    align-items      : baseline;
    flex-wrap        : wrap;
}
#car_prof div.maker {
    font-size        : 0.85rem;
    width            : 20%;
}
#car_prof div.model {
    font-size        : 1.2rem;
    width            : 50%;
}
#car_prof div.model2 {
    font-size        : 1.2rem;
    width            : 80%;
}
#car_prof div.model3 {
    font-size        : 1rem;
    width            : 26%;
}
#car_prof div.style {
    font-size        : 1.1rem;
    width            : 30%;
}
#car_prof div.style3 {
    font-size        : 1.2rem;
    width            : 54%;
}

@media (max-width: 768px) {
    #car_prof br.prof_sp {
        display      : block;
    }
    #car_prof h4 {
        font-size    : 1rem !important;
    }
    #car_prof div.set {
        margin       : 0.5rem 0;
    }
    #car_prof div.maker {
        font-size    : 0.75rem;
        width        : 22%;
    }
    #car_prof div.model {
        font-size    : 1rem;
        width        : 53%;
    }
    #car_prof div.model2 {
        font-size    : 1rem;
        width        : 78%;
    }
    #car_prof div.model3 {
        font-size    : 0.75rem;
        width        : 25%;
    }
    #car_prof div.style {
        font-size    : 0.9rem;
        width        : 25%;
    }
    #car_prof div.style3 {
        font-size    : 0.9rem;
        width        : 53%;
    }
}

/* ダウンロード用 */
.w3eden {
    margin           : 40px auto;
}

/* サイドバーランキング表示 */
h4 {
    counter-reset    : ranking;
}

dl.clearfix.number{
    margin-bottom    : 10px;
    padding-bottom   : 10px;
}

#side .st-author-description{
    text-align       : justify;
}

/* もくじ */
#ez-toc-container {
	  border-color     : #428bca !important;
	  border-radius    : 15px;
	  box-sizing       : border-box;
    margin           : 100px auto;
	  padding          : 30px;
}
#ez-toc-container ul li {
	  margin           : 5px auto;
}
#ez-toc-container p.ez-toc-title {
	  border-left     : solid 5px #428bca;
	  padding-left    : 10px;
}
.ez-toc-title-container {
	  margin-bottom    : 10px;
}

/* オリジナル枠 */
.vtx_frame {
    background-color : #ebeddf;
    border           : 2px solid #85beab;
    border-radius    : 10px;
    margin           : 20px 10px;
    padding          : 1.3em;
}
.vtx_link {
    background-color : #e4f0fc;
    border           : solid 2px #66b7ec;
    border-radius    : 10px;
    margin           : 5px;
    padding          : 1.3em;
    padding-bottom   : 0.9em;
    position         : relative;
}
.vtx_link:before {
    background-color : #66b7ec;
    border-radius    : 4px;
    color            : #fff;
    content          : "LINK";
    font-size        : 90%;
    font-weight      : bold;
    left             : 35px;
    padding          : 1px 10px 0px 10px;
    position         : absolute;
    top              : -14px;
    z-index          : 1;
}
.vtx_link > a {
    color            : #0074bf;
    text-decoration  : none;
}
.vtx_link > a:hover {
    font-weight      : bold;
    text-decoration  : underline;
}
.vtx_code {
    background-color : #eef;
    border           : solid 2px #88f;
    border-radius    : 7px;
    color            : #444;
    font-size        : 12px;
    line-height      : 15px;
    margin           : 20px 5px;
    padding          : 10px;
    padding-top      : 18px;
    position         : relative;
    text-align       : left;
}
.vtx_code:before {
    background-color : #88f;
    border-radius    : 4px;
    color            : #fff;
    content          : "CODE";
    font-size        : 90%;
    font-weight      : bold;
    left             : 35px;
    padding          : 3px 10px 1px 10px;
    position         : absolute;
    top              : -12px;
    z-index          : 1;
}
.vtx_warn {
    background-color : #faede5;
    border           : solid 2px #b80117;
    border-radius    : 7px;
    color            : #444;
    font-size        : 12px;
    line-height      : 15px;
    margin           : 20px 5px;
    padding          : 10px;
    padding-top      : 18px;
    position         : relative;
    text-align       : left;
}
.vtx_warn:before {
    background-color : #b80117;
    border-radius    : 4px;
    color            : #fff;
    content          : "ERROR";
    font-size        : 90%;
    font-weight      : bold;
    left             : 35px;
    padding          : 3px 10px 1px 10px;
    position         : absolute;
    top              : -12px;
    z-index          : 1;
}
.vtx_command {
    background-color : #000;
    border           : solid 2px #999;
    border-radius    : 7px;
    color            : #eee;
    font-size        : 12px;
    line-height      : 15px;
    margin           : 20px 5px;
    padding          : 10px;
    padding-top      : 18px;
    position         : relative;
    text-align       : left;
}
.vtx_command:before {
    background-color : #ccc;
    border-radius    : 4px;
    color            : #222;
    content          : "COMMAND";
    font-size        : 90%;
    font-weight      : bold;
    left             : 35px;
    padding          : 3px 10px 1px 10px;
    position         : absolute;
    top              : -12px;
    z-index          : 1;
}
.vtx_quote {
    background-color : #ffc;
    border           : solid 2px #ebcc00;
    border-radius    : 7px;
    color            : #666;
    font-size        : 12px;
    line-height      : 15px;
    margin           : 20px 5px;
    padding          : 10px;
    padding-top      : 18px;
    position         : relative;
    text-align       : left;
}
.vtx_quote:before {
    background-color : #ebcc00;
    border-radius    : 4px;
	color            : #222;
    content          : "QUOTE";
    font-size        : 90%;
    font-weight      : bold;
    left             : 35px;
    padding          : 3px 10px 1px 10px;
    position         : absolute;
    top              : -12px;
    z-index          : 1;
}
.vtx_think{
    border-bottom    : solid 2px #000;
    border-top       : solid 2px #000;
	  font-size        : 0.85em;
	  margin           : 2em 0;
    padding          : 1em 1.5em 0;
    position         : relative;
}
.vtx_think:before,
.vtx_think:after {
    background-color : #000;
    content          : '';
    height           : -webkit-calc(100% + 20px);
    height           : calc(100% + 20px);
    position         : absolute;
    top              : -10px;
    width            : 2px;
}
.vtx_think:before {
    left             : 10px;
}
.vtx_think:after {
    right            : 10px;
}
.vtx_point {
    border           : solid 5px #eee;
	font-size        : 12px;
    line-height      : 15px;
    margin           : 10px;
    padding          : 10px;
    position         : relative;
    z-index          : 0;
}
.vtx_point:before {
    border-top       : solid 5px #b0d7f4;
    border-left      : solid 5px #b0d7f4;
    content          : '';
    display          : block;
    height           : 20px;
    left             : -5px;
    position         : absolute;
    top              : -5px;
    width            : 20px;
    z-index          : 1;
}


/*----------------------- Advanced Random Posts Widget -----------------------*/
#arpw-widget-2 ul {
    line-height : 150%;
    padding-left: 0;
}
#arpw-widget-2 ul a {
    color          : #111;
    cursor         : pointer;
    text-decoration: none;
}
#arpw-widget-2 ul a:hover {
    color          : #c03;
    text-decoration: underline;
}
#arpw-widget-2 ul img {
    border-radius : 10px;
    margin-bottom : 10px;
    margin-top    : 3px;
    margin-right  : 5px;
}


/*------------------------- WordPress Popular Posts --------------------------*/
ul.wpp-list {
    padding-left: 0;
}
ul.wpp-list li a {
    color          : #111;
    font-size      : 16px;
    font-weight    : bold;
    line-height    : 1em;
    text-decoration: none;
}
ul.wpp-list li span.post-stats {
    display        : none;
}


/*----------------------- Moshimo Affiliate Easy Link ------------------------*/
a.easyLink-info-btn-amazon,
a.easyLink-info-btn-rakuten,
a.easyLink-info-btn-yahoo {
    font-size: 0 !important;
}
a.easyLink-info-btn-amazon:before {
    content: "Amazon";
    font-size: 14px;
    font-weight: normal;
}
a.easyLink-info-btn-rakuten:before {
    content: "楽天市場";
    font-size: 14px;
    font-weight: normal;
}
a.easyLink-info-btn-yahoo:before  {
    content: "Yahooショッピング";
    font-size: 14px;
    font-weight: normal;
}
p.easyLink-info-btn a {
    background: #fff !important;
    border: solid 1px #4169e1 !important;
    box-sizing: border-box !important;
    color: #4169e1 !important;
}
p.easyLink-info-btn a:hover {
    background: #4169e1 !important;
    color: #fff !important;
}

@media screen and (min-width: 704px){
    p.easyLink-info-btn a {
        margin-right: 8px !important;
        margin-bottom: 10px !important;
        padding: 6px 0 3px !important;
        width: 150px !important;
    }
    p.easyLink-info-maker,
    p.easyLink-info-name,
    p.easyLink-info-model {
        margin-bottom: 0 !important;
    }
}


/*-------------------------------- カエレバ用 --------------------------------*/
.cstmreba {
 width: 98%;
 height:auto;
 margin:36px 0;
 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: #fff;  /* 全体の背景カラー */
 overflow: hidden;
 border: 1px solid #ddd;  /* 外枠 */
 border-radius: 0px;
 box-sizing: border-box;
 padding: 12px 8px;
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
 width:150px;
 float:left;
 margin:0 14px 0 0;
 text-align: center;
}
.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;
}
.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 dotted ;
 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 {
 border-bottom: 1px dotted ;
 color: #333;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
 color:#333;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
 font-size:12px;
}
.cstmreba .kaerebalink-link1 img,.cstmreba .booklink-link2 img,.cstmreba .tomarebalink-link1 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:31%;
 min-width:125px;
 margin:0.5% 1%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a, 
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
 width: 100%;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 font-size: 13px;
 font-weight: bold;
 line-height: 180%;
 padding:3% 1%;
 margin: 1px 0;
 border-radius: 4px;
 box-shadow: 0 2px 0 #ccc;
 background: -moz-linear-gradient(top,#fafafa,#EEE);
 background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
 text-decoration: underline;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {color:#ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; } /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */ 
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a, 
.cstmreba .booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a , 
.cstmreba .booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a, 
.cstmreba .booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
/***** ボタンデザインここまで ******/
.cstmreba .booklink-footer {
 clear:both;
}

/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.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: 49%;
 margin: 0.5%;
}
.cstmreba .booklink-info,
.cstmreba .kaerebalink-info,
.cstmreba .tomarebalink-info {
 text-align:center;
 padding-bottom: 1px;
}
}


/* AF-OverWrite */
.clip-memobox { display: table; background: #f3f3f3;  border-radius: 3px; margin-bottom: 20px; padding: 10px; }
.clip-fonticon { padding: 0 15px 0 10px; text-align: center; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.clip-fonticon .fa-question-circle { margin-right: 0; }
.fa-exclamation-circle:before { content: "\f06a"; }
.clip-fonticon, .clip-memotext { display: table-cell; vertical-align: middle; }
.clip-memotext { padding-left: 15px; border-left: 1px solid #e0e0e0; width: 100%; box-sizing: border-box; }
.clip-memotext > p { margin-bottom: 0; font-size: 0.85em; }

.post .st-minihukidashi, .st-minihukidashi { font-size: 100%; display: inline-block; position: relative; background: #f3f3f3; color: #1a1a1a; line-height: 1.4; margin-bottom: 20px; padding: 10px 20px; border-radius: 30px; z-index: 2; }
.post .st-minihukidashi span.st-minihukidashi-arrow, .st-minihukidashi span.st-minihukidashi-arrow { content: ''; position: absolute; margin-left: -10px; border: 10px solid transparent; border-top: 10px solid #f3f3f3; top: 100%; left: 40px; }
.st-minihukidashi .st-minihukidashi-flexbox { display: flex; justify-content: flex-start; align-items: center; }

.st-youtube { position: relative; margin-bottom: 20px; }
@media only screen and (min-width: 600px){ .st-youtube .fa-youtube-play { font-size: 60px; width: 60px; height: 60px; } }
.st-youtube .fa-youtube-play { font-size: 40px; color: #f40000; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 40px; height: 40px; text-align: center; z-index: 8; }
.fa-youtube-play:before { content: "\f16a"; }

.st-mybox { position: relative; margin: 25px 0; padding: 0 20px; border: solid 2px #9e9e9e; border-radius: 8px; }
.st-in-mybox { padding: 20px 0; }

.st-share { background: #fafafa; padding: 5px; border-radius: 3px; font-size: 95%; line-height: 1.7; }
.st-share:before { content: "\00a0\00a0\f0c1\00a0\00a0\00a0"; font-family: FontAwesome; color: #9e9e9e; }


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
