
/*=================================================
 * CSS for PC
 * ================================================= */
.cnt{
	padding-bottom: 1px;
}
.req_caution{
	margin-top: 10px;
}

/** usbox **/

.usbox_bg{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.usbox_bg:first-of-type{	border-top: 1px solid #3e3e41;}
.usbox{
	position: relative;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.usbox:hover{	text-decoration: none;}
.usbox_l,
.usbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.usbox_l{
	width: 80px;
	padding: 0 10px 0 0;
}

.usbox_l .u_img{
	display: block;
	font-size: 0;
	line-height: 0;
	position: static;
	padding: 0;
}

.usbox_l .u_img a,
.usbox_l .u_img span{	border-radius: 50%;}

.usbox_l .u_img img{
	width: 70px;
	height: auto;
	border-radius: 50%;
}

.usbox_l .u_img p{
	width: 70px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 49px;
	left: 0;
}

.usbox_r{
	width: calc(100% - 80px);
	padding: 0;
}

.usbox_r > div{
}
.usbox_r > div .dan{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 35px;
	height: 18px;
	font-family: "Sawarabi Mincho";
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
    box-shadow: 0 0 0 1px rgba(28,28,30,0.3) inset;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.usbox_r > div h3{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.usbox_r > div h3,
.usbox_r > div h3 a{ color: #d3b565; }

.usbox_r > p{
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
.usbox_r > p span{	color: #999;}
.usbox_r > p em{
	font-size: 28px;
	color: #fff;
}
.u_img{
	display: block;
	font-size: 0;
	line-height: 0;
	position: static;
	padding: 0;
}

.u_img a,
.u_img span{	border-radius: 50%;}

.u_img img{
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.u_img p{
	width: 90px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 89px;
	left: 14px;
}

.shopmenu_fix .cate{
	margin-top: 10px !important;
}

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

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

}

