/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

#container .header-info a{
 background: #add8e6;
}

.entry-content{
	font-size:18px !important;
    font: 18px/1.8 "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif !important;
    line-height:1.8em !important;
}

.widgettitle {
    border-bottom: double 5px #add8e6;
    color:　#000;
	background: #fff;
}


.entry-content p {
    margin: 0 0 1.6em;
    line-height: 1.75;
    font-size: 16px;
}

.top-post-list .post-list .entry-content .entry-title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0.3em;
    color: #444;
}

.top-post-list .post-list .entry-content p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0.3em;
    color: #a9a9a9;
}


.entry-content h2{
position: relative;
padding: 0.5em;
background: #add8e6;
color: white;
}

h2::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}



/*---------------------------------
カエレバ・ヨメレバ
--------------------------------*/
.booklink-box, .kaerebalink-box {
	padding: 15px;
    margin-bottom: 10px;
    border: double #f5deb3;
    overflow: hidden;
    font-size: small;
    background:#fffafa;
}


 

.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	width: 100px;
}

.booklink-image img, .kaerebalink-image img {
	margin: 0 auto;
	text-align: center;
}

.booklink-info, .kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden;
}

.booklink-name > a, .kaerebalink-name > a {
	font-size: 15px;
	font-weight: bold;
}

.booklink-name, .kaerebalink-name {
	margin-bottom: 12px;
	line-height: 1.5em;
}

.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 7px;
	margin-top: 5px;
	line-height: 120%;
	
}

.booklink-detail {
	font-size: 12px;
}

.booklink-powered-date, .kaerebalink-detail {
	margin-bottom: 15px;
}

.booklink-link2, .kaerebalink-link1 {
	margin-top: 10px;
}

.booklink-link2 a,
.kaerebalink-link1 a {
	    width: calc(100% - 4px);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 2px 0;
    padding: 10px 0;
    text-align: center;
    float: left;
    text-decoration: none;
    font-weight: 800;
   
    font-size: 15px;
    color: #2147c4 !important;
    text-decoration: underline;
   
   
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
	opacity: .6;
}

.booklink-link2 a:active,
.kaerebalink-link1 a:active {
	position: relative;
	top: 1px;
}

/*ボタンを変えるときはここから*/
.shoplinkamazon a {
	background: #fff; !important;
	 border: solid 2px #FF9901;
}

.shoplinkrakuten a {
	background-color: #fff
		!important;
	border: solid 2px #c20004;
}

.shoplinkkindle a {
	background-color: #fff !important;
	border: solid 2px #007dcd;
}

.shoplinkkakakucom a {
	background-color: #314995 !important;
}

.shoplinkyahoo a {
	background-color: #7b0099 !important;
}

/*ここまでを変更*/
.shoplinkyahoo img {
	display: none;
}

.booklink-footer {
	clear: left;
}

.shoplinkyahoo a {
	font-size: 10px;
}

.booklink-footer {
	display: none;
}

/*---------------------------------
著者
--------------------------------*/
@media only screen and (min-width: 768px) {
	.author-box {
		width: 98%;
		border: 1px solid #333;
		margin-bottom: 1em;
	}

	.author-box a{
        color: #4c7fb2;
    }
	
	.author-title {
		padding: 10px 20px;
		background: #333;
		color: #fff;
		font-size: 18px;
	}
	
	.author-content {
		padding: 20px 15px;
	}
	
	.author-box img {
		float: left;
        width: 25%;
        height: 150px;
        margin-left: 0px;
        border: solid 2px #bdbdbd;
        border-radius: 50%;
        margin: 15px 15px;
	}
	
	.author-text {
		float: left;
		width: 80%;
	}
	
	.author-name {
		color: #333;
		font-size: 20px;
		margin-bottom: .5em;
		text-align: left;
	}

	.author-left {
		float: left;
        width: 65%;
        padding-left: 20px;

	}
	
	.author-text p {
		font-size: 15px;
		margin-bottom: 0;
	}
	
	.author-info p {
		margin-bottom: .2em;
	}
	
	.author-twitter {
		width: 180px;
		padding: 5px 0;
		display: block;
		color: #ffffff;
		text-align: center;
		margin-bottom: 4px;
		background: #55acee;
		font-size: 15px;
	}
	
	.author-twitter:hover {
		background: #89C7F7;
		color: #fff;
	}
	
	.author-content:after {
		content: "";
		display: block;
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.author-box {
		width: 98%;
		border: 1px solid #333;
		margin-bottom: 1em;
	}

	.author-box a{
        color: #4c7fb2;
    }
	
	.author-title {
		padding: 10px 20px;
		background: #333;
		color: #fff;
		font-size: 15px;
	}
	
	.author-content {
		padding: 20px 15px;
	}
	
	.author-box img {
		width: 100%;
		margin-right: 5%;
		border: solid 2px #bdbdbd;
        border-radius: 50%;
	}
	
	.author-text {
		width: 100%;
	}
	
	.author-name {
		color: #333;
		font-size: 18px;
		margin-bottom: 1em;
	}
	
	.author-name {
		font-size: 16px;
	}
	
	.author-box .clearfix-left {
		clear: left;
	}
	
	.author-info p {
		margin-bottom: .5em;
	}
	
	.author-text p {
		font-size: 13px;
		margin-bottom: .5em;
	}
	
	.author-twitter {
		width: 90%;
		padding: 5px 0;
		display: block;
		color: #ffffff;
		text-align: center;
		margin-bottom: 4px;
		background: #55acee;
		font-size: 15px;
	}
	
	.author-twitter:hover {
		background: #89C7F7;
		color: #fff;
	}
	
	.author-content:after {
		content: "";
		display: block;
		clear: left;
	}
}


.box16{
   padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #add8e6;/*左線*/
    border-right: double 7px #add8e6;/*右線*/
}
.box16 p {
    margin: 0; 
    padding: 0;
}


#custom_header2{
 margin-bottom:1em;
}
@media only screen and (min-width: 1100px) {
 #custom_header2{
 top: -2.7em;
 position: relative;
 }
}

/* LINE@　友だちボタン*/
#line_atto a {
	background:#1dcd00;
	box-shadow:0 5px 0 #219900;
	font-size:93%;
	position:relative;
	display:block;
	padding:5px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	width:250px;
	height:40px;
	margin:3% 0% 3% 0%;
}

#line_atto a:hover {
	background:#219900;
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

.entry-content ul li {
    position: relative;
    padding-left: 1em;
    margin: 0em 0;
}


.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}


