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

.cnt{
	padding: 0;
}

.cnt .page_title{
	margin-bottom: 0;
}

.shopmenu_fix .cate{	padding-bottom: 10px !important;}

.top_ban{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #28282a;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
}

.top_ban img{
	width: 100%;
	max-width: 600px;
	height: auto;
}


/** urgent **/

.urgent{}

.urgent .urbox{
	position: relative;
	width: 100%;
	min-height: 55px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-bottom: 1px dotted #3e3e42;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.urgent .urbox: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;
}
.urgent .urbox:first-of-type{	border-top: 1px solid #3e3e42;}
.urgent .urbox_l,
.urgent .urbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.urgent .urbox_l{
	width: 60px;
	text-align: center;
}

.urgent .urbox_l span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #3e3e41;
	border-radius: 2px;
}

.urgent .urbox_r{
	width: calc(100% - 60px);
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 9px 30px 9px 0;
}

.urgent .urbox:nth-child(6n+1) .urbox_r{	color: #00d2ff;}
.urgent .urbox:nth-child(6n+2) .urbox_r{	color: #ff86c1;}
.urgent .urbox:nth-child(6n+3) .urbox_r{	color: #1eff69;}
.urgent .urbox:nth-child(6n+4) .urbox_r{	color: #c876ff;}
.urgent .urbox:nth-child(6n+5) .urbox_r{	color: #ff7e00;}
.urgent .urbox:nth-child(6n+6) .urbox_r{	color: #ffec48;}


/** box3_free **/

.shop_all_bg{	border-top: 1px solid #3e3e42;}

.box3_free{
	position: relative;
	display: block;
	color: #fff;
	text-align: left;
	padding: 0 30px 0 10px;
	border-bottom: 1px solid #3e3e42;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.box3_free: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;
}

.box3_free h4{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.box3_free .box2_info{	border-top: none;}
.box3_free .box2_info div{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.box3_area{
	font-size: 10px;
	line-height: 14px;
}

.box3_free .img{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: calc(50% - 30px);
    left: 10px;
}

.box3_free .img img{
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.box3_free > div{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 13px 0;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box3_free .img+div{
    padding: 23px 0 23px 70px;
}


/** away **/

.away{}

.away .urbox{
	position: relative;
	width: 100%;
	min-height: 55px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	border-bottom: 1px dotted #3e3e42;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.away .urbox: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;
}
.away .urbox:first-of-type{	border-top: 1px solid #3e3e42;}
.away .urbox_l,
.away .urbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.away .urbox_l{
	width: 60px;
	text-align: center;
}

.away .urbox_l span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #3e3e41;
	border-radius: 2px;
}

.away .urbox_r{
	width: calc(100% - 60px);
	text-align: left;
	padding: 9px 30px 9px 0;
}

.away .urbox_r div{
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.away .urbox_r p{
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.away .urbox:nth-child(6n+1) .urbox_r div{	color: #00d2ff;}
.away .urbox:nth-child(6n+2) .urbox_r div{	color: #ff86c1;}
.away .urbox:nth-child(6n+3) .urbox_r div{	color: #1eff69;}
.away .urbox:nth-child(6n+4) .urbox_r div{	color: #c876ff;}
.away .urbox:nth-child(6n+5) .urbox_r div{	color: #ff7e00;}
.away .urbox:nth-child(6n+6) .urbox_r div{	color: #ffec48;}


/** pr **/
.bnr_pr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0;
}
.bnr_pr div{	padding: 0 10px;}
.bnr_pr div img{
	width: 80%;
	max-width: 350px;
}
.bnr_pr p{
	font-size: 10px;
	line-height: 14px;
}

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

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

