/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/


/*--------------------------------
table カスタマイズ
---------------------------------*/

/* 奇数行の背景カラー */
.post table  tr:nth-child(odd){
	background-color: #e6ffe6!important; /* 好きな背景カラーへ変更してください */
}
 /* 偶数行の背景カラー */
.post table tr:nth-child(even){
	background-color: #fff3e6!important; /* 好きな背景カラーへ変更してください */ 
}
/* 一番上の行、背景カラー */
.post table  tr:nth-child(1){
	background-color: #f5f5f5!important; /* 好きな背景カラーへ変更してください */
}
/* マウスオーバー時の背景カラー（行） */
.post table tr:hover{
	background-color: #fff!important;/* 好きな背景カラーへ変更してください */
} 


/* -- 楽天ウィジット記事下　PC/タブレットとスマホでサイズ切り替え -- */
@media only screen and (min-width: 599px){
	#rakuten_mini {
		display:none;
				}
}
@media screen and (max-width: 599px){
	#rakuten_big {
		display:none;
				}
}


/*--------------------------------
記事下に人気記事を横並びで表示させる（Popular Postsと併用）
---------------------------------*/

.ninki-post ul.wpp-list{
margin: 0px;
padding: 0px;
list-style-type: none;
width:100%;
}
 
	.ninki-post ul.wpp-list li{
    vertical-align: top;
    list-style:none;float:left;
    line-height:150%;
	width:22%;
    font-size: 15px;
    min-height: 230px;
    text-align:left;
    margin: 0 0 50px 0;
    padding-right: 8px;
	padding-left:8px;
    clear: none;
	}

	.ninki-post ul.wpp-list li img{
	padding:2px;margin: 0;
	border: #ccc 1px solid;
	width:100%;
	height:100%;
}

/*--------------------------------
スマホ用　記事下の人気記事表示
---------------------------------*/

@media screen and (max-width:599px){
	.ninki-post ul.wpp-list{
	margin: 0px;
	padding: 0px;list-style-type: none;
	width:100%;
	}
 
	.ninki-post ul.wpp-list li{
    vertical-align: top;
    list-style:none;
	float:left;
    line-height:150%;
    width:47%;
    font-size: 13px;
    min-height: 230px;
    text-align:left;
	margin: 0 0 50px 0;
    padding-right: 4px;
	padding-left: 4px;
    clear: none;
    }
  
	.ninki-post ul.wpp-list li img{
    padding:2px;
	margin: 0;
    border: #ccc 1px solid;
    width:120px;
	height:120px;
	}
}

/*--------------------------------
オリジナル S N S ボタンの設置
---------------------------------*/

.share {margin-top : 20px;}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {float : left;
    width : 25%;
    margin : 0;
margin-top:15px;}


/*--------------------------------
 * スマホ用の S N S ボタン
---------------------------------*/
@media screen and (max-width:599px){
.share li {
  float : left;
  width : 100%;
  margin:0 2% 3% 0;}
.share li a {border-radius:6px;}
}



/*--------------------------------
オリジナル S N S ボタンにweb画像(「f」「t」など)を加える
---------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?wcudj4');
  src:  url('./fonts/icomoon.eot?wcudj4#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?wcudj4') format('truetype'),
    url('./fonts/icomoon.woff?wcudj4') format('woff'),
    url('./fonts/icomoon.svg?wcudj4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hatenabookmark-logomark .path1:before {
  content: "\e900";
  color: rgb(0, 164, 222);
}
.icon-hatenabookmark-logomark .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hatenabookmark-logomark .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hatenabookmark-logomark .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}


/*--------------------------------
サイドバースクロール（追尾表示）
---------------------------------*/


.pc-side-nav-fixed {

	top: 8%;
	left: 68%;
	width: 22%;
	position: fixed;
}


/*--------------------------------
ヘッダーメニューの色変更
---------------------------------*/


#st-menubox {
background: #3669ba;/* 背景色 #3669ba */
}

header .smanone ul.menu li a{
color: #ffffff;/* 文字色 */
}
header .smanone ul.sub-menu li ul.sub-menu{
background: #3669ba;/* 背景色 #3669ba */
	}


/*  投稿タグ  */
.tagst {
	font-size:14px !important;
	color:#808080 !important;
	padding: 10px 0 0;
}






/*--------------------------------
サイドバーの画像幅を拡大
---------------------------------*/



.kanren dt {
	float: left;
	width: 300px;
}

.kanren dt img {
	width: 300px;
}






/*--------------------------------
サイドバーの見出しに枠
---------------------------------*/
.menu_underh2{
	margin-top: 90px;

    border-left: solid 5px #0c9;
    line-height: 100%;
	padding-left: 5px;
	


}


/*--------------------------------
サイドバーのカテゴリー一覧の見栄えを四角にする
---------------------------------*/

.side-topad .ad p,
.st-aside .sidebar_title {
  /*  background-color: #59ABE3;*/
	color: #fff;
    margin: 0 0 15px 0;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
}
 
#side .st-aside .ad {
 /*   border: 5px solid #59ABE3;*/
	margin-bottom: 20px;
	background: #fff; /*#f2fff5; サイドバーの背景色*/
    border-radius: 10px;
}
 
#side .st-aside .ad ul .cat-item a {
    display: block;
    margin: 5px 10px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    line-height: 2em;
    background: #264348;
    border-radius: 10px;
}
 
.count {
    display: block;
    float: right;
    color: #fff;
}
 
#side .st-aside .ad ul .cat-item a:hover {
    opacity: 0.8;
}
 
#side .st-aside .kanren {
    padding: 0 0 10px 0;
	/*border: 5px solid #59ABE3;*/
	margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
}
 
#side .st-aside .kanren dl {
    margin: 5px 10px;
    padding: 10px;
	background: #ffffff;
    border-radius: 10px;
    border: none;
}
 
#side .st-aside .kanren dl dd p,
#side .st-aside .kanren dl dd p a {
    color: #000000;
    font-weight: normal;
}



/*--------------------------------
ぱんくず
---------------------------------*/


#breadcrumb,
#breadcrumb ol {
	margin:0;
	padding:0 0 5px;
}

#breadcrumb ol li {
	color: #583822 !important;
	font-size: 15px;
	list-style:none;
	display: inline-block;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #000000 !important;
}





/* ヘッダーのカテゴリー表記を大きくする */
	header .smanone ul.menu li{
		width:175px;
		height:40px;
	}

	header .smanone ul.menu li a{
		font-size: 15px;
	}

/* ここまで */

/*-- アイキャッチ画像上にカテゴリー追加 --*/
.eyecatch {
 position: relative;/*絶対位置*/
}

p.eyecatchlabel {
    position: absolute;/*絶対位置*/
    font-size: 11px;/*文字サイズ*/

    color: #fff;/*文字色*/
    background-color: #00CC99;/*背景色*/
    padding: 0px 5px;/*縦と横の幅*/
    left: 0;/*左からの位置*/
    top: 0;/*上からの位置*/
    opacity: 1;/*透明度*/
    z-index: 5000;/*重なりの順序*/
}




/*「引用」部分のカスタマイズ*/
.post blockquote {
	background-color: #ffffff;
	margin:0 0 25px 0;
	padding:27px 30px 0;
	border:1px solid #ccc;
	box-shadow:0px 4px 0px 0px #f2f2f2;
	position:relative;
}

.post blockquote:before {
	content: '"';
	font-style:italic;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	width:30px;
	height:30px;
	position:absolute;
	top:5px; left:10px;
	color:#5cbcd7;
}

.post blockquote:after {
	content: '"';
	font-style:italic;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	line-height:60px;
	width:30px;
	height:30px;
	position:absolute;
	bottom:7px;
	right:-2px;
	color:#5cbcd7;
}

.post blockquote cite {
	border-top:1px dotted #aaa;
	display:block;
	padding:20px 0 0 0;
	font-style:italic;
	text-align:right;
	font-size:90%;
}
/*「引用」部分のカスタマイズ　ここまで*/

/*「関連記事一覧」の文字枠を拡張*/
.post p.point {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding:20px 15px 10px;
	background-color:transparent;
}
.post p .point-in {
		text-align: center;
        font-weight: normal !important;
		color: #FFF; !important;
        font-size: 110% !important;
        padding: .5em .75em;
        background-color: #3498db;
        box-shadow:0px 5px 4px -2px #a0a0a0;
}
/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point .point-in {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 3px 20px;
    position: absolute;
    top: 15px;
}
/*「関連記事一覧」の文字枠を拡張　ここまで*/



/* 改ページの見栄え変更 */
/* 上段部分 */
.next-page-link {
  width:100%;
  margin: 40px 0 10px 0;
  text-align:center;
  border-radius:30px;
  background: #333;
}
.next-page-link a {
  display:block;
  margin:30px 0;
  color: #fff;
  text-decoration:none;
}
.next-page-link:hover {
  background: #555;
}
 
/* 下段部分 */
.page-link{
  margin: 10px 0 40px 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}
.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}
 
.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}
/* 改ページの見栄え変更　ここまで */


/* アプリーチ（ver.1.1） */

#appreach-box {
 border: 1px dashed #BDBDBD;
 max-width: 500px;
}
#appreach-appname {
 font-weight: bold;
}
.appreach-links{
 margin-top: 10px;
}
.appreach-footer{
 margin-bottom: 0;
 line-height: 0;
}

/*アドセンスのラベル・広告を囲む領域*/
.ad-sp {
	/* text-align: center; センター寄せ*/
	margin: 40px 0; /*上下の余白を40・左右は0*/
	max-width: 100%; /*コンテンツ幅よりはみ出さない*/
}

.ad-sp2 {
	text-align: left; /*左寄せ*/
    margin: 40px 0; /*上下の余白を40・左右は0*/
    max-width: 100%; /*コンテンツ幅よりはみ出さない*/
}

/*広告コードの領域・レクタングル300×250で表示*/
.ad-s {
    width: 300px;
    height: 250px;
    margin: 0 auto; /*真ん中に表示*/
}

/* スマホ以外画面には広告を横2つ、コードの領域・レクタングル300×250で表示*/
.ad-left,
.ad-right{
	margin-left: 12px;
	display: inline;
	float: left;
}

.clear {
clear: both;
}

/*タブレット・PCの指定、レクタングル大で表示*/
@media only screen and (min-width: 768px) {
    .ad-s {
        width: 336px;
        height: 280px;
    }
}


/*-- TOPへ戻るボタンの色変更 --*/
#page-top a {
	background-color: #e75d5d;
}


/*-- サイドバー各項目の間隔 --*/
.ad {
	margin-top: 10px;  /*項目上の余白*/
	margin-bottom: 30px;  /*項目下の余白*/
}
/*-- サイドバー各項目の間隔 ここまで --*/




/*--------------------------------
サイドメニューの下線を削除・リンクの色を黒に変更
---------------------------------*/
#side .st-aside a{
	text-decoration: none;
	color: #000000;
}



/* 中見出し */
h2{
	position:relative;
	padding:35px;
	font-size: 1.6em;
	color: #333333;/* 文字色 */
	background: #b0e0e6;/*枠背景色*/
	width: 90%;
	margin: 0 0 0.3em;

	
}

h2:after {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

/*
 * h3 見出し カスタマイズ
 * */

.post h3 {
	font-size: 23px;
	line-height: 27px;
	margin: 20px 0 0.6em;
	padding: 20px 15px 20px 30px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #ccc;
}

h3 {
  position: relative;
  padding: 1.5em 1em 1.5em 1.5em;
  border: 1px solid #ccc;
}

h3:after {
  position: absolute;
  top: .5em;
  left: .5em;
	content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

/*
 * h4 見出し カスタマイズ
 * */
h4{
	margin: 0 0 1.5em;
	padding: 0.5em;
    border-left: 7px solid #3498db;
	border-bottom: 1px solid #3498db;
	font-size: 0.8em;
    font-weight: bold;
}

h5{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

h5:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #80c8d1;
color: #ffffff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }

/* マーカー強調カスタマイズ */
.marker1 {
 background: linear-gradient(transparent 80%, #a0d8ef 65%);
}

/* マーカー強調カスタマイズ */
.marker2 {
 background: linear-gradient(transparent 80%, #f09199 65%);
}

/* マーカー強調カスタマイズ */
.marker3 {
 background: linear-gradient(transparent 80%, #f8e58c 65%);
}

/* 画像に影を付ける*/
img.aaa {border: solid 1px #e8e8e8; /* 枠線のスタイル 太さ 色*/
 box-shadow: 0px 0px 5px #808080; /* 影の水平方向の距離 垂直方向の距離 ぼかしの距離 色 */
}



/*------------------------------
 * 
 * ショートカットコードに追加
 * 
 ------------------------------*/

/*
 * シンプルな黒い枠
 * */
.box10 {
	border: 1px solid #000000;
    margin: 2em auto;
    padding: 10px;
	width: 35%;
	float: left;
}

/* スマホで 黒い枠の表示を伸ばす　対応 */
@media (max-width: 640px) {
	.box10 {
		width: 60%;
	}
}


/* シンプルな枠　を使ったリンク　色は黒のまま */
.box10 a {
	color: #000000; /* !important */
	text-decoration : none;
	display:block;
	width: 100%; /* 横幅 */
}

/* リンクにマウスオーバーした時の色 */
.box10 a:hover {
	color: #565656; /* !important */
	text-decoration : none;
}


/* 外部リンク用の枠 */
.label-box1 {
 position: relative;
 margin: 40px 10px 15px;
 padding: 0.5em 1em;
 border: solid 3px #80c8d1;
}
.label-box1-title {
 position: absolute;
 display: inline-block;
 top: -30px;
 left: -3px;
 padding: 3px 9px;
 height: 30px;
 line-height: 25px;
 vertical-align: middle;
 font-size: 17px;
 background: #80c8d1;
 color: #ffffff;
 font-weight: bold;
 border-radius: 3px 3px 0 0;
}
.label-box1 p {
 margin: 0; 
 padding: 0;
}


/*--------------------------------
ブログの文字フォントを"Noto Sans Japanese"へ変更
---------------------------------*/
*{
    font-family: 'Noto Sans Japanese', sans-serif;
}



/*--------------------------------
トップページの記事画像の大きさをカスタマイズする
---------------------------------*/
.kanren {
    margin: 0 !important;
    padding: 0 !important;
}
.kanren dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d2d7e6 !important;
    overflow: hidden;
    text-align: left;
}
.kanren dt {
    padding: 10px;
    display: inline;
    float: left;
}
.kanren dt a img {
    position: relative;
}
.kanren .kanren-t a {
    text-decoration : none;
    line-height: 1.5;
    letter-spacing: .1em;
}
.kanren-descr p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    letter-spacing: .1em !important;
}
.kanren dd {
    padding: 10px;
	padding-left: 20px;/* サイドバー　新着記事・タイトルを左詰めで表示115px */
}
.kanren dl { position : relative }
.kanren dl:first-child { padding-top: 0; !important}
.kanren dl:last-child { padding-bottom: 0; border-bottom: none !important}


/* スマホで TOPページのアイキャッチ画像を適正表示に直す　対応 */
@media (max-width: 640px) {
	.kanren dt {
	width: 50%;
	height: 33%;
	}
	
	.kanren .kanren-t a {
    padding-bottom: 50px;
}
	
	
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
    
    .kanren-custom dt {
        width: 300px;
        margin-right: 30px;
    }
    .kanren-custom dt img {
        width: 300px;
    }
    .kanren-custom dd {
        padding-left: 20px;
    }
    .kanren-custom dd h3 {
        margin: 10px 0;
    }
    .kanren-custom dd h3 a {
        color: #333;
        text-decoration: none;
        font-size: 22px;
        line-height: 1.5;
    }

}









/*--------------------------------
ページネーション 次のページにマウスを当てた時の反応
---------------------------------*/
.st-pagelink .page-numbers { /* ボタン全てのボーダー */
    border: 1px solid rgba(4, 137, 177, 0.9);
}
.st-pagelink .page-numbers { /* 現在のページ以外のボタン */
    color: #3498db;
    background: #fff;
}
.st-pagelink a.page-numbers:hover { /* マウスホバーしたときのボタン */
    text-decoration: none;
    color: #fff;
    background: #3498db;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    opacity: 1.0;
}
.st-pagelink .page-numbers.current { /* 現在のページのボタン */
    color: #fff;
    background: #3498db;
    opacity: 1.0;
}
.st-pagelink .page-numbers.dots { /* 端折られたページのドット */
    color: #3498db;
    background: #fff;
    border: none;
    opacity: 1.0;
}


#side .st-aside a:hover { /* マウスホバーしたときの、サイドバーリンク */
    color: #3498db;
}


/* スマホで表が切れた時に対応 */
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}
/* ここまで */
/* サイトタイトルを中央に表示 */


#header-l {
	text-align: center !important;
	float: none;
	max-width: initial;
}
/* ここまで */


#st-menuwide{
	display:flex;
}

/* リンクの色 */
a {
	color: #42aeb8; /* !important */
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #42aeb8; /* !important */
}


/*---------------------------------
記事の文字サイズ・色を変更
--------------------------------*/
.entry-content p {
font-size: 17px; /* 文字サイズ */
color: #5e5e5e;/*文字色 !importantなしで試験中*/
}



/*--------------------------------------
ヨメレバ・カエレバ
--------------------------------------*/
.booklink-box, .kaerebalink-box{
text-align:left; /* デフォルトでは何も表記なし：追加しても効果なし */
width:90%; /* デフォルト：85% */
margin: 1em 0 1em;
padding: 2%; /* デフォルトでは5% */
border:double #d2d7e6;
overflow: hidden;
font-size:small;
border-radius:2px;
}
.booklink-image, .kaerebalink-image{
margin:0 0 15px 0;
}
.booklink-image img, .kaerebalink-image img{
display:block;
margin:0;
float: left; /* 画像を左寄せ */
text-align:center; /* デフォルトはcenter */
}
.booklink-info, .kaerebalink-info{
text-align:left/* デフォルトはcenter */
line-height:120%;
overflow: hidden;
}
.booklink-name, .kaerebalink-name{
font-size:16px; /* デフォルト：16px */
margin-bottom:14px;
line-height:1.2em;
}
.booklink-powered-date, .kaerebalink-powered-date{
font-size:8pt;
margin-top:10px;
line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
margin-bottom:15px;
}
.booklink-link2, .kaerebalink-link1{
margin-top:20px;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkrakukobo, .shoplinkseven{
width:90%;
height:15px;
overflow:hidden;
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
background-color:#ffffff;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
margin:0  auto 5px auto;
padding:10px 0px;
text-align:center;
text-align:center;  /* 文字をボタンの中央に */
  margin-right: 10px; /* ボタンとボタンの間の余白 */
	float: center;  /* ボタンを横並びに */
	width: 50%; /* ボタンの幅 */
}
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover, .shoplinkrakukobo:hover, .shoplinkseven:hover{
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
background-color:#f6f6f6;
}
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active, .shoplinkrakukobo:active, .shoplinkseven:active{
position:relative;
top:1px;
}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a, .shoplinkrakukobo a, .shoplinkseven a{
display:block;
cursor:pointer;
text-decoration:none;
font-weight:800;
text-shadow:1px 1px 1px #dcdcdc;
font-size:12px;

}
.shoplinkamazon a{
color:#FF9901;
}
.shoplinkrakuten a{
color:#c20004;
}
.shoplinkkindle a{
color:#007dcd;	
}
.shoplinkyahoo a{
color:#7b0099;
} 
.shoplinkrakukobo a{
color:#c20004;
}
.shoplinkseven a{
color:#008000;
}
.booklink-footer{
clear:left;
}


/* カエレバ・スマホ版の表示 */
@media (max-width: 640px) {
	.booklink-image img, .kaerebalink-image img{
		display:block;
		margin:0;
		float: center; /* 画像を中央 */
		text-align:center; /* デフォルトはcenter */
		}
		.booklink-info, .kaerebalink-info{
		text-align:center/* デフォルトはcenter */
		line-height:120%;
		overflow: hidden;
	}

	.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkrakukobo, .shoplinkseven{
		width:99%;
		height:30px;
		overflow:hidden;
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		background-color:#ffffff;
		border-radius:6px;
		border:1px solid #dcdcdc;
		display:inline-block;
		margin:0  auto 5px auto;
		padding:10px 0px;
		text-align:center;
		text-align:center;  /* 文字をボタンの中央に */
		margin-right: 10px; /* ボタンとボタンの間の余白 */
		float: center;  /* ボタンを中央に配置し、縦並びに */
		width: 100%; /* ボタンの幅 */
	}
		.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a, .shoplinkrakukobo a, .shoplinkseven a{
		display:block;
		cursor:pointer;
		text-decoration:none;
		margin:2%;
		font-weight:800;
		text-shadow:1px 1px 1px #dcdcdc;
		font-size:20px;
	}
}



/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
/*本文の背景色　変更*/
	.st-main {
/* background: url('../images/main_image.png');*/
		background-color: #ffffff !important;
		padding: 20px 30px;
	}
	
		/* ヘッダー画像を中央に配置 */
		header {
		text-align: center;
	}

		/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 26px;
		line-height: 40px;
		color: #333;
		margin-bottom: 20px;
	}
	
/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*--------------------------------------
本文の文字の間隔を調整
--------------------------------------*/
	
		p {
		margin-bottom: 10px;
	}
.post h4 {
	font-size: 18px;
}
/*--------------------------------------
780px ヨメレバ・カエレバ
--------------------------------------*/
.booklink-box, .kaerebalink-box{
width: 90%;
margin:20px auto;
padding:20px;
}
.booklink-image, .kaerebalink-image{
margin:0 15px 0 0;
float:left;
}
.booklink-info, .kaerebalink-info{
margin:0;
text-align:left;
}
.booklink-name, .kaerebalink-name{
margin-bottom:24px;
line-height:1.5;
}
.booklink-link2, .kaerebalink-link1{
margin-top:10px;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkrakukobo, .shoplinkseven{
float:left;
width:30%;
margin:15px 1% 0 auto;
padding:10px 0px;
}
.shoplinkyahoo a{
font-size:10px;
} 

/*——————————–
メニュー
———————————*/

#st-menuwide {
padding: 0px;
margin:0 auto;
max-width:1150px;
}

nav.smanone {
max-width:1150px;
margin:0 auto;
}

nav.st5 {
max-width:1150px;
margin:0 auto;
}

/*——————————–
PC の 記事幅 レイアウト
———————————*/

#st-header {
max-width:1400px;
margin:0 auto 10px;
}

#content {
max-width:1200px;
margin:0 auto;
}

#footer-in {
max-width:1400px;
margin:0 auto;
}

/*——————————–
メニュー未設定
———————————*/

#st-menuwide div.menu,
#st-menuwide nav.menu {
max-width:1150px;
margin:0 auto;
padding:5px;
display:block;
}

	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/

	#contentInner {
		float: left;
		width: 100%;
		margin-right: -336px;
	}

	.st-main {
		margin-right: 366px;
		margin-left: 0px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side .st-aside {
		float: right;
		width: 336px;
		padding: 0px;
	}

/*-- ここまで --*/

	/* サイドバーの見出し */
	#side h5 {
		font-size:16px !important;/* デフォルト16px */
		line-height:40px !important;
		margin-bottom:5px;/* デフォルト5px */
	}


/*--------------------------------
サイドバーの見出し
---------------------------------*/




	/*サイドバー*/
	#side .st-aside .menu_underh2 {
		font-size: 21px;
		line-height: 24px;
		font-weight:bold;
	}

	#side .st-aside ul li {
		font-size: 14px;
		line-height: 24px;
	}

	#side .st-aside #mybox ul li ul li {
	  font-size: 14px;
	  line-height: 24px;
	}



}

/* TOPページの記事一覧にある広告の微調整 */
.toppagead {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #999;
}
/* 微調整ここまで */