/*
Theme Name: AFFINGER5 JET-Child
Template: affinger5
Description:EX対応（WING対応β）
Version: 20180302
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

body {
	background:#fff;
}

/*トップの基本部分*/
.home .post {
	padding-bottom: 0px;
}

.home main {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}

aside .kanren {
	margin-top: 0;
	margin-bottom:20px;
	padding-top: 0;
}

/*メニュー*/
header .smanone ul.menu li li a{
  z-index:99999;
}

/*ブログカード風マガジン*/
#st-magazine .kanren {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#st-magazine .kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*ブログカード風マガジン*/
#st-magazine:not(.st-magazine-k) .kanren .st-top-box:not(.st-magazine-infeed) dl {
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#fff;
}

#st-magazine .kanren dl {
	width:100%;
}

#st-magazine .kanren dl p {
	font-size:75%;
	line-height:1.8;
	color:#757575;
}

#st-magazine .kanren dt {
	float: none!important;
	width: 100%!important;
	height:auto;
	overflow: hidden;
	position:relative;
}

#st-magazine .kanren dt img {
	width: 100%!important;
	border-radius:0!important;
}

#st-magazine .kanren .st-top-box:not(.st-fist-post) dt img {
	max-height: 180px;
	object-fit: cover;
}

#st-magazine .kanren dd {
	padding: 5px 20px 10px;
}

#st-magazine .kanren .clearfix dd p {
	line-height: 1.8;
}

#st-magazine .kanren .st-top-box {
	padding:5px 5px 10px;
	box-sizing:border-box;
	width:100%;
}

#st-magazine .kanren .st-top-box dl {
	margin-bottom:0;
	position: relative;
}

#st-magazine .kanren .st-top-box a.st-box-a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	z-index:9999;
}

#st-magazine .kanren .st-top-box a:hover {
	text-decoration: none;
	background:#fff;
	opacity:0.3;
}

#st-magazine .kanren .st-top-box img.size-full,
#st-magazine .kanren .st-top-box img.size-large {
	margin-bottom:0;
}

/*一覧のカテゴリ*/
#st-magazine .kanren .st-magazine-cat,
#st-magazine .kanren .st-magazine-cat a { /*下カテゴリ*/
	font-size:85%;
	color:#757575;
	text-decoration:none;
}

#st-magazine .kanren .st-catgroup { /*上カテゴリ*/
	position:absolute;
	top:5px;
	left:5px;
}

/*ブログカード風マガジン最初の投稿*/
#st-magazine .kanren .st-fist-post {
	padding:10px 5px 5px;
	box-sizing:border-box;
	width:100%!important;
	height:auto;
	border:none;
}

#st-magazine .kanren .st-fist-post .st-top-time p{ /*投稿日*/
	position:absolute;
	bottom:0px;
	right:5px;
	padding:2px 7px;
	background-color: rgba(255,255,255,0.7);
	border-radius:3px 3px 0 0;
	font-size:75%;
	color:#757575;
}

/*WordPress Popular Posts連携*/

.st-wp-views {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:999;
	padding:5px 20px;
	color:#fff;
	text-align:center;
	background-color: rgba(0,0,0,0.7);
	border-radius:5px 0 5px 0;
}

.st-wp-views-limit { /* リミット数を超えた場合のデザイン */
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:999;
	padding:5px 20px;
	color:#fff;
	text-align:center;
	background:#bcb72f!important;
	border-radius:5px 0 5px 0;
	font-size:90%;
}

.wpp-views {
	font-size:100%;
}
.wpp-text{
	font-size:70%;
	margin-left:5px;
}

.st-wp-viewbox .st-wp-views,
#side .st-wp-views {
	font-size:80%;
}

.st-wp-viewbox .st-wp-views .wpp-text,
#side .st-wp-views .wpp-text {
	font-size:50%;
}

/*投稿日*/
#st-magazine .st-top-time p{
	position:absolute;
	bottom:0px;
	right:5px;
	padding:2px 7px;
	background-color: rgba(255,255,255,0.7);
	border-radius:3px 3px 0 0;
	font-size:75%;
	color:#757575;
}

/*カテゴリ*/
#st-magazine .catname {
	position:relative;
	z-index:9999;
	font-size:90%;
	padding:7px 10px;
}

/*PickUp*/
.st-pick {
  	padding:3px 6px;
	margin-right:5px;
	background:#F9A825;
	color:#fff;
	font-size:60%;
  	border-radius:3px;
    vertical-align:middle;
}

/*タイトル*/
#st-magazine .kanren .st-top-box dd h3 {
	padding:5px 0;
	line-height:1.5;
}

/*ブログカード風マガジン（関連記事）*/
#st-magazine.st-magazine-k .kanren dl {
	border:none;
}

#st-magazine.st-magazine-k .kanren dd {
	padding-left:0;
	padding-right:0;
}

#st-magazine.st-magazine-k .kanren dt img {
	max-height: 150px;
	object-fit: cover;
}

/*おすすめ記事*/
.nowhits .pop-box {
	margin-top: 0;
}

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


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

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	.home main {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	}

	#st-magazine .kanren .st-top-box {
		padding:5px;
		width:50%;
	}

	/*ブログカード風マガジン最初の投稿*/
	#st-magazine .kanren .st-top-box.st-fist-post dt {
		overflow: hidden;
		width: 100%;/* トリミングしたい枠の幅 */
		height: 350px;/* トリミングしたい枠の高さ */
		position: relative;
	}

	#st-magazine .kanren .st-top-box.st-fist-post dl:last-child {
		padding-bottom:0;
	}

	#st-magazine .kanren .st-top-box.st-fist-post dt img {
	  position: absolute;
 	 top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
 	 height: auto;

	}

	#st-magazine .kanren .st-fist-post dd {
		width: 100%;
		box-sizing:border-box;
		padding: 0!important;
		position:absolute;
		bottom:0;
		left:0px;
		z-index:999;
	}

	#st-magazine .kanren .st-fist-post dd .st-cards-content {
		padding:0px;
	}
	#st-magazine .kanren .st-fist-post dd .st-cards-content-in {
		background: rgba(255,255,255,0.7);
		padding:0 40px 20px;
	}

	#st-magazine .kanren .st-fist-post dd h3 {
		font-size:150%;
		margin-bottom:5px;
		line-height:1.5;
		padding-top:20px;
	}

	/*関連記事*/
	#st-magazine.st-magazine-k .kanren .st-top-box {
		width:50%;
	}
	.colum1 #st-magazine.st-magazine-k .kanren .st-top-box,
	.lp #st-magazine.st-magazine-k .kanren .st-top-box {
		width:33.33%;
	}

	#st-magazine.st-magazine-k .kanren {
		margin-left: -5px;
		margin-right: -5px;
	}

	/*閲覧数ウィジェット*/
	aside .kanren.pop-box.st-wpp-views-widgets {
		margin-top:20px;
	}

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

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	#st-magazine .kanren {
	    padding: 0 10px;
	}

}

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

	/*ブログカード風マガジン最初の投稿*/
	#st-magazine .kanren .st-top-box.st-fist-post dt {
		overflow: hidden;
		width: 100%;/* トリミングしたい枠の幅 */
		height: 400px;/* トリミングしたい枠の高さ */
		position: relative;
	}

	.home main {
		padding-left:0;
		padding-right:0;
		padding-bottom:0;
	}

	#st-magazine .kanren .st-fist-post {
		padding:0 5px 5px;
	}

	#st-magazine .kanren .st-top-box {
		width:49.99%;
	}

	.colum1 #st-magazine .kanren .st-top-box {
		width:33.33%;
	}

	.home aside .kanren {
		margin-top: 0;
		padding-top: 0px;
	}

	.home .colum1 main,
	.category .colum1 main {
		margin: 0 0 20px;
		padding: 0px;
	}


/*-- ここまで --*/
}
#breadcrumb{
	margin-bottom: 5px;
}
#breadcrumb ol li, #breadcrumb ol li h1{
	line-height: 1.0em;
	font-size: 11px;
}
.post h1.entry-title:not(.st-css-no){
	border: none;
    color: #3c3c3c;
    line-height: 1.4em;
    padding: 8px 5px;
    font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
    font-size: 20px;
}
.sitename img {
	max-width: 200px;
}
header .descr{
	font-size: 11px;
}
#headbox{
	padding: 0 10px 0px;
    border-bottom: 3px solid #000;
}
header .descr.sitenametop, header .sitename.sitenametop {
    margin-bottom: 0;
    padding-top: 0;
}
@media print, screen and (min-width: 960px) {
	header .descr.sitenametop, header .sitename.sitenametop {
    margin-bottom: 10px;
    padding-top: 20px;
}
	header .sitename{
		margin-bottom: 10px;
	}
}
.post table#rentalryo{
	border-top: 1px #d9d9d9 solid;
    border-right: 1px #d9d9d9 solid;
}
table#rentalryo th, table#rentalryo th p, .post table#rentalryo tr td p, .post table#rentalryo tr td{
	font-size: 13px;
    line-height: 16px;
}
table#rentalryo tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #d9d9d9;
    border-left-color: #d9d9d9;
}
table#rentalryo tr:first-child{
	font-size: 11px;
    background: #313131;
    color: #fff;
}
table#rentalryo tr td:first-child{
	font-size: 11px;
    text-align: center;
    color: #fff;
}
.post table#table_fifties{
	border-top: 1px #e8d1c2 solid;
    border-right: 1px #e8d1c2 solid;
}
table#table_fifties tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #e8d1c2;
    border-left-color: #e8d1c2;
}
table#table_fifties tr td:first-child{
	background: #fdefdd;
    font-size: 13px;
	vertical-align: middle;
}
table#table_fifties tr td span.jump{
	text-decoration: none;
    color: #f00;
    text-align: center;
}
.fiftieskoushiki{
	background: #ffb95f;
    border-radius: 5px;
    display: block;
    padding: 7px 5px;
    box-shadow: 0px 3px 0px #ce8931;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
.fiftieskoushiki span.jump{
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
.post table#aircloset_tb{
	border-top: 1px #fbaeae solid;
    border-right: 1px #fbaeae solid;
}
table#aircloset_tb tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #fbaeae;
    border-left-color: #fbaeae;
}
table#aircloset_tb tr:first-child{
	background: #de1f1f;
	vertical-align: middle;
	color: #fff;
}
table#aircloset_tb tr:first-child td{
	font-size: 13px;
}
.post table#edist_tb{
	border-top: 1px #ecded2 solid;
    border-right: 1px #ecded2 solid;
}
table#edist_tb tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ecded2;
    border-left-color: #ecded2;
}
table#edist_tb tr:first-child{
	background: #d4c5bd;
	vertical-align: middle;
}
table#edist_tb tr:first-child td{
	font-size: 13px;
}
.post table#brista_tb{
	border-top: 1px #ead7ac solid;
    border-right: 1px #ead7ac solid;
}
table#brista_tb tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ead7ac;
    border-left-color: #ead7ac;
}
table#brista_tb tr:first-child{
	vertical-align: middle;
	background: #57a9bb;
    color: #fff;
}
table#brista_tb tr:first-child td{
	font-size: 13px;
}
.post table#best3{
	border-top: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
	text-align: center;
}
table#best3 tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #d6d6d6;
    border-left-color: #d6d6d6;
}
table#best3 tr:first-child{
	vertical-align: middle;
	background: #fff;
}
table#best3 tr:first-child span.jump{
	text-decoration: none;
	color: #f00;
}
table#best3 tr td:first-child{
	font-size: 13px;
    vertical-align: middle;
}
table#best3 tr td span.jump{
	text-decoration: none;
	color: #f00;
}
table#best3 tr td:nth-of-type(2){
	background: #fffde7;
}
table#best3 tr td:nth-of-type(3){
	background: #f8faee;
}
table#best3 tr td:nth-of-type(4){
	background: #f8f4ee;
}
table#best3 tr:first-child td{
	font-size: 12px;
    line-height: 15px;
    color: #f00;
    font-weight: bold;
	background: #fff;
}
.topbest3_bt{
    background: #ff5d5a;
    border-radius: 5px;
    display: block;
    padding: 7px 5px;
    box-shadow: 0px 3px 0px #ca2724;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
table#best3 tr:last-child td:nth-of-type(2),table#best3 tr:last-child td:nth-of-type(3),table#best3 tr:last-child td:nth-of-type(4) {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    background: #fff;
	vertical-align: bottom;
}
table#best3 tr td:nth-of-type(1){
　　vertical-align:middle;
}
/*TOPページAFFINGERランキング装飾*/
.post table#top_sougou_y,.post table#top_sougou_p,.post table#top_sougou_b{
	border-top: 1px #fff solid;
    border-right: 1px #fff solid;
}
table#top_sougou_y tr td,table#top_sougou_p tr td,table#top_sougou_b tr td{
    border-bottom-color: #fff;
    border-left-color: #fff;
}
table#top_sougou_y tr td span.jump,table#top_sougou_p tr td span.jump{
	font-weight: bold;
}

table#top_sougou_y tr td{
	background: #fffbd7;
	font-size: 14px;
    line-height: 20px;
}
table#top_sougou_y tr td:first-child {
    border-radius: 5px;
    background: #ffec42;
    font-weight: bold;
    font-size: 13px;
    width: 27%;
    vertical-align: middle;
}
table#top_sougou_p tr td{
	background: #fff0f0;
	font-size: 14px;
    line-height: 20px;
}
table#top_sougou_p tr td:first-child {
    border-radius: 5px;
    background: #FFCCCC;
    font-weight: bold;
    font-size: 13px;
    width: 27%;
    vertical-align: middle;
}
table#top_sougou_b tr td{
	background: #eff7ff;
	font-size: 14px;
    line-height: 20px;
}
table#top_sougou_b tr td:first-child {
    border-radius: 5px;
    background: #cce5ff;
    font-weight: bold;
    font-size: 13px;
    width: 27%;
    vertical-align: middle;
}
.post h3.top7icon:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title){
	padding: 1rem 1rem;
    border-bottom: 3px solid #ffeb3b;
    background-image: url(https://www.azbassetrescue.com/wp-content/uploads/2021/04/h_icon.png);
    color: #000;
    margin-top: 2em;
	padding-left: 50px !important;
}
.rankst {margin-bottom: 30px !important;}
.post .maruno{
	background-color: #fef5e4 !important;
	border:none !important;
}
.post .maruno ol li:before {
	background: #fedc9f !important;
}
.post table#aircloset_tb2{
	border-top: 1px #fbaeae solid;
    border-right: 1px #fbaeae solid;
}
table#aircloset_tb2 tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #fbaeae;
    border-left-color: #fbaeae;
}
table#aircloset_tb2 td:first-child{
	background: #de1f1f;
	vertical-align: middle;
	color: #fff;
}
table#aircloset_tb2 tr:first-child td{
	font-size: 13px;
}
table#aircloset_tb2 tr:first-child td:nth-of-type(2),table#aircloset_tb2 tr:first-child td:nth-of-type(3),table#aircloset_tb2 tr:first-child td:nth-of-type(4){
	background:#ffd4d4;
}
.su-spoiler-style-default>.su-spoiler-title{
	background: #dcdcdc;
}
.padding-15{padding: 0 15px;}
.pink_c{
	 color: #ec5cb9;
}
.post table#rcawaii-tb20{
	border-top: 1px #ffc9e7 solid;
    border-right: 1px #ffc9e7 solid;
}
table#rcawaii-tb20 tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ffc9e7;
    border-left-color: #ffc9e7;
}
table#rcawaii-tb20 td:first-child{
	background: #e864ae;
	vertical-align: middle;
	color: #fff;
}
table#rcawaii-tb20 tr:first-child td{
	font-size: 13px;
}
table#rcawaii-tb20 tr:first-child td:nth-of-type(2),table#rcawaii-tb20 tr:first-child td:nth-of-type(3){
	background:#ffe5f3;
}
.post table#mechakari20{
	border-top: 1px #afbcea solid;
    border-right: 1px #afbcea solid;
}
table#mechakari20 tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #afbcea;
    border-left-color: #afbcea;
}
table#mechakari20 td:first-child{
	background: #627de0;
	vertical-align: middle;
	color: #fff;
}
table#mechakari20 tr:first-child td{
	font-size: 13px;
}
table#mechakari20 tr:first-child td:nth-of-type(2),table#mechakari20 tr:first-child td:nth-of-type(3),table#mechakari20 tr:first-child td:nth-of-type(4),table#mechakari20 tr:first-child td:nth-of-type(5){
	background:#e7ecff;
}
.post table#edistcloset_tb{
	border-top: 1px #d7cec7 solid;
    border-right: 1px #d7cec7 solid;
}
table#edistcloset_tb tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #d7cec7;
    border-left-color: #d7cec7;
}
table#edistcloset_tb td:first-child{
	background: #b1a79d;
	vertical-align: middle;
	color: #fff;
}
table#edistcloset_tb tr:first-child td{
	font-size: 13px;
}
table#edistcloset_tb tr:first-child td:nth-of-type(2),table#edistcloset_tb tr:first-child td:nth-of-type(3),table#edistcloset_tb tr:first-child td:nth-of-type(4){
	background:#efe7e1;
}
.post table#brista_tb{
	border-top: 1px #f1deb4 solid;
    border-right: 1px #f1deb4 solid;
}
table#brista_tb tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #f1deb4;
    border-left-color: #f1deb4;
}
table#brista_tb td:first-child{
	background: #65C0BB;
	vertical-align: middle;
	color: #fff;
}
table#brista_tb tr:first-child td{
	font-size: 13px;
}
table#brista_tb tr:first-child td:nth-of-type(2),table#brista_tb tr:first-child td:nth-of-type(3),table#brista_tb tr:first-child td:nth-of-type(4){
	background:#b39e6e;
}
.post table#mens-leeap{
	border-top: 1px #9abdd7 solid;
    border-right: 1px #9abdd7 solid;
}
table#mens-leeap tr td{
	border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #9abdd7;
    border-left-color: #9abdd7;
}
table#mens-leeap td:first-child{
	background: #00266F;
	vertical-align: middle;
	color: #fff;
}
table#mens-leeap tr:first-child td{
	font-size: 13px;
}
table#mens-leeap tr:first-child td:nth-of-type(2),table#mens-leeap tr:first-child td:nth-of-type(3),table#mens-leeap tr:first-child td:nth-of-type(4),table#mens-leeap tr:first-child td:nth-of-type(5){
	background:#EDF1F4;
}















#page-top{
	bottom: 65px !important;
}
.rankstlink-r p a{
	padding: 15px !important;
}
h4.widgettitle.popular:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f06e";
    font-weight: normal;
}
.wpp-list li {
    margin-bottom: 0;
    display: inline-block;
}
.wpp-list li a {
  background: #fff;
  margin-bottom: -15px;
  text-decoration: underline !important;
  padding-left: 37px !important;
  position: relative;
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 7px;
  color: #636363;
  font-weight: bold;
}
.wpp-list li a:hover {
    background: #fff !important;
}
.wpp-list li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f06e";
    color: #fbf708;
    background: #2a3f8d;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 3px;
    margin-top: -15px;
    top: 50%;
}
span.wpp-views {
    display: block;
    position: relative;
    right: 0;
    left: 71%;
    top: -2px;
    background: #2a3f8d;
    width: 27%;
    border-radius: 43px;
    color: #fff;
    text-align: center;
}

#st-page .entry-title:not(.st-css-no2) {
    margin-bottom: 10px;
}
