﻿@charset "Shift_JIS";

body,html {
	min-width: 320px;
	overflow-x: auto;
}
body.nav-is-open{
	position: fixed;
	height: 100%;
	width: 100%;
}

#wrapper {
	position: relative;
	background: #FFF;
	z-index: 1000;
/*	-webkit-transform: translateX(0);
	transform: translateX(0);*/
/*	padding: 50px 0 0;  */
	overflow: hidden;

}
.nav-is-open #wrapper {
	overflow: hidden;
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
	-webkit-transition: ease-out .3s;
	transition: ease-out .3s;
}

img {
	height: auto;
}

/* .clearfix */
.clearfix_:after{
	display: block;
	clear: both;
	content: "";
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius:  0;
	border-top-left-radius:  0;
}
.ui-widget-content {
	border: none;
	background:none;
	color: #000000;
}
.ui-widget {
}
.ui-tabs {
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	padding: 0 0 0;
}
.ui-widget-header {
	border: none;
	background: none;
	color: #000000;
	font-weight: normal;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0 0 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: normal;
	color: #000000;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #000000;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #000000;
}
.ui-tabs .ui-tabs-panel {
	padding: 0 0;
}


.tile_frame_ {
	overflow: hidden;
}
.tile_line_:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.tile_line_ .tile_item_ a {
	text-decoration: none;
	display: block;
}
.tile_line_ .tile_item_ .img_ {
	margin: 0 0 7px;
}
.tile_line_ .tile_item_ .img_ img {
	width: 100%;
	height: auto;
}
.tile_line_ .tile_item_ .name1_ {
	margin: -3px 0 3px;
	font-size: 10px;
	line-height: 1.5;
	text-decoration: none;
	color: #999999;
}
.tile_line_ .tile_item_ .category_ {
	font-size: 10px;
	line-height: 1.5;
	color: #999999;
}
.tile_line_ .tile_item_ .price_ {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}
.tile_line_ .tile_item_ .price_.sale_ {
	color: #f33b59;
}
.tile_line_ .tile_item_ .price_ .small_ {
	font-size: 10px;
}
.tile_line_ .tile_item_ .price_ .off_ {
	display: block;
	font-size: 12px;
}

/* .btn_all_ */
.btn_all_ {
}
.btn_all_ a {
	display: block;
	padding: 12px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: url(../img/usr/icn_arrow_right_s_sp.png) no-repeat 95% center #f3f3f3;
	background-size: 6px 11px;
	-webkit-background-size: 6px 11px;
	border: 1px solid #e1e1e1;
}


/* --------------------------------------------------------------------
	sp_menu_
-------------------------------------------------------------------- */
.menu_button_ {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 43px;
	height: 54px;
	background: url(../img/usr/common/btn_menu_sp.png) no-repeat center center;
	-webkit-background-size: 25px 20px;
	background-size: 25px 20px;
}
.nav-is-open .menu_button_ {
	background-image: url(../img/usr/common/btn_menu_sp_close.png);
}

.sp_menu_ {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 279px;
	height: 100%;
	background: #e2e2e2;
	border-right: 1px solid #e2e2e2;
	z-index: 100;
}
.sp_menu_.is_open {
	z-index: 999;
}
.sp_menu_inner_ {
	position: relative;
	width: 279px;
	height: 100%;
	padding-right: 18px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.sp_menu_inner_ ul {
	width: 279px;
}
.sp_menu_ .search_bar_ {
	position: relative;
	width: 239px;
	padding: 20px 20px;
}
.sp_menu_ .search_wrapper_ {
	position: relative;
	width: 157px;
	padding: 0 40px 0 16px;
	background: #ffffff;
	border: 1px solid #acacac;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sp_menu_ input[type=search] {
	height: 33px;
	padding: 0 0;
	margin: 5px 0;
	line-height: 33px;
	border-radius: 0;
	border: 0;
}
.sp_menu_ form.search_form_ .placeholder_ {
	position: absolute;
	top: 8px;
	left: 20px;
	color: #999;
	font-size: 12px;
}
form.search_form_ .search_button_ {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	height: 33px;
	padding: 0 0 0 0;
	font-size: 12px;
	background: url(../img/usr/common/btn_search_sp.png) no-repeat center center;
	-webkit-background-size: 23px 22px;
	background-size: 23px 22px;
	letter-spacing: normal;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sp_menu_ .search_bar_ .btn_search_detail {
	position: absolute;
	width: 72px;
	height: 35px;
	top: 20px;
	right: 20px;
}
.sp_menu_ .sp_menu_inner_ > ul > li {
	border-bottom: 1px solid #ffffff;
}
.sp_menu_ .sp_menu_inner_ > ul > li:first-child {
	border-top: 1px solid #ffffff;
}
.sp_menu_ .sp_menu_inner_ > ul > li a {
	display: block;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 31px;
	text-decoration: none;
}
.sp_menu_ .sp_menu_inner_ > ul > li dt {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
	color: #000000;
}
.sp_menu_ .sp_menu_inner_ > ul > li dl.close dt {
	background: url(../img/usr/icn_arrow_bottom_sp.png) no-repeat 95% center;
	-webkit-background-size: 20px 11px;
	background-size: 20px 11px;
}
.sp_menu_ .sp_menu_inner_ > ul > li dl.open dt {
	background: url(../img/usr/icn_arrow_top_sp.png) no-repeat 95% center;
	-webkit-background-size: 20px 11px;
	background-size: 20px 11px;
}
.sp_menu_ .sp_menu_inner_ > ul > li dd {
	display: none;
}
.sp_menu_ .sp_menu_inner_ > ul > li ul {
	background: #ffffff;
}
.sp_menu_ .sp_menu_inner_ > ul > li ul li {
	border-bottom: 1px solid #e2e2e2;
}
.sp_menu_ .sp_menu_inner_ > ul > li ul li:last-of-type {
	border-bottom: 0;
}
.sp_menu_ .sp_menu_inner_ > ul > li ul li a {
	padding: 10px 20px;
	font-size: 12px;
	background: url(../img/usr/icn_arrow_nav_sp.png) no-repeat 93% center;
	-webkit-background-size: 7px 13px;
	background-size: 7px 13px;
}

.sp_menu_ .menu_login_ a span {
	display: block;
	min-height: 31px;
	padding: 0 0 0 40px;
	line-height: 31px;
	background: url(../img/usr/icn/icn_nav_login_sp.png) no-repeat left center;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
}
.sp_menu_ .menu_app_ a span {
	display: block;
	min-height: 31px;
	padding: 0 0 0 40px;
	line-height: 31px;
	background: url(../img/usr/icn/icn_nav_app_sp.png) no-repeat left center;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
}
.sp_menu_ .menu_wish_ a span {
	display: block;
	min-height: 31px;
	padding: 0 0 0 40px;
	line-height: 31px;
	background: url(../img/usr/icn/icn_nav_wish_sp.png) no-repeat left center;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
}
.sp_menu_ .menu_closet_ a span {
	display: block;
	min-height: 31px;
	padding: 0 0 0 40px;
	line-height: 31px;
	background: url(../img/usr/icn/icn_nav_closet_sp.png) no-repeat left center;
	-webkit-background-size: 32px 23px;
	background-size: 32px 23px;
}


.amb100ka_ {
	color: #0134ff;
}

.sp_menu_item_en_ {
	font-size: inherit;
	width: 125px;
	float: left;
}
.sp_menu_item_jp_ {
	display: inline;
	vertical-align: middle;
	font-size: 10px;
	color: #888888;
}



/* --------------------------------------------------------------------
	footer
-------------------------------------------------------------------- */
/* sns */
footer .footer_sns_box_ {
	margin: 0 0 15px;
	text-align: center;
}
footer .footer_sns_box_ .footer_sns_list_ {
	width: 165px;
	margin: 15px auto 0;
}
footer .footer_sns_box_ .footer_sns_list_ li {
	float: left;
	width: 45px;
	margin: 0 0 0 15px;
}
footer .footer_sns_box_ .footer_sns_list_ li:first-child {
	margin: 0 0 0 0;
}
footer .footer_sns_box_ h_footer_sns_ {
	text-align: center;
}


/* --------------------------------------------------------------------
	カルーセル　モジュール
--------------------------------------------------------------------- */
.carousel_wrapper_ {
	width: auto;
	margin: 0 auto 0;
}
.carousel_block_ {
	padding: 20px 0 10px;
	border-top: 1px solid #e1e1e1;
}

.h_carousel_ {
	margin: 0 10px 20px 10px;
	font-size: 14px;
	line-height: 1.4;
}

.carousel_box_ {
	width: auto;
	margin: 0 auto;
}
.checked_carousel_ .carousel_box_{
	text-align: center;
	margin: 0 10px;
}
.coordinate_carousel_ .carousel_box_{
	text-align: center;
	margin: 0 10px;
}
.bx-wrapper .carousel_box_{
	margin: 0;
}

.carousel_box_ .carousel_item_ {
	/*width: 110px!important;*/
	width: 31.1%;
	display: inline-block;
	margin: 0;
	text-align: left;
}
.carousel_box_ .carousel_item_:nth-child(2) {
	margin: 0 2%;
}
.carousel_box_ .img_ {
	margin: 0 0 5px;
}
.carousel_box_ .img_ img {
	width: 100%;
	height: auto;
}
.carousel_box_ .goods_name_ {
	font-size: 10px;
	line-height: 1.4;
	color: #999999;
}
.carousel_box_ .name_ {
	font-size: 11px;
	line-height: 1;
}
.carousel_box_ .name_ .name1_ {
	line-height: 1;
}
.carousel_box_ .name_ a {
	text-decoration: none;
}
.carousel_box_ .category_ {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1.4;
	color: #999999;
}
.carousel_box_ .price_ {
	margin: 1px 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	color: #000000;
}
.carousel_box_ .price_ .small_ {
	font-size: 10px;
}
.carousel_block_ .bx-wrapper {
	margin: 0 10px 0;
}
.carousel_block_ .bx-controls {
	position: relative;
	height: 30px;
	margin: 10px -10px 0;
}
.carousel_block_ .bx-wrapper .bx-pager {
	position: static;
	height: 8px;
	padding: 11px 0 11px;
}
.carousel_block_ .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: auto;
	bottom: 0;
	margin-top: 0;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 999;
}
.carousel_block_ .bx-wrapper .bx-prev {
	left: 0;
	background: ;
	background: url(../img/usr/icn/icn_bx_prev_sp.png) no-repeat center center;
	background-size: 9px 14px;
	-webkit-background-size: 9px 14px;
}
.carousel_block_ .bx-wrapper .bx-next {
	right: 0;
	background: url(../img/usr/icn/icn_bx_next_sp.png) no-repeat center center;
	background-size: 9px 14px;
	-webkit-background-size: 9px 14px;
}
.carousel_block_ .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d9d9d9;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.carousel_block_ .bx-wrapper .bx-pager.bx-default-pager a:hover,
.carousel_block_ .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}


/* --------------------------------------------------------------------
	HOME
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	#main_slider
--------------------------------------------------------------------- */
#main_slider{
	width: auto;
	margin: 15px 10px 40px;
	position: relative;
}
#main_slider ul li{
	position: absolute;
	top: 0;
	z-index: 1;
}
#main_slider ul li:first-child{
	position: relative;
	z-index: 2;
}
#main_slider img {
	width: 100%;
}
#main_slider .bx-controls {
	position: relative;
	height: 30px;
	margin: 0 0 0;
}
#main_slider .bx-wrapper .bx-pager {
	position: static;
	height: 8px;
	padding: 10px 0 10px;
}
#main_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d9d9d9;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#main_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}


/* --------------------------------------------------------------------
	#new_item
--------------------------------------------------------------------- */
#new_item {
	margin: 0 10px 20px;
}
#new_item h2{
	margin: 0 0 25px;
	text-align: center;
}
#new_item h2 span {
	display: block;
	max-width: 355px;
	margin: 0 auto;
}
#new_item h2 img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#new_item .tile_line_ {
	margin: 0 0 20px;
}
#new_item .tile_line_ .tile_item_ {
	float: left;
	width: 48.5%;
	margin: 0 3% 0 0;
}
#new_item .tile_line_ .tile_item_:nth-child(2) {
	margin: 0 0 0;
}


/* --------------------------------------------------------------------
	#ranking
--------------------------------------------------------------------- */
#ranking {
	margin: 40px 0 40px;
}
#ranking h2{
	margin: 0 0 25px;
	text-align: center;
}
#ranking h2 span {
	display: block;
	max-width: 355px;
	margin: 0 auto;
}
#ranking h2 img {
	width: auto;
	max-width: 100%;
	height: 22px;
}
#ranking .tile_line_ {
	margin: 0 0 20px;
}
#ranking .tile_line_ .tile_item_ {
	margin: 0 0 0;
	padding-top: 6px;
}
#ranking .tile_line_ .tile_item_:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	width: 17px;
	height: 17px;
}
#ranking .tile_line_ .tile_item_.item_1:after {
	background: url(../img/usr/ranking/icn_num_rank_01.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .tile_line_ .tile_item_.item_2:after {
	background: url(../img/usr/ranking/icn_num_rank_02.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .tile_line_ .tile_item_.item_3:after {
	background: url(../img/usr/ranking/icn_num_rank_03.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .tile_line_ .tile_item_.item_4:after {
	background: url(../img/usr/ranking/icn_num_rank_04.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .tile_line_ .tile_item_.item_5:after {
	background: url(../img/usr/ranking/icn_num_rank_05.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .tile_line_ .tile_item_.item_6:after {
	background: url(../img/usr/ranking/icn_num_rank_06.png) no-repeat center center;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
}
#ranking .btn_all_ {
	margin: 20px 10px 0;
}


/* --------------------------------------------------------------------
	#pick_up
--------------------------------------------------------------------- */
#pick_up {
	margin: 0 0 45px;
}
#pick_up h2{
	margin: 0 0 25px;
	text-align: center;
}
#pick_up h2 span {
	display: block;
	max-width: 355px;
	margin: 0 auto;
}
#pick_up h2 img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#pick_up .tile_line_ {
	margin: 0 0 20px;
}
#pick_up .tile_line_ .tile_item_ {
	margin: 0 0 0;
}
#pick_up .btn_all_ {
	margin: 20px 10px 0;
}
#pick_up .list_nav_{
	display: none;
}

/* --------------------------------------------------------------------
	カルーセル
--------------------------------------------------------------------- */
.carousel_wrapper_ {
	width: auto;
	margin: 0 auto 0;
}
.carousel_block_ {
	padding: 20px 0 10px;
	border-top: 1px solid #e1e1e1;
}

#ranking .tile_line_,
#pick_up .tile_line_ {
	width: auto;
	margin: 0 auto;
}
#ranking .tile_line_ .tile_item_,
#pick_up .tile_line_ .tile_item_ {
	/*width: 110px!important;*/
}
#new_item .tile_line_ .img_,
#ranking .tile_line_ .img_,
#pick_up .tile_line_ .img_ {
/*	margin: 0 0 5px;*/
}
#new_item .tile_line_ .img_ img,
#ranking .tile_line_ .img_ img,
#pick_up .tile_line_ .img_ img {
	width: 100%;
	height: auto;
}
#new_item .tile_line_ .goods_name_,
#ranking .tile_line_ .goods_name_,
#pick_up .tile_line_ .goods_name_ {
	font-size: 10px;
	line-height: 1.4;
	color: #999999;
}
#new_item .tile_line_ .name_,
#ranking .tile_line_ .name_,
#pick_up .tile_line_ .name_ {
	font-size: 11px;
	line-height: 1;
}
#new_item .tile_line_ .name_ .name1_,
#ranking .tile_line_ .name_ .name1_,
#pick_up .tile_line_ .name_ .name1_ {
	line-height: 1;
}
#new_item .tile_line_ .name_ a,
#ranking .tile_line_ .name_ a,
#pick_up .tile_line_ .name_ a {
	text-decoration: none;
}
#new_item .tile_line_ .category_,
#ranking .tile_line_ .category_,
#pick_up .tile_line_ .category_ {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1.4;
	color: #999999;
}
#new_item .tile_line_ .price_,
#ranking .tile_line_ .price_,
#pick_up .tile_line_ .price_ {
	margin: 1px 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
#new_item .tile_line_ .price_ .small_,
#ranking .tile_line_ .price_ .small_,
#pick_up .tile_line_ .price_ .small_ {
	font-size: 10px;
}
#new_item .bx-wrapper,
#ranking .bx-wrapper,
#pick_up .bx-wrapper {
	margin: 0 10px 0!important;
}
/*

#new_item .bx-controls,
#ranking .bx-controls,
#pick_up .bx-controls {
	position: relative;
	height: 30px;
	margin: 10px -10px 0;
}
#new_item .bx-wrapper .bx-pager,
#ranking .bx-wrapper .bx-pager,
#pick_up .bx-wrapper .bx-pager {
	position: static;
	height: 8px;
	padding: 11px 0 11px;
}*/
#new_item .bx-wrapper .bx-controls-direction a,
#ranking .bx-wrapper .bx-controls-direction a,
#pick_up .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: 0;
	outline: 0;
	width: 30px;
	height: auto;
	text-indent: -9999px;
	z-index: 9999;
}
#new_item .bx-wrapper .bx-prev,
#ranking .bx-wrapper .bx-prev,
#pick_up .bx-wrapper .bx-prev {
	left: -10px;
	background: url(../img/usr/icn/icn_bx_prev_sp.png) no-repeat center 40%;
	background-size: 9px 14px;
	-webkit-background-size: 9px 14px;
}
#new_item .bx-wrapper .bx-next,
#ranking .bx-wrapper .bx-next,
#pick_up .bx-wrapper .bx-next {
	right: -10px;
	background: url(../img/usr/icn/icn_bx_next_sp.png) no-repeat center 40%;
	background-size: 9px 14px;
	-webkit-background-size: 9px 14px;
}
/*
#new_item .bx-wrapper .bx-pager.bx-default-pager a,
#ranking .bx-wrapper .bx-pager.bx-default-pager a,
#pick_up .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d9d9d9;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#new_item .bx-wrapper .bx-pager.bx-default-pager a:hover,
#new_item .bx-wrapper .bx-pager.bx-default-pager a.active,
#ranking .bx-wrapper .bx-pager.bx-default-pager a:hover,
#ranking .bx-wrapper .bx-pager.bx-default-pager a.active,
#pick_up .bx-wrapper .bx-pager.bx-default-pager a:hover,
#pick_up .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
*/


/* --------------------------------------------------------------------
	#coordinate
--------------------------------------------------------------------- */
#coordinate{
	height: auto;
	margin: 0 0 20px;
	padding: 0 10px 25px;
	/* background: url(../img/usr/bg_02.jpg) repeat-x top center; */
	background-size: cover;
}
#coordinate .inner{
	width: auto;
	margin: 0 0;
}
#coordinate h2{
	text-align: center;
	position: relative;
	top: -9px;
}
#coordinate h2 span {
	display: block;
	max-width: 355px;
	margin: 0 auto;
}
#coordinate h2 img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#coordinate .item_{
	padding-top: 9px;
}
#coordinate .item_:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1000
}
#coordinate .item_1:before{
	width: 25px;
	height: 23px;
	/* background: url(../img/usr/icn_no_01.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .item_2:before{
	width: 30px;
	height: 23px;
	/* background: url(../img/usr/icn_no_02.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .item_3:before{
	width: 30px;
	height: 23px;
	/* background: url(../img/usr/icn_no_03.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .item_4:before{
	width: 30px;
	height: 23px;
	/* background: url(../img/usr/icn_no_04.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .item_5:before{
	width: 30px;
	height: 23px;
	/* background: url(../img/usr/icn_no_05.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .item_6:before{
	width: 30px;
	height: 23px;
	/* background: url(../img/usr/icn_no_06.png) no-repeat top left; */
	-webkit-background-size: contain;
	background-size: contain;
}
#coordinate .img_{
	border: 3px solid #fff;
	margin: 0 0 5px;
}
#coordinate .img_ img{
	width: 100%;
	height: auto;
}
#coordinate .name1_{
	text-align: center;
}
#coordinate .name1_ a{
	font-size: 12px;
	text-decoration: none;
	color: #222;
}
#coordinate .bx-wrapper {
	margin-top: 20px;
}
#coordinate .bx-controls {
	/*position: relative;
	height: 30px;
	margin: 15px 0 0;*/
}
#coordinate .bx-wrapper .bx-pager {
	position: static;
	height: 8px;
	padding: 11px 0 11px;
}
#coordinate .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: 0;
	outline: 0;
	width: 30px;
	height: auto;
	text-indent: -9999px;
	z-index: 9999;
}
#coordinate .bx-wrapper .bx-prev {
	left: -10px;
	background: url(../img/usr/btn_bx_prev_black_sp.png) no-repeat center center;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
}
#coordinate .bx-wrapper .bx-next {
	right: -10px;
	background: url(../img/usr/btn_bx_next_black_sp.png) no-repeat center center;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
}
#coordinate .bx-wrapper .bx-pager.bx-default-pager a {
	background: #d9d9d9;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#coordinate .bx-wrapper .bx-pager.bx-default-pager a:hover,
#coordinate .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
#coordinate .btn_all_ {
	margin: 20px auto 0;
}
#coordinate .btn_all_ a {
	background: url(../img/usr/icn_arrow_right_s_sp.png) no-repeat 95% center #ffffff;
	background-size: 6px 11px;
	-webkit-background-size: 6px 11px;
}


/* --------------------------------------------------------------------
	#brand_list
--------------------------------------------------------------------- */
#brand_list {
	margin: 25px 10px;
}
#brand_list h2 {
	padding: 0 0 10px;
	border-bottom: 2px solid #000000;
}
#brand_list h2 span {
	display: block;
	max-width: 355px;
}
#brand_list h2 img {
	width: 100%;
	max-width: auto;
	height: auto;
}
#brand_list .shopbox_ {
	padding: 12px 0 7px;
	background: url(../img/usr/hr_01_sp.png) repeat-x left bottom;
	-webkit-background-size: 20px 1px;
	background-size: 20px 1px;
}
#brand_list .shopbox_:last-child {
	background: none;
}
#brand_list h3 {
	margin: 0 0 10px;
}
#brand_list h3 a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: none;
	color: #000000;
	background: url(../img/usr/icn_head_01_sp.png) no-repeat left center;
	-webkit-background-size: 7px auto;
	background-size: 7px auto;
}
#brand_list li {
	float: left;
	width: 32.394%;
	margin: 4px 1.408% 4px 0;
}
#brand_list li:nth-of-type(3n) {
	margin-right: 0;
}
#brand_list li a {
	display: table;
	width: 100%;
	height: auto;
	padding: 10px 0;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#brand_list li a span {
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
}


/* --------------------------------------------------------------------
	#block_of_category
--------------------------------------------------------------------- */
#block_of_category {
	margin: 20px 0 0;
}
#block_of_category .ttl_category {
	margin: 0 10px;
	padding: 0 0 10px;
}
#block_of_category .ttl_category span {
	display: block;
	max-width: 355px;
}
#block_of_category .ttl_category img {
	width: 100%;
	max-width: auto;
	height: auto;
}


/* --------------------------------------------------------------------
	#bnr_list
--------------------------------------------------------------------- */
#bnr_list{
	padding: 25px 0;
}
#bnr_list ul{
	margin: 0 10px;
	text-align: center;
}
#bnr_list ul li{
	float: left;
	width: 31.267%;
	margin: 0 3.098% 0 0;
}
#bnr_list ul li:last-of-type {
	margin-right: 0;
}
#bnr_list ul li img {
	width: 100%;
	height: auto;
}
/* --------------------------------------------------------------------
	絞り込み
--------------------------------------------------------------------- */
#block_of_shop,
#block_of_categorytree{
	display: none;
}

.filter_ *{
	font-size: 12px;
}
.filter_ a{
	text-decoration: none;
}
.filter_ .sidebox_{}
.filter_ .sidebox_ h2 a{
	display: block;
	padding: 12px;
	border-bottom: 1px solid #e1e1e1;
	background: #eee;
	position: relative;
}
.filter_ .sidebox_ h2 a:after{
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    height: 7px;
    width: 7px;
    position: absolute;
    content: "";
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: 50%;
    margin: -3px 10px 0 0;
  }


.filter_ .sidebox_ h2 + ul > li{
}
.filter_ .sidebox_ h2 + ul li a{
	display: block;
	border-bottom: 1px solid #eee;
	padding: 12px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.filter_ .sidebox_ h2 + ul li a:after{
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    height: 5px;
    width: 5px;
    position: absolute;
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    margin: -3px 10px 0 0;
  }

.filter_ .sidebox_ h2 + ul > li > a{
	font-weight: bold;
	border-top: 1px solid #eee;
	margin: -1px 0 0;
	background: #f9f9f9;
}
.filter_ .sidebox_ h2 + ul > li > ul{
	overflow: hidden;
}
.filter_ .sidebox_ h2 + ul > li > ul li{
	float: left;
	width: 50%;
	position: relative;
}
.filter_ .sidebox_ h2 + ul > li > ul li:nth-child(odd):after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #eee;
}

#block_of_filter h3{
	padding: 12px;
	border-bottom: 1px solid #e1e1e1;
	background: #eee;
	position: relative;
}
#block_of_filter h3:after{
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 7px;
	width: 7px;
	position: absolute;
	content: "";
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	top: 50%;
	margin: -3px 10px 0 0;
}
#block_of_filter h3.active:after{
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 7px;
	width: 7px;
	position: absolute;
	content: "";
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0;
	top: 50%;
	margin: 0 10px 0 0;
	background: rgb(254, 255, 168);
}
#block_of_filter h3.active {
		background: rgb(254, 255, 168);
}



#block_of_filter .AccordionContents{
	overflow: hidden;
	margin: 0 0 -1px;
}
#block_of_filter .AccordionContents label{
	display: block;
	float: left;
	width: 50%;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 12px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 50px;
}
#block_of_filter .AccordionContents label.active{
		background: rgb(254, 255, 168);
}


#block_of_filter .AccordionContents .filter_image_ a{
	display: block;
	float: left;
	width: 20%;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 12px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
#block_of_filter .AccordionContents .filter_image_ a img{
	margin: 0 auto;
}
#block_of_filter .AccordionContents label:nth-child(odd):after,
#block_of_filter .AccordionContents .filter_image_ a:nth-child(odd):after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #eee;
}

#block_of_filter .AccordionContents label input[type="checkbox"],#block_of_filter .AccordionContents label input[type="radio"]{
	display: none;
}

.filter_ .sidebox_ h2 + ul,
.AccordionContents{
	display: none;
}

/* --------------------------------------------------------------------
	商品リスト
-------------------------------------------------------------------- */

.category_title_ {
	margin: 0 15px 15px;
	padding: 0 0 0 40px;
	font-size: 16px;
	line-height: 1.875;
	color: #000000;
}
/* ﾆ谷ﾆ弾ﾆ担ﾆ椎 ﾆ但ﾆ辰ﾆ坦ﾆ停  */
.category_title_.cat01_ {
    height: 31px;
    line-height: 31px;
    background: url(../img/usr/category/icn_tops.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat02_ {
    height: 30px;
    line-height: 30px;
    background: url(../img/usr/category/icn_jacket.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat03_ {
    height: 37px;
    line-height: 37px;
    background: url(../img/usr/category/icn_pants.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat04_ {
    height: 28px;
    line-height: 28px;
    background: url(../img/usr/category/icn_skirt.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat05_ {
    height: 34px;
    line-height: 34px;
    background: url(../img/usr/category/icn_onepiece.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat06_ {
    height: 29px;
    line-height: 29px;
    background: url(../img/usr/category/icn_bag.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat07_ {
    min-height: 16px;
    padding: 7px 0 7px 40px;
    line-height: 16px;
    background: url(../img/usr/category/icn_shoes.png) no-repeat left center;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.category_title_.cat08_ {
    height: 39px;
    line-height: 39px;
    background: url(../img/usr/category/icn_goods.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat09_ {
    height: 30px;
    line-height: 30px;
    background: url(../img/usr/category/icn_hair_accessory.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat10_ {
    height: 32px;
    line-height: 32px;
    background: url(../img/usr/category/icn_accessory.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}
.category_title_.cat11_ {
    height: 27px;
    line-height: 27px;
    background: url(../img/usr/category/icn_hat.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}

/* --------------------------------------------------------------------
	.itemlist_
--------------------------------------------------------------------- */
.itemlist_ {
	margin: 0 0 30px;
}


/* --------------------------------------------------------------------
	.list_nav_
--------------------------------------------------------------------- */
.itemlist_ .list_nav_ {
	position: relative;
	margin: 0 10px;
	padding: 15px 0 15px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.itemlist_ .navipage_sum_ {
	font-size: 12px
}
.itemlist_ .navipage_sum_ span {
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
}
.itemlist_ .goods_ {
	margin: 0 10px;
}
.itemlist_ .tile_line_ {
	margin: 20px -1.5% 20px;
}
.itemlist_ .tile_line_:first-child {
	margin-top: 0;
}
.itemlist_ .tile_line_:last-child {
	margin-bottom: 0;
}
.itemlist_ .tile_line_ .tile_item_ {
	float: left;
	width: 30.333%;
	margin: 0 1.5% 0;
}

/* .soldout_ */
.tile_line_ .tile_item_.soldout_ div.img_{
	position: relative;
}
.tile_line_ .tile_item_.soldout_ div.img_:before{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/usr/icn/icn_soldout_sp.png) no-repeat center center rgba(0, 0, 0, 0.4);
	background-size: 71px 20px, auto;
	z-index: 10;
}

/* .icon_ */
.tile_line_ .icon_ {
	display: block;
	margin: 0 0 5px;
	font-size: 9px;
	line-height: 1;
}
.tile_line_ .icon_ span {
	display: inline-block;
	margin: 0 2px 2px 0;
	height: 9px;
	line-height: 1px;
	vertical-align: top;
}
.tile_line_ .icon_ span img{
	height: 9px;
	width: auto;
}
.tile_line_ .icon_ span:last-of-type {
	margin-right: 0;
}
.tile_line_ .icon_ a img {
	vertical-align: top;

}


/* --------------------------------------------------------------------
	商品詳細
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	.product_image_block_
--------------------------------------------------------------------- */
.product_image_block_ {
	margin: 0 0 15px;
	/*visibility: hidden;*/
}
.product_image_block_ .product_images_{
	margin-bottom: 25px;
}
.product_image_block_ .product_images_ img {
	width: 100%;
	height: auto;
}
.product_image_block_ .product_images_ .caption{
	display: block;
	margin: 11px 0 0;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.product_image_block_ .product_images_ > div{
	margin: 0 10px;
	z-index: 1;
}
.product_image_block_ .product_images_ > div:first-child{
	position: absolute;
	z-index: 2;
}
.product_image_block_ .bx-wrapper .bx-pager {
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #666;
	padding-top: 0;
}
.product_image_block_ .bx-wrapper .bx-pager,
.product_image_block_ .bx-wrapper .bx-controls-auto {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 50px;
	height: 1.5em;
	margin: 0 0 0  -25px;
	padding: 2px 1px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
}
.product_image_block_ .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: 0;
	outline: 0;
	width: 21px;
	height: auto;
	text-indent: -9999px;
	z-index: 9999;
}
.product_image_block_ .bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/usr/btn_bx_prev_sp.png) no-repeat center right;
	-webkit-background-size: 11px 27px;
	background-size: 11px 27px;
}
.product_image_block_ .bx-wrapper .bx-next {
	right: 0;
	background: url(../img/usr/btn_bx_next_sp.png) no-repeat center left;
	-webkit-background-size: 11px 27px;
	background-size: 11px 27px;
}

.product_images_nav_ {
	width: 102%;
	margin: 11px 0 0 6px;
}
.product_images_nav_ .slick-slide {
	margin: 0 5px;
}
.product_image_block_ .slick-prev,
.product_image_block_ .slick-next {
	width: 40px;
	height: 55px;
	margin: -60px 0 0;
}
.product_image_block_ .slick-prev:before {
	display: none;
}
.product_image_block_ .slick-next:before {
	display: none;
}
.product_image_block_ .slick-prev {
	left: 10px;
	background: url(../img/usr/icn_slick_prev_l.png) no-repeat center center;
	background-size: 40px auto;
	z-index: 2;
}
.product_image_block_ .slick-next {
	right: 10px;
	background: url(../img/usr/icn_slick_next_l.png) no-repeat center center;
	background-size: 40px auto;
	z-index: 2;
}
.product_image_block_ .slick-dots {
	position: relative;
	bottom: 0;
	margin: 10px 0 0;
	padding: 0 0 0 4px;
	text-align: center;
	z-index: 1;
	white-space: nowrap;
	overflow-x: auto;
}
.product_image_block_ .slick-dots li {
	width: 17.333333333%;
	height: auto;
	margin: 0 6px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
.product_image_block_ .slick-dots li.slick-active img {
	opacity: .6;
}
.product_image_block_ .product_images_ .slick-counter {
	position: absolute;
/* 
comment out 2022/12/19. for mobile page. move to right "image-no." in goods page.
	left: 0;
*/
	right: 0;
	width: 45px;
	height: 20px;
	margin: 0 auto;
	line-height: 20px;
	background: rgba(0,0,0,.5);
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.product_image_block_ .slick-counter span{
	font-size: 12px;
}

/* .product_detail_desc_ */
.product_detail_desc_ {
	margin: -4px 10px 15px;
}

/* .icon_ */
.product_detail_desc_ .icon_ {
	margin: 0 0 20px;
}
.product_detail_desc_ .icon_ span {
	display: inline-block;
	margin: 0 5px 5px 0;
	line-height: 1;
}
.product_detail_desc_ .icon_ span img{
	height: 14px;
	width: auto;
}

/* .product_brand_ */
.product_detail_desc_ .product_brand_ {
	margin: 0 0 4px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #999999;
}
.product_detail_desc_ .product_name_ {
	margin: 0 0 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

/* .price_ */
.product_detail_desc_ .price_ {
	margin-top: 10px;
	font-size: 21px;
	font-weight: bold;
}
.product_detail_desc_ .price_ .small_ {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 12px;
	font-weight: normal;
}

/* .product_option_ */
.product_detail_desc_ .product_option_ {
	margin: 5px 0 15px;
}
.product_detail_desc_ .product_option_txt_ {
	float: left;
	width: 80%;
}
.product_detail_desc_ .product_option_delivery_ {
	margin: 5px 0 5px;
	padding: 3px 0 3px 25px;
	font-size: 14px;
	line-height: 1;
	color: #209da5;
	background: url(../img/usr/icn/icn_delivery_box_sp.png) no-repeat left center;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.product_detail_desc_ .product_option_point_ {
	margin: 5px 0 5px;
	padding: 3px 0 3px 25px;
	font-size: 14px;
	line-height: 1;
	color: #209da5;
	background: url(../img/usr/icn/icn_point_sp.png) no-repeat left center;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.product_detail_desc_ .product_option_point_ span {
	font-weight: bold;
}
.product_detail_desc_ .btn_wish_add_ {
	float: right;
	width: 18%;
}
.product_detail_desc_ .btn_wish_add_ a {
	display: block;
	min-height: 56px;
	margin: 0 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/usr/product_detail/btn_wish_sp.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.product_detail_desc_ .btn_wish_add_.added_ a {
	background: url(../img/usr/product_detail/btn_wish_add_sp.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

/* .btn_search_shop_ */
.product_detail_desc_ .btn_search_shop_ a {
	display: block;
	margin: 0 0 15px;
	padding: 13px 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	background: url(../img/usr/icn_link_btn_sp.png) no-repeat 95% center #f3f3f3;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
	border: 1px solid #e1e1e1;
}
/* .reserve_ */
.product_detail_desc_ .reserve_{
	margin: 0 0 10px;
	padding: 13px 15px 7px;
	border: 5px solid #eee;
}
.product_detail_desc_ .reserve_ .tit_{
	color: #f33b59;
	font-size: 16px;
	margin: 0 0 5px;
}
.product_detail_desc_ .reserve_ .day_{
	font-size: 14px;
	margin: 0 0 5px;
}
.product_detail_desc_ .reserve_ .txt_{
}
.product_detail_desc_ .reserve_ .txt_ li{
	padding-left:1em;
	text-indent:-1em;
	margin: 0 0 5px;
	font-size: 11px;
}
/* .btn_add_cart */
.product_detail_desc_ .btn_add_cart a {
	display: block;
	margin: 0 0 15px;
	padding: 23px 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #000;
}
.product_detail_desc_ .btn_add_cart a span {
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 18px;
	line-height: 1.4;
	background: url(../img/usr/icn/icn_cart_white_sp.png) no-repeat left center;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

/* #product_tab */
#product_tab {
	margin: 20px 0 20px;
}
#product_tab .product_tab_nav_ {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#product_tab .product_tab_nav_ li {
	width: 33.333%;
	border-left: 1px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#product_tab .product_tab_nav_ li:first-of-type {
	border-left: 0;
}
#product_tab .product_tab_nav_ li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	text-align: center;
	background: #f3f3f3;
}
#product_tab .product_tab_nav_ .ui-state-active a {
	color: #ffffff;
	background: #000000;
}
#product_tab .ui-tabs-panel.product_tab_cont_ {
	padding: 20px 20px 20px;
	background: #f3f3f3;
	border-bottom: 1px solid #e1e1e1;
}
#product_tab .product_tab_cont_ .goodscomment1_ {
	font-size: 14px;
	line-height: 1.85;
}

/* .product_tab_cont_ table */
.product_tab_cont_ table {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
}
.product_tab_cont_ table th,
.product_tab_cont_ table td {
	padding: 10px 0 10px;
	font-size: 11px;
	line-height: 2.00;
	border-bottom: 1px solid #e1e1e1;
}
.product_tab_cont_ table tr:first-of-type > th,
.product_tab_cont_ table tr:first-of-type > td {
	padding-top: 0;
}
.product_tab_cont_ table tr:last-of-type > th,
.product_tab_cont_ table tr:last-of-type > td {
	padding-bottom: 0;
	border-bottom: 0;
}
.product_tab_cont_ table th {
	padding-right: 15px;
	white-space: nowrap;
	text-align: left;
}
.product_tab_cont_.product_info_size_ table th {
	width: 15px;
}
.product_tab_cont_.product_info_detail_ table th {
	width: 65px;
}

/* .product_share_box_ */
.product_share_box_ ul {
	margin: 20px 0 20px;
	text-align: center;
}
.product_share_box_ ul li {
	display: inline-block;
	width: 27px;
	margin: 0 24px 0;
}
.product_share_box_ ul li a {
	display: block;
	text-align: center;
}
.product_share_box_ ul .product_share_facebook_ {
}
.product_share_box_ ul .product_share_twitter_ {
}
.product_share_box_ ul .product_share_mail_ {
}


/* --------------------------------------------------------------------
	#add_cart
--------------------------------------------------------------------- */
#add_cart {
	display: none;
	top: 6%!important;
	width: 90%;
	height: auto;
	max-height: 90%;
	margin: 0 10px;
	padding: 0 0 10px;
	overflow: auto;
	background: #fff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#add_cart .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 17px 15px 17px;
	margin: 0 0 0;
}
#add_cart .add_cart_close_ {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 21px;
	height: 21px;
}
#add_cart .add_cart_close_ img {
	width: 100%;
	height: auto;
}

/* .modal_product_box_ */
#add_cart .modal_product_box_ {
	padding: 15px 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
#add_cart .modal_product_box_:last-child {
	border-bottom: none;
}

/* .modal_product_table_ */
.modal_product_table_ {
	table-layout: auto;
	width: 100%;
}
.modal_product_table_ td {
	vertical-align: middle;
}
.modal_product_table_ .modal_product_img_ {
	width: 25.5%;
	text-align: center;
}
.modal_product_table_ .modal_product_img_ img {
	width: 100%;
	height: auto;
}
.modal_product_table_ .modal_product_name_ {
	padding-left: 7%;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	color: #000000;
}

/* .add_cart_table_ */
#add_cart .add_cart_table_ {
	table-layout: auto;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#add_cart .add_cart_table_ td {
	padding: 15px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #e1e1e1;
}
#add_cart tr:last-of-type td {
	border-bottom: 0;
}
#add_cart .add_cart_table_ .product_table_size_ {
	width: 13.8%;
}
#add_cart .add_cart_table_ .product_table_stock_ {
	width: 13.8%;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#add_cart .add_cart_table_ .product_table_buy_ {
	width: 53.9%;
	padding: 15px 3.8%;
}
#add_cart .add_cart_table_ .product_table_buy_ > a,
#add_cart .add_cart_table_ .product_table_buy_ > span {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_cart_in_ {
	color: #ffffff;
	background: #000000;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_cart_in_ span {
	display: inline-block;
	padding: 0 0 0 25px;
	background: url(../img/usr/icn/icn_cart_white_s_sp.png) no-repeat left center #000000;
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_sold_out_ {
	color: #000000;
	background: #eeeeee;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_sold_out_ {
	color: #000000;
	background: #eeeeee;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_alert_restock_ {
	color: #ffffff;
	background: #666666;
}
#add_cart .add_cart_table_ .product_table_buy_ .btn_alert_restock_ span {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img/usr/icn/icn_mail_white_s_sp.png) no-repeat left center;
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
}
#add_cart .add_cart_table_ .product_table_wish_ {
	width: 8.9%;
	padding: 15px 1%;
}
#add_cart .add_cart_table_ .product_table_wish_ a {
	display: block;
}
#add_cart .add_cart_table_ .product_table_wish_ span {
	display: inline-block;
	width: 29px;
	height: 0;
	margin: 0 auto;
	padding-top: 84.5%;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/usr/product_detail/icn_wish_sp.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
#add_cart .product_table_wish_ span.added_ {
	background: url(../img/usr/product_detail/icn_wish_add_sp.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

/* --------------------------------------------------------------------
	#shop_list
--------------------------------------------------------------------- */
#shop_list {
	display: none;
	position: absolute!important;
	top: 10px!important;
	width: auto;
	height: auto;
	margin: 0 10px 10px;
	padding: 0 0 20px;
	background: #fff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#shop_list .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 17px 15px 17px;
	margin: 0 0 0;
}
#shop_list .shoplist_close_ {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 21px;
	height: 21px;
}
#shop_list .shoplist_close_ img {
	width: 100%;
	height: auto;
}
#shop_list .data_ {
	margin: 15px 20px 15px;
}
#shop_list .data_ .img_ {
	width: 24%;
	float: left;
	border: 1px solid #cbcbcc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#shop_list .data_ .txt_ {
	width: 70%;
	float: right;
}
#shop_list .data_ .txt_ .name_ .product_brand_ {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: #999999;
}
#shop_list .data_ .txt_ .name_ .product_name_ {
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
}
#shop_list .data_ .txt_ .name_ .product_name_r2_ {
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
}
#shop_list .data_ .txt_ .name_ .product_gcode_ {
	font-size: 12px;
	line-height: 1.7;
	color: #000000;
}
#shop_list .data_ .txt_ .price_ {
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
}
#shop_list .data_ .txt_ .price_ span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 10px;
}
#shop_list .stock_check_ {
	background: #f0f0f0;
	margin: 15px 20px;
	padding: 15px;
}
#shop_list .stock_check_ dt{
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.7;
}
#shop_list .stock_check_ dd{
	width: auto;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background: url(../img/usr/icn_select_sp.png) no-repeat 95% center #fff;
	background-size: 19px auto;
}
#shop_list .stock_check_ dd select{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	display: block;
	font-size: 14px;
	color: #777;
	width: 100%;
	/* width: 300px; */

	overflow: hidden;
	outline: none;
	padding: 15px 10% 15px 10px;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4;
	color: #000000;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#shop_list .stock_check_ dd option {

}
#shop_list .attention_{
	color: #209da5;
	margin: 15px 20px 5px;
}
#shop_list .attention_ li{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	margin: 5px 0 5px;
	padding-left: 1em;
	text-indent: -0.5em;
}
#shop_list .attention_more_box_{
	margin: -20px 0 10px;
	padding-top: 25px;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );
	position: relative;
	text-align: center;
}
#shop_list .attention_more_link_{
}
#shop_list .attention_less_box_{
	margin: 0 0 10px;
	position: relative;
	text-align: center;
}
#shop_list .attention_less_link_{
}
#shop_list .shop_ {
	margin: 0 20px 0;
}
#shop_list .shop_ > div{
}
#shop_list .shop_box_ {
	margin: 10px 0 20px;
}
#shop_list .shop_box_:last-of-type {
	margin-bottom: 0;
}

#sp_shop_list {
	margin: 15px 20px 0;
}
#sp_shop_list .ui-tabs-nav {
	margin: 0 -1.5% 10px;
}
#sp_shop_list .ui-state-default,
#sp_shop_list .ui-state-active {
	width: 30.333%;
	margin: 5px 1.5%;
	padding: 0;
	border: 1px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sp_shop_list .ui-state-default {
	background: #FFF;
}
#sp_shop_list .ui-state-active {
	background: #feffa8;
}
#sp_shop_list .ui-state-default a,
#sp_shop_list .ui-state-active a {
	display: block;
	width: 100%;
	padding: 17px 0;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#shop_list .shop_ .shop_box_ p{
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
}
#shop_list .shop_ .shop_box_ table{
	table-layout: auto;
	width: 100%;
	margin: 0 0 0;
	border-collapse: collapse;
}
#shop_list .shop_ .shop_box_ table th{
	padding: 10px 7px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background: #f0f0f0;
	border-left: 6px solid #FFF;
	border-right: 6px solid #FFF;
}
#shop_list .shop_ .shop_box_ table th:first-of-type{
	border-left: 0;
}
#shop_list .shop_ .shop_box_ table th:last-of-type{
	border-right: 0;
}
#shop_list .shop_ .shop_box_ table td{
	padding: 12px 7px;
	font-size: 12px;
/*	white-space: nowrap; */
/*	white-space: normal; */
	background: #fff;
	border-bottom: 1px dotted #e1e1e1;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

#shop_list .shop_ .shop_box_ table .shop_{
/*	width: 100px; */
	word-break: break-all;
	word-break: normal;
/*	word-wrap: normal; */
}
#shop_list .shop_ .shop_box_ table .stock_{
	width: 30px;
	text-align: center;
	word-break: normal;
}
#shop_list .shop_ .shop_box_ table .tel_{
		width: 90px;
	word-break: normal;
}


#shop_list .shop_ .shop_box_ table .tel_num_ span,
#shop_list .shop_ .shop_box_ table .tel_num_ a {
	font-size: 12px;
	text-decoration: none;
}
.modal_{
	display: none;
}

#lean_overlay {
	position: fixed;
	z-index:9000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
/* --------------------------------------------------------------------
	#size_guide
--------------------------------------------------------------------- */
.size_guide_{
	text-align: right;
	margin: 10px 0 0;
}
.size_guide_ a{
	display: inline-block;
	padding: 5px;
}
.size_guide_ a span{
	font-size: 12px;
}
#size_guide {
	display: none;
	top: 6%!important;
	width: 90%;
	height: auto;
	max-height: 90%;
	margin: 0 10px;
	padding: 0 0 10px;
	overflow: auto;
	background: #fff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#size_guide .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 17px 15px 17px;
	margin: 0 0 0;
}
#size_guide .size_guide_close_ {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 21px;
	height: 21px;
}
/* .size_wrapper */
.size_wrapper_ {
	margin: 20px 0 0;
}

/* .size_block_ */
.size_block_ {
	margin: 0 0 45px;
}

/* .size_list_n */
.size_wrapper_ .size_list_l_:after,
.size_wrapper_ .size_list_s_:after {
	display: block;
	clear: both;
	content: "";
}

/* .size_list_l_ */
.size_wrapper_ .size_list_l_ li {
	width: auto;
	margin: 0 auto 30px;
	text-align: center;
}

/* .size_list_s_ */
.size_wrapper_ .size_list_s_ li {
	float: left;
	width: 48%;
	margin: 0 4% 30px 0;
	text-align: center;
}
.size_wrapper_ .size_list_s_ li:nth-of-type(2n) {
	margin: 0 0 30px 0;
}
.size_wrapper_ .size_list_s_ li:nth-of-type(2n+1) {
	clear: left;
}

/* .img_ */
.size_wrapper_ .img_ {
	margin: 0 0 15px;
}
/* .h_size_ */
.size_wrapper_ .h_size_ {
	line-height: 1;
	text-align: center;
}
.size_wrapper_ p {
	line-height: 1;
}
.size_wrapper_ .h_size_ span {
	display: inline-block;
	padding: 3px	1.5em;
	font-size: 11px;
	line-height: 1;
	color: #555;
	background: #FFF;
	border: 1px solid #555;
}

/* --------------------------------------------------------------------
	商品リスト
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	.itemlist_
--------------------------------------------------------------------- */
.CategoryStyleG_ {
	margin: 10px 0 10px;
}
.CategoryStyleG_Line_ {
	overflow: hidden;
}
.CategoryStyleG_Line_ .name_ {
	position: relative;
	min-height: 42px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.CategoryStyleG_Line_ .name_ a {
	text-decoration: none;
}

.CategoryStyleG_Line_ .name_.open:after {
	background: url(../img/usr/icn_arrow_top_sp.png) no-repeat center center #efefef;
	-webkit-background-size: 20px 11px, auto;
	background-size: 20px 11px, auto;
}
.CategoryStyleG_Line_ .name_.close:after {
	background: url(../img/usr/icn_arrow_bottom_sp.png) no-repeat center center #efefef;
	-webkit-background-size: 20px 11px, auto;
	background-size: 20px 11px, auto;
}
.CategoryStyleG_Line_ ul {
	padding: 15px 10px 10px;
	border-bottom: 1px solid #e1e1e1;
}
.CategoryStyleG_Line_ ul li {
	display: inline-block;
	width: 30.666%;
	margin: 0 2% 15px 0;
	vertical-align: top;
}
.CategoryStyleG_Line_ ul li:nth-of-type(3n) {
	margin: 0 0 15px 0;
}
.CategoryStyleG_Line_ ul li a {
	display: block;
	text-decoration: none;
	border: 1px solid #EEE;
}
.CategoryStyleG_Line_ ul li .img_ {
	border: 1px solid #efefef;
}
.CategoryStyleG_Line_ ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.CategoryStyleG_Line_ .brand_name_ {
	margin: 5px 0 0;
	font-size: 11px;
	color: #666666;
}
.CategoryStyleG_Line_ .brand_name_ .kana_ {
	display: block;
	margin: 3px 0 0;
	font-size: 8px;
}


/* --------------------------------------------------------------------
	SHOP
-------------------------------------------------------------------- */
.shop_list_block_ {
	margin: 0 0 35px;
	overflow: hidden;
}
.shop_list_ {
	margin: 0 10px;
}
.shop_list_ li {
	display: inline-block;
	width: 48%;
	margin: 0 4% 35px 0;
	text-align: center;
	vertical-align: top;
}
.shop_list_ li:nth-of-type(2n) {
	margin: 0 0 35px 0;
}
.shop_list_ .shop_img_ {
	margin: 0 0 10px;
	border: 1px solid #eeeeee;
}
.shop_list_ .shop_img_ img {
	width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------
	NEW ITEM
--------------------------------------------------------------------- */
.StyleNew_Block_ {
	margin: 0 0 0;
}
.StyleNew_Block_ .h_StyleNew_ {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	color: #000000;
}
.StyleNew_Block_ .btn_shop_detail_ {
}
.StyleNew_Block_ .btn_shop_detail_ a {
	display: block;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: url(../img/usr/icn_arrow_right_s_sp.png) no-repeat 95% center #ffffff;
	-webkit-background-size: 6px auto, auto;
	background-size: 6px auto, auto;
	border: 1px solid #000000;
}
.StyleNew_box_ {
	padding: 20px 10px 35px;
	border-bottom: 1px solid #e1e1e1;
}
.StyleNew_box_:first-child {
	border-top: 1px solid #e1e1e1;
}
div.StyleNew_box_:last-child {
	border-bottom: none;
}
div.StyleNew_Frame_ {
	margin: 0 0 20px;
}
div.StyleNew_Frame_ .tile_line_ {
	margin: 20px 0 25px;
}
div.StyleNew_Frame_ .tile_line_ .tile_item_ {
	float: left;
	width: 30.666%;
	margin: 0 4% 0 0;
}
div.StyleNew_Frame_ .tile_line_ .tile_item_:nth-of-type(3) {
	margin: 0 0 0 0;
}
div.StyleNew_Frame_ .tile_line_ .tile_item_ a {
	display: block;
}
div.StyleNew_Frame_ .tile_line_ .tile_item_ a .img_ img {
	width: 100%;
	height: auto;
}
div.StyleNew_Frame_ .tile_line_ .tile_item_:nth-child(3) {
	margin: 0 0 0;
}

.StyleR_Block_ {
	margin: 0 0 0;
}
.StyleR_Block_ .h_StyleR_ {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	color: #000000;
	margin: 0 0 20px;
}
.StyleR_Block_ .btn_shop_detail_ {
}
.StyleR_Block_ .btn_shop_detail_ a {
	display: block;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: url(../img/usr/icn_arrow_right_s_sp.png) no-repeat 95% center #ffffff;
	-webkit-background-size: 6px auto, auto;
	background-size: 6px auto, auto;
	border: 1px solid #000000;
}
.StyleR_box_ {
	padding: 20px 10px 35px;
	border-bottom: 1px solid #e1e1e1;
}
.StyleR_box_:first-child {
	border-top: 1px solid #e1e1e1;
}
div.StyleR_box_:last-child {
	border-bottom: none;
}
div.StyleR_Frame_ {
}
div.StyleR_Frame_ .tile_line_ {
}
div.StyleR_Frame_ .tile_line_ .tile_item_ {
	float: left;
	width: 30.666%;
	margin: 0 4% 20px 0;
}
div.StyleR_Frame_ .tile_line_ .tile_item_:nth-of-type(3) {
	margin: 0 0 0 0;
}
div.StyleR_Frame_ .tile_line_ .tile_item_ a {
	display: block;
}
div.StyleR_Frame_ .tile_line_ .tile_item_ a .img_ img {
	width: 100%;
	height: auto;
}
div.StyleR_Frame_ .tile_line_ .tile_item_:nth-child(3n) {
	margin: 0 0 20px;
}
div.StyleR_Frame_ .tile_line_ .img_{
	position: relative;
}
div.StyleR_Frame_ .tile_line_ .img_:after {
	content: ' ';
	position: absolute;
	width: 20px;
	height: 15px;
	-webkit-background-size: 20px 15px;
	background-size: 20px 15px;
	top: -7px;
	left: 2px;
}
.StyleR_Item_:nth-child(1) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_01.png) no-repeat center center;
}
.StyleR_Item_:nth-child(2) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_02.png) no-repeat center center;
}
.StyleR_Item_:nth-child(3) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_03.png) no-repeat center center;
}
.StyleR_Item_:nth-child(4) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_04.png) no-repeat center center;
}
.StyleR_Item_:nth-child(5) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_05.png) no-repeat center center;
}
.StyleR_Item_:nth-child(6) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_06.png) no-repeat center center;
}
.StyleR_Item_:nth-child(7) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_07.png) no-repeat center center;
}
.StyleR_Item_:nth-child(8) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_08.png) no-repeat center center;
}
.StyleR_Item_:nth-child(9) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_09.png) no-repeat center center;
}
.StyleR_Item_:nth-child(10) .img_:after {
	background: url(../img/usr/ranking/icn_num_rank_10.png) no-repeat center center;
}


/* --------------------------------------------------------------------
	NEWS
-------------------------------------------------------------------- */
/* .neww_block */
.news_block_ {
	margin: 0 10px 50px;
}

/* .news_img_ */
.news_img_ {
	margin: 20px 0;
	text-align: center;
}
.news_img_ img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* .news_head_ */
.news_head_ {
	margin: 0 0 15px;
}
.news_head_ .news_date_ {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1;
}
.news_head_ .news_tit_ {
	font-size: 14px;
	line-height: 1.8;
}

/* .news_txt_ */
.news_txt_ {
	margin: 0 0 20px;
}
.news_txt_ p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 2.15;
}
.news_txt_ p:last-of-type {
	margin: 0 0 0;
}

/* .share_box_ */
.share_box_ {
	margin: 20px 0 0;
	border-top: 1px solid #eeeeee;
}
.share_box_ ul {
	margin: 20px 0 20px;
	text-align: center;
}
.share_box_ ul li {
	display: inline-block;
	width: 27px;
	margin: 0 24px 0;
}
.share_box_ ul li a {
	display: block;
	text-align: center;
}
.share_box_ ul .product_share_facebook_ {
}
.share_box_ ul .product_share_twitter_ {
}
.share_box_ ul .product_share_mail_ {
}


/* --------------------------------------------------------------------
	BRAND TOP
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	.brandtop_block_
--------------------------------------------------------------------- */

/* --------------------------------------------------------------------
	.brandtop_visual_
--------------------------------------------------------------------- */
/* .brandtop_visual_ */
.brandtop_visual_ {
}


/* .category_visual_ */
.brandtop_block_.category_visual_ {
	margin: 0 0 20px;
	text-align: center;
}
.brandtop_block_.category_visual_ img {
	width: 100%;
	height: auto;
}

/* .category_name_ */
.brandtop_block_.category_name_ {
	margin: 25px 0 20px;
	text-align: center;
}
/* .top_comment_ */
.brandtop_block_ .top_comment_ {
	margin: 20px 0 25px;
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

/* bulle de savon */
.brandtop_visual_.bulle_de_savon_ .category_name_ img {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto;
}


/* .topiclist_ */
.brandtop_block_ div.topiclist_ {
	margin: 0 0 25px;
	padding: 20px 10px 0;
	border-top: 1px solid #e1e1e1;
}
.brandtop_block_ div.topiclist_ .topiclist_head_ {
	margin: 0 0 5px;
	padding: 0 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: none;
}
.brandtop_block_ div.topiclist_ .topiclist_body_ li {
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1;
}
.brandtop_block_ div.topiclist_ .topiclist_body_ li:last-child {
	border-bottom: none;
}
.brandtop_block_ div.topiclist_ .topiclist_body_ li span,
.brandtop_block_ div.topiclist_ .topiclist_body_ li a {
	font-size: 12px;
}
.brandtop_block_ .btn_more_ a {
	display: block;
	margin: 10px 0 0;
	padding: 12px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: url(../img/usr/icn_arrow_right_s_sp.png) no-repeat 95% center #f3f3f3;
	background-size: 6px 11px;
	-webkit-background-size: 6px 11px;
	border: 1px solid #e1e1e1;
}


.h_type_01_ {
	margin-top: 50px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}


/* --------------------------------------------------------------------
	FEATURE
--------------------------------------------------------------------- */
/* .feature_block_ */
.feature_block_ {
	margin: 0 10px 0;
}

/* .feature_list_ */
.feature_list_ {
	margin: 0 0 10px;
}
.feature_list_ li {
	float: left;
	width: 48%;
	margin: 0 4% 25px 0;
}
.feature_list_ li:nth-child(2n+1) {
	clear: left;
}
.feature_list_ li:nth-child(2n) {
	margin: 0 0 25px;
}
.feature_list_ li:nth-child(1),
.feature_list_ li:nth-child(2) {
	clear: none;
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}

/* .feature_img_ */
.feature_list_ .feature_img_ {
	margin: 0 0 10px;
}
.feature_list_ .feature_img_ img {
	width: 100%;
	height: auto;
}

/* .feature_tit_ */
.feature_list_ .feature_tit_ {
	margin: 0 0 3px;
	font-size: 12px;
	line-height: 1.5;
}

/* .feature_txt_ */
.feature_list_ .feature_txt_ {
	font-size: 10px;
	line-height: 1.5;
}


/* --------------------------------------------------------------------
	FEATURE DETAIL
--------------------------------------------------------------------- */
/* .featurepage_visual_ */
.featurepage_visual_ {
	margin: 0 0 30px;
}

/* .feature_main_ */
.feature_main_ {
	margin: 0 0 20px;
	text-align: center;
}
.feature_main_ img {
	width: 100%;
	height: auto;
}

/* .category_name_ */
.feature_copy_ {
	margin: 20px 10px 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.95;
	letter-spacing: 0.1em;
	text-align: center;
}
.feature_copy_ span {
	display: inline-block;
	border-bottom: 2px solid #000000;
}

/* .feature_comment_ */
.featurepage_visual_ .feature_comment_ {
	margin: 25px 10px 30px;
	font-size: 12px;
	line-height: 2;
	text-align: left;
}


/* --------------------------------------------------------------------
	PRESENT
--------------------------------------------------------------------- */
/* .present_block_ */
.present_block_ {
	margin: 0 0 50px;
}

/* .present_text_ */
.present_block_ .present_visual_ img {
	width: 100%;
	height: auto;
}

/* .present_text_ */
.present_block_ .present_text_ {
	margin: 25px 0 0;
	padding: 0 10px;
}
.present_text_ .h_present_ {
	margin: 0 0 25px;
	text-align: center;
}
.present_text_ .h_present_ img {
	display: block;
	width: 100px;
	height: 24px;
	margin: 0 auto;
}
.present_text_ .present_copy_ {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.56;
	text-align: center;
}
.present_text_ > p {
	margin: 15px 0;
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

/* .present_box_ */
.present_text_ .present_box_ {
	margin: 15px auto;
	padding: 15px 10px;
	text-align: center;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.present_text_ .h_present_box_ {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.present_text_ .present_box_ p {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 2;
}
.present_text_ .present_box_ p:last-child {
	margin-bottom: 0;
}


/* --------------------------------------------------------------------
	COORDINATE
--------------------------------------------------------------------- */
/* .coordinate_block_ */
.coordinate_block_ {
	margin: 0 10px 25px;
	overflow: hidden;
}

/* .update_ */
.coordinate_block_ .update_ {
	margin: 0 0 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

/* .coordinate_list_ */
.coordinate_list_ {
	margin: 25px 0 0;
}
.coordinate_list_ li {
	float: left;
	width: 48.5%;
	margin: 0 3% 30px 0;
	padding: 12px 0 0;
}
.coordinate_list_ li:nth-child(2n) {
	margin: 0 0 30px 0;
}
.coordinate_list_ li:nth-child(2n+1) {
	clear: left;
}
.coordinate_list_ li a {
	position: relative;
	display: block;
	text-decoration: none;
}
.coordinate_list_ li a:focus {
	outline: none;
}
.coordinate_list_ li a:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -12px;
	left: 9px;
	width: 32px;
	height: 25px;
	z-index: 10;
}
.coordinate_list_ li:nth-child(1) a:before {
	background: url(../img/usr/coordinate/icn_num_01.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(2) a:before {
	background: url(../img/usr/coordinate/icn_num_02.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(3) a:before {
	background: url(../img/usr/coordinate/icn_num_03.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(4) a:before {
	background: url(../img/usr/coordinate/icn_num_04.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(5) a:before {
	background: url(../img/usr/coordinate/icn_num_05.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(6) a:before {
	background: url(../img/usr/coordinate/icn_num_06.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(7) a:before {
	background: url(../img/usr/coordinate/icn_num_07.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(8) a:before {
	background: url(../img/usr/coordinate/icn_num_08.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(9) a:before {
	background: url(../img/usr/coordinate/icn_num_09.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(10) a:before {
	background: url(../img/usr/coordinate/icn_num_10.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(11) a:before {
	background: url(../img/usr/coordinate/icn_num_11.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(12) a:before {
	background: url(../img/usr/coordinate/icn_num_12.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(13) a:before {
	background: url(../img/usr/coordinate/icn_num_13.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(14) a:before {
	background: url(../img/usr/coordinate/icn_num_14.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(15) a:before {
	background: url(../img/usr/coordinate/icn_num_15.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(16) a:before {
	background: url(../img/usr/coordinate/icn_num_16.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(17) a:before {
	background: url(../img/usr/coordinate/icn_num_17.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(18) a:before {
	background: url(../img/usr/coordinate/icn_num_18.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(19) a:before {
	background: url(../img/usr/coordinate/icn_num_19.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(20) a:before {
	background: url(../img/usr/coordinate/icn_num_20.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(21) a:before {
	background: url(../img/usr/coordinate/icn_num_21.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(22) a:before {
	background: url(../img/usr/coordinate/icn_num_22.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(23) a:before {
	background: url(../img/usr/coordinate/icn_num_23.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(24) a:before {
	background: url(../img/usr/coordinate/icn_num_24.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(25) a:before {
	background: url(../img/usr/coordinate/icn_num_25.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(26) a:before {
	background: url(../img/usr/coordinate/icn_num_26.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(27) a:before {
	background: url(../img/usr/coordinate/icn_num_27.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(28) a:before {
	background: url(../img/usr/coordinate/icn_num_28.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(29) a:before {
	background: url(../img/usr/coordinate/icn_num_29.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ li:nth-child(30) a:before {
	background: url(../img/usr/coordinate/icn_num_30.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coordinate_list_ .coordinate_img_ {
	margin: 0 0 10px;
}
.coordinate_list_ li .coordinate_img_ img {
	width: 100%;
	height: auto;
}
.coordinate_list_ .brand_ {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/* .cood_modal_ */
.coord_modal_ {
	position: relative;
	width: auto;
	height: auto;
	padding: 40px 15px 30px;
	background: #ffffff;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.coord_modal_ .btn_close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 20px;
	height: 20px;
	display: block;
}
.coord_modal_ .modal_img_ {
	position: relative;
	margin: 0 0 15px;
}
.coord_modal_ .modal_img_:after {
	content: ' ';
	display: block;
	position: absolute;
	top: -12px;
	left: 10px;
	width: 32px;
	height: 25px;
}
.coord_modal_ .modal_img_ img {
	width: 100%;
	height: auto;
}
.coord_modal_#coord_item_01 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_01_l.png) no-repeat center center;
	-webkit-background-size: 27px 20px;
	background-size: 27px 20px;
}
.coord_modal_#coord_item_01 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_01.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_02 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_02.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_03 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_03.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_04 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_04.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_05 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_05.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_06 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_06.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_07 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_07.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_08 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_08.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_09 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_09.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_10 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_10.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_11 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_11.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_12 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_12.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_13 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_13.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_14 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_14.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_15 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_15.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_16 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_16.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_17 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_17.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_18 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_18.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_19 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_19.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_20 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_20.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_21 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_21.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_22 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_22.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_23 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_23.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_24 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_24.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_25 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_25.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_26 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_26.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_27 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_27.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_28 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_28.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_29 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_29.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_#coord_item_30 .modal_img_:after {
	background: url(../img/usr/coordinate/icn_num_30.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.coord_modal_ .modal_txt_ {
}
.coord_modal_ .modal_txt_ .brand_ {
	margin: -5px 0 10px;
	font-size: 16px;
	line-height: 1.5;
}
.coord_modal_ .modal_txt_ .comment_ {
	font-size: 12px;
	line-height: 1.8;
}
.coord_modal_ .coord_item_list_ {
	margin: 15px 0 5px;
}
.coord_modal_ .coord_item_list_ li {
	display: inline-block;
	width: 48%;
	margin: 0 4% 25px 0;
	vertical-align: top;
}
.coord_modal_ .coord_item_list_ li:nth-child(2n) {
	margin-right: 0;
}
.coord_modal_ .coord_item_list_ li a {
	text-decoration: none;
}
.coord_modal_ .coord_item_list_ .img_ img {
	width: 100%;
}
.coord_modal_ .coord_item_list_ .category_ {
	margin: 7px 0 0;
	font-size: 10px;
	line-height: 1.5;
	color: #999999;
}
.coord_modal_ .coord_item_list_ .price_ {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}
.coord_modal_ .btn_brandpage_ {
	margin: 5px 0 0;
}
.coord_modal_ .btn_brandpage_ a {
	display: block;
	padding: 9px 10px;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
	background: url(../img/usr/coordinate/icn_arrow_dot.png) no-repeat 97% center #ffffff;
	border: 1px solid #000000;
}

/*  */
.coordinate_bn_block_ {
	display: none;
	padding: 10px 10px 10px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;

}
.coordinate_bn_block_ dl {
	padding: 10px 0 10px;
	border-bottom: 1px dotted #e1e1e1;
}
.coordinate_bn_block_ li:last-child dl {
	border-bottom: 0;
}
.coordinate_bn_block_ dt {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
}
.coordinate_bn_block_ dd ul li {
	float: left;
	width: 24%;
	margin: 0 1% 5px 0;
}
.coordinate_bn_block_ dd ul li:nth-of-type(4n+1) {
	clear: left;
}
.coordinate_bn_block_ dd ul li a {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: #f3f3f3;
	border: 1px solid #e1e1e1;
}


/* --------------------------------------------------------------------
--------------------------------------------------------------------- */
/* .GenreStyle_ */
div.GenreStyle_ {
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
}
div.GenreStyle_Line_ {
	margin: 0 0 0;
	padding: 20px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
}
div.GenreStyle_Line_:first-child {
	padding: 0 10px 0;
}
div.GenreStyle_Line_:last-child {
	border-bottom: none;
}
div.GenreStyle_Line_ .genre_name_ {
	font-size: 16px;
	text-decoration: none;
}
div.GenreStyle_Item_ {
	margin: 0;
}
div.GenreStyle_Item_ h3.img_ {
	padding: 0 10px 10px 10px;
	font-size: 5px;
	border: none;
}
div.GenreStyle_Item_ h3.name_ {
	margin: 0 0 0;
	padding: 0 0 0 40px;
	font-size: 16px;
	line-height: 1.875;
	color: #000000;
}

div.GenreStyle_Line_:nth-child(1) h3.name_ {
	height: 31px;
	line-height: 31px;
	background: url(../img/usr/category/icn_tops.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(2) h3.name_ {
	height: 30px;
	line-height: 30px;
	background: url(../img/usr/category/icn_jacket.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(3) h3.name_ {
	height: 37px;
	line-height: 37px;
	background: url(../img/usr/category/icn_pants.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(4) h3.name_ {
	height: 28px;
	line-height: 28px;
	background: url(../img/usr/category/icn_skirt.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(5) h3.name_ {
	height: 34px;
	line-height: 34px;
	background: url(../img/usr/category/icn_onepiece.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(6) h3.name_ {
	height: 29px;
	line-height: 29px;
	background: url(../img/usr/category/icn_bag.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(7) h3.name_ {
	min-height: 16px;
	padding: 7px 0 7px 40px;
	line-height: 16px;
	background: url(../img/usr/category/icn_shoes.png) no-repeat left center;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
div.GenreStyle_Line_:nth-child(8) h3.name_ {
	height: 39px;
	line-height: 39px;
	background: url(../img/usr/category/icn_goods.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(9) h3.name_ {
	height: 30px;
	line-height: 30px;
	background: url(../img/usr/category/icn_hair_accessory.png) no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(10) h3.name_ {
	height: 32px;
	line-height: 32px;
	background: url(../img/usr/category/icn_accessory.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}
div.GenreStyle_Line_:nth-child(11) h3.name_ {
	height: 27px;
	line-height: 27px;
	background: url(../img/usr/category/icn_hat.png) no-repeat 3px center;
	-webkit-background-size: contain;
	background-size: contain;
}



div.GenreStyle_Item_ div.comment_ {
	margin: 0 10px;
}


div.GenreStyle_Item_ ul {
	margin: 20px -1.5% 0;
	overflow: hidden;
}
div.GenreStyle_Item_ ul li {
	float: left;
	width: 30.333%;
	margin: 0 1.5% 20px;
	height: auto;
}
div.GenreStyle_Item_ ul li:nth-of-type(3n+1) {
	clear: left;
}
div.GenreStyle_Item_ ul li a {
	display: block;
	text-decoration: none;
}
div.GenreStyle_Item_ ul li a img {
	width: 100%;
	height: auto;
}
div.GenreStyle_Item_ .category_child_name_ {
	display: block;
	font-size: 11px;
	margin: 8px 0 0;
	color: #777777;
}

/* --------------------------------------------------------------------
	CART ICON
--------------------------------------------------------------------- */
div.name1_ a img {
    padding-left: 5px;
    height: 15px;
}

/* --------------------------------------------------------------------
	factory
--------------------------------------------------------------------- */
.product_option_factory-category {
	float: left;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.product_option_factory-category p {
	font-size: 12px;
	letter-spacing: 0.05em;
}
.product_option_factory-category .head{
	display: flex;
	align-items: center;
}
.product_option_factory-category .head::after {
	content: '';
	width: 1px;
	height: 22px;
	background: #e1e1e1;
	margin-left: 9px;
	margin-right: 15px;
	display: inline-block;
}

.product_option_icn {
	display: flex;
	align-items: center;
	color: #0037ff;
}
.product_option_icn i {
	line-height: 1;
}
.product_option_icn i img {
	width: 34px;
}
.product_option_icn a {
	text-decoration: underline;
	color: #0037ff;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.product_option_icn i + a {
	margin-left: 5px;
}