/*
Theme Name: Snow Monkey Child
Theme URI:
Author: inc2734
Author URI: https://2inc.org
Template: snow-monkey
Description:
Version: 0.9.4
License: GPLv2 or later
License URI: license.txt
Tags: editor-style, featured-images
Text Domain: snow-monkey-child
*/


h1 {
    font-size: 2rem;
}
div#hk {
    margin: 16px 16px 0 0px;
    padding: 16px 8px 16px 8px;
    background-color: #eeeeFF;
    border-bottom: solid 1px #BBBBBB;
    border-right: solid 1px #BBBBBB;
}
.c-entry__content > h2 {
    border-color: #006699;
}

.c-entry__content>h2 {
    border-left: 3px solid #006699;
    background-color: #ccffff;
    padding: .46739rem .46739rem .46739rem .93478rem;
}

/*
header
*/

header.l-header {
	background-color: #2f73c5;
}

nav {
	margin-bottom: 10px;
}

.l-center-header[data-has-global-nav=true] .l-center-header__row:first-child {
	margin: 1.5rem 0 1rem;
}
[data-l-header-type=sticky] .l-center-header[data-has-global-nav=true] .l-center-header__row:first-child {
	margin: 0;
}

.l-center-header .p-global-nav .menu-item {
	width: 160px;
	background-color: #4481cb;
	border-radius: 58px;
	margin: 10px;
	padding: 4px 0;
	text-align: center;
}

.l-center-header .p-global-nav .menu-item:hover > a,
.p-global-nav #menu-global-menu-1 .menu-item[class*="current-"] > a {
	background-color: #578ed0;
	border-radius: 58px;
	color: white;
}

.l-center-header .p-global-nav .menu-item>a {
	padding: 0;
	text-decoration: none;
}

.p-global-nav .menu-item>a {
		color: white;
    font-size: 1em;
    line-height: 1.99379;
    font-weight: 700;
		padding: 0;
}

.l-header__drop-nav {
	background-color: #2f73c5 !important;
}

.l-header__drop-nav .p-global-nav-logo {
	float: left;
	margin-top: 10px;
}

.l-header__drop-nav .p-global-nav {
	float: right;
}

.l-header__drop-nav .p-global-nav .menu-item {
	padding: 15px 34px;
}

.l-header__drop-nav .p-global-nav .menu-item>a {
	text-decoration: none;
}

.c-hamburger-btn__bar {
	background-color: white;
}

.ad-header {
	margin: 20px auto 0px;
}

.c-meta {
	display: inline-block;
}

.c-meta__item--tags {
	display: inline-block;
}

.c-meta__item--tags a {
	margin-left: 5px;
}

@media (min-width: 64em) {
	.l-contents__inner {
    margin-top: 0px;
	}
}

/*
social-button
*/

.c-entry__content>:first-child {
	margin-top: 20px;
}

.post-social {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mysns{
    padding:0;
    margin: 0;
}

.post-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social ul li a:hover {
    text-decoration: none;
}

.post-social ul li .fa {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    background-color: #333;
    color: white;
    border-radius: 4px;
}

.post-social ul li .count {
    display: inline-block;
    min-width: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.post-social ul li .count {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}
.post-social ul li .count:after, .post-social ul li .count:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.post-social ul li .count:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}
.post-social ul li .count:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 5px;
    margin-top: -5px;
}

.post-social ul li .fa-twitter {
    background: #45b0e3;
}

.post-social ul li .fa-facebook {
    background: #39599f;
}

.post-social ul li .fa-google-plus {
    background: #c64f3f;
}

.post-social ul li .fa-hatena {
    background: #008fde;
    font-style: italic;
}


.post-social ul li .fa-get-pocket {
    background: #d3505a;
}

.c-entry__header {
			margin: 0;
    border-bottom: 3px solid #111;
    padding: 0 0 .46739rem;
}

/*
ホーム
*/

.c-entry-summary__content {
	font-size: 16px;
}

.c-entry-summary__meta {
	font-size: 14px;
}

/*
まとめ記事一覧
*/

.page-feature h1 {
    font-size: 140%;
    line-height: 1;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
}

.page-feature .feature_list .term_wrap h2 {
    margin: 10px 0 10px;
    padding: 10px;
    font-size: 110%;
    color: #666;
    border-bottom: 2px solid #ccc;
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
    background: none;
}

.feature_list {
    overflow: hidden;
}

.feature_list .post_list_wrap {
    margin: 0;
    width: 33.3%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.page-feature .post_list {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 200px;
}

.page-feature .post_list_title {
    color: white;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 8px;
    vertical-align: bottom;
    background: rgba(0,0,0,0.7);
    border-bottom: none;
    position: absolute;
    display: inline;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    line-height: 1.3;
}

.page-feature .post_list_excerpt {
    height: 3.2rem;
    font-size: 80%;
    color: #757575;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: 1.5;
    overflow: hidden;
}

.page-feature .pagination {
    margin: 20px 0 10px;
    text-align: center;
    line-height: 1;
}

.page-feature .pagination .pagination_now {
    display: inline-block;
    color: #fff;
    background: #666;
    border: 1px solid #666;
    margin: 0 5px 10px;
    padding: 8px 10px;
}

.page-feature .pagination .pagination_num {
    display: inline-block;
    color: #333;
    background: #fff;
    border: 1px solid #666;
    padding: 8px 10px;
    margin: 0 5px 10px;
    text-decoration: none !important;
    box-shadow: 0 1px 1px #666;
}

.shdw{
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.monta{
	background-color: #333;
}

/*=================================================================================
▼カエレバ・ヨメレバ・トマレバ 2017/12/24(日) 19:28
https://rough-log.com/4854
=================================================================================*/
 
.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; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
	width: 97%;
	background-color: #ffffff; /* 全体の背景カラー */
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 12px 8px;
/*	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);*/
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:320px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
	background: #fff;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
	width:100%;
	display:block;
}
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
	margin:0 ;
	padding: 0;
	text-align:center;
	background: #fff;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
	text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
/*	border-bottom: 1px solid ;*/
	font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
	font-size:10px;
	line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
	color:#333;
	border-bottom: none ;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
	color:#333;
	border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
	font-size:12px;
}
.kaerebalink-link1 div img, .booklink-link2 div img, .tomarebalink-link1 div img {
	display:none;
}
.booklink-link2 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div {
	float:left;
	width:24%;
	min-width:128px;
	margin:0.5%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a,
.kaerebalink-link1 a,
.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);
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border: 2px solid #ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, .booklink-link2 .shoplinkamazon a {
	background:#FF9901;
	border: 2px solid #ff9901;
} /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a, .booklink-link2 .shoplinkrakuten a {
	background: #bf0000;
	border: 2px solid #bf0000;
} /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, .booklink-link2 .shoplinkseven a {
	background:#225496;
	border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
 
/***** ボタンデザイン　マウスオーバー時ここから *****/
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
	background: #fff;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a:hover, .booklink-link2 .shoplinkamazon a:hover {
	color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a:hover , .booklink-link2 .shoplinkrakuten a:hover {
	color: #bf0000; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a:hover, .booklink-link2 .shoplinkseven a:hover {
	color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.booklink-footer {
	clear:both;
}
 
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
	.booklink-image,
	.kaerebalink-image,
	.tomarebalink-image {
		width:100%;
		float:none;
	}
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 32.33%;
		margin: 0.5%;
	}
	.booklink-info,
	.kaerebalink-info,
	.tomarebalink-info {
	  text-align:center;
	  padding-bottom: 1px;
	}
}
 
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
	.booklink-link2>div,
	.kaerebalink-link1>div,
	.tomarebalink-link1>div {
		width: 49%;
		margin: 0.5%;
	}
}
/*=================================================================================
▲カエレバ・ヨメレバ・トマレバ 2017/12/24(日) 19:28
=================================================================================*/

.searchform{
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 5%;
}

@media (min-width: 64em) {
	.searchform {
			width: 768px;
	}
}

@media (max-width: 768px) {
	.searchform {
			width: 100%;
	}
}

.searchform [type="text"] {
	width: 70%;
	font-size: 16px !important;
	font-family: inherit;
	border: 0;
	margin-right: 1%;
	border-radius: 2px;
}

.searchform button {
	width: 20%;
	height: 40px;
	background: #bc0d0c;
	color: #fff;
	border: 0;
	font-weight: bold;
	background-color: #4481cb;
	border-radius: 58px;
	margin: 10px;
	cursor: pointer;
}

.searchform button:hover {
	background-color: #578ed0;
}

.gsc-result .gs-title {
    height: 30px !important;
}
#___gcse_0{
	max-width : 1280px;
	margin : 0 auto;
}

.dialogueicon{
	padding: 10px 10px 10px 10px;
	border: 0;
}
.c-entry__content>:first-child {
    margin-bottom: 40px;
}
.l-contents__inner {
    margin-top: 1.80435rem !important;
}
#rinkerid40508,#rinkerid40361{
	margin: 0 auto;
}