
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.category_name_ {
	margin: 20px 10px;
    padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
    border-bottom: 1px solid #dbd9d2;
}
h1.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.genre_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.event_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 10px 10px 20px;
	padding: 10px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navitopicpath_ a {
	margin: 0 0.5em;
	white-space: nowrap;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	white-space: nowrap;
}
/* ページジャンプ */
.navipage_ {
	margin: 0;
	text-align:right;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-top: 10px;
}
.navipage_ .navipage_sum_ {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.navipage_ .navipage_sum_ strong {
    font-size: 14px;
}
.navipage_ .navipage_sum_ span {
    font-size: 10px;
}
.navipage_ nav {
    text-align: center;
    padding-bottom: 10px;
}
.navipage_ nav a,
.navipage_ nav span {
    display: inline-block;
    margin: 0 5px;
	padding: 3px 6px;
	white-space: nowrap;
    border: 1px solid #dbd9d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.navipage_ a {
    color: #79575f;
}
.navipage_now_ {
    color: #fff;
    background-color: #bd9eaf;
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
/* 並び替え */
.navisort_ {
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 2px solid #FFCCCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #F0F0F0;
}
.navistyle_ dt {
	padding: 2px 2px 2px 6px;
}
.navistyle_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
	background: #FFF;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* ブランド絞込 */
.brand_name_ {
}
.brand_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.brand_name_ a {
	padding: 5px;
	display: inline-block;
}
/* メーカー絞込 */
.maker_name_ {
}
.maker_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.maker_name_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 商品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}
#goods_class_filter_ dd {
}
#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}


/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {
}
.topiclist_body_ .topic_title_ {
	margin-bottom: 10px;
	padding: 10px 10px;
	clear: both;
	text-shadow: 0 -1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #DFDFDF -moz-linear-gradient(top, #FFF, #DFDFDF);
	background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
	background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
	line-height: 1.2em
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 10px 10px;
	background: #F6F6F6;
	border: 1px solid #E0E0E0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #999 0 3px 3px -2px;
}
div.topiclist_ .topiclist_head_ {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

div.topiclist_ .topiclist_body_ {
	margin: 0 5px 5px;
	padding: 0 10px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.topiclist_ .topiclist_body_ li {
	border-bottom: 1px dotted #CCC;
}
div.topiclist_ .topiclist_body_ li:last-child {
	border-bottom: none;
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding: 5px;
	display: block;
}
div.topiclist_ .topiclist_body_ li a {
	padding-right: 20px;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
/* アイコン */
div.icon_sale_,
div.icon_new_,
div.icon_res_ {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
}
div.icon_sale_ img,
div.icon_new_ img,
div.icon_res_ img {
    width: 100%;
}
/* ブランドロゴ */
div.brandlogo_ {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 45px;
    z-index: 100;
}
div.brandlogo_ img {
    width: 100%;
}
/**/
div.goods_ {
	clear: both;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
}
div.goodsimg_ .img_L_ .comment_ {
	text-align:left;
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_ {
}
div.etc_goodsimg_line_ {
}
div.etc_goodsimg_item_ {
}
div.etc_goodsimg_item_ img {
}
/**/

/* 商品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
dl.goodsspec_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.goodsspec_ dt
, dl.goodsspec_ dd {
	display: block;
}
dl.goodsspec_ dt {
	font-size: 14px;
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodsspec_ dd {
	font-size: 12px;
	padding:2px 2px 2px 12px;
}
dl.goodsspec_ dd .price_box_ small {
	display: block;
}
div.goodsspec_ div.togetherlist_ {
}
.to_detaillink_ {
	margin: 0 10px 0 0;
	text-align: right;
	
}
.to_detaillink_ a {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/usr/blank.png) left center no-repeat;
}
/**/

/* セット商品 */
div.goodsset_ {
	margin-bottom:10px;
}
h2.goodsset_title_ {
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}
dl.goodsset_ {
	margin:0 10px;
}

dl.goodsset_ dt
, dl.goodsset_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodsset_ dt {
	padding:1px 2px 1px 12px;
	background-color:#ffe6e0;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dd {
	padding:2px 2px 2px 12px;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dt:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
dl.goodsset_ dd:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
/**/

/* カートボタン関係 */
div.cartbox_ {
	margin: 0 10px 20px;
	padding: 10px;
	vertical-align:middle;
	background: #F0F0F0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ p.guide_ {
	background: #FFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ p.message_ {
	padding-left: 5px;
}
div.cartbox_ div.colors_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	display: inline-block;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:30px;
	height:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.colors_ div.color2_ {
	display: inline-block;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	display: inline-block;
	padding:5px 10px;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:solid 1px #d0d0d0;
	
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:solid 1px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:solid 1px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

div.goodscomment1_ {
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-bottom: 10px;
}
div.goodscomment5_ {
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.option_buttons_ {
	margin: 0 10px 10px;
}
.option_buttons_ li {
}
.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
/*	text-align: center;
	display: inline-block;*/
}
/*価格
-----------------------------------------------------*/
div.price_wrap_ {
    padding: 10px 15px;
    background-color: #fff;
    border: 5px solid #f5f0e6;
    margin: 0 10px 20px;
    text-align: right;
}
div.price_wrap_ .price_ {
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbd9d2;
}
div.price_wrap_ .usual_price_ {
    display: block;
    text-decoration: line-through;
}
div.price_wrap_ .discount_ {
    display: inline-block;
    color: #ff0040;
    padding: 0 8px;
    line-height: 1.8;
    border: 1px solid #ff0040;
    margin-right: 20px;
}
div.price_wrap_ .sale_price_ {
    color: #ff0040;
    font-size: 18px;
    line-height: 1.2;
}
div.price_wrap_ .sale_price_ span.tax_ {
    font-size: 12px;
}
div.price_wrap_ .point_ {
    color: #ff0040;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
    text-align: right;
}
/*ボタンエリア
-----------------------------------------------------*/
div.cart_box_ {
    margin: 0 10px 20px;
}
div.cart_box_ ul {
    overflow: hidden;
}
div.cart_box_ ul li {
    float: left;
}
div.cart_box_ ul li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
/* リンク */
div.cart_box_ ul li.sub_link_ {
    width: 100%;
    margin-bottom: 10px;
}
div.cart_box_ ul li.sub_link_ ul li {
    margin-right: 20px;
}
div.cart_box_ ul li.sub_link_ ul li a {
    color: #000;
    font-size: 10px;
    text-align: left;
    display: inline-block;
    padding: 5px 15px 10px 0;
    background-image: url(../../img/usr/icon_downarrow.png);
    background-position: right 1px;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    -webkit-background-size: 23px 23px;
}

div.cart_box_ ul li.item_detail_ a {
    text-align: center;
}
/* サイズを選択してカートに入れる */
div.cart_box_ ul li.cart_btn_ {
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(197,183,245,1.00);
}
div.cart_box_ ul li.cart_btn_ a {
}
/* カートに入れる前に読んでください */
div.cart_box_ ul li.ess_reading_ {
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(197,183,245,1.00);
}
div.cart_box_ ul li.ess_reading_ a {
}
/* 商品詳細を見る */
div.cart_box_ ul li.item_detail_ {
    width: 48%;
    background-color: rgba(197,183,245,1.00);
}
div.cart_box_ ul li.item_detail_ a {
}
/* サイズについて */
div.cart_box_ ul li.about_size_ {
    float: right;
    width: 48%;
    background-color: rgba(197,183,245,1.00);
}
div.cart_box_ ul li.about_size_ a {
}
/*タブ　詳細/スタッフレビュー
-----------------------------------------------------*/
div.spec_wrap_ {
    padding-top: 53px;
    padding-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
div.spec_wrap_ .important_points_ {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 400%;
}
div.spec_wrap_ .important_points_ a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0 5px;
}
div.spec_wrap_ .tab_ {
}
div.spec_wrap_ .tab_ h2 {
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #dbd9d2;
    position: absolute;
    top: 0;
    cursor: pointer;
}
div.spec_wrap_ .tab_ h2.active_ {
    border-bottom: 0;
    background-color: #fff;
    z-index: 100;
    cursor: default;
}
div.spec_wrap_ .spec_detail_ h2.active_ {
    padding-bottom: 17px;
}
div.spec_wrap_ .staff_review_ h2.active_ {
    padding-bottom: 11px;
}
div.spec_wrap_ .tab_ .spec_body_ {
    display: none;
    padding: 20px 19px;
    border: 1px solid #dbd9d2;
    background-color: #fff;
    z-index: 10;
}
div.spec_wrap_ .tab_ .spec_body_.select_ {
    display: block;
}
/* 詳細 */
div.spec_wrap_ .spec_detail_ h2 {
    width: 38px;
    left: 10px;
    padding: 20px 10px 16px;
}
div.spec_wrap_ .spec_detail_ .spec_line_ {
    padding: 7px 0 6px;
    border-bottom: 1px dotted #cccccc;
    overflow: hidden;
}
div.spec_wrap_ .spec_detail_ .spec_line_:first-child {
    border-top: 1px dotted #cccccc;
}
div.spec_wrap_ .spec_detail_ .spec_line_ .spec_head_ {
    float: left;
    display: inline;
    width: 35%;
}
div.spec_wrap_ .spec_detail_ .spec_line_ .spec_box_ {
    float: right;
    display: inline;
}
div.spec_wrap_ .spec_detail_ .spec_line_ .spec_box_ ul.btn_ li {
    margin-top: 5px;
    border: 1px solid #ffb53d;
    padding: 5px 15px 5px 20px;
    background-image: url(../../img/usr/icon_leftarrow.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    -webkit-background-size: 5px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.spec_wrap_ .spec_detail_ .spec_line_ .spec_box_ ul.btn_ li a {
    display: block;
    font-size: 10px;
    text-decoration: none;
}
/* スタッフレビュー */
div.spec_wrap_ .staff_review_ h2 {
    width: 45px;
    letter-spacing: -2px;
    left: 80px;
}
div.spec_wrap_ .staff_review_ .staffreview_body_ {
}
div.spec_wrap_ .staff_review_ .staffreview_line_ {
    padding: 8px 0;
    border-bottom: 1px dotted #cccccc;
}
div.spec_wrap_ .staff_review_ .staffreview_line_:first-child {
    border-top: 1px dotted #cccccc;
}
div.spec_wrap_ .staff_review_ .staffreview_line_ p {
    line-height: 1.8;
}

/*予めご了承ください
---------------------------------------------------------------*/
#please_note {
}
#please_note .attention_ {
    margin-bottom: 10px;
}
#please_note .attention_ .link_ {
    display: block;
}
#please_note .attention_ .link_ a {
    padding: 5px 15px 5px 20px;
    background-image: url(../../img/usr/icon_leftarrow.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    -webkit-background-size: 5px 8px;
}
#please_note .pleasenote_body_ {
    margin: 10px;
}
#please_note ul li {
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
/*ラッピングについて
---------------------------------------------------------------*/
div.about_wrapping_ {
    margin: 0 10px 10px;
}
/*8画像
---------------------------------------------------------------*/
div.goodsimg8_ {
    margin: 10px;
}
div.goodsimg8_ img {
    max-width: 100%;
}
/*サイズに戻るボタン
---------------------------------------------------------------*/
div.back_size_ {
    margin: 0 10px 20px;
}
div.back_size_ a {
    display: block;
    color: #fff;
    text-decoration: none;
}
/*カート（ライトボックス）
---------------------------------------------------------------*/
#spec_size_ {
    display: none;
}

#spec_size_ .size_line_ {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #dbd9d2;
}
#spec_size_ .size_line_ a,
#spec_size_ .size_line_ span {
    display: block;
    width: 100%;
}
#spec_size_ .size_line_ .size_,
#spec_size_ .size_line_ .cart_,
#spec_size_ .size_line_ .bookmark_,
#spec_size_ .size_line_ .shop_ {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec_size_ .size_line_ .size_ {
    font-size: 10px;
    width: 12%;
    padding: 10px 0;
    line-height: 40px;
}
#spec_size_ .size_line_ .cart_ {
    width: 40%;
    padding: 10px 5px;
}
#spec_size_ .size_line_ .cart_ input {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* カート */
#spec_size_ .size_line_ .cart_ input.gradient-orange {
    border: 1px solid #d37200;
}
/* 再入荷案内 */
#spec_size_ .size_line_ .cart_ input.gradient-silver {
    border: 1px solid #959595;
}


#spec_size_ .size_line_ .cart_ .stock_ {
    color: #ff0040;
    display: block;
    line-height: 1.8;
    margin-top: 4px;
}
#spec_size_ .size_line_ .cart_ span.sold_out_ {
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#spec_size_ .size_line_ .bookmark_ {
    width: 26%;
    padding: 10px 2px;
}
#spec_size_ .size_line_ .bookmark_ input {
    width: 100%;
    border: 1px solid #959595;
    padding: 0;
}
#spec_size_ .size_line_ .shop_ {
    width: 22%;
    text-align: center;
    padding: 10px 0 10px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#spec_size_ .size_line_ .shop_ a {
    border: 1px solid #959595;
	padding: 1px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#spec_size_ .size_line_ .shop_ span {
    display: block;
    color: #fff !important;
    font-size: 12px;
    line-height: 325%;
    text-align: center;
    border-radius: 3px;
    background-color: #cccccc;
}
/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
	margin: 0 10px 10px;
}
ul.goods_p_ {
}
ul.goods_p_ li {
	border-bottom: 1px solid #CCC;
}
ul.goods_p_ li:first-child {
	border-top: 1px solid #CCC;
}
ul.goods_p_ li a {
	padding: 10px 30px 10px 0;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li figure.img_,
ul.goods_p_ li div.desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.goods_p_ li figure.img_ {
	width: 100px;
}
ul.goods_p_ li figure.img_ img {
	width: 100px;
	display: block;
}
ul.goods_p_ li div.desc_ {
	padding-left: 10px;
}
ul.goods_p_ li div.desc_ div.name_ {
}
ul.goods_p_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_p_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.goods_p_ li div.desc_ .price_box_ small {
	display: block;
}

/* --------------------------------------------------------------------
	商品一覧　バリエーション
-------------------------------------------------------------------- */
div.cartvariation_ {
	margin: 0 10px 10px;
}
ul.cartvariation_ {
	border-top: 1px solid #CCC;
}
ul.cartvariation_ li {
	padding: 10px 0;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
ul.cartvariation_ li a {}
ul.cartvariation_ li div.nolink_ {
}
ul.cartvariation_ li div.img_,
ul.cartvariation_ li div.desc_ {
	vertical-align: top;
}
ul.cartvariation_ li div.img_ {
	width: 100px;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
}
ul.cartvariation_ li div.img_ img {
	width: 100px;
	display: block;
}
ul.cartvariation_ li div.desc_ {
	padding-left: 10px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
ul.cartvariation_ li div.desc_ div.name_ {
}
ul.cartvariation_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.cartvariation_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.cartvariation_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.cartvariation_ li div.desc_ .price_box_ small {
	display: block;
}
ul.cartvariation_ li div.desc_ .cart_ {
	text-align: right;
}
ul.cartvariation_ li div.desc_ .cart_ .variation_ {
	margin-bottom: 5px;
}


/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
/*dl.goodssearch_ dt
, dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
}*/
dl.goodssearch_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodssearch_ dd {
	padding:5px;
}
/**/

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	border-top: 5px solid #6396E2;
	border-bottom: 5px solid #6396E2;
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.CategoryStyleG_ ul.layer1_ {
	background: #F0F0F0;
}
nav.CategoryStyleG_ ul.layer2_ {
	background: #F0F0F0;
}
nav.CategoryStyleG_ ul.layer3_ {
	background: #F0F0F0;
}
nav.CategoryStyleG_ ul li {
	border-top: 1px solid #CCC;
	width: 100%;
	word-break:break-all;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul.layer0_ li {
	background-color: #FFF;
}
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	background-color: transparent;
}
nav.CategoryStyleG_ ul li p.parent_,
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li a .name_{
	text-decoration: underline;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_{
	padding-left: 30px;
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_{
	padding-left: 60px;
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_{
	padding-left: 90px;
}
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

div.CategoryStyleL_ div.name_ {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background: #ffffff url(../img/usr/sp/menu_arrow2.png) 50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
	border-bottom: 1px solid #eae5e3;
	margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
	padding: 2px 2px 4px 10px;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
/* ジャンル一覧 */
nav.GenreStyle_ {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer1_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer2_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer3_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul li {
	border-top: 1px solid #CCC;
	width: 100%;
	word-break:break-all;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul.layer0_ li {
	background-color: #FFF;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	background-color: transparent;
}
nav.GenreStyle_ ul li p.parent_,
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: underline;
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
	padding-left: 30px;
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
	padding-left: 60px;
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
	padding-left: 90px;
}
nav.GenreStyle_ ul.layer0_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.GenreStyle_ ul.layer1_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.GenreStyle_ ul.layer2_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.GenreStyle_ ul.layer3_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}
/* --------------------------------------------------------------------
	11/6追加 ecbeing
-------------------------------------------------------------------- */
nav.GenreStyle_ ul li.nochild_ a.genre_name_{
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント詳細 */

/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	clear: both;
	text-shadow: 0 -1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #DFDFDF -moz-linear-gradient(top, #FFF, #DFDFDF);
	background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
	background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
}

div.event_ h2.event_title_ a {
	padding: 15px 25px 15px 15px;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_event_title.png) right center no-repeat;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}

/* --------------------------------------------------------------------
	タグ
-------------------------------------------------------------------- */
h1.tag_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}

.side_tag_cloud_ {
}
.side_tag_cloud_ span {
	line-height: 140%;
}
.tag_lowest_ {
	font-size:80%;
}
.tag_low_ {
	font-size:100%;
}
.tag_medium_ {
	font-size:120%;
}
.tag_high_ {
	font-size:144%;
	font-weight:bold;
}
.tag_highest_ {
	font-size: 173%;
	font-weight:bold;
}

.tag_cloud_ {
}

.tag_cloud_ .tag_list_ {
	margin: 10px;
}
.tag_cloud_ span {
	line-height: 140%;
}
.tag_cloud_more_ {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.tag_add_shaping_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}
.tag_add_shaping_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_add_shaping_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_add_shaping_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_add_shaping_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_other_ {
	margin: 10px 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}

.tag_other_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_other_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_other_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_other_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_info_ {
	margin: 10px;
}
.tag_info_ p.name_ {
	margin: 0 0 5px 0;
	padding: 0 0 5px 15px;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
	border-bottom: 1px dotted #CCC;
}


/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_info_ {
	padding: 0 10px 10px;
}
div.review_count_summary_ {
	margin-bottom: 5px;
	padding: 6px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.review_count_summary_ dl dt
, div.review_count_summary_ dl dd {
	display: inline;
}
div.review_count_summary_ dl.review_score_ {
}
div.review_count_summary_ dl.review_score_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
}
div.review_count_summary_ dl.review_count_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ dd {
	padding-left: 4px;
}
div.review_desc_ {
}
div.review_desc_ .btn_review_ {
	text-align: right;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #F0F0F0;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}
div#page_changer_top .pager_now_ {
	margin: 2px 5px;
	color:#CC0000;
	font-weight: bold;
	white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
	padding: 10px;
	border-bottom:1px solid #CCC;
}
.review_line_:first-child {
	border-top:1px solid #CCC;
}
.review_line_title_ {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.review_line_body_ {
	padding: 5px;
}

div.review_line_summary_ {
}

div.review_line_summary_ dl dt
, div.review_line_summary_ dl dd {
	display: inline;
}
div.review_line_summary_ dl.review_line_name_ {
}
div.review_line_summary_ dl.review_line_name_ dt {
	font-weight: bold;
}
div.review_line_summary_ dl.review_line_name_ dd {
	padding-left: 4px;
}
div.review_line_summary_ dl.review_line_score_ {
}
div.review_line_summary_ dl.review_line_score_ dt {
	font-weight: bold;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.review_line_ .moderate_vote_ {
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
}
.review_line_ .mode_lay_ {
	position:absolute;
	display:none;
	z-index:1;
	padding: 0;
	background-color:#ffffff;
	border:solid 1px #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color:#ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top:solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ span {
	text-decoration:underline!important;
}
.review_line_ .moderate_other_ {
	display:none;
}
.review_line_ .moderate_other_ dl dt
, .review_line_ .moderate_other_ dl dd {
	display: inline;
}
.review_line_ .moderate_other_ dl{
	padding-left: 10px;
}
.review_line_ .moderate_other_ dl dd {
	padding-left: 4px;
}


#review_form {
	margin: 0 10px 20px;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
}
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	margin:0 10px;
	border:1px solid #CCC;
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt
, dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px;
	background-color: #F0F0F0;
}
dl.review_list_ dd {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
div.review_ input[type=text]
, div.review_ textarea {
	display: block;
}
dl.review_list_ li .count_msg_ {
}

/**/

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}
/**/

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ {
}
div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;
	background: #DFDFDF -moz-linear-gradient(top,#FFFFFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFFFFF,#DFDFDF);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"] {
	padding: 5px 0;
	text-indent: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
	text-align: left;
	width: 96%;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 35px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
	display: table;
	width: 100%;
}


div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100px;
	background: #F0F0F0;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
	max-width: 100px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
	display: block;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ {
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	color: #00377F;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
	padding-left: 3em;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
	margin-bottom: 10px;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
	padding-left: 3em;
}


div.quickorder_ .onProcess_ {
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.quickorder_ .selected {
	color: #00dd00;
	background-color: #FFF;
}
div.quickorder_ span.unit_ {
	margin: 5px;
}
#suggestArea {
	background-color: white;
	border: 1px solid black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
	color: black;
}
.itemNotFound {
	text-align: center;
	color: #777777;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
}
.itemLine {
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
}
.itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.itemLine .itemName {
}
.delButton {
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

div.questionnaire_ {
}
div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
}
.questionnaire_input_ textarea {
	width: 95%;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th
, table.coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.coupon_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　承認設定
-------------------------------------------------------------------- */
table.approvallist_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 5px 0;
}
table.approvallist_ th
, table.approvallist_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.approvallist_ th {
	background-color: #e5f3ff;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}
table.approvallist_ td.sys_msg_ {
	color: #cc0000;
}

/* --------------------------------------------------------------------
	マイページ  カード情報確認
-------------------------------------------------------------------- */
span.user_name_
	{ margin: 0 10px; }

/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}
.setcolor_orange {
	color:#FF8000;
}

/* 雑誌広告から探す */
.event_list_ {
	margin: 0 0 10px;
}
ul.event_list_p_ {
	padding-top:5px;
	padding-bottom:2px;
	margin-top:15px;
	border-top: 1px solid #CCCCCC;
}
ul.event_list_p_ li {
	border-bottom: 1px solid #CCC;
	padding-bottom:5px;
	margin: 0 10px;
}
ul.event_list_p_ li a {
	padding: 10px 30px 10px 0;
	display: block;
	text-decoration: none;
	background: url(../../img/usr/icon_rightarrow.png) right center no-repeat;
}
ul.event_list_p_ li figure.img_{
	display: table-cell;
	vertical-align: top;
	border: 1px solid #FFFFFF;
	width: 120px;
	height: 120px;
}
ul.event_list_p_ li .desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.event_list_p_ li .desc_ {
	padding-left: 10px;
	height: 120px
}
.title_color_ {
	color:#FF8000;
	margin-bottom:10px;
	font-size:14px;
}
ul.event_list_p_ li figure.rec_img_{
	display: table-cell;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	width: 120px;
	height: 120px;
	float: left;
}
ul.event_list_p_ li .rec_desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.event_list_p_ li .rec_desc_ {
	padding-left: 10px;
	height: 120px
}

/* おすすめアイテム */
.rec-brand-title, .rec-brand-area{
	margin: 0 10px 10px;
}
ul.rec-brand-box a {
	margin-bottom:10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
ul.rec-brand-box li {
	margin: 10px 0
}
ul.rec-brand-box li figure.img_{
	display: table-cell;
	vertical-align: top;
	width:120px
}
ul.rec-brand-box li figure.img_ img{
	border:1px solid #CCCCCC;
}
ul.rec-brand-box li .desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.rec-brand-box li .desc_ {
	padding-left: 10px;
}

/* この商品を取り扱っている店舗 */
.stocklist_header_ {
	display: -moz-box;
	width: 100%;
	margin-bottom: 10px;
}
.stocklist_header_ h1{
	-moz-box-flex: 0;
	margin: 0;
	vertical-align: middle;
	margin-top: 15px;
	margin-left: 10px;
}
.stocklist_header_ .sitelogo{
	-moz-box-flex: 1;
	font-size: 12px;
	padding: 10px 0 0;
	text-align: right;
	vertical-align: middle;
}
.stocklist_comment {
	color: #993331;
	margin-left: 10px;
	padding: 15px 3px;
}

/* お知らせ */
ul.infomation_list_p_ {
	margin-bottom:10px;
	padding-left: 0;
	border-top:1px solid #CCC;
}
ul.infomation_list_p_ li {
	border-bottom: 1px solid #CCC;
}
ul.infomation_list_p_ li a {
	text-decoration: none;
}
ul.infomation_list_p_ li .info_list_ {
	padding: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	background: url(../../img/usr/icon_rightarrow.png) right center no-repeat;
	margin-right: 10px;
}
ul.infomation_list_p_ li .info_list_ a {
	text-decoration: none;
	display: block;
}
ul.infomation_list_p_ li .info_title_ {
	margin-bottom: 3px;
}
ul.infomation_list_p_ li .info_dt_ {
	color:#CE0931;
	font-size:12px;
	vertical-align:top;
	padding-right: 10px;
}
.topiclist_body_ .info_dt_ {
	color:#CE0931;
	font-size:12px;
	padding-bottom: 5px;
}

/* 店舗情報 */
h1.shop_title_ {
	margin: 10px 0;
	text-align: center;
}
.shop{
	padding-bottom:10px;
}
.shop .section dl {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:20px;
}
.shop .shop_main .shop_img {
	text-align: center;
	margin-bottom:20px;
}
.shop .shop_main .shop_body {
	margin-bottom:10px;
}
.shop ul {
	clear:both;
	margin-bottom:10px;
}
.shop .brand li {
	float: left;
	margin-right:5px;
}
.shop ul.note03 li{
	color: #993333;
	font-size: 85%;
	margin-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}
.contents_info_ {
	background: none repeat scroll 0 0 #F0F0F0;
	border-radius: 5px 5px 5px 5px;
	margin: 0 10px 10px;
	padding: 5px;
}
.contents_info_ .link_{
	background: none repeat scroll 0 0 #FFFFFF;
	font-style: normal;
	padding: 10px;
}
.qaselect_{
	margin-left: 10px;
	margin-bottom: 10px;
}
.qalist_ .list-top{
	margin-top:10px;
	margin-bottom:5px;
}
.contents_shop_title{
	line-height:1.2em;
}


/*========================================================

    商品詳細　ポップアップ　
    
========================================================*/
/*共通
--------------------------------------------------------*/
div.popup_wrap_ {
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.popup_wrap_.popup_pos_ {
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10100;
}
div.popup_wrap_ h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: #362e2b;
    padding: 10px 0 10px;
}
div.popup_wrap_ .popup_inner_ {
    padding: 20px 0 30px;
    position: relative;
}
div.popup_wrap_ p.topcomment_ {
    line-height: 2.3;
    margin-bottom: 20px;
}
div.popup_wrap_ h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 2px;
    margin-bottom: 20px;
    border-top: 1px solid #362e2b;
}
div.popup_wrap_ .popup_table_ {
    border: 1px solid #dbd9d2;
    width: 100%;
    margin-bottom: 15px;
}
div.popup_wrap_ .popup_table_ th,
div.popup_wrap_ .popup_table_ td {
    border: 1px solid #dbd9d2;
    padding: 6px 0 7px;
}
div.popup_wrap_ .popup_table_ th {
    background-color: #f0f0f0;
}
div.popup_wrap_ .popup_table_ td {
}
div.popup_wrap_ .caution_wrap_ {
	color: #ff0040;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #ff0040;
}
div.popup_wrap_ .caution_wrap_ h3 {
	font-weight: bold;
}
/* 閉じる */
div.popup_close_ {
    border: 1px solid #ccc;
    text-align: center;
    margin: 20px 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.popup_close_ a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}


/* 上の閉じる */
div.popup_topclose_ {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: -37px;
    text-align: center;
}
div.popup_topclose_ a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../img/usr/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    text-indent: -9999px;
}

/**/
div#popup_bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    position: fixed;
    left: 0;
    top: 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.2;
    z-index: 10000;
}
/**/
div.popup_wrap_ .section_ ul.list_ li {
	text-indent: -1em;
    padding-left: 1em;
	margin-top: 10px;
}

/*サイズ目安
-----------------------------------------------*/
#about_size {
    display: none;
}
#about_size h3 {
    margin-bottom: 10px;
}
div.size_matrix_ {
    padding: 5px 0 20px;
    overflow: hidden;
}
div.size_matrix_ .matrix_ {
    text-align: center;
}
div.size_matrix_ .matrix_ img {
    max-width: 100%;
}
div.size_matrix_ .txt_ {
    padding-top: 10px;
}
div.size_matrix_ .txt_ p {
    line-height: 1.8;
    margin-bottom: 15px;
}
#wood_mold {
    padding: 10px 10px 0;
    margin-bottom: 10px;
    background-color: #f3f3e9;
}
#wood_mold dl {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}
#wood_mold dl dt,
#wood_mold dl dd {
    display: table-cell;
    vertical-align: middle;
}
#wood_mold dl dt {
    width: 25%;
    font-weight: bold;
}
#wood_mold dl dd {
    width: 75%;
    text-align: left;
}

#est_table {
    padding: 10px;
    border: 1px solid #ccc;
}
#est_table dl {
    display: table;
    width: 100%;
}
#est_table dl dt,
#est_table dl dd {
    display: table-cell;
    vertical-align: middle;
}
#est_table dl dt {
    width: 30%;
}
#est_table dl dd {
    width: 70%;
    font-size: 10px;
}
div.popup_wrap_ .about_size_ tbody th,
div.popup_wrap_ .about_size_ tbody td {
    width: 33%;
    text-align: center;
}
#shiori_size .popup_inner_ {
    padding-top: 0;
}
/*素材について
-----------------------------------------------*/
#about_sozai {
    display: none;
}
#about_sozai table.about_sozai_ th,
#shiori_sozai table.about_sozai_ th {
    width: 20%;
    vertical-align: middle;
}
#about_sozai table.about_sozai_ td,
#shiori_sozai table.about_sozai_ td {
    width: 80%;
    padding: 10px;
}
#about_sozai .popup_inner_ {
    padding-bottom: 0;
}
#shiori_sozai .popup_inner_ {
    padding-top: 0;
}
#about_sozai .section_wrap_,
#shiori_sozai .section_wrap_ {
    border-top: 1px solid  #dbd9d2;
    margin-bottom: 20px;
}
#about_sozai .section_,
#shiori_sozai .section_ {
    border-right: 1px solid  #dbd9d2;
    border-left: 1px solid  #dbd9d2;
}
#about_sozai .section_ .section_head_,
#shiori_sozai .section_ .section_head_ {
    padding: 10px;
    background-color: #f3f3e9;
    border-bottom: 1px solid  #dbd9d2;
}

#about_sozai .section_ .section_body_,
#shiori_sozai .section_ .section_body_ {
    padding: 10px;
    border-bottom: 1px solid  #dbd9d2;
}
#about_sozai .section_ .section_body_ .popup_table_,
#shiori_sozai .section_ .section_body_ .popup_table_ {
    margin-bottom: 0;
}
#about_sozai .note_,
#shiori_sozai .note_ {
    color: #ff0040;
    font-size: 10px;
    line-height: 1.8;
}

/*色・素材の略号
-----------------------------------------------*/
#about_color {
    display: none;
}
#about_color .popup_inner_ {
    padding-bottom: 0;
}
#guide_color .popup_inner_ {
    padding: 0;
}
#about_color .color_wrap_,
#guide_color .color_wrap_ {
    overflow: hidden;
}
#about_color .color_wrap_ .column_,
#guide_color .color_wrap_ .column_ {
    float: left;
    width: 32%;
    margin-right: 2%;
}
#about_color .color_wrap_ .column_.last_,
#guide_color .color_wrap_ .column_.last_ {
    margin: 0;
}
#about_color .color_wrap_ .column_ table.popup_table_,
#guide_color .color_wrap_ .column_ table.popup_table_ {
    border: 0;
    border-bottom: 1px solid #dbd9d2;
}
#about_color .color_wrap_ .column_ table.popup_table_ thead,
#guide_color .color_wrap_ .column_ table.popup_table_ thead {
    display: none;
}
#about_color .color_wrap_ .column_ table.popup_table_ tbody th,
#about_color .color_wrap_ .column_ table.popup_table_ tbody td,
#guide_color .color_wrap_ .column_ table.popup_table_ tbody th,
#guide_color .color_wrap_ .column_ table.popup_table_ tbody td {
    display: list-item;
    list-style: none;
    text-align: center;
    border-bottom: 0;
}
#about_color .color_wrap_ .column_ table.popup_table_ tbody td,
#guide_color .color_wrap_ .column_ table.popup_table_ tbody td {
    font-size: 10px;
}

/*取り扱い店舗
-----------------------------------------------*/
#about_shop {
    display: none;
}
#about_shop .popup_inner_ {
    padding-bottom: 0;
}
div.popup_wrap_ .handling_store_ {
    margin-bottom: 20px;
    overflow: hidden;
}
div.popup_wrap_ .handling_store_ .img_ {
    float: left;
    width: 40%;
    text-align: center;
}
div.popup_wrap_ .handling_store_ .img_ img {
    max-width: 100%;
}
div.popup_wrap_ .handling_store_ .desc_ {
    float: right;
    width: 55%;
    text-align: right;
    padding: 5px;
    background-color: #f0f0f0;
}
div.popup_wrap_ .handling_store_ .desc_ dl {
    margin-bottom: 5px;
    overflow: hidden;
}
div.popup_wrap_ .handling_store_ .desc_ dl dt,
div.popup_wrap_ .handling_store_ .desc_ dl dd {
    float: left;
    color: #ff0040;
}
div.popup_wrap_ .handling_store_ .desc_ dl dt {
    width: 66%;
}
div.popup_wrap_ .handling_store_ .desc_ dl dd {
    width: 34%;
}
div.popup_wrap_ .handling_store_ .desc_ div {
    margin-bottom: 5px;
}
div.popup_wrap_ .handling_store_ .desc_ div.size_ span {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #362e2b;
}
div.popup_wrap_ .store_note_ {
    color: #ff0040;
    line-height: 1.8;
    border: 2px solid #ff0040;
    padding: 6px;
    margin-bottom: 30px;
}
div.popup_wrap_ .store_list_ {
    border-top: 1px solid #dbd9d2;
}
div.popup_wrap_ .store_list_ h3 {
    font-size: 14px;
    font-weight: bold;
    background-color: #f3f3e9;
    padding: 15px 50px 15px 18px;
    margin: 0;
    border: 1px solid #dbd9d2;
    border-top: 0;
    background-image: url(../../img/usr/icon_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 48px;
    -webkit-background-size: 44px 48px;
}
div.popup_wrap_ .store_list_ h3.open_ {
    background-image: url(../../img/usr/icon_minus.png);
}
div.popup_wrap_ .store_list_ .region_wrap_ {
    display: none;
    padding: 9px;
    background-color: #fbfbf9;
    border: 1px solid #dbd9d2;
    border-top: 0;
}
div.popup_wrap_ .store_list_ h4 {
    background-color: #f0f0f0;
    padding: 9px 30px 11px 18px;
    border: 1px solid #dbd9d2;
    border-top: 0;
    background-image: url(../../img/usr/icon_arrow04.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 28px 5px;
    -webkit-background-size: 28px 5px;
    cursor: pointer;
}
div.popup_wrap_ .store_list_ h4.open_ {
    background-image: url(../../img/usr/icon_arrow05.png);
}
div.popup_wrap_ .store_list_ h4:first-child {
    border-top: 1px solid #dbd9d2;
}
div.popup_wrap_ .store_list_ .pre_wrap_ {
    display: none;
    padding: 9px 0 0 9px;
    background-color: #fff;
    border: 1px solid #dbd9d2;
    border-top: 0;
}
div.popup_wrap_ .store_list_ .pre_wrap_ ul {
    overflow: hidden;
}
div.popup_wrap_ .store_list_ .pre_wrap_ ul li {
    float: left;
    display: table;
    width: 46%;
    border: #dbd9d2;
    background-color: #f6f6f6;
    margin: 0 3% 10px 0;
    border: 1px solid #dbd9d2;
    table-layout: fixed;
}
div.popup_wrap_ .store_list_ .pre_wrap_ ul li:nth-child(2n) {
    /*margin-right: 0;*/
}
div.popup_wrap_ .store_list_ .pre_wrap_ ul li a {
    display: table-cell;
    padding: 5px 5px 7px 5px;
    min-height: 26px;
    vertical-align: middle;
}
div.popup_wrap_ .store_list_ .pre_wrap_ ul li a span {
    font-size: 10px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
}
/* --------------------------------------------------------------------
	キーワードリスト
-------------------------------------------------------------------- */

#Keyword_list .top_comment_ {
    margin-bottom: 13px;
}
#Keyword_list .top_comment_ span {
    display: block;
    color: #ff0040;
    font-size: 10px;
    margin-left: 15px;
}
/* キーワードリスト */
#Keyword_list .list_searchbox_ {
    margin: 0 10px 20px;
    overflow: hidden;
}
#Keyword_list .list_searchbox_ .list_keyword_ {
    border: 5px solid #f5f0e6;
    padding: 0 10px 0 27px;
    margin-bottom: 5px;
    position: relative;
}
#Keyword_list .list_searchbox_ .list_keyword_ .new_ {
    position: absolute;
    left: -5px;
    top: -5px;
}
#Keyword_list .list_searchbox_ .list_keyword_ .new_ img {
    width: 30px;
}
#Keyword_list .list_searchbox_ .list_keyword_ ul {
    float: left;
    display: inline;
    overflow: hidden;
}
#Keyword_list .list_searchbox_ .list_keyword_ ul li {
    float: left;
    display: inline;
}
#Keyword_list .list_searchbox_ .list_keyword_ ul li a {
    display: block;
    padding: 0 18px 0 0;
    line-height: 2.5;
}
#Keyword_list .list_searchbox_ .keyword_update_ {
    float: right;
    display: inline;
    font-size: 10px;
    line-height: 3.1;
    padding-left: 42px;
    margin-bottom: 10px;
    background-image: url(../../img/usr/icon_update.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px 21px;
    -webkit-background-size: 32px 21px;
}
#Keyword_list .list_searchbox_ .list_search_ {
    clear: both;
}
#Keyword_list .list_searchbox_ .list_search_ input {
    margin: 0;
    height: 45px;
    width: 100%;
    line-height: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#Keyword_list .list_searchbox_ .list_search_ input.bg_ {
    background-image: url(../../img/usr/search_word.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 36px 38px;
    -webkit-background-size: 36px 38px;
}
#Keyword_list .list_searchbox_ .list_search_ input::-ms-clear {
    visibility:hidden
}
/**/
#Keyword_list #word_nav {
    margin: 0 10px 10px;
}
#Keyword_list #word_nav ul {
    border: 1px solid #dbd9d2;
    width: 100%;
    overflow: hidden;
}
#Keyword_list #word_nav ul li {
    float: left;
    width: 50%;
}
#Keyword_list #word_nav ul li.japanese_ {
    border-right: 1px solid #dbd9d2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#Keyword_list #word_nav ul li span {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    color: #362e2b;
    text-align: center;
    background-color: #f6f6f6;
    background-image: url(../../img/usr/icon_arrow07.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
}
#Keyword_list #word_nav ul li span.active_ {
    color: #fff;
    background-color: #b7b7b7;
    background-image: url(../../img/usr/icon_arrow08.png);
}
/**/
div.word_list_ {
    display: none;
    margin: 0 10px;
}
div.word_list_ ul {
    overflow: hidden;
}
div.word_list_ ul li {
    float: left;
    display: inline;
    margin-bottom: 10px;
}
div.word_list_ ul li a,
div.word_list_ ul li span.nolink_ {
    display: block;
    line-height: 2.5;
    padding: 1px 0 11px;
    text-align: center;
}
div.word_list_ ul li a {
    color: #362e2b;
    background-color: #f6f6f6;
    border: 1px solid #dbd9d2;
    background-image: url(../../img/usr/icon_arrow07.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
}
div.word_list_ ul li span.nolink_ {
    color: #ffffff;
    background-color: #e3e3e3;
    border: 1px solid #dbd9d2;
    background-image: url(../../img/usr/icon_arrow08.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
}
#Keyword_list h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    padding: 13px 0 0 0;
    margin-bottom: 22px;
    border-top: 2px solid #362e2b;
}
#Keyword_list .section_ {
    padding: 0 10px 20px;
}
#Keyword_list .section_.block_ {
    display: block;
}
#Keyword_list .section_.none_ {
    display: none;
}
#Keyword_list .section_ ul {
    overflow: hidden;
    padding: 10px 0;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

#Keyword_list .section_ ul li {
    float: left;
    display: inline;
    width: 50%;
}
#Keyword_list .section_ ul li a {
    display: block;
    line-height: 1.6;
    padding: 5px 0 5px 20px;
}
#Keyword_list .section_ ul li.block_ {
    display: block;
}
#Keyword_list .section_ ul li.none_ {
    display: none;
}

#Keyword_list .pagetop_ {
    text-align: right;
}
#Keyword_list .pagetop_ a {
    line-height: 2.5;
    padding-left: 18px;
    background-image: url(../../img/usr/icon_arrow06.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 6px;
    -webkit-background-size: 8px 6px;
}
/*日本語リスト
-------------------------------------------*/
#japanese_nav {
    padding-bottom: 10px;
}
#japanese_nav ul {
}
#japanese_nav li {
    width: 22%;
    margin-right: 4%;
}
#japanese_nav li:nth-child(4n) {
    margin-right: 0;
}
#japanese_nav li a,
#japanese_nav li span.nolink_ {
}
/*英語リスト
-------------------------------------------*/
#english_nav {
    padding-bottom: 50px;
}
#english_nav li {
    width: 14%;
    margin-right: 3%;
}
#english_nav li:nth-child(6n) {
    margin-right: 0;
}
#english_nav li a,
#english_nav li span.nolink_ {
}


/*　clearfix　*/  
#Keyword_list .list_searchbox_ .list_keyword_:after{  
    content:".";  
    display:block;  
    height:0;  
    clear:both;  
    visibility:hidden;  
}  
#Keyword_list .list_searchbox_ .list_keyword_{ display:inline-block;}  
/* HIdes from IE-mac */  
*html #Keyword_list .list_searchbox_ .list_keyword_{ height:1%;}  
#Keyword_list .list_searchbox_ .list_keyword_{ display:block;}  
/* End hide from IE-mac */

/* --------------------------------------------------------------------
	再入荷通知お知らせ
-------------------------------------------------------------------- */

div.StyleS_Frame_ {
}
div.StyleS_Line_ {
}
div.StyleS_Item_ {
    margin-bottom: 20px;
    padding-bottom: 17px;
    border: 2px solid #f0f0f0;
    background-color: #fff;
    overflow: hidden;
}
/* 更新日 */
div.StyleS_Item_ .date_ {
    text-align: center;
    line-height: 1.3;
    padding: 8px 0 7px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}
/* 再入荷 */
div.StyleS_Item_ .stock_icon_ {
    text-align: center;
}
/* ブランドロゴ */
div.StyleS_Item_ .brandlogo_ {
    position: absolute;
    left: 10px;
    top: 10px;
}
div.StyleS_Item_ .brandlogo_ img {
    height: 16px;
}
/**/
div.StyleS_Item_ .img_ {
    width: 40%;
    float: left;
    margin-left: 10px;
    text-align: center;
    position: relative;
}
div.StyleS_Item_ .img_ a,
div.StyleS_Item_ .img_ span.img_wrap_ {
    display: block;
    text-align: center;
}
div.StyleS_Item_ .img_ a img,
div.StyleS_Item_ .img_ span.img_wrap_ img {
    max-width: 100%;
}
/**/
div.StyleS_Item_ .desc_ {
    width: 50%;
    float: right;
    margin-right: 10px;
}
/* 価格 */
div.StyleS_Item_ .price_ {
    margin: 15px 0 6px;
    text-align: right;
}
div.StyleS_Item_ .price_ span.usual_price_ {
    display: block;
    font-size: 10px;
    text-decoration: line-through;
    white-space: nowrap;
}
div.StyleS_Item_ .sale_price_ {
    display: block;
    color: #ff0040;
}
/* アイコン */
div.StyleS_Item_ .icon_ {
    margin: 10px 10px 0;
}
div.StyleS_Item_ .icon_ img {
    height: 20px;
    margin: 0 6px 5px 0;
}
/* コメント */
div.StyleS_Item_ .comment_ {
    clear: both;
    font-size: 10px;
    line-height: 1.6;
    margin: 0 10px;
}
/* 色 */
div.StyleS_Item_ .desc_ .color_ {
    margin-bottom: 6px;
}
/* スペック */
div.StyleS_Item_ table.stock_ {
    margin: 0 0 10px;
    border-top: 1px dotted #ccc;
}
div.StyleS_Item_ table.stock_ th,
div.StyleS_Item_ table.stock_ td {
    font-size: 10px;
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
}
div.StyleS_Item_ table.stock_ th {
    width: 60%;
    text-align: right;
}
div.StyleS_Item_ table.stock_ td.sep_ {
    width: 2%;
}
div.StyleS_Item_ table.stock_ td.detail_ {
    width: 38%;
    text-align: right;
}
/* ボタン */
div.StyleS_Item_ ul.btn_ {
    clear: both;
    margin: 10px 10px 0;
    overflow: hidden;
}
div.StyleS_Item_ ul.btn_ li.cart_,
div.StyleS_Item_ ul.btn_ li.backordered_ {
    float: left;
    display: inline;
    width: 65%;
}
div.StyleS_Item_ ul.btn_ li.cart_ {
    border: 1px solid #ffb53d;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d37200), color-stop(0.50, #ff8a00), color-stop(0.49, #ffab20), color-stop(0.00, #ffb53d));
	background: -webkit-linear-gradient(top, #ffb53d 0%, #ffab20 49%, #ff8a00 50%, #d37200 100%);
	background: -moz-linear-gradient(top, #ffb53d 0%, #ffab20 49%, #ff8a00 50%, #d37200 100%);
	background: -o-linear-gradient(top, #ffb53d 0%, #ffab20 49%, #ff8a00 50%, #d37200 100%);
	display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}
div.StyleS_Item_ ul.btn_ li.cart_ a {
	display: block;
    width: 100%;
    height: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    background-image: url(../../img/usr/cart2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 116px 30px;
    -webkit-background-size: 116px 30px;
	text-indent: -9999px;
}
/* 入荷待ち */
div.StyleS_Item_ ul.btn_ li.backordered_ {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffb53d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.StyleS_Item_ ul.btn_ li.delete_ {
    float: right;
    display: inline;
    width: 30%;
    border: 1px solid #dbd9d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.StyleS_Item_ ul.btn_ li.delete_ a {
	display: block;
    width: 100%;
    height: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    background-image: url(../../img/usr/delete2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 30px;
    -webkit-background-size: 60px 30px;
	text-indent: -9999px;
}
/* マスク */
div.StyleS_Item_ span.mask_ {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../img/usr/mask.png), url(../../img/usr/mask_bg.png);
    background-position: center center, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 10px 10px;
    -webkit-background-size: 100% auto, 10px 10px;
    text-indent: -9999px;
}

/*clearfix 
------------------------------------------------------- */ 
div.StyleS_Frame_:after,
div.StyleS_Line_:after{  
    content:".";  
    display:block;  
    height:0;  
    clear:both;  
    visibility:hidden;  
}  
div.StyleS_Frame_,
div.StyleS_Line_{ display:inline-block;}  
/* HIdes from IE-mac */  
*html div.StyleS_Frame_,
*html div.StyleS_Line_{ height:1%;}  
div.StyleS_Frame_,
div.StyleS_Line_{ display:block;}  
/* End hide from IE-mac */


/*========================================================

    店舗情報 一覧
    
========================================================*/
#shoplist .store_list_ {
    margin: 0 10px 20px;
    border-top: 1px solid #dbd9d2;
}
#shoplist .store_list_ h3 {
    font-size: 14px;
    font-weight: bold;
    background-color: #f3f3e9;
    padding: 15px 50px 15px 18px;
    margin: 0;
    border: 1px solid #dbd9d2;
    border-top: 0;
    background-image: url(../../img/usr/icon_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 48px;
    -webkit-background-size: 44px 48px;
    cursor: pointer;
}
#shoplist .store_list_ h3.open_ {
    background-image: url(../../img/usr/icon_minus.png);
}
#shoplist .store_list_ .region_wrap_ {
    display: none;
    padding: 9px;
    background-color: #fbfbf9;
    border: 1px solid #dbd9d2;
    border-top: 0;
}
#shoplist .store_list_ h4 {
    background-color: #f0f0f0;
    padding: 9px 30px 11px 18px;
    border: 1px solid #dbd9d2;
    border-top: 0;
    background-image: url(../../img/usr/icon_arrow04.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 28px 5px;
    -webkit-background-size: 28px 5px;
    cursor: pointer;
}
#shoplist .store_list_ h4.open_ {
    background-image: url(../../img/usr/icon_arrow05.png);
}
#shoplist .store_list_ h4:first-child {
    border-top: 1px solid #dbd9d2;
}
#shoplist .store_list_ .pre_wrap_ {
    display: none;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #dbd9d2;
    border-top: 0;
}
#shoplist .store_list_ .pre_wrap_ ul {
    overflow: hidden;
}
#shoplist .store_list_ .pre_wrap_ ul li {
    border: 1px solid #dbd9d2;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
#shoplist .store_list_ .pre_wrap_ ul li span {
    display: block;
    line-height: 1.5;
}
#shoplist .store_list_ .pre_wrap_ ul li span.name_ {
    padding: 5px 10px;
    background-color: #f0f0f0;
}
#shoplist .store_list_ .pre_wrap_ ul li span.address_ {
    padding: 10px 10px 0;
}
#shoplist .store_list_ .pre_wrap_ ul li span.tel_ {
    clear: both;
    padding: 10px 10px 10px 35px;
    background-image: url(../../img/usr/icon_tel.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px 15px;
    -webkit-background-size: 16px 15px;
}
#shoplist .store_list_ .pre_wrap_ ul li span.map_ {
    text-align: center;
    float: left;
    width: 44%;
    margin-left: 10px;
    border: 1px solid #dbd9d2;
    background-color: #fcfcfc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#shoplist .store_list_ .pre_wrap_ ul li span.map_ a {
    display: block;
    height: 35px;
    background-image: url(../../img/usr/btn_map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px 35px;
    -webkit-background-size: 90px 35px;
    /*text-indent: -9999px;*/
    /*text-align: left;*/
}
#shoplist .store_list_ .pre_wrap_ ul li span.map_ a img {
    display: none;
}
#shoplist .store_list_ .pre_wrap_ ul li span.detail_ {
    /*text-align: center;*/
    float: right;
    width: 44%;
    margin-right: 10px;
    border: 1px solid #dbd9d2;
    background-color: #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#shoplist .store_list_ .pre_wrap_ ul li span.detail_ a {
    display: block;
    background-image: url(../../img/usr/btn_detail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px 35px;
    -webkit-background-size: 90px 35px;
    /*text-indent: -9999px;*/
    text-align: left;
}
#shoplist .store_list_ .pre_wrap_ ul li span.detail_ a img {
    display: none;
}

/*========================================================

    店舗情報　詳細
    
========================================================*/
#shopdetail {
}
#shopdetail #detail_wrap {
    margin: 0 10px;
}
#shopdetail #detail_wrap p.update_ {
    margin-bottom: 10px;
    text-align: right;
}
#shopdetail #detail_wrap p.update_ a {
    display: inline-block;
    padding: 4px 10px 2px 40px;
    background-image: url(../../img/usr/icon_update.png), url(../../img/usr/icon_arrow09.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 32px 21px, 5px 4px;
    -webkit-background-size: 32px 21px, 5px 4px;
}

/* 店舗写真 */
#shopdetail .shopimg_ {
    margin-bottom: 10px;
    text-align: center;
}
#shopdetail .shopimg_ img {
    max-width: 100%;
}
/* サイズ */
#shopdetail .exsize_ {
    padding: 13px 20px;
    border: 2px solid #dbd9d2;
    margin-bottom: 30px;
}
#shopdetail .exsize_ dl {
    display: table;
    width: 100%;
}
#shopdetail .exsize_ dl dt,
#shopdetail .exsize_ dl dd {
    display: table-cell;
    vertical-align: middle;
}
#shopdetail .exsize_ dl dt {
    width: 135px;
}
#shopdetail .exsize_ dl dt img {
    max-width: 135px;
}
#shopdetail .exsize_ dl dd {
    line-height: 1.6;
}
/* 取り扱いブランド */
#shopdetail .exbrand_ {
    padding: 10px 10px 1px;
    margin-bottom: 12px;
    background-color: #f0f0f0;
}
#shopdetail .exbrand_ h2 {
    margin-bottom: 10px;
}
#shopdetail .exbrand_ h2 img {
    width: 200px;
}
#shopdetail .exbrand_ ul {
    overflow: hidden;
}
#shopdetail .exbrand_ ul li {
    float: left;
    display: inline;
    margin: 0 4px 10px 0;

}
#shopdetail .exbrand_ ul li img {

}
#shopdetail .memo_ {
    line-height: 1.8;
    margin-bottom: 15px;
}
/* 詳細情報 */
#shopdetail table.shopdata_ {
    width: 100%;
    margin-bottom: 20px;
}
#shopdetail table.shopdata_ th,
#shopdetail table.shopdata_ td {
    line-height: 1.6;
    padding: 7px 0 8px;
    text-align: left;
    border-top: 1px solid #dbd9d2;
    border-bottom: 1px solid #dbd9d2;
}
#shopdetail table.shopdata_ th {
    width: 20%;
}
#shopdetail table.shopdata_ td {
    width: 80%;
}
#shopdetail table.shopdata_ td a {
    display: inline-block;
    padding-top: 5px;
}
#shopdetail table.shopdata_ td img {
    width: 180px;
}
/* 地図 */
#shopdetail .exaccess_ {
    margin-bottom: 30px;
}
#shopdetail .exaccess_ h2 {
    margin-bottom: 15px;
}
#shopdetail .exaccess_ h2 img {
    width: 200px;
}
#shopdetail .exaccess_ .map_area_ {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
}
#shopdetail .exaccess_ .map_btn_ {
    text-align: right;
}
#shopdetail .exaccess_ .map_btn_ img {
    width: 180px;
}
/* インフォメーション */
#shopdetail #shop_info {
    border: 5px solid #f5f0e6;
    margin-bottom: 20px;
    position: relative;
}
#shopdetail #shop_info h2 {
    width: 250px;
    height: 90px;
    background-image: url(../../img/usr/title_information.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 250px 90px;
    -webkit-background-size: 250px 90px;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: -15px;
}
#shopdetail #shop_info .infobody_ {
    padding: 40px 10px 10px;
    background-color: #fff;
    border-top: 0;
}
#shopdetail #shop_info .infobody_ h3 {
    color: #ff0040;
    font-size: 14px;
    line-height: 2.1;
}
#shopdetail #shop_info .infobody_ p {
    line-height: 1.8;
}

/*　clearfix　*/  
#shopdetail #detail_wrap:after{  
    content:".";  
    display:block;  
    height:0;  
    clear:both;  
    visibility:hidden;  
}  
#shopdetail #detail_wrap{ display:inline-block;}  
/* HIdes from IE-mac */  
*html #shopdetail #detail_wrap{ height:1%;}  
#shopdetail #detail_wrap{ display:block;}  
/* End hide from IE-mac */


/*========================================================

    ご利用ガイド　トップ
    
========================================================*/
#guidetop .section_ {
    padding-bottom: 20px;
}
#guidetop p {
    margin: 0 10px 10px;
}
#guidetop h4 {
    font-weight: bold;
    line-height: 2.5;
    margin: 0 10px 10px;
    background-image: url(../../img/usr/line.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 3px 2px;
    -webkit-background-size: 3px 2px;
}
#guidetop .column_line_ {
    overflow: hidden;
}

#guidetop .column_inner_ {
    padding: 10px;
    margin: 0 10px 15px;
    background-color: #f0f0f0;
    overflow: hidden;
}
#guidetop .column_inner_ ul li {
}
#guidetop .column_inner_ ul li a {
    line-height: 2.5;
    padding-left: 15px;
    background-image: url(../../img/usr/icon_leftarrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    -webkit-background-size: 5px 8px;
}
/*靴の用語集
------------------------------------*/
#guidetop #nav_glossary {
}
#guidetop #nav_glossary p {
    margin: 0 10px 10px;
}
#guidetop #nav_glossary ul {
    margin: 10px;
    overflow: hidden;
}
#guidetop #nav_glossary ul li {
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid #dbd9d2;
    background-color: #f6f6f6;
}
#guidetop #nav_glossary ul li:nth-child(odd) {
    float: left;
}
#guidetop #nav_glossary ul li:nth-child(even) {
    float: right;
}

#guidetop #nav_glossary ul li a {
    display: block;
    width: 83px;
    line-height: 2.5;
    padding: 9px 9px 9px 26px;
    background-image: url(../../img/usr/icon_arrow01.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    background-size: 6px 8px;
    -webkit-background-size: 6px 8px;
}
/* 左ナビ */
div.side_tree_ ul.layer2_.nav_glossary_ {
    padding-top: 10px;
    overflow: hidden;
}
div.side_tree_ ul.layer2_.nav_glossary_ li {
    float: left;
    display: inline;
    background-color: #f6f6f6;
    border: 1px solid #dbd9d2;
    margin: 0 0 10px 0;
}
div.side_tree_ ul.layer2_.nav_glossary_ li.left_ {
    margin-right: 10px;
}
div.side_tree_ ul.layer2_.nav_glossary_ li a {
    padding: 0;
    display: block;
    line-height: 2.5;
    padding: 1px 0;
    text-align: center;
    width: 103px;
    background: none;
}
/*========================================================

    ご利用ガイド
    
========================================================*/
/*共通
--------------------------------------------*/
div.freeguide_ .section_ {
    padding-bottom: 20px;
}
div.freeguide_ .red_ {
    color: #ff0040;
}
div.freeguide_ .pink_ {
    color: #ff2aad;
}
div.freeguide_ .section_ a {
    text-decoration: underline;
}
div.freeguide_ .section_ a:hover {
    text-decoration: none;
}
div.freeguide_ .guidettl3_ {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}
div.freeguide_ .guidettl4_ {
    font-weight: bold;
    margin-top: 10px;
}
div.freeguide_ .section_ .section_inner_ {
    margin: 0 10px;
}
div.freeguide_ .section_ .section_inner_ p,
div.freeguide_ .section_ .section_inner_ ul.list_ li,
div.freeguide_ .section_ .section_inner_ dl.list_ dd {
    line-height: 2.0;
}
div.freeguide_ .section_ .section_inner_ p,
div.freeguide_ .section_ .section_inner_ ul.list_ {
    margin-top: 10px;
}
div.freeguide_ .section_ .section_inner_ ul.list_ li {
    text-indent: -1em;
    padding-left: 1em;
    /*padding-bottom: 7px;*/
}
div.freeguide_ .section_ .section_inner_ p:first-child {
    margin-top: 0;
}
div.freeguide_ .section_ .section_inner_ dl.list_ {
    margin: 10px 10px 0;
}
div.freeguide_ .section_ .section_inner_ dl.list_ dt {
    font-weight: bold;
    margin-bottom: 5px;
}
div.freeguide_ .section_ .section_inner_ .item_frame_ {
    padding: 10px;
    margin-top: 15px;
    background-color: #f0f0f0;
}
div.freeguide_ .section_ .section_inner_ .item_frame_ .guidettl3_ {
    margin-top: 0;
}
div.freeguide_ .section_ .section_inner_ .img_ {
}
div.freeguide_ .section_ .section_inner_ ul.listno_ {
    margin: 10px 0;
}
div.freeguide_ .section_ .section_inner_ ul.listno_ li {
    text-indent: -1em;
    padding-left: 1em;
}
div.freeguide_ .section_ .section_inner_ ul.list_ li  ul.listno_ {
    margin-left: 10px;
}
div.freeguide_ .caution_wrap_ {
	color: #ff0040;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #ff0040;
}
div.freeguide_ .caution_wrap_ h3 {
	font-weight: bold;
}
/* ページナビ */
div.freeguide_ #pagenav {
    padding: 7px 10px 10px;
}
div.freeguide_ #pagenav ul {
    overflow: hidden;
}
div.freeguide_ #pagenav ul li {
    margin: 0 0 10px 0;
    background-color: #f6f6f6;
    border: 1px solid #dbd9d2;
}
div.freeguide_ #pagenav ul li a {
    display: block;
    width: 100%;
    padding: 1px 0 11px;
    line-height: 2.5;
    text-align: center;
    background-image: url(../../img/usr/icon_arrow07.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
	text-decoration: none;
}
/*ご注文方法
--------------------------------------------*/
div.freeguide_ #section3 .item_frame_ {
    overflow: hidden;
}
div.freeguide_ #section3 .item_frame_ .txt_ {
}
div.freeguide_ #section3 .item_frame_ .img_ {
    padding: 5px;
    background-color: #fff;
    text-align: center;
}
div.freeguide_ #section3 .item_frame_ .img_ img {
    max-width: 100%;
}

/*ヒール高表示について
--------------------------------------------*/
#shiori_heel #section1 .img_ {
    margin-top: 15px;
}
#shiori_heel #section1 .img_ img {
    max-width: 100%;
}
/*かかとの穴について
--------------------------------------------*/
#shiori_hole #section1 .img_ {
    margin-top: 15px;
}
#shiori_hole #section1 .img_ img {
    max-width: 100%;
}
/*ブーツ履き方のポイント
--------------------------------------------*/
#bootshowto table.boots_howto_ {
    width: 100%;
}
#bootshowto table.boots_howto_ th,
#bootshowto table.boots_howto_ td {
    display: list-item;
    list-style: none;
    vertical-align: middle;
}
#bootshowto table.boots_howto_ th {
    height: 58px;
    border: 1px solid #dbd9d2;
    border-bottom: 0;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 92px 48px;
    -webkit-background-size: 92px 48px;
}
#bootshowto table.boots_howto_ td.txt_ {
    padding: 10px;
    border-right: 1px solid #dbd9d2;
    border-left: 1px solid #dbd9d2;
}
#bootshowto table.boots_howto_ td.img_ {
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #dbd9d2;
    border-top: 0;
    padding-bottom: 10px;
}
#bootshowto table.boots_howto_ td.img_ img {
    max-width: 100%;

}
/* STEP */
#bootshowto table.boots_howto_ th.step1_ img,
#bootshowto table.boots_howto_ th.step2_ img,
#bootshowto table.boots_howto_ th.step3_ img,
#bootshowto table.boots_howto_ th.step4_ img,
#bootshowto table.boots_howto_ th.step5_ img,
#bootshowto table.boots_howto_ th.step6_ img,
#bootshowto table.boots_howto_ th.step7_ img,
#bootshowto table.boots_howto_ th.step8_ img,
#bootshowto table.boots_howto_ th.step9_ img {
    display: none;
}
#bootshowto table.boots_howto_ th.step1_ {
    background-image: url(../../img/usr/freepage/step1.png);
}
#bootshowto table.boots_howto_ th.step2_ {
    background-image: url(../../img/usr/freepage/step2.png);
}
#bootshowto table.boots_howto_ th.step3_ {
    background-image: url(../../img/usr/freepage/step3.png);
}
#bootshowto table.boots_howto_ th.step4_ {
    background-image: url(../../img/usr/freepage/step4.png);
}
#bootshowto table.boots_howto_ th.step5_ {
    background-image: url(../../img/usr/freepage/step5.png);
}
#bootshowto table.boots_howto_ th.step6_ {
    background-image: url(../../img/usr/freepage/step6.png);
}
#bootshowto table.boots_howto_ th.step7_ {
    background-image: url(../../img/usr/freepage/step7.png);
}
#bootshowto table.boots_howto_ th.step8_ {
    background-image: url(../../img/usr/freepage/step8.png);
}
#bootshowto table.boots_howto_ th.step9_ {
    background-image: url(../../img/usr/freepage/step9.png);
}



/*お悩み別　靴の調整
--------------------------------------------*/
#shiori_adjust .adjust_wrap_ {
    padding-bottom: 30px;
    overflow: hidden;
}
#shiori_adjust .adjust_wrap_ .img_ {
    text-align: center;
}
#shiori_adjust .adjust_wrap_ .img_ img {
    max-width: 100%;
}


/*修理について
--------------------------------------------*/
#shiori_repair .repair_wrap_ {
    overflow: hidden;
}
#shiori_repair .repair_wrap_ .repair_item_ {
    margin: 0 10px 10px 0;
}
#shiori_repair .repair_wrap_ .repair_item_.last_ {
    margin-right: 0;
}
#shiori_repair .repair_wrap_ .repair_item_ h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 0px 25px;
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    -webkit-background-size: 22px 16px;
}
#shiori_repair .repair_wrap_ .repair_item_.repair_0_ .txt_ {
    background: none;
    text-align: center;
}
#shiori_repair .repair_wrap_ .repair_item_.repair_0_ .txt_ img {
    max-width: 100%;
}
#shiori_repair .repair_wrap_ .repair_item_ h2.repair_1_ {
    background-image: url(../../img/usr/freepage/no1.png);
}
#shiori_repair .repair_wrap_ .repair_item_ h2.repair_2_ {
    background-image: url(../../img/usr/freepage/no2.png);
}
#shiori_repair .repair_wrap_ .repair_item_ h2.repair_3_ {
    background-image: url(../../img/usr/freepage/no3.png);
}
#shiori_repair .repair_wrap_ .repair_item_ h2.repair_4_ {
    background-image: url(../../img/usr/freepage/no4.png);
}
#shiori_repair .repair_wrap_ .repair_item_ h2.repair_5_ {
    background-image: url(../../img/usr/freepage/no5.png);
}
#shiori_repair .repair_wrap_ .repair_item_ .txt_ {
    padding: 0 10px 10px;
    background-color: #f0f0f0;
}
/* 修理料金 */
#shiori_repair table.repair_price_ {
    width: 100%;
    margin-top: 15px;
}
#shiori_repair table.repair_price_ th,
#shiori_repair table.repair_price_ td {
    display: list-item;
    list-style: none;
    padding: 10px 5px;
    border-bottom: 1px solid #dbd9d2;
}
#shiori_repair table.repair_price_ thead th {
    display: none;
    text-align: center;
    background-color: #f3f3e9;
}
/* 修理箇所 */
#shiori_repair table.repair_price_ .parts_ {
    text-align: center;
    background-color: #f3f3e9;
    border-top: 1px solid #dbd9d2;
    margin-top: 20px;
}
#shiori_repair table.repair_price_ .parts_ br {
    display: none;
}
#shiori_repair table.repair_price_ .parts_ span {
    display: block;
    font-size: 10px;
    text-align: left;
}
#shiori_repair table.repair_price_ .parts_ span br {
    display: block;
}
#shiori_repair table.repair_price_ td {
    border-right: 1px solid #dbd9d2;
    border-left: 1px solid #dbd9d2;
}
/* 内容 */
#shiori_repair table.repair_price_ .cont_ {
    margin-top: 5px;
    border-top: 1px solid #dbd9d2;
}
/* 価格（税込） */
#shiori_repair table.repair_price_ .price_ {
}
/* 修理期間 */
#shiori_repair table.repair_price_ .period_ {
}
#shiori_repair table.repair_price_ td.cont_:before { content: "[内容]"; font-weight: bold; margin-right: 5px; }
#shiori_repair table.repair_price_ td.price_:before { content: "[価格（税込）]"; font-weight: bold; margin-right: 5px; }
#shiori_repair table.repair_price_ td.period_:before { content: "[修理期間]";  font-weight: bold; margin-right: 5px; }
/*よくある質問
--------------------------------------------*/
#guide_faq .faq_wrap_ {
}
#guide_faq .faq_wrap_ .faq_head_ {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 45px 8px 10px;
    border: 1px solid #dbd9d2;
    background-color: #f3f3e9;
    background-image: url(../../img/usr/icon_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 48px;
    -webkit-background-size: 44px 48px;
}
#guide_faq .faq_wrap_ .faq_head_.open_ {
    background-image: url(../../img/usr/icon_minus.png);
}
#guide_faq .faq_wrap_ .faq_body_ {
    display: none;
    padding: 10px;
    border: 1px solid #dbd9d2;
    background-color: #fff;
}

#guide_faq .faq_wrap_ .faq_body_ .item_frame_:first-child {
    margin-top: 0;
}
/*特定商取引法に基づく表記
--------------------------------------------*/
table.law_ {
    width: 100%;
    border: 1px solid #dbd9d2;
    border-bottom: 0;
}
table.law_ th,
table.law_ td {
    display: list-item;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #dbd9d2;
}
table.law_ th {
    font-weight: bold;
    text-align: left;
    background-color: #f3f3e9;
}
table.law_ td {
}
/*規約
--------------------------------------------*/
div.guide_terms_ .article_ {
    padding-bottom: 30px;
}

div.guide_terms_ .article_ p {
    word-break: break-all;
    word-wrap: break-word;
}

/*========================================================

    靴　マニュアル
    
========================================================*/

/*----------------------------------------------------
    共通
----------------------------------------------------*/
div.shoes_manual_ h2.img_ {
    padding: 0 0 20px;
    height: 60px;
    border-top: 1px solid #362e2b;
    background-position: 10px top;
    background-repeat: no-repeat;
    background-size: 300px 60px;
    -webkit-background-size: 300px 60px;
}
div.shoes_manual_ h2.img_ img {
    display: none;
}
div.shoes_manual_ .section_ {
    margin: 0 10px;
}
div.shoes_manual_ .section_ p,
div.shoes_manual_ .section_ li {
    line-height: 2.0;
}
div.shoes_manual_ .section_ p {
    padding: 18px 0 6px;
}
div.shoes_manual_ .section_ p:first-child {
    padding-top: 0;
}
div.shoes_manual_ .section_ ul.list_ {
    padding-bottom: 15px;
}
div.shoes_manual_ .section_ ul.list_ li {
    text-indent: -1em;
    padding-left: 1em;
}
/* あか */
div.shoes_manual_ .section_ .red_ {
    color: #ff0040;
}
/* アコーディオン */
div.shoes_manual_ .acc_wrap_ {
}
div.shoes_manual_ .acc_wrap_ .acc_head_ {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 45px 10px 10px;
    border: 1px solid #dbd9d2;
    background-color: #f3f3e9;
    background-image: url(../../img/usr/icon_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 48px;
    -webkit-background-size: 44px 48px;
}
div.shoes_manual_ .acc_wrap_ .acc_head_.open_ {
    background-image: url(../../img/usr/icon_minus.png);
}
div.shoes_manual_ .acc_wrap_ .acc_body_ {
    display: none;
    padding: 10px;
    border: 1px solid #dbd9d2;
    border-top: 0;
    background-color: #fff;
}

/*----------------------------------------------------
    靴のサイズの測り方
----------------------------------------------------*/
#shoes_size .section_ {
    padding-bottom: 18px;
}
#shoes_size h2.img_.title_measure_ {
    background-image: url(../../img/usr/freepage/shoes_size/title_measure.png);
}
#shoes_size h2.img_.title_shoestretcher_ {
    background-image: url(../../img/usr/freepage/shoes_size/title_shoestretcher.png);
}
/*用意するもの
----------------------------------------------*/
#shoes_size .preparation_ {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    overflow: hidden;
}
#shoes_size .preparation_ .inner_ {
    padding: 12px 10px 8px;
    margin-bottom: 20px;
    background-color: #fff;
}
#shoes_size .preparation_ .inner_ h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 2px solid #362e2b;
}
#shoes_size .preparation_ .inner_ ul {
    overflow: hidden;
}
#shoes_size .preparation_ .inner_ ul li {
    font-size: 14px;
    line-height: 2.2;
    padding: 10px 0 10px 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 30px;
    -webkit-background-size: 40px 30px;
}
#shoes_size .preparation_ .inner_ ul li.pre1_ {
    background-image: url(../../img/usr/freepage/shoes_size/preparation_1.png);
}
#shoes_size .preparation_ .inner_ ul li.pre2_ {
    background-image: url(../../img/usr/freepage/shoes_size/preparation_2.png);
}
#shoes_size .preparation_ .inner_ ul li.pre3_ {
    background-image: url(../../img/usr/freepage/shoes_size/preparation_3.png);
}
#shoes_size .preparation_ .inner_ ul li.pre4_ {
    background-image: url(../../img/usr/freepage/shoes_size/preparation_4.png);
}
#shoes_size .preparation_ .inner_ ul li.pre5_ {
    background-image: url(../../img/usr/freepage/shoes_size/preparation_5.png);
}
#shoes_size .preparation_ > ul {
    overflow: hidden;
}
#shoes_size .preparation_ > ul li {
    width: 48%;
}
#shoes_size .preparation_ > ul li img {
    max-width: 100%;
}
#shoes_size .preparation_ > ul li:nth-child(odd) {
    float: left;
}
#shoes_size .preparation_ > ul li:nth-child(even) {
    float: right;
}
/*ここに注意して測ろう
----------------------------------------------*/
#note_measure {
    padding: 10px;
    margin-bottom: 30px;
    background-image: url(../../img/usr/freepage/shoes_size/note_measure_bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
}
#note_measure h3 {
    height: 40px;
    text-align: center;
    background-image: url(../../img/usr/freepage/shoes_size/note_measure.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300px 30px;
    -webkit-background-size: 300px 30px;
    text-indent: -9999px;
}
#note_measure .inner_ {
    padding: 14px 10px;
    background-color: #fff;
}
#note_measure .inner_ ul {
    overflow: hidden;
}
#note_measure .inner_ ul li {
    line-height: 2.0;
    padding-left: 15px;
    background-image: url(../../img/usr/icon_circle.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    -webkit-background-size: 9px 9px;
}

/*足長の測り方/足囲の測り方
----------------------------------------------*/
div.foot_measure_ .footlength_ {
    margin-bottom: 30px;
}
div.foot_measure_ .footlength_ th,
div.foot_measure_ .footlength_ td {
    display: list-item;
    list-style: none;
    padding: 10px;
    border-right: 1px solid #dbd9d2;
    border-left: 1px solid #dbd9d2;
}
div.foot_measure_ .footlength_ th {
    margin-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid #dbd9d2;
}
div.foot_measure_ .footlength_ th span {
    display: block;
    font-size: 14px;
    line-height: 2.2;
    padding: 13px 0 12px;
    text-align: center;
    border: 2px solid #dbd9d2;
}
div.foot_measure_ .footlength_ td.desc_ {
    line-height: 2.0;
}
div.foot_measure_ .footlength_ td.img_ {
    border-bottom: 1px solid #dbd9d2;
    padding-top: 0;
    text-align: center;
}
div.foot_measure_ .footlength_ td.img_ img {
    max-width: 200px;
}
div.foot_measure_ .footlength_ td.step0_,
div.foot_measure_ .footlength_ td.step4_ {
    border-bottom: 1px solid #dbd9d2;
}
div.foot_measure_ .footlength_ th.step1_,
div.foot_measure_ .footlength_ th.step2_,
div.foot_measure_ .footlength_ th.step3_,
div.foot_measure_ .footlength_ th.step4_ {
    height: 48px;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 92px 48px;
    -webkit-background-size: 92px 48px;
}
div.foot_measure_ .footlength_ th.step1_ img,
div.foot_measure_ .footlength_ th.step2_ img,
div.foot_measure_ .footlength_ th.step3_ img,
div.foot_measure_ .footlength_ th.step4_ img {
    display: none;
}
div.foot_measure_ .footlength_ th.step1_ {
    background-image: url(../../img/usr/freepage/step1.png);
}
div.foot_measure_ .footlength_ th.step2_ {
    background-image: url(../../img/usr/freepage/step2.png);
}
div.foot_measure_ .footlength_ th.step3_ {
    background-image: url(../../img/usr/freepage/step3.png);
}
div.foot_measure_ .footlength_ th.step4_ {
    background-image: url(../../img/usr/freepage/step4.png);
}



/*自分に合う「木型」を知ろう！
----------------------------------------------*/
#stre_ex {
    padding: 10px;
    margin: 17px 0 30px;
    background-color: #f0f0f0;
}
#stre_ex .inner_ {
    padding: 10px;
    background-color: #fff;
}
#stre_ex table {
    width: 100%;
}
#stre_ex table th,
#stre_ex table td {
    display: list-item;
    list-style: none;
    text-align: center;
    padding: 10px;
}
#stre_ex table th {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dbd9d2;
}
#stre_ex table td.item_ {
    text-align: center;
}
#stre_ex table td.item_ span {
    display: block;
    padding: 8px 0 10px;
    border: 2px solid #dbd9d2;
}
#stre_ex table td.ex_ {
}
#stre_ex table td.streex_arrow_ {
    height: 30px;
    padding: 0;
    background-image: url(../../img/usr/freepage/shoes_size/streex_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 31px 29px;
    -webkit-background-size: 31px 29px;
}
#stre_ex table td.streex_arrow_ img {
    display: none;
}
#stre_ex table td.result_ span {
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    border: 2px solid #f2acd2;
}
#stre_ex table td.streex_arrow_ {
}
#shoes_size .confibtn_ {
    text-align: center;
    padding-bottom: 50px;
}
#shoes_size .confibtn_ img {
    max-width: 100%;
}

/*----------------------------------------------------
    お手入れと注意点
----------------------------------------------------*/
#shoes_care {
}

#shoes_care h2.img_.basic_care_ {
    background-image: url(../../img/usr/freepage/shoes_care/h2_basic_care.png);
}
#shoes_care h2.img_.material_ {
    background-image: url(../../img/usr/freepage/shoes_care/h2_material.png);
}


#shoes_care .section_ {
    padding-bottom: 37px;
}

/*ビフォアケア/アフターケア
----------------------------------------------*/
#shoes_care .howto_care_ {
    margin-bottom: 40px;
    padding: 10px;
    background-color: #f0f0f0;
    position: relative;
}
#shoes_care .howto_care_ h3 {
    text-align: center;
    width: 288px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 288px 75px;
    -webkit-background-size: 288px 75px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -144px;
}
#shoes_care .howto_care_ h3 img {
    display: none;
}
#shoes_care .howto_care_ .inner_ {
    padding: 40px 10px 10px;
    background-color: #fff;
}
#shoes_care .howto_care_ dl {
    margin-top: 20px;
}
#shoes_care .howto_care_ dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
    padding: 0 0 5px 20px;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
}
#shoes_care .howto_care_ dd {
    padding-top: 16px;
    line-height: 2.0;
    background-image: url(../../img/usr/line.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 3px 2px;
    -webkit-background-size: 3px 2px;
}
#shoes_care .howto_care_ dl.care1_ {
    margin-top: 0;
}
#shoes_care .howto_care_ .reco_item_ {
    padding: 10px 0;
    overflow: hidden;
}
#shoes_care .howto_care_ .reco_item_ h4 {
    height: 35px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 300px 25px;
    -webkit-background-size: 300px 25px;
}
#shoes_care .howto_care_ .reco_item_ h4 img {
    display: none;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ {
    overflow: hidden;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ {
    float: left;
    display: inline;
    width: 32%;
    margin: 0 2% 0 0;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_:last-child {
    margin-right: 0;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ .img_ {
    margin-bottom: 4px;
    text-align: center;
    background-color: #fff;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ .img_ a {
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ .img_ a img {
    max-width: 100%;
    max-height: 100%;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ .price_ {
    text-align: right;
    line-height: 1.8;
}
#shoes_care .howto_care_ .reco_item_ .item_line_ .item_ .price_ .tax_ {
    font-size: 10px;
}
/* ビフォアケア */
#shoes_care #beforecare h3 {
    background-image: url(../../img/usr/freepage/shoes_care/h3_before_care.png);
}
#shoes_care #beforecare dl.care1_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no1_y.png);
}
#shoes_care #beforecare dl.care2_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no2_y.png);
}
#shoes_care #beforecare .reco_item_ h4 {
    background-image: url(../../img/usr/freepage/shoes_care/h4_recommend_y.png);
}
/* アフターケア */
#shoes_care #aftercare h3 {
    background-image: url(../../img/usr/freepage/shoes_care/h3_after_care.png);
}
#shoes_care #aftercare dl.care1_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no1_b.png);
}
#shoes_care #aftercare dl.care2_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no2_b.png);
}
#shoes_care #aftercare dl.care3_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no3_b.png);
}
#shoes_care #aftercare .reco_item_ h4 {
    background-image: url(../../img/usr/freepage/shoes_care/h4_recommend_b.png);
}



/*靴美人は早めの修理がキホン
------------------------------------------------*/
#shoes_care #repair {
    margin: 70px 0 10px;
    padding: 30px 0 10px;
    background-color: #fff7fa;
    background-image: url(../../img/usr/freepage/shoes_care/shoes_care.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 500px 500px;
    -webkit-background-size: 500px 500px;
    position: relative;
}
#shoes_care #repair h3 {
    width: 300px;
    height: 75px;
    background-image: url(../../img/usr/freepage/shoes_care/h3_repair.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 300px 75px;
    -webkit-background-size: 300px 75px;
    position: absolute;
    left: 5px;
    top: -50px;
}
#shoes_care #repair h3 img {
    display: none;
}
#shoes_care #repair dl {
    padding-left: 15px;
    margin-bottom: 18px;
}
#shoes_care #repair dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 0 6px 30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
}
#shoes_care #repair dd {
    padding: 0 0 0 30px;
    line-height: 2.0;
}
#shoes_care #repair dl.rep1_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no1_r.png);
}
#shoes_care #repair dl.rep2_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no2_r.png);
}
#shoes_care #repair dl.rep3_ dt {
    background-image: url(../../img/usr/freepage/shoes_care/no3_r.png);
}
/*全ての商品に関して気を付ける事！！
------------------------------------------------*/
#shoes_care #all_careful {
    padding: 10px;
    margin-bottom: 30px;
    background-image: url(../../img/usr/freepage/shoes_size/note_measure_bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
}
#shoes_care #all_careful h3 {
    height: 40px;
    text-align: center;
    background-image: url(../../img/usr/freepage/shoes_care/all_careful.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 280px 30px;
    -webkit-background-size: 280px 30px;
    text-indent: -9999px;
}
#shoes_care #all_careful .inner_ {
    padding: 10px;
    background-color: #fff;
}
#shoes_care #all_careful li {
    line-height: 2.0;
    padding-left: 15px;
    background-image: url(../../img/usr/icon_circle.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    -webkit-background-size: 9px 9px;
}
/*アコーディオン
------------------------------------------------*/
#shoes_care .acc_body_ h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
#shoes_care .acc_body_ .item_wrap_ {
    overflow: hidden;
}
#shoes_care .acc_body_ .item_wrap_ h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    -webkit-background-size: 22px 16px;
}
#shoes_care .acc_body_ .item_wrap_ h4 br {
    display: none;
}
#shoes_care .acc_body_ .item_wrap_ h4 span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.0;
    text-indent: -1em;
    padding-left: 1em;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ {
    float: right;
    display: inline;
    margin-bottom: 22px;
    overflow: hidden;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ .item_ {
    float: left;
    display: inline;
    margin-left: 10px;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ .item_ .img_ {
    width: 78px;
    height: 78px;
    display: table;
    table-layout: fixed;
    text-align: center;
    border: 1px solid #dbd9d2;
    margin-bottom: 3px;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ .item_ .img_ a {
    width: 78px;
    height: 78px;
    display: table-cell;
    vertical-align: middle;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ .item_ .img_ a img {
    max-width: 78px;
    max-height: 78px;
}
#shoes_care .acc_body_ .item_wrap_ .item_line_ .item_ .price_ {
    font-size: 10px;
    line-height: 2.2;
    text-align: right;
}
#shoes_care .acc_body_ p.note_ {
    color: #ff0040;
    padding-top: 0;
}
#shoes_care .acc_body_ .item_wrap_ h4.no1_ {
    background-image: url(../../img/usr/freepage/no1.png);
}
#shoes_care .acc_body_ .item_wrap_ h4.no2_ {
    background-image: url(../../img/usr/freepage/no2.png);
}
#shoes_care .acc_body_ .item_wrap_ h4.no3_ {
    background-image: url(../../img/usr/freepage/no3.png);
}
#shoes_care .acc_body_ .item_wrap_ h4.no4_ {
    background-image: url(../../img/usr/freepage/no4.png);
}
#shoes_care .acc_body_ .item_wrap_ h4.no5_ {
    background-image: url(../../img/usr/freepage/no5.png);
}
/*----------------------------------------------------
    靴の保管方法
----------------------------------------------------*/
#shoes_storage .section_ {
    padding-bottom: 20px;
}
#shoes_storage h2.img_.title_h2_1_ {
    background-image: url(../../img/usr/freepage/shoes_storage/title_h2_1.png);
}
#shoes_storage h2.img_.title_h2_2_ {
    background-image: url(../../img/usr/freepage/shoes_storage/title_h2_2.png);
}
#shoes_storage h2.img_.title_h2_3_ {
    background-image: url(../../img/usr/freepage/shoes_storage/title_h2_3.png);
}
#shoes_storage h2.img_.title_h2_4_ {
    background-image: url(../../img/usr/freepage/shoes_storage/title_h2_4.png);
}
#shoes_storage h2.img_.title_h2_5_ {
    background-image: url(../../img/usr/freepage/shoes_storage/title_h2_5.png);
}
/*----------------------------------------------------
    TPOに合わせた靴選び
----------------------------------------------------*/
#shoes_tpo {
}
#shoes_tpo .section_ {
    padding-bottom: 20px;
}
/*----------------------------------------------------
    フィッティングアドバイス
----------------------------------------------------*/
#shoes_advice {
}
#shoes_advice h2.h2_checkpoint_ {
    background-image: url(../../img/usr/freepage/shoes_advice/h2_checkpoint.png);
}
#shoes_advice h2.h2_attention_ {
    background-image: url(../../img/usr/freepage/shoes_advice/h2_attention.png);
}
#shoes_advice .section_ {
    padding-bottom: 20px;
}
#shoes_advice .acc_head_ .img_ {
    display: table;
    width: 100%;
}
#shoes_advice .acc_head_ .img_ img,
#shoes_advice .acc_head_ .img_ .ttl_ {
    display: table-cell;
    vertical-align: middle;
}
#shoes_advice .acc_head_ .img_ img {
    width: 30px;
    height: 30px;
}
#shoes_advice .acc_head_ .img_ .ttl_ {
    width: 80%;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.0;
    font-family: "EB Garamond";
    font-style: italic;
}
#shoes_advice .acc_head_ .img_ .ttl_ span {
    display: block;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: bold;
}

#shoes_advice .item_wrap_ {
    padding: 19px 0 0;
    margin-top: 19px;
    border-top: 1px solid #dbd9d2;
    overflow: hidden;
}
#shoes_advice .item_wrap_:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
#shoes_advice .item_wrap_ .img_ {
    float: left;
    display: inline;
    width: 20%
}
#shoes_advice .item_wrap_ .img_ img {
    max-width: 100%;
}
#shoes_advice .item_wrap_ .desc_ {
    float: right;
    display: inline;
    width: 75%;
}
#shoes_advice .item_wrap_ .desc_ h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 1px 0 2px 20px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    -webkit-background-size: 22px 16px;
}
#shoes_advice .item_wrap_ .desc_ p {
    padding-top: 0;
}
#shoes_advice .item_wrap_ .desc_ h3.no1_ {
    background-image: url(../../img/usr/freepage/no1.png);
}
#shoes_advice .item_wrap_ .desc_ h3.no2_ {
    background-image: url(../../img/usr/freepage/no2.png);
}
#shoes_advice .item_wrap_ .desc_ h3.no3_ {
    background-image: url(../../img/usr/freepage/no3.png);
}
#shoes_advice .item_wrap_ .desc_ h3.no4_ {
    background-image: url(../../img/usr/freepage/no4.png);
}
#shoes_advice .item_wrap_ .desc_ h3.no5_ {
    background-image: url(../../img/usr/freepage/no5.png);
}
#shoes_advice #note_symptoms {
    padding-top: 8px;
}
#shoes_advice #note_symptoms .item_wrap_ .desc_ p {
    padding-top: 18px;
}
#shoes_advice #note_symptoms .item_wrap_ .desc_ p:first-child {
    padding-top: 0;
}
/*----------------------------------------------------
    靴のトラブルSOS
----------------------------------------------------*/
#shoes_trouble .section_ {
    padding-bottom: 20px;
}
#shoes_trouble #adj_service {
    padding: 10px;
    background-color: #f0f0f0;
    position: relative;
}
#shoes_trouble #adj_service h2 {
    width: 250px;
    height: 60px;
    background-image: url(../../img/usr/freepage/shoes_trouble/title_adj_service.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 225px 60px;
    -webkit-background-size: 225px 60px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -125px;
}
#shoes_trouble #adj_service h2 img {
    display: none;
}
#shoes_trouble #adj_service .inner_ {
    padding: 40px 10px 10px;
    background-color: #fff;
}
#shoes_trouble #adj_service .inner_ h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 7px;
    margin-bottom: 13px;
    background-image: url(../../img/usr/line.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 3px 2px;
    -webkit-background-size: 3px 2px;
}
#shoes_trouble #adj_service .inner_ ul.list_ {
    padding-bottom: 14px;
}
#shoes_trouble #adj_service .inner_ .btn_ {
    text-align: center;
}
#shoes_trouble #adj_service .inner_ .btn_ img {
    max-width: 100%;
}
/*----------------------------------------------------
    用語集
----------------------------------------------------*/
#shoes_glossary .section_ {
    padding-bottom: 40px;
}
/* ナビゲーション */
#shoes_glossary #glossary_nav {
    padding: 7px 0 10px;
}
#shoes_glossary #glossary_nav ul {
    overflow: hidden;
}
#shoes_glossary #glossary_nav ul li {
    float: left;
    width: 31%;
    margin: 0 2% 10px 0;
    background-color: #f6f6f6;
    border: 1px solid #dbd9d2;
}
#shoes_glossary #glossary_nav ul li:nth-of-type(3n) {
    float: right;
    margin-right: 0;
}
#shoes_glossary #glossary_nav ul li a {
    display: block;
    width: 100%;
    padding: 1px 0 11px;
    line-height: 2.5;
    text-align: center;
    background-image: url(../../img/usr/icon_arrow07.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
}
/* トップに戻る */
#shoes_glossary .pagetop_ {
    padding-top: 20px;
    text-align: right;
}
#shoes_glossary .pagetop_ a {
    padding-left: 18px;
    background-image: url(../../img/usr/icon_arrow05.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 5px;
    -webkit-background-size: 28px 5px;
}



/*========================================================

    ダイアナモバイルメンバーズ(DIAMO)会員募集中
    
========================================================*/
#diamo_guide {
}
#diamo_guide h1 {
    text-align: center;
    margin-bottom: 20px;
}
#diamo_guide h1 img {
    max-width: 100%;
}
#diamo_guide .section_ {
    padding-bottom: 20px;
}
#diamo_guide .section_ h2 {
    padding: 10px 0 0;
    height: 47px;
    border-top: 1px solid #362e2b;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 300px 37px;
    -webkit-background-size: 300px 37px;
    text-indent: -9999px;
}
#diamo_guide .section_ .point_bannner_ img {
    max-width: 100%;
}
#diamo_guide .diamo_app_ {
    margin: 10px;
    text-align: center;
}
#diamo_guide .diamo_app_ a {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../../img/usr/freepage/diamo/btn_entry_app_sp.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 300px 50px;
    -webkit-background-size: 300px 50px;
}
#diamo_guide .diamo_app_ img {
    display: none;
}
#diamo_guide .diamo_entry_ {
    margin: 10px;
    text-align: center;
}
#diamo_guide .diamo_entry_ a {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../../img/usr/freepage/diamo/btn_entry.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 300px 50px;
    -webkit-background-size: 300px 50px;
}
#diamo_guide .diamo_entry_ img {
    display: none;
}
#diamo_guide .diamo_entry_ .btn_sb_ {
    padding-top: 10px;
    width: 200px;
    height: 40px;
    margin: 0 auto;
}
#diamo_guide .diamo_entry_ .btn_sb_ a {
    display: block;
    width: 200px;
    height: 40px;
    background-image: url(../../img/usr/freepage/diamo/btn_details.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 200px 40px;
    -webkit-background-size: 200px 40px;
}
#diamo_guide .diamo_entry_ .btn_shop_ a {
    display: block;
    width: 200px;
    height: 40px;
    background-image: url(../../img/usr/freepage/diamo/btn_shop.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 200px 40px;
    -webkit-background-size: 200px 40px;
}
#diamo_guide .section_ .pink_ {
    color: #e966a0;
}
#diamo_guide .section_ .txtbg_ {
    /*display: inline-block;*/
    margin: 0 3px;
    padding: 0 2px;
    background-image: url(../img/usr/freepage/diamo/merit_bg.png);
    background-position: left top;
    background-repeat: repeat;
}
/*ポイント取り扱い非対象店舗
----------------------------------------*/
#diamo_guide .diamo_entry_ .btn_shop_.nontarget_ a {
    background-image: url(../../img/usr/freepage/diamo/btn_shop2.png);
}
#diamo_guide #diamo_shop.nontarget_ h2 {
	background-image: url(../../img/usr/freepage/diamo/section5_h2_2.png);
}
#diamo_guide #diamo_shop #pop_diamoshop .shop_list_ ul {
    border-top: 1px solid #dbd9d2;
}
#diamo_guide #diamo_shop #pop_diamoshop .shop_list_ li {
    border-bottom: 1px solid #dbd9d2;
    padding: 10px;
}
/*ナビゲーション
-----------------------------------------------*/
#diamo_guide #diamo_nav {
    padding: 0 10px 50px;
}
#diamo_guide #diamo_nav ul {
    overflow: hidden;
}
#diamo_guide #diamo_nav ul li {
    margin-bottom: 20px;
    border: 5px solid #dbf6ff;
}
#diamo_guide #diamo_nav ul li a {
    display: block;
    height: 69px;
    text-align: center;
    background-color: #edfffe;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 280px 69px;
    -webkit-background-size: 280px 69px;
    text-indent: -9999px;
}
#diamo_guide #diamo_nav ul li#nav_point a {
    background-image: url(../../img/usr/freepage/diamo/nav_point.png);
}
#diamo_guide #diamo_nav ul li#nav_conv a {
    background-image: url(../../img/usr/freepage/diamo/nav_conv.png);
}
#diamo_guide #diamo_nav ul li#nav_faq {
    margin-right: 0;
}
#diamo_guide #diamo_nav ul li#nav_faq a {
    background-image: url(../../img/usr/freepage/diamo/nav_faq.png);
}


/*diamo会員になるとこんなにポイントが貯まる♪
-----------------------------------------------*/
#diamo_guide #diamo_point h2 {
    background-image: url(../../img/usr/freepage/diamo/section2_h2.png);
}
#diamo_guide #diamo_point h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 30px 10px 20px 10px;
    background-position: 10px top;
    background-repeat: no-repeat;
    background-size: 131px 25px;
    -webkit-background-size: 131px 25px;
}
#diamo_guide #diamo_point h3 .txtbg_ {
    font-size: 16px;
}
#diamo_guide #diamo_point h3 .large_ {
    font-size: 26px;
    line-height: 1.8;
}
#diamo_guide #diamo_point .example_ {
    padding: 25px 10px 10px;
    margin: 12px 10px 10px;
    border: 10px solid #f0f0f0;
    margin-bottom: 30px;
    position: relative;
}
#diamo_guide #diamo_point .example_ h4 {
    width: 150px;
    height: 54px;
    background-image: url(../../img/usr/freepage/diamo/example.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 150px 54px;
    -webkit-background-size: 150px 54px;
    text-indent: -9999px;
    position: absolute;
    left: 17px;
    top: -32px;
}
/* ポイントの貯め方 */
#diamo_guide #diamo_point #point_acc h3 {
    background-image: url(../img/usr/freepage/diamo/section2_h3_acc.png);
}
#diamo_guide #diamo_point #point_acc h3 .txtbg_ {
    font-size: 23px;
}
#diamo_guide #diamo_point #point_acc h3 .txtbg_ .pink_ {
    font-size: 23px;
}
#diamo_guide #diamo_point #point_acc .example_ {
}
#diamo_guide #diamo_point #point_acc ul {
}
#diamo_guide #diamo_point #point_acc ul li {
    text-align: center;
}
#diamo_guide #diamo_point #point_acc ul li.price_ {
    font-size: 16px;
    font-weight: bold;
}
#diamo_guide #diamo_point #point_acc ul li.price_ .tax_ {
    font-size: 12px;
}
#diamo_guide #diamo_point #point_acc ul li.arrow_ {
    height: 35px;
    background-image: url(../../img/usr/freepage/diamo/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 27px;
    -webkit-background-size: 30px 27px;
    text-indent: -9999px;
}
#diamo_guide #diamo_point #point_acc ul li.point_ {
    font-size: 21px;
    font-weight: bold;
}
#diamo_guide #diamo_point #point_acc ul li.point_ .large_ {
    font-size: 26px;
}

/* ポイントの使い方 */
#diamo_guide #diamo_point #point_use h3 {
    background-image: url(../../img/usr/freepage/diamo/section2_h3_use.png);
}
#diamo_guide #diamo_point #point_use .example_ {
}
#diamo_guide #diamo_point #point_use .example_ ul li {
    font-size: 16px;
    font-weight: bold;
}
#diamo_guide #diamo_point #point_use .example_ ul li .large_ {
    font-size: 26px;
    line-height: 1.8;
}
#diamo_guide #diamo_point #point_use .example_ ul li .middle_,
#diamo_guide #diamo_point #point_use .example_ ul li .middle_ .pink_ {
    font-size: 21px;
}
#diamo_guide #diamo_point #point_use .example_ ul li:first-child {
    margin-bottom: 20px;
}
/*注意事項
-----------------------------------------------*/
#diamo_guide #diamo_notes {
    padding: 10px;
    margin: 0 10px 50px;
    border: 2px solid #ff0040;
}
#diamo_guide #diamo_notes h2 {
    color: #ff0040;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 35px;
    background-image: url(../../img/usr/freepage/diamo/ttl_notes.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 24px;
    -webkit-background-size: 25px 24px;
}
#diamo_guide #diamo_notes h3 {
    color: #ff0040;
    font-size: 14px;
    font-weight: bold;
    padding-left: 14px;
    line-height: 1.7;
    margin-top: 25px;
    background-image: url(../../img/usr/freepage/diamo/icon_line.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 3px 15px;
    -webkit-background-size: 3px 15px;
}
#diamo_guide #diamo_notes p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}
#diamo_guide #diamo_notes p.list_ {
    text-indent: -1em;
    padding-left: 1em;
}
/*diamo会員になるとこんなに便利♪
-----------------------------------------------*/
#diamo_guide #diamo_conv h2 {
    background-image: url(../../img/usr/freepage/diamo/section3_h2.png);
}
#diamo_guide #diamo_conv table.conv_merit_ {
    width: 100%;
}
#diamo_guide #diamo_conv table.conv_merit_ th,
#diamo_guide #diamo_conv table.conv_merit_ td {
    padding-bottom: 30px;
    vertical-align: top;
}
#diamo_guide #diamo_conv table.conv_merit_ th {
    width: 65px;
}
#diamo_guide #diamo_conv table.conv_merit_ th img {
    width: 50px;
}
#diamo_guide #diamo_conv table.conv_merit_ td {
    padding-right: 10px;
}
#diamo_guide #diamo_conv table.conv_merit_ td dt {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.8;
}
#diamo_guide #diamo_conv table.conv_merit_ td dd {
    font-size: 12px;
    line-height: 1.7;
    padding-left: 5px;
}
#diamo_guide #diamo_conv table.conv_merit_ td dt .large_ {
    font-size: 26px;
    line-height: 1.2;
}
/*diamo会員についてのよくある質問
-----------------------------------------------*/
#diamo_guide #diamo_faq h2 {
    background-image: url(../../img/usr/freepage/diamo/section4_h2.png);
}
/* アコーディオン */
#diamo_guide .acc_wrap_ {
    margin: 0 10px 30px;
}
#diamo_guide .acc_wrap_ .acc_head_ {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 14px 45px 16px 18px;
    border: 1px solid #dbd9d2;
    background-color: #f3f3e9;
    background-image: url(../../img/usr/icon_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 48px;
    -webkit-background-size: 44px 48px;
    cursor: pointer;
}
#diamo_guide .acc_wrap_ .acc_head_.open_ {
    background-image: url(../../img/usr/icon_minus.png);
}
#diamo_guide .acc_wrap_ .acc_body_ {
    display: none;
    padding: 20px;
    border: 1px solid #dbd9d2;
    background-color: #fff;
}
#diamo_guide .acc_wrap_ .acc_body_ p,
#diamo_guide .acc_wrap_ .acc_body_ li {
    line-height: 2.0;
}
#diamo_guide .acc_wrap_ .acc_body_ li {
    text-indent: -1em;
    padding-left: 1em;
}
#diamo_guide .acc_wrap_ .acc_body_ .att_ {
    color: #ff0040;
    font-size: 14px;
}
/*ポイント取り扱い店舗
-----------------------------------------------*/
#diamo_guide #diamo_shop h2 {
    background-image: url(../../img/usr/freepage/diamo/section5_h2.png);
}
#diamo_guide #diamo_shop .shop_list_ {
    padding: 10px;
    margin: 10px;
    border: 10px solid #f0f0f0;
}
#diamo_guide #diamo_shop .shop_list_ dl {
    border-bottom: 1px solid #dbd9d2;
    overflow: hidden;
}
#diamo_guide #diamo_shop .shop_list_ dl:first-child {
    border-top: 1px solid #dbd9d2;
}
#diamo_guide #diamo_shop .shop_list_ dl dt,
#diamo_guide #diamo_shop .shop_list_ dl dd {
    padding: 10px 0;
}
#diamo_guide #diamo_shop .shop_list_ dl dt {
}
#diamo_guide #diamo_shop .shop_list_ dl dd {
}
#diamo_guide #diamo_shop .shop_list_ dl dd a {
    display: block;
    height: 40px;
    background-image: url(../../img/usr/freepage/diamo/btn_storedetails.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200px 40px;
    -webkit-background-size: 200px 40px;
    text-indent: -9999px;
}
#diamo_guide #diamo_shop .shop_list_ dl dd a img {
    max-width: 100%;
}
/* ライトボックス */
#diamo_guide #diamo_shop #pop_diamoshop {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10200;
}
#diamo_guide #diamo_shop #pop_diamoshop h2 {
    background-image: none;
    height: auto;
    text-indent: 0;
    padding: 10px 0 11px;
}
#diamo_guide #diamo_shop #pop_diamoshop .shop_list_ {
    border: 0;
    padding: 0;
}

#diamo_guide #diamo_shop #pop_diamoshop .poptop_close_ {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: -37px;
    text-align: center;
    background-image: url(../../img/usr/close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    text-indent: -9999px;
}
#diamo_guide #diamo_shop #pop_diamoshop .poptop_close_ a {
    display: block;
    width: 30px;
    height: 30px;
}

/*========================================================

    筒周り表
    
========================================================*/
#aroundtube_btn {
	margin: 5px 10px;
}
#aroundtube_btn h3 img {
	width: 7%;
	margin-right: 10px;
	vertical-align: top;
}
#around_tube {
	display: none;
}
#around_tube .around_size_ {
	margin: 10px 0;
	padding: 10px;
	font-size: 10px;
	background-color: #eee;
	overflow: hidden;
}
#around_tube .around_size_ img {
	
}
#around_tube table.tube_size_ td {
	text-align: center;
}

/*========================================================

   お客様情報について
    
========================================================*/
#about_customer .status_bar_ {
	margin-bottom: 20px;
}
#about_customer .status_bar_ dt{
	margin-bottom: 5px;
	text-align: center;
}
#about_customer .status_bar_ dt img {
	max-width: 100%;
}
#about_customer .status_bar_ dd{
}

/*========================================================

   セルフラッピングキットのご案内
    
========================================================*/
#self_wrapping {
	max-width: 640px;
	margin: 0 auto;
}
#self_wrapping a {
	text-decoration: underline;
}
#self_wrapping a:hover {
	text-decoration: none;
}
#self_wrapping .section_ {
	padding-bottom: 30px;
}
#self_wrapping #wrapping_kit {
	background-image: url(../../img/usr/freepage/wrappingkit/wrappingkit_btm.png), url(../../img/usr/freepage/wrappingkit/wrappingkit_inner.png);
	background-position: left bottom, left top;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto, 100% auto;
    -webkit-background-size: 100% auto, 100% auto;
}

#self_wrapping #wrapping_kit h2 {
}
#self_wrapping #wrapping_kit h2 img {
	max-width: 100%;
}
#self_wrapping #wrapping_kit .kit_inner_ {
	padding: 10px 6% 10px;
	overflow: hidden;
}
#self_wrapping p {
	line-height: 1.7;
	margin: 0 10px;
}
#self_wrapping #wrapping_kit dl {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#self_wrapping #wrapping_kit dl dt,
#self_wrapping #wrapping_kit dl dd {
	display: table-cell;
	vertical-align: middle;
}
#self_wrapping #wrapping_kit dl dt {
	width: 35%;
	text-align: center;
}
#self_wrapping #wrapping_kit dl dt img {
	max-width: 100%
}
#self_wrapping #wrapping_kit dl dd {
	width: 75%;
}
#self_wrapping #wrapping_kit dl.last_ {
	margin-top: 20px;
}
#self_wrapping #wrapping_kit p.note_ {
	clear: both;
	text-align: right;
	font-size: 12px;
}

#self_wrapping .wrapping_item_ {
	margin: 10px;
}
#self_wrapping .wrapping_item_ table {
	width: 100%;
}
#self_wrapping .wrapping_item_ table th,
#self_wrapping .wrapping_item_ table td {
    display: list-item;
    list-style: none;
    text-align: center;
    border-bottom: 0;
	padding: 8px 0 5px;
	text-align: center;
	border-bottom: 1px solid #dbd9d2;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#self_wrapping .wrapping_item_ table thead,
#self_wrapping .wrapping_item_ table tbody,
#self_wrapping .wrapping_item_ table tbody tr {
	float: left;
}
#self_wrapping .wrapping_item_ table thead {
	width: 33%;
	border-top: 1px solid #dbd9d2;
}
#self_wrapping .wrapping_item_ table thead tr {
	width: 100%;
	display: block;
}
#self_wrapping .wrapping_item_ table thead tr th {
	border-left: 1px solid #dbd9d2;
	border-right: 1px solid #dbd9d2;
	background-color: #f3f3e9;
}
#self_wrapping .wrapping_item_ table thead tr th.item_ {
	height: 90px;
}
#self_wrapping .wrapping_item_ table tbody {
	width: 67%;
	border-top: 1px solid #dbd9d2;
}
#self_wrapping .wrapping_item_ table tbody tr {
	width: 50%;
	border-right: 1px solid #dbd9d2;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#self_wrapping .wrapping_item_ table tbody th {
	background-color: #f3f3e9;
}
#self_wrapping .wrapping_item_ table th {
	width: 100%;
}
#self_wrapping .list_ {
	text-indent: -1em;
    padding-left: 1em;
}

#self_wrapping .wrapping_info_ {
	color: #ff0040;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ff0040;
}
#self_wrapping .wrapping_info_ li {
	text-indent: -1em;
    padding-left: 1em;
}

/*========================================================

   メールマガジン
    
========================================================*/
#about_magazine #section2 p.pink_ {
	font-size: 14px;
	font-weight: bold;
}


/*========================================================

   ウェブショップ会員ご登録手順
    
========================================================*/
#webshop dl.merit_ {
	margin-bottom: 10px;
	overflow: hidden;
}
#webshop dl.merit_ dt,
#webshop dl.merit_ dd {
    color: #ff2aad;
}
#webshop dl.merit_ dt {
	font-size: 14px;
	font-weight: bold;
}
#webshop dl.merit_ dd {
}



/*========================================================

   靴の種類について
    
========================================================*/
#kind_shoes {
	padding: 10px;
}
#kind_shoes #shoes_advice {
	padding: 20px 0 50px;
}
#kind_shoes #shoes_advice .section_ {
	margin: 0;
}
#kind_shoes #shoes_advice .acc_head_ .img_ .ttl_ .comment_ {
	display: block;
	margin: 10px 0 0 0;
	font-weight: normal;
}
#kind_shoes #shoes_advice .item_wrap_ .desc_ h3 {
	border: 0;
	padding: 0;
}

#kind_shoes #shoes_advice .item_wrap_ .img_ img {
	max-height: 100%;
	max-width: 100%;
}


/*========================================================

   YouTube動画
    
========================================================*/
#move_page .move_item_ {
	width: 100%;
	margin-bottom: 20px;
}
#move_page .move_item_ iframe {
	width: 100% !important;
	height: 100% !important;
}




span.colorchips > input{
    display: none;
    }
    
span.colorchips{
    margin-top: 0px;
    }

span.colorchips > input +label {
    /* background-color: black; */
    margin: 3px;
    padding: 2px 1px 2px 1px;
    overflow: hidden;
    height: 128%;
    }

input[type=checkbox]:checked + label > span > img {
    border: solid;
    border-color: blue;
    border-width: 2px;
    padding-bottom:0px;
    margin-top:0px;
    overflow: hidden;
     width: 26px;
    height: 26px;
    }

input[type=checkbox] + label > span > img{
    vertical-align: baseline;
     width: 28px;
    height: 28px;
    border: 1px solid #dbd9d2;
    }

.navisize > label {
    width:70px;
    height:20px;
    display:block;
    padding:0px;
    float:left
    }

.navisize > input {
    float:left;
    }

.colorchips_th_ {
    clear: left;
    }

.heel_height_th_ {
    clear: left;
    }

.search_reset {
    float:right
    }

.search_reset_div {
    height: 32px;
    margin-right:5px
    }

.e_stock {
    background-color: yellow;
    font-weight: bold;
}
.e_stock:before {content:"↑";}

span.e_stock_detail_ok {
    color: red;
}

span.e_stock_head {
    margin-left: 3px;
}

.select_searchsize_sp_ {
    text-align: center;
}



.select_searchsize_sp_ > select {
    background: none;
    line-height: 35px;
    height: 35px;
    width: 200px;
}