
/*=================================================
 * CSS for PC
 * ================================================= */

main{	min-height: auto; padding-bottom: 0;}

#ov{
	padding: 0;
}

#ov .page_title{
	margin: 0;
}

.cate{	padding-bottom: 10px;}


/** sponsor **/

.sponsor{}
.sponsor h4{	margin-bottom: 15px;}

.sponsor .spo_box{
	width: calc(100% - 30px);
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sponsor .spo_box h5{
	margin-left: 0;
	margin-right: 0;
	padding-left: 43px;
	border-bottom: 5px solid #ccc;
}
.sponsor .spo_box h5 span{
	font-size: 22px;
	line-height: 22px;
	top: 9px;
	left: 15px;
}

.sponsor .spo_box ul{
	margin: 10px 15px;
}

.sponsor .spo_box li{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 7px 0 7px 28px;
}

.sponsor .spo_box li span{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #1c1c1e;
	background: #ffa800;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.sponsor p.min{
	font-family: "Sawarabi Mincho";
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	padding: 20px 0;
}

.sponsor .bt_bg{
	text-align: center;
	padding: 10px;
}
.sponsor .bt{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}


/** rubox **/

.rubox{
	padding-bottom: 40px;
}

.rubox > p{
	padding: 15px 15px 0;
}

.rubox .tbs_caution{	margin-top: 10px;}



/** shop **/


.shop .shop_list{
	font-size: 0;
	line-height: 0;
	margin: 15px 0 0 0;
	padding: 0;
	border-top: 1px solid #3e3e41;
}

.sbox_bg{
	position: relative;
	display: block;
	width: auto;
	color: #fff;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #3e3e41;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sbox_bg:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sbox_bg:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

.sbox_bg:hover{
	text-decoration: none;
}

.sbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.sbox_l,
.sbox_r{
	display: table-cell;
	vertical-align: bottom;
}

.sbox_l{
	width: 90px;
}

.sbox_l img{
	width: 74px;
	height: auto;
	border: 3px solid #3e3e41;
	border-radius: 5px;
}

.sbox_r{}

.sbox_r .s1{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.sbox_r .s2{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 3px 0;
	min-height: 30px;
}

.sbox_r .s3{
	height: 28px;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 3px 0;
}

.sbox_r .s4{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: #28282a;
}

.sbox_r .s4 span{	color: #ff98de;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

}