@charset "UTF-8";
/*--------------------------
 HEAD SMART
----------------------------*/
.head_smart {
    background-color: #e5e5e5;
    height: 60px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 20;
	/*
    background-image: url(../images/home_head_background_130.png);
    background-position: center top;
    background-size: cover;
	*/
}
.logo_smart {
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 20;
    left: 20px;
}
.logo_smart img {
    width: 160px;
    height: auto;
}

/*--------------------------
 PC NAVI
----------------------------*/
#nav_wrapper {
	display: none;	
}
#nav_regular_wrapper {
	display: none;	
}
/*--------------------------
 NAVI CART XS
----------------------------*/
.nav_cart_xs {
    background-color: #c40018;
    display: block;
    text-align: left!important;
    padding-left: 20px!important;
    margin-top: 10px;
    border-radius: 5px;
	
}
.nav_cart_xs a {
    color: #FFFFFF!important;
    display: block;
    padding-top: 5px!important;
    background-repeat: no-repeat;
    background-size: 20px auto;
	padding-bottom: 5px!important;
    padding-left: 30px!important;
    background-image: none;
	background-image: url(../images/cart_white.svg);
	background-position: left 0px top 7px;
}
.nav_cart_xs  a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}