/* ◆◆Ｈ２見出し */
.post h2 {
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
	padding: 5px 20px;
	font: bold 28px/1.6 Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
	border-top: #333 solid 3px;
	border-bottom: #333 solid 3px;
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0.0)),color-stop(0.4,rgba(255,255,255,0.0)),color-stop(0.4,rgba(0,0,0,0.1)),color-stop(0.6,rgba(0,0,0,0.1)),color-stop(0.6,rgba(255,255,255,0.0)),to(rgba(255,255,255,0.0)));
	background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
	background-size: 4px 4px;
}

.post h2:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #333;
}

.post h2:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #f0f0f0;
	z-index: 1;
}

/* ◆◆Ｈ３見出し */

.post h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0.2em 0.55em;
	background-color: #f6f6f6;
	border-left: 10px solid #555555;
}


/*■（重要）アドセンス広告を中央へ■*/
.koukoku-k {
	margin: 0 auto;
	text-align: center;
}

/* ◆(重要)ＴＯＰ、アドセンスデザイン◆ */
.toppagead {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}

/* ◆◆（賢威）背景に色を付ける◆◆ */
body {
    background: #e7e7e7;
}
.main-conts .section-wrap {
    background: #fff;
}
.sub-conts .section-wrap .section-in {
    background: #fff;
}

/* ◆◆（賢威）パンくずリスト◆◆ */

.breadcrumbs-in{
  margin: 1em 0;
  padding: 0;
        font-size: 70%;
        color: #000000;
}

.breadcrumbs-in a{
  color: #777777;
}

/* ◆◆引用◆◆ */

blockquote {
position: relative;
margin: 2em 0;
padding: 1em 1em 1em 2.6em;
font-size: .9em;
border-left: 5px solid #CCC;
border-radius: 2px;
}
blockquote:after{
position: absolute;
bottom: 0;
right: 0;
content: '”';
font-family: sans-serif;
font-size: 6em;
opacity: .1;
}

/* ◆◆テーブルデザイン（２）：ダイヤのＡ◆◆ */
table.type02 {
max-width: 450px;
font-size: 0.8em;
font-weight: bold;
border-collapse: collapse;
margin-left:auto;
margin-right:auto;
text-align: center;
line-height: 1.2;
}
table.type02 td {
padding: 5px;
vertical-align: center;
border: 1px solid #ccc;
}

/* ◆◆テーブルデザイン（２）：野球用スコア◆◆ */
table.type03 {
max-width: 450px;
font-size: 0.8em;
font-weight: bold;
border-collapse: collapse;
margin-left:auto;
margin-right:auto;
line-height: 1.2;
}
table.type03 th {
background-color: #333333;
color: white;
padding: 3px;
text-align: center;
vertical-align: center;
border: 1px solid #ccc;
}
table.type03 td {
padding: 3px;
text-align: center;
vertical-align: center;
border: 1px solid #ccc;
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.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, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-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:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}

/* ◆◆前置きの囲い */

.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;
}