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

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

#unset{
}

.col1_s_title em {
	font-size: 15px;
}


.unbox_bg{
	border-top: 1px solid #3e3e41;
}

.unbox{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 10px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.unbox_l{
	width: 60px;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.unbox_l a,
.unbox_l span{
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.unbox_l a img,
.unbox_l span img{
	width: 50px;
	height: auto;
	border-radius: 50%;
}

.unbox_r{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% - 60px);
	min-height: 50px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	background: #28282a;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.unbox_r a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.unbox_r:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #28282a transparent transparent;
	position: absolute;
	top: calc(50% - 5px);
	left: -6px;
}

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


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

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

}

