/*
Theme Name: tacklenews_v5_child
Template: tacklenews_v5
Version: 20170501
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
font-size: 100%;
}

body {
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
background-color:#FcFcfc;

}

/*リンク*/
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a:hover { color:#06F;}

/*記事内リンク*/
.entry-content a {
	color:#06f;
}

.entry-content a:hover {
	color:#09f;
	text-decoration:underline;
}

/*フォント*/
	/*基本のフォントサイズ*/
	p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6, /* H6 */
	.post table tr td,
	table tr td /* テーブル */
	 {
		font-size: 16px;
	}
	
b {
	font-weight:bold;
}

/*引用タグ*/
q:before {
	content: none;
}

/* テーブルレスポンシブ */
table {
	display:block;
	overflow-x: auto;
}


tbody {
	overflow-x: auto;
	white-space: nowrap;
	width: auto;
}

th, td {
    width: 819px;
    white-space: nowrap;
}

/* スクロールバー全体 */
table::-webkit-scrollbar
{
    height: 9px;
    height: 0.9rem;
    background-color: #F1F1F1;
}

/* スクロールバーのつまみ(可動部分) */
table::-webkit-scrollbar-thumb
{
    background-color: #BCBCBC;
    border-radius: 12px;
    border-radius: 1.2rem;
}

table::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
}

table::-webkit-scrollbar-thumb:hover
{
    background-color: #09f;
}

/* テーブルフォント */
table tr td {
	font-size:93.5% !important;
	padding:10px;
}

.clear {clear: both;}
.clear2 {
	clear:both;
	margin-bottom:25px;
}
.clear_border {
	clear:both;
	border-top:#CCC 2px dotted;
	height:10px;
	margin-top:20px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
#headbox-bg {
}

/*タイトル*/
#side .menu_underh2 {
	font-size:100%;
	line-height:40px;
	background-color:#333;
	color:#fff;
	text-align:center;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
}

/*モバイル用ナビゲーション*/
#s-navi {
	padding:10px 0;
}

/*ハンバーガーメニュー*/
/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
    font-size:93.5%;
	color:#fff;
    background:#09f;
    max-width: initial;
}

#s-navi dt.trigger .op .fa {
	margin-right:5px;
}

/*--------------------------------
トップページ
---------------------------------*/
.kanren dl {
	position:relative;
}

.top-post {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.top-post a {
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}


.top-post a:hover {
	background-color:#efefef;
}
/*画像*/
.kanren dt {
	width:38%;
	position:relative;
}

.kanren dt img {
	width:100%;
	max-height:150px;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

/*カテゴリ*/
.topp-cat {
	padding:3px 6px;
	background-color:#FC3;
	color:#fff;
	font-size:75%;
	position:absolute;
	top:0;
	right:0;
}

/*タイトル*/
.kanren dd {
	padding-left:41%;
}

.kanren dd h3 {
	font-size:100%;
}

.kanren dd h3 a {
	font-size:100%;
}

.kanren dd h3 a:hover {
	color:#06F;
}

/*日付等*/
.blog_info {
	position:absolute;
	bottom:8px;
	right:0;
}

.kanren:not(.st-cardbox) .clearfix dd p {
	font-size:12px;
}

/*--------------------------------
サイドバー
---------------------------------*/
/*新着記事タイトル*/
.kanren .clearfix dd h5 a {
	font-size:93.5%;
}

.kanren .clearfix dd h5 a:hover {
	color:#06F;
}



/*---------------------------------
人気記事タブ
--------------------------------*/
#side aside #mybox ul li ul li {
	margin-bottom:7px;
}

.recommends .tab_list ul {
	border-bottom: none;
}
.tab_list li {
	float:left;
	width: 33%;
	padding:0 !important;
}
.tab_list li a {
	display:block;
	text-align: center;
	font-size: 87.5%;
	color:#fff;
	background:#333;
	line-height:30px;
	padding:4px 0;
}

.tab_list li a:hover {
	background:#666;
}

.tab_list .active {
	border-bottom: none;
}
.tab_list .active a {
	background:#06f;
}
.tab_list .active a:hover {
	background:#06f;
}
.tab_content {
	clear:both;
	padding: 5px 0 10px 0;
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.tab_content.active {
	display: block;
	opacity: 1;
}
.tab_content li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
	font-size: 87.5%;
	line-height:20px !important;
}

/* */
#side aside ul li {
	margin-bottom:20px;
}

/*サムネイル*/
.wpp-thumbnail {
	margin-right:10px !important;
}

.wpp-thumbnail img {
	width:100% !important;
	max-height:150px !important;
	object-fit:cover !important;
	font-family: 'object-fit: cover;'
	}

/*タイトル*/
.wpp-post-title {
	font-size:15px;
	font-weight:bold;
	line-height:25px;
}

/*オリジナル*/
/*サムネイル*/
.wpp-img {
	width:38%;
	float:left;
	margin:0 10px 0 0;
}

.wpp-img img {
	width:100% !important;
	max-height:150px !important;
	object-fit:cover !important;
	font-family: 'object-fit: cover;'
}

/*順位*/
.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
.wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
}
.wpp-list li::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffd700;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

.wpp-list {
counter-reset: posts-rank;
}
.wpp-list li:before {
counter-increment: posts-rank;
content: counter(posts-rank); 
}

/*--------------------------------
シングルページ
---------------------------------*/
/*フォント*/
.entry-content p {
	color:#333;
}

/*タイトル上カテゴリ*/
.catname {
	background-color:#FC3;
	color:#fff;
}

/*投稿日*/
.blogbox {
	padding:5px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.blogbox p {
	color:#aaa;
}

/*タグ*/
/* タグ */
.tagst a {
	font-size:100%;
	color:#333;
	padding:3px 8px;
	margin-bottom:5px;
	border:1px solid #333;
	background-color:#fff;
	display:inline-block;
}

.tagst a:hover {
	background-color:#333;
	border:#333 1px solid;
	color:#fff;
	text-decoration:none;
}

	.tagst a:before {
	content: " \f02c";
	font-family: FontAwesome;
	padding-right:3px;
	}
	
/*見出し*/
/*
h2 {
	position: relative;
	background: #ddd;
	color: #1a1a1a;
	font-size: 125%;
	line-height: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:-15px;
	margin-right:-15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #ddd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #ddd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}
*/
/*
h2 {
	font-size: 125%;
	position: relative;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	background-color:#fff;
}

h2:before {
content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: black;
left:10px;
bottom:0;
}

h2:after {
	content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: black;
bottom:0;
left:auto;
right:10px;

}
*/

/*古い見出し*/
h2.midas {
	border:none;
	background-color:#333;
	color:#fff;
	font-size:125%;
	margin-left:-15px;
	margin-right:-15px;
}

.post h3.midas:not(.rankh3):not(#reply-title) {
	font-size:125%;
	padding:10px 0 10px 5px;
	margin:15px 0;
	border-top:#111 2px solid;
	border-bottom:#111 2px solid;
	background-color:#fff;
}

.post h4.midas {
	font-size:112.5%;
	padding:10px 5px 5px 5px;
	margin-top:10px;
	border-top:#111 1px solid;
	border-bottom:#111 1px solid;
	background-color:#fff;
}
.post h5.midas {
	margin-bottom:10px;
	font-size:16px;
}

/*新しい見出し*/
h2 {
	border:none;
	background-color:#333;
	color:#fff;
	font-size:125%;
	margin-left:-15px;
	margin-right:-15px;
}

.post h3:not(.rankh3):not(#reply-title) {
	font-size:125%;
	padding:10px 0 10px 5px;
	margin:15px 0;
	border-top:#111 2px solid;
	border-bottom:#111 2px solid;
	background-color:#fff;
}

.post h4 {
	font-size:112.5%;
	padding:10px 5px 5px 5px;
	margin-top:10px;
	border-top:#111 1px solid;
	border-bottom:#111 1px solid;
	background-color:#fff;
}
.post h5 {
	margin-bottom:10px;
	font-size:16px;
}


/*--------------------------------
シングルページ
---------------------------------*/
.post h4.point {
	font-size:100%;
	line-height:40px;
	background-color:#333;
	color:#fff;
	text-align:center;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	padding:0;
	border:none;
}

h4.point {
	font-size:100%;
	line-height:40px;
	background-color:#333;
	color:#fff;
	text-align:center;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	padding:0;
	border:none;
}

/*--------------------------------
関連記事
---------------------------------*/
aside h4.point {
	font-size:100%;
	line-height:40px;
	background-color:#333;
	color:#fff;
	text-align:center;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	padding:0;
	border:none;
}

aside .kanren {
	margin-bottom:10px;
}

.kanren-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.kanren-box {
	width:48%;
}

	
.kanren-img {
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
overflow: hidden;
width: 100%;/* トリミングしたい枠の幅 */
padding-top: 70%; /* トリミングしたい枠の高さ */
position: relative;
}

.kanren-img img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width:100%;
}

.kanren-info {
	padding:0 2px;
}

/*タイトル*/
.post h5.kanren-t {
	font-size:100%;
	line-height:1.6;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi {
	margin:20px 0 10px 0;
}

.p-navi dl {
	padding:15px;
	border:1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.p-navi dl dt {
	font-size:100%;
}

/*--------------------------------
フッター
---------------------------------*/
#footer {
	background-color:#0a0101;
}

#footer .footermenust a:hover {
	color:#06F;
}

.foot-l, .foot-c, .foot-r {
	margin-bottom:20px;
}

/*タイトル*/
.foot_title {
	margin-bottom:5px;
	color:#fff;
}

.foot_title:before {
	content: " \f0e7";
	font-family: FontAwesome;
	padding-right:5px;
}

#footer ul {
	list-style:none;
	padding-left:0;
	text-align:left;
}

#footer ul li a {
	color:#fff;
	display:block;
	padding:8px 5px;
	border-bottom:1px solid #ccc;
	font-size:87.5%;
}

#footer ul li a:hover {
	background-color:#dedede;
}

/*コピーライト*/
.copyr {
	color:#fff;
}

/* 人気ランキングサイト */
#footer .menu {
	margin-bottom:20px;
}

/*--------------------------------
SNS
---------------------------------*/
/*サイドバートップ SNSボタン */
.follow {
	margin-bottom:15px;
}


.follow ul{
	position:relative;
	margin:0;
	overflow:hidden;
}

.follow ul li{
	float:left;
	width:50%;
	margin:0 !important;
	}
	
.follow ul li a{
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	-webkit-transition:	.2s ease-in-out;
	transition:	.2s ease-in-out;
	color:#fff;
	font-family:'Open Sans',sans-serif;
	text-align:center;
	text-decoration:none;
	}
	
.follow ul li a::before{
	position:relative;
	display:block;
	-webkit-transition:.15s ease-in-out;
	transition:.15s ease-in-out;
	color:#fff;
	font-size:26px;
	font-family: "FontAwesome";
	}
	
.follow ul li a:hover{
	background-color:#fff;
	}
	
	
.follow ul .twitter a{
	background-color:#00aced;
	border:2px solid #00aced;
	}
.follow ul .twitter a::before{
	content: "\f099";
	}
	
.follow .twitter a:hover,.follow .twitter a:hover::before{
	color:#00aced;
	}


.follow .facebook a{
	background-color:#3c5a98;
	border:2px solid #3c5a98;
	}
	
.follow .facebook a::before{
	content:"\f09a";
	}
	
.follow .facebook a:hover,.follow .facebook a:hover::before{
	color:#3c5a98;
	}
.follow ul .googleplus a{
	background-color:#db4a39;
	border:2px solid #db4a39;
	}
.follow ul .googleplus a::before{
	content:"\f0d5";
	}
.follow ul .googleplus a:hover,.follow ul
 .googleplus a:hover::before{
	 color:#db4a39;
	 }
	 
.follow ul .rss a{
	background-color:#ffb53c;
	border:2px solid #ffb53c;
	}
.follow ul .rss a::before{
	content:"\f09e";
	}
.follow ul .rss a:hover,.follow ul .rss a:hover::before{
	color:#ffb53c;
	}
.follow ul .feedly a{
	background-color:#87c040;
	border:2px solid #87c040;
	}
.follow ul .feedly a::before{
	content:"\f09e";
	}
.follow ul .feedly a:hover,.follow ul
 .feedly a:hover::before{
	 color:#87c040;
	 }	
	 
/*シングルページ下部SNS*/
.sns {
	margin-top:10px;
}

.sns-item-twitter {
	padding:15px 15px 10px 15px;
	margin-bottom:10px;
	background-color:#e6e6e6;
}

.share{
	width:100%;
}
.share h4{
	font-size:120%; 
	text-align:center;
}

.sns-btn{
	margin:0 auto;
	text-align:center;
	
}
.sns-btn ul {
	padding:0 !important;
	list-style:none;
}

.sns-btn li {
	float:left;
	width:48%;
	margin:0 2% 3% 0;
	padding:0;
}
.sns-btn li a {
	font-size:80%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns-btn li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
.sns-btn .twitter a {
	background:#00acee;
	box-shadow:0 5px 0 #0092ca;
}
.sns-btn  .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns-btn  .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}
.sns-btn .facebook a:hover {
	background:#2c4373;
}

/* グーグル */
.sns-btn .googleplus a {
	background:#db4a39;
	box-shadow:0 5px 0 #ad3a2d;
}
.sns-btn  .googleplus a:hover {
	background:#ad3a2d;
}

/* はてぶ */
.sns-btn  .hatebu a {
	background:#5d8ac1;
	box-shadow:0 5px 0 #43638b;
}
.sns-btn .hatebu a:hover {
	background:#43638b;
}

/* LINE */
.sns-btn  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns-btn .line a:hover {
	background:#219900;
}

/* Pocket */
.sns-btn  .pocket a {
	background:#f03e51;
	box-shadow:0 5px 0 #c0392b;
}
.sns-btn  .pocket a:hover {
	background:#c0392b;
}

/* RSS */
.sns-btn  .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}
.sns-btn  .rss a:hover {
	background:#e09900;
}

/* Feedly */
.sns-btn  .feedly a {
	background:#87c040;
	box-shadow:0 5px 0 #74a436;
}
.sns-btn  .feedly a:hover {
	background:#74a436;
}

/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
    padding-bottom: 15px;
    overflow: hidden;
}
.p-shareButton__buttons {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.p-shareButton__buttons>li {
    padding-left: 3px;
    padding-right: 4px;
}
.p-shareButton__buttons .c-btn {
    padding: 8px 0;
    border-radius: 2px;
}
.p-shareButton__buttons .c-ico {
    display: block;
    margin: auto auto 5px;
}
.p-shareButton__fb {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 115px;
}
.p-shareButton__fb-cont {
    position: relative;
    width: 108px;
    margin: 0 auto;
}
.p-shareButton__fb-unable {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.p-shareButton__cont {
    margin: 15px 0 0;
}
.p-shareButton__a-cont {
    background: #2e2e2e;
    display: table;
    width: 100%;
}
.p-shareButton__a-cont__img {
    display: table-cell;
    min-width: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-shareButton__a-cont__btn {
    display: table-cell;
    padding: 12px;
    text-align: center;
}
.p-shareButton__a-cont__btn p {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0 15px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.p-asideFollowUs__twitter {
    border: 2px solid #e6e6e6;
    margin-top: 15px;
    padding: 12px 0;
}
.p-asideFollowUs__twitter__cont {
    text-align: center;
    font-size: 13px;
    color: #252525;
    font-weight: 700;
}
.p-asideFollowUs__twitter__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

/* SNSシェア 2014.9.29問題 */
.old-share {
	font-size:75%;
	line-height:1.5;
}

/*--------------------------------
広告
---------------------------------*/
.adsbygoogle {
	overflow:visible;
}

/*トップページ*/
/*ads*/
.toppage-ad {
	margin:10px 0px 20px 0;
	text-align:center;
}

/* シングルページ */
#aleft-ad {
	float:none;
	margin-right:10px;
}

/*スポンサーリンク*/
.headbox, .headbox p.atitle {
	margin-bottom:5px !important;
	font-size:100% !important;
}

.headbox, .headbox p.atitle2 {
	margin-top:0 !important;
	margin-bottom:5px !important;
	font-size:100% !important;
}

p.atitle {
	margin-bottom:5px !important;
	font-size:87.5% !important;
}

p.atitle2 {
	margin-top:0 !important;
	margin-bottom:5px !important;
	font-size:87.5% !important;
}

/*楽天*/
.raku {
	display:block;
	border:#CCCCCC 1px solid;
	padding:10px;
}

.raku table {
	border:none;
	overflow-x:hidden;
	margin-bottom:0px;
}

.raku table tr td {
	border:none;
	padding:0;
	white-space:normal;
}

.raku table tr td div {
	width:100% !important;
	border:none !important;
	padding:0px !important;
	text-align:center !important;
}

.raku table tr td div a img {
	width:100%;
	max-width:240px;
	margin:0 auto !important;
	text-align:center;
	
}

.raku table tr td div p {

}

.raku table tr td div p a {
	font-size:14px;
}

/* カエレバ */
/************************************
** カエレバ
**amazlet風-2(cssカスタマイズ用)用
**ボタンっぽくしたCSS
**ヨメレバとの干渉解決済
************************************/

.kaerebalink-box {
	text-align:left;
	margin-bottom:20px;
	padding:10px 10px 5px 10px !important;
	border:#e3e3e3 1px solid;
	font-size:small;
	zoom: 1;
	overflow: hidden;
}
	
.kaerebalink-image {
	float:left;
	margin:0 15px 10px 0;
}
	
.kaerebalink-info {
	line-height:120%;
	zoom: 1;
	overflow: hidden;
}
.kaerebalink-name {
	margin-bottom:10px;
	line-height:120%;
	font-size:14px;
}
.kaerebalink-name a {
	color:#03f;
}

.kaerebalink-name a:hover {
	color:#666;
}

.kaerebalink-powered-date a {
	color:#333;
}

.kaerebalink-powered-date a:hover {
	color:#03f;
}

.kaerebalink-powered-date {
	font-size:11px;
	margin-top:5px;
	font-family:verdana;
	line-height:120%;
}
.kaerebalink-detail {
	margin-bottom:5px;
}
.kaerebalink-link1 {
	margin-top:10px;
	}
.kaerebalink-box div.shoplinkamazon {
	display:inline;
	margin-right:5px;
	padding: 10px 0px 10px 0px;
	white-space: nowrap;
	background:#000;
}
.kaerebalink-box div.shoplinkrakuten {
	display:inline;
	margin-right:5px;
	padding: 10px 0px 10px 0px;
	white-space: nowrap;
	background:#CC0000;
}
.kaerebalink-box div.shoplinkamazon a {
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	padding: 0.9em 3em;
}
.kaerebalink-box div.shoplinkrakuten a {
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	padding: 0.9em 2.5em;
}
.kaerebalink-box div.shoplinkamazon a:hover {
	color:#FFFFFF;
	background:#b4b4b4;
	}
.kaerebalink-box div.shoplinkrakuten a:hover {
	color:#FFFFFF;
	background:#ccaaaa;
	}
.booklink-footer{
	clear: left;
	}

/*---------------------------------
カスタム
--------------------------------*/
/*シングルページ*/
/* 記事中文字 */
.singlept {
	font-weight:bold;
	margin-bottom:5px;
	margin-left:3px;
}

.singlept2 {
	font-size:100% !important;
	font-weight:bold;
	margin-bottom:10px !important;
	margin-left:3px;
	padding:5px 8px;
	background-color:#06F;
	color:#fff !important;
	display:inline-block;
}

/* カラー他リスト */
.post .color-list {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f0f7fe;
	border-radius:8px;
	}

.post .color-list li {
	font-size:91.5%;
	font-weight:bold;
	margin-bottom:5px;
}

/* 改行 */
p.mb1 {
	margin-bottom:1em;
	}

p.mb2 {
	margin-bottom:2em;
	}

/* スペック */
dl.spec {
	max-width:100;
	height:auto;
    clear: both;
    margin-top: 10px;
	margin-bottom: 20px;
    border: 2px solid #ccc;
    background-color: #fff;
	overflow:hidden;
}

dl.spec dt {
    float: left;
    width: 7em;
    clear: both;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}
dl.spec dd {
    margin: 0;
    padding-left: 10em;
    border-top: 1px solid #ccc;
}
 
dl.spec dt:first-child + dd {
    border: 0;
}

dl.spec_l {
	max-width:100;
	height:auto;
    clear: both;
    margin-top: 10px;
    border: 2px solid #ccc;
    background-color: #fff;
	overflow:hidden;
}

dl.spec_l dt {
    float: left;
    width: 10em;
    clear: both;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}
dl.spec_l dd {
    margin: 0;
    padding-left: 13em;
    border-top: 1px solid #ccc;
}
 
dl.spec_l dt:first-child + dd {
    border: 0;
}

/*改行*/
p.br {
	margin-bottom:2em;
}

/* 引用 */
.quotes-p {
	font-size:87.5%;
}
/*テーブル*/
.post table {
	margin-bottom:20px;
}


/* 記事内box */
.single-box {
    border: 4px double #ccc;
    margin: 2em 0;
    padding: 2em;
}

/* 引用元 */
.quote_url {
    background-color: #fff;
    border-top: 1px solid #ddd;
    list-style: none;
    position: relative;
    margin:0 0 10px 0;
    padding:15px 10px 10px 10px!important;
}
.quote_url:before {
    content: "引用元";
    color: #333;
    background-color: #fff;
    font-size: 100%;
    position: absolute;
    top: -0.8em;
    left: 1em;
    padding: 0 .5em;
}
.quote_url:after {
    content: "";
    color: #111;
    background-color: #fff;
    font-size: 1.2em;
    position: absolute;
    bottom: -0.8em;
    right: 1em;
    padding: 0 .5em;
}

.quote_url li {
	font-size:87.5% !important;
	list-style:none;
}


p.border_dotted {
	margin:5px 0 10px 0;
	margin-bottom:10px !important;
	border-bottom:#CCC 2px dotted;
}

/* はてブ風内部リンク*/
/*内部リンクショートコード*/
 
.blog-card {
  margin:10px 0 20px 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  border-radius:1px;
}

.blog-card a {
	display:block;
	padding:12px;
}

.blog-card a:hover {
	background-color:#efefef;
	text-decoration:none;
}
 
.blog-card-thumbnail {
  float:left;
  width:100px;
  margin-right:10px;
}

	.blog-card-thumbnail img {
		max-width:100%;
	}
 
.blog-card-content{
   line-height:120%;
   margin-bottom:0px;
}
.blog-card-title{
	font-weight:bold;
  margin-bottom:5px;
}
 
.blog-card-title a{
    font-weight:bold;
    color:#111;
    text-decoration: none;  
}
 
.blog-card-title a:hover{
	color:#0066FF;
    text-decoration: underline; 
}
 
.blog-card-excerpt{
  color:#333;
  font-size:90%;
}
 
.blog-card-footer{

    border-top:none;
	border-top-width:90%;
}
 
.blog-card-hatebu{
 
    }
 
.blog-card-date{
    color:#333;
    font-size:75%;
    float:left;
    margin-right:10px;
}



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


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

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
/*--------------------------------
ヘッダー
---------------------------------*/
/*ハンバーガーメニュー*/
.acordion_tree ul.menu li {
	font-size:100%;
}
/*--------------------------------
トップページ
---------------------------------*/
aside .kanren dt {
	width:35%;
}

	aside .kanren dt img {
		width:100%;
		max-height:150px;
		object-fit:cover;
		font-family: 'object-fit: cover;'
	}

/*カテゴリー*/
.topp-cat {
	font-size:87.5%;
}

aside .kanren dd {
	padding-left:38%;
}

/*タイトル*/
aside .kanren dd h3 {
	line-height:28px;
	font-size:112.5%;
}

aside .kanren dd h3 a {
	line-height:28px;
	font-size:112.5%;
}

/*--------------------------------
サイド
---------------------------------*/
/*タイトル*/
#side .menu_underh2 {
	margin-left:0;
	margin-right:0;
}

/*--------------------------------
シングルページ
---------------------------------*/
/*フォント*/
.entry-content p {
	font-size:112.5%;
	letter-spacing:0.8pt;
	line-height:1.8;
	margin-bottom:2.2em;
}

/*見出し*/
h2 {
	margin-left:0;
	margin-right:0;
}

/*--------------------------------
関連記事
---------------------------------*/
/*タイトル*/
.post h4.point {
	margin-left:0;
	margin-right:0;
}

.kanren-img {
	width: 100%;/* トリミングしたい枠の幅 */
	padding-top: 60%; /* トリミングしたい枠の高さ */
}

/*--------------------------------
広告
---------------------------------*/
/* シングルページ */
	#aleft-ad {
	float:left;
	margin-right:10px;
}
	#aright-ad {
	float:left;
}

p.atitle {
	margin-bottom:5px !important;
	font-size:87.5% !important;
}

p.atitle2 {
	margin-top:0 !important;
	margin-bottom:5px !important;
	font-size:87.5% !important;
}

/* カエレバ */
.kaerebalink-box {
	padding:15px 15px 10px 15px !important;
}

/*楽天*/
.raku {
	display:block;
	border:#CCCCCC 1px solid;
	padding:20px 20px 0 20px;
}

.raku table {
	border:none;
	overflow-x:hidden;
	margin-bottom:0px;
}

.raku table tr td {
	border:none;
	padding:0;
	white-space:normal;
}

.raku table tr td div {
	width:100% !important;
	border:none !important;
	padding:0px !important;
	text-align:center !important;
}


.raku table tr td div a img {
	float:left;
	width:100%;
	max-width:128px;
	
}

.raku table tr td div p {
	float:left;
	padding-left:10px;
}

.raku table tr td div p a {
	font-size:16px;
}

/*--------------------------------
カスタム
---------------------------------*/
/* はてブ風内部リンク*/
/*内部リンクショートコード*/
.blog-card-thumbnail {
  min-width:130px;
}

.blog-card-title {
	line-height:1.5;
}


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

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
main {
	margin-right:340px !important;
}

article {
}

/*--------------------------------
ヘッダー
---------------------------------*/
/*description*/
header .descr {
	color:#fff;
	margin-bottom:10px !important;
}

#headbox {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-end;
}

#headbox-bg {
	background-color:#111;
}

#header-l, .header-r {
	float:none;
}

/*ナビ*/

#st-menubox {
	background-color:#111;
}

#st-menuwide {
	border:none;
	background:#111;
}

#header-r {
	max-width:none;
	background-color:#111;
}

.head-box-r {
	width:73%;
}

#headbox .head-box-r ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
	flex-direction:row;
	justify-content:;
	list-style:none;
}

#headbox .head-box-r ul li {
	text-align:center;
	vertical-align:middle;
	flex-grow:1;
	border-right:none;
	position:relative;
	float:none;
	width:auto;
	height:auto;
}

	#headbox .head-box-r ul li:last-child {
		border-right:none;
	}


#headbox .head-box-r ul li a {
	display:block;
	font-size:93.5%;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	color:#fff;
	width:auto;
	height:auto;
}

	#headbox .head-box-r ul li:first-child a {
		color:#09F;	
	}

#headbox .head-box-r ul li:hover > a {        /* マウスオーバー時の色*/
  color: #09f;
}


#headbox .head-box-r li ul {            /* 子表示位置 */
  position: absolute;
  top: 100%;
  left: 0%;
  list-style: none;
  z-index: 2;
 	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
	flex-direction:column;
}

#headbox .head-box-r li ul li{
  border-top:#232323 1px solid;
  border-bottom:#444 1px solid;
  margin: 0;
  width: 230%;            /* サブメニューの幅 */
  background: #333;        /* 子のバックグラウンド */
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
 
#headbox .head-box-r li ul li a{
  color: #fff;
  text-align: center;
  padding-left:10px;
  font-size: 93.5%;;
  font-weight: normal;
   background: #333;        /* 子のバックグラウンド */
    border-top:#232323 1px solid;
  border-bottom:#444 1px solid;
}

	#headbox .head-box-r li ul li:first-child a {
		color:#fff;	
	}
	
	#headbox .head-box-r li ul li:first-child a:hover {
		color:#09f;	
	}

#headbox .head-box-r ul li ul{
  margin: 0;
  width: 100%;            /* 孫メニューの幅 */
  background: #cccccc;        /* 孫のバックグラウンド */
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#headbox .head-box-r ul li:last-child ul li ul{    /* 親メニュー最後の孫メニュー表示位置 ※はみ出ないため */
  left: -100%;            
  width: 100%;
}
 
#headbox .head-box-r li ul,
#headbox .head-box-r li ul li ul {        /* 下層のメニューを不可視に */
        display: none;
}
 
#headbox .head-box-r li:hover ul {        /*  親メニューマウスオーバー時 子メニューを可視に */
        display: block;
        position: absolute;
        z-index: 100;
}

/*--------------------------------
トップページ
---------------------------------*/
/*タイトル*/
aside .kanren dd h3 {
	font-size:125%;
	line-height:32px;
}

aside .kanren dd h3 a {
	font-size:125%;
	line-height:32px;
}

/*--------------------------------
サイドバー
---------------------------------*/
/*タイトル*/
#side .menu_underh2 {
	position: relative;
	font-size: 118.8%;
	margin-bottom: 10px;
	margin-top: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-align:left;
	color: #1a1a1a;
	line-height: 27px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom: 5px #444 solid;
	border-top:none;
}
#side .menu_underh2:before {
  content: "";
  position: absolute;
  background: #09f;
  top: -6px;
  left: -3px;
  height: 13px;
  width: 13px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#side .menu_underh2:after {
  content: "";
  position: absolute;
  background:#777;
  top: 10px;
  left: -8px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

/*新着記事*/
/*
#side aside .kanren {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-flow:row wrap;
}

#side aside .kanren dl {
	width:100%;
}

#side aside .kanren dt {
	float:none;
	width:100%;
}

#side aside .kanren dt img {
	width:100%;
	height:130px;
	object-fit:cover;
	font-family: 'object-fit: cover;'
	
}

#side aside .kanren dd {
	padding:3px 2px;
}
*/

/*人気記事*/
.wpp-list li::before { /*順位*/
	width:2.2em;
	height:2.2em;
	line-height:2.2em;
	font-size:15px;
}

.wpp-list {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-flow:row wrap;
}

.wpp-list li {
	width:100%;
	padding-bottom:20px !important;
	border-bottom:1px dotted #ccc;
}

.wpp-img {
	float:none;
	width:100%;
}

.wpp-thumbnail {
	float:none;
	}
	
.wpp-t {
	padding:5px 2px;
}
/*タイトル*/
.wpp-t h3 {
	font-size:1.17em;
}

/*--------------------------------

---------------------------------*/


/*--------------------------------
フッター
---------------------------------*/
#footer {
	padding-top:40px;
	padding-bottom:40px;
}

#footer ul {
	list-style:none;
	padding-left:0;
}

#footer ul li {
	text-align:left;
}

#footer ul li a {
	font-size:93.8%;
}

#footer ul li a:hover {
	color:#09F;
}

.footer-wbox {
	margin-bottom:30px;
}

.foot-l, .foot-c, .foot-r {
	float:left;
	width:30%;
}

.foot-l, .foot-c {
	margin-right:5%;
}

/*タイトル*/
.foot_title {
	margin-bottom:10px;
	font-size:125%;
}

/*--------------------------------
関連記事
---------------------------------*/
/*記事数*/
.kanren-flex {
	justify-content:flex-start;
}

.kanren-box {
	justify-content:space-around;
	width:24%;
}

	.kanren-box:nth-child(odd) {
		margin-right:0;
	}
	
	.kanren-box:nth-child(even) {
		margin-left:0;
	}
		
	.kanren-box {
		margin-right:1% !important;
	}	

	
.kanren-img {
	width: 100%;/* トリミングしたい枠の幅 */
	padding-top: 75%; /* トリミングしたい枠の高さ */
	margin-bottom:8px;
}

/*--------------------------------
SNS
---------------------------------*/
/* シングルページ下部SNSボタン */
.share{
	padding-bottom:10px;
}
.sns-btn ul {
	margin:0 auto;
	padding:0 !important;
	list-style:none;
}
 .sns-btn ul li {
	width:32%;
	margin:0 2% 3% 0;
	padding:0;
}
.sns-btn li a {
	font-size:87.5%;
	padding:10px 2px;
}
.sns-btn li:nth-child(3n) {
	margin-right:0;
}

/*記事がよかったら、いいねPC*/
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0;
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525;
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

/*--------------------------------
広告
---------------------------------*/
/*トップページ*/
/*ads*/
.toppage-ad-l {
	float:left;
	padding:10px 0;
	margin:10px 0px;
	text-align:center;
}

.toppage-ad-r {
	float:right;
	padding:10px 0;
	margin:10px 0px;
	text-align:center;
}

.adbox div {
	margin-right:10px !important;
}

.adbox div:last-child {
	margin-right:0 !important;
}

/* シングルページ */
	#aleft-ad {
	float:left;
	margin-right:20px;
}
	#aright-ad {
	float:left;
}

p.atitle {
	margin-bottom:5px !important;
	font-size:87.5% !important;
}

p.atitle2 {
	margin-top:0 !important;
	margin-bottom:5px !important;
	font-size:87.5% !important;
}
/* カエレバ */
.kaerebalink-box {
	padding:15px 15px 10px 15px !important;
}

.kaerebalink-name {
	font-size:16px;
}

/*楽天*/
.raku {
	display:block;
	border:#CCCCCC 1px solid;
	padding:20px 20px 0 20px;
}

.raku table {
	border:none;
	overflow-x:hidden;
	margin-bottom:0px;
}

.raku table tr td {
	border:none;
	padding:0;
	white-space:normal;
}

.raku table tr td div {
	width:100% !important;
	border:none !important;
	padding:0px !important;
	text-align:center !important;
}


.raku table tr td div a img {
	float:left;
	width:100%;
	max-width:156px;
	
}

.raku table tr td div p {
	float:left;
	padding-left:10px;
}

.raku table tr td div p a {
	font-size:16px;
}

/*--------------------------------
カスタム
---------------------------------*/

/* トップへ戻る */
#page-top {
    bottom: 20px;
    right: 20px;
}

#page-top a {
    border-radius: 50%;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 32px;
	background-color:#333;
	opacity:0.6;
}
#page-top a:hover {
    background: #3498db;
}
.fa-angle-up:before {
    content: "\f062";
}

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