@charset "UTF-8";

/*
==============================================================
    Cecile BASE layout CSS
    Version: 10th Jul. 2012
============================================================ */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	/*background: #faf8f1 url(/component/img/common/wrap_bg.gif) center top repeat-y fixed;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	font-size: 75%;
	color: #6d6a65;
	line-height: 1.3;
}

body.pop{
	background: #fff;
	border: 0;
}

body.pop-w832{
	/*background: #faf8f1 url(/component/img/common/wrap_w832_bg.gif) center top repeat-y fixed;*/
}

div{
	margin: 0;
	padding: 0;
}

ul,ol,li{
	list-style: none;
}

table,
td,
th{
	border: 0;
	font-size: 100%;
}

img{
	border: 0;
}

hr{
	display: none;
	clear: both;
}

form{
	margin: 0;
	padding: 0;
}

button{
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner{
	border: 0;
	padding: 0;
}

button img{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* リンク色 */

a:link, a:visited{
	color: #5e5441;
}

a:hover{
	color: #88796d;
}

/* ========================================
	change-device：デバイス切り替えボタン
======================================== */
.change-device{
	text-align: center;
	background: #fff;
	padding: 20px 0;
}

/* ========================================
	noscript-msg：ヘッダ
======================================== */

.noscript-msg{
	margin: 0;
	padding: 8px 15px;
	background: url(/component/img/common/attention_bg.gif);
}

.noscript-msg p{
	width: 958px;
	background: url(/component/img/common/attention_bg.gif);
	margin: 0 auto;
	padding: 0;
	color: #f00;
	text-align: center;
}

body.pop-w832 .noscript-msg p{
	width: 802px;
}

.noscript-msg p a{
	color: #f00;
}

.noscript-msg p span{
	font-weight: bold;
	font-size: 116%;
}

/* ========================================
	head：ヘッダ
======================================== */
#head{
	border-top: solid 2px #624e37;
}

#head .headwrap{
	width: 958px;
	padding: 10px 15px 0 15px;
	margin: 0 auto;
	position: relative;
	background: url(/component/img/common/head/head_bg.gif) left top no-repeat;
	text-align: left;
}

#head ul,
#head li{
	margin: 0;
	padding: 0;
}

#head img{
	vertical-align: top;
}

/* ========== logo ========== */
#head .logo{
	margin: 0;
	padding: 0;
	width: 102px;
	position: absolute;
	left: 15px;
	top: 10px;
}

/* ========== catch ========== */
#head .catch{
	text-align: left;
	margin: 0 0 0 115px;
	padding: 0 0 5px 0;
	width: 140px;
	font-weight: normal;
	font-size: 83%;
	line-height: 1.3;
	color: #6d6a65;
	min-height: 30px;
}

#head .catch a{
	text-decoration: none;
}

/* ========== otherlink ========== */
#head .otherlink{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 391px;
	width: 320px;
	text-align: right;
}

#head .otherlink li{
	font-size: 83%;
	display: inline-block;
	border-left: solid 1px #6d6a65;
	padding: 0 2px 0 6px;
}

*:first-child+html #head .otherlink li{
	display: inline;
	padding: 0 6px 0 6px;
}

#head .otherlink li:first-child{
	border-left: none;
	padding: 0 2px 0 0;
}

*:first-child+html #head .otherlink li:first-child{
	border-left: none;
	padding: 0 6px 0 0;
}

/* ========== cart ========== */
#head .cart{
	width: 214px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 173px;
	top: -2px;
}

#head .cart .cart-detail{
	background: url(/component/img/common/head/cart_detail_bg_ft.gif) left bottom no-repeat;
	position: absolute;
	width: 270px;
	right: 2px;
	top: 41px;
	padding: 0 0 3px 0;
	margin: 0;
}

#head .cart .cart-detail dl{
	margin: 0;
	padding: 10px 9px 0 4px;
	background: url(/component/img/common/head/cart_detail_bg_hd.gif) left top no-repeat;
}

/* IE以外のモダンブラウザ向け */
#head .cart .cart-detail dl:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head .cart .cart-detail dl{
	display: inline-block;
}

#head .cart .cart-detail dl dt{
	line-height: 1.2;
	width: 61px;
	background: url(/component/img/common/head/cart_detail_title_bg.gif) right top repeat-y;
	font-size: 83%;
	text-align: center;
	padding: 1px 0 2px 0;
	margin: 0;
	float: left;
}

#head .cart .cart-detail dl dd{
	text-align: right;
	line-height: 1.2;
	font-size: 83%;
	width: 196px;
	padding: 1px 0 0 0;
	margin: 0;
	float: left;
}

/* ========== btnlist ========== */
#head .btnlist{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
}

/* IE以外のモダンブラウザ向け */
#head .btnlist:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head .btnlist{
	display: inline-block;
}

#head .btnlist li{
	margin: 0;
	padding: 0 6px 0 0;
	float: left;
}

#head .btnlist li a img{
	vertical-align: top;
}

/* ========== search ========== */
#head .searcharea{
	margin: 0 0 12px 0;
	padding: 0;
	width: 798px;
	height: 36px;
	background: url(/component/img/common/head/search_bg.gif) left top no-repeat;
	position: relative;
}

*:first-child+html #head .searcharea{
	margin: 10px 0 12px 0;
}

#head .searcharea select{
	position: absolute;
	top: 8px;
	left: 11px;
	width: 158px;
}

#head .searcharea .search-txt{
	position: absolute;
	top: 6px;
	left: 179px;
	margin: 0;
	width: 405px;
	height: 24px;
	background: url(/component/img/common/head/search_txt_bg.gif) left top no-repeat;
}

#head .searcharea .search-txt input{
	margin: 0;
	padding: 2px 6px 0 6px;
	border: 0;
	width: 393px;
	height: 22px;
	background: transparent;
	line-height: 1.5;
}

* html #head .searcharea .search-txt input{
	margin-top: -1px;
	padding: 6px 6px 0 6px;
	height: 18px;
}

*:first-child+html #head .searcharea .search-txt input{
	margin-top: -1px;
	padding: 6px 6px 0 6px;
	height: 18px;
}

#head .searcharea .btn{
	width: 100px;
	position: absolute;
	right: 108px;
	top: 6px;
}

#head .searcharea .detailbtn{
	width: 75px;
	position: absolute;
	right: 1px;
	top: 4px;
	padding: 8px 0 7px 17px;
	background: url(/component/img/common/head/search_separator.gif) left top no-repeat;
}

#head .head-banner{
	position: absolute;
	width: 150px;
	top: 4px;
	right: 15px;
}














/* ========================================
	gnavi:グローバルナビ
======================================== */
#head .global-menu{
	width: 958px;
	position: relative;
	margin: 0 0 15px 0;
}

#head .global-menu .gnavi{
	width: 856px;
	background: url(/component/img/common/head/gnavi_bg.gif) left top no-repeat;
	padding: 0;
}

#head .global-menu .gnavi div{
	background: url(/component/img/common/head/gnavi_ft.gif) left bottom no-repeat;
	padding: 0 0 2px 0;
}

#head .global-menu .gnavi ul{
	background: url(/component/img/common/head/gnavi_bg_ft.gif) left bottom no-repeat;
	padding: 0;
	margin: 0;
	width: 856px;
	min-height: 31px;
}

#head .global-menu .gnavi ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head .global-menu .gnavi ul{
	display: inline-block;
}

#head .global-menu.lady .gnavi{
	background: url(/component/img/common/head/gnavi_lady_bg.gif) left top no-repeat;
}

#head .global-menu.lady .gnavi ul{
	background: url(/component/img/common/head/gnavi_lady_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.inner .gnavi{
	background: url(/component/img/common/head/gnavi_inner_bg.gif) left top no-repeat;
}

#head .global-menu.inner .gnavi ul{
	background: url(/component/img/common/head/gnavi_inner_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.men .gnavi{
	background: url(/component/img/common/head/gnavi_men_bg.gif) left top no-repeat;
}

#head .global-menu.men .gnavi ul{
	background: url(/component/img/common/head/gnavi_men_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.kids .gnavi{
	background: url(/component/img/common/head/gnavi_kids_bg.gif) left top no-repeat;
}

#head .global-menu.kids .gnavi ul{
	background: url(/component/img/common/head/gnavi_kids_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.living .gnavi{
	background: url(/component/img/common/head/gnavi_living_bg.gif) left top no-repeat;
}

#head .global-menu.living .gnavi ul{
	background: url(/component/img/common/head/gnavi_living_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.uniform .gnavi{
	background: url(/component/img/common/head/gnavi_uniform_bg.gif) left top no-repeat;
}

#head .global-menu.uniform .gnavi ul{
	background: url(/component/img/common/head/gnavi_uniform_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.beauty .gnavi{
	background: url(/component/img/common/head/gnavi_beauty_bg.gif) left top no-repeat;
}

#head .global-menu.beauty .gnavi ul{
	background: url(/component/img/common/head/gnavi_beauty_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.gourmet .gnavi{
	background: url(/component/img/common/head/gnavi_gourmet_bg.gif) left top no-repeat;
}

#head .global-menu.gourmet .gnavi ul{
	background: url(/component/img/common/head/gnavi_gourmet_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu.big .gnavi{
	background: url(/component/img/common/head/gnavi_big_bg.gif) left top no-repeat;
}

#head .global-menu.big .gnavi ul{
	background: url(/component/img/common/head/gnavi_big_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu .gnavi li{
	text-align: center;
	padding: 2px 0 0 0;
	float: left;
}

#head .global-menu .gnavi li a{
	background: none;
	padding: 4px 0 9px 0;
	margin: 0 0 0 2px;
	color: #5e5441;
	display: block;
	text-decoration: none;
	min-height: 15px;
	zoom: 1;
}

#head .global-menu .gnavi li strong{
	min-height: 22px;
	padding: 7px 0 0 0;
	margin: 0 0 0 2px;
	display: block;
	color: #fff;
}

#head .global-menu .gnavi li.lady{
	width: 87px;
}

#head .global-menu .gnavi li.lady a,
#head .global-menu .gnavi li.lady strong{
	width: 85px;
}

#head .global-menu .gnavi li.lady a:hover{
	background: url(/component/img/common/head/gnavi_link_lady_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.inner{
	width: 108px;
}

#head .global-menu .gnavi li.inner a,
#head .global-menu .gnavi li.inner strong{
	width: 106px;
}

#head .global-menu .gnavi li.inner a:hover{
	background: url(/component/img/common/head/gnavi_link_inner_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.men{
	width: 66px;
}

#head .global-menu .gnavi li.men a,
#head .global-menu .gnavi li.men strong{
	width: 64px;
}

#head .global-menu .gnavi li.men a:hover{
	background: url(/component/img/common/head/gnavi_link_men_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.kids{
	width: 118px;
}

#head .global-menu .gnavi li.kids a,
#head .global-menu .gnavi li.kids strong{
	width: 116px;
}
#head .global-menu .gnavi li.kids a:hover{
	background: url(/component/img/common/head/gnavi_link_kids_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.living{
	width: 116px;
}

#head .global-menu .gnavi li.living a,
#head .global-menu .gnavi li.living strong{
	width: 114px;
}

#head .global-menu .gnavi li.living a:hover{
	background: url(/component/img/common/head/gnavi_link_living_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.uniform{
	width: 101px;
}
#head .global-menu .gnavi li.uniform a,
#head .global-menu .gnavi li.uniform strong{
	width: 99px;
}
#head .global-menu .gnavi li.uniform a:hover{
	background: url(/component/img/common/head/gnavi_link_uniform_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.beauty{
	width: 89px;
}

#head .global-menu .gnavi li.beauty a,
#head .global-menu .gnavi li.beauty strong{
	width: 87px;
}

#head .global-menu .gnavi li.beauty a:hover{
	background: url(/component/img/common/head/gnavi_link_beauty_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.gourmet{
	width: 67px;
}

#head .global-menu .gnavi li.gourmet a,
#head .global-menu .gnavi li.gourmet strong{
	width: 65px;
}
#head .global-menu .gnavi li.gourmet a:hover{
	background: url(/component/img/common/head/gnavi_link_gourmet_o.gif) 1px 0 no-repeat;
}

#head .global-menu .gnavi li.big{
	width: 102px;
}

#head .global-menu .gnavi li.big a,
#head .global-menu .gnavi li.big strong{
	width: 100px;
}
#head .global-menu .gnavi li.big a:hover{
	background: url(/component/img/common/head/gnavi_link_big_o.gif) 1px 0 no-repeat;
}

#head .global-menu.lady .gnavi li.lady a,
#head .global-menu.inner .gnavi li.inner a,
#head .global-menu.men .gnavi li.men a,
#head .global-menu.kids .gnavi li.kids a,
#head .global-menu.living .gnavi li.living a,
#head .global-menu.uniform .gnavi li.uniform a,
#head .global-menu.beauty .gnavi li.beauty a,
#head .global-menu.gourmet .gnavi li.gourmet a,
#head .global-menu.big .gnavi li.big a{
	color: #fff;
	font-weight: bold;
	min-height: 15px;
	padding: 6px 0 7px 0;
}

#head .global-menu.lady .gnavi li.lady a:hover,
#head .global-menu.inner .gnavi li.inner a:hover,
#head .global-menu.men .gnavi li.men a:hover,
#head .global-menu.kids .gnavi li.kids a:hover,
#head .global-menu.living .gnavi li.living a:hover,
#head .global-menu.uniform .gnavi li.uniform a:hover,
#head .global-menu.beauty .gnavi li.beauty a:hover,
#head .global-menu.gourmet .gnavi li.gourmet a:hover,
#head .global-menu.big .gnavi li.big a:hover{
	background: none;
}





/* ========================================
	subnavi:大ジャンルナビ
======================================== */
#head .global-menu .subnavi{
	width: 957px;
	padding: 13px 0 0 0;
	margin: -2px 0 0 0;
}
#head .global-menu.lady .subnavi{
	background: url(/component/img/common/head/subnavi_bg_lady_hd.gif) left top no-repeat;
}
#head .global-menu.inner .subnavi{
	background: url(/component/img/common/head/subnavi_bg_inner_hd.gif) left top no-repeat;
}
#head .global-menu.men .subnavi{
	background: url(/component/img/common/head/subnavi_bg_men_hd.gif) left top no-repeat;
}
#head .global-menu.kids .subnavi{
	background: url(/component/img/common/head/subnavi_bg_kids_hd.gif) left top no-repeat;
}
#head .global-menu.living .subnavi{
	background: url(/component/img/common/head/subnavi_bg_living_hd.gif) left top no-repeat;
}
#head .global-menu.uniform .subnavi{
	background: url(/component/img/common/head/subnavi_bg_uniform_hd.gif) left top no-repeat;
}
#head .global-menu.beauty .subnavi{
	background: url(/component/img/common/head/subnavi_bg_beauty_hd.gif) left top no-repeat;
}
#head .global-menu.gourmet .subnavi{
	background: url(/component/img/common/head/subnavi_bg_gourmet_hd.gif) left top no-repeat;
}
#head .global-menu.big .subnavi{
	background: url(/component/img/common/head/subnavi_bg_big_hd.gif) left top no-repeat;
}

#head .global-menu .subnavi ul{
	margin: 0 0 0 1px;
	padding: 7px 15px 12px 15px;
	background: url(/component/img/common/head/subnavi_bg.gif) left bottom no-repeat;
}

#head .global-menu .subnavi li{
	display:inline;
	background: #333;
	line-height: 1.6;
}

#head .global-menu .subnavi li a,
#head .global-menu .subnavi li strong{
	padding: 0 9px 0 9px;
	margin: 0 1px 0 0;
	background: #fff;
}

#head .global-menu .subnavi li.subnavi1 a,
#head .global-menu .subnavi li.subnavi1 strong{
	margin: 0 1px;
}

#head .global-menu .subnavi li.select a{
	font-weight: bold;
}

/* ========================================
	genrebtn:カテゴリ一覧ボタン
======================================== */
#head .global-menu .genrebtn{
	width: 97px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/component/img/common/head/btn_categorylist_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu .genrebtn a{
	display: block;
	font-size: 91%;
	text-align: left;
	background: url(/component/img/common/head/btn_categorylist_bg_hd.gif) left top no-repeat;
	padding: 5px 7px 3px 23px;
	min-height: 13px;
	text-decoration: none;
	line-height: 1.2;
}


/* ========================================
	gnavi:グローバルナビ（食品カテゴリ削除）
======================================== */
#head .global-menu2{
	width: 958px;
	position: relative;
	margin: 0 0 15px 0;
}

#head .global-menu2 .gnavi{
	width: 856px;
	background: url(/component/img/common/head/gnavi_bg2.gif) left top no-repeat;
	padding: 0;
}

#head .global-menu2 .gnavi div{
	background: url(/component/img/common/head/gnavi_ft.gif) left bottom no-repeat;
	padding: 0 0 2px 0;
}

#head .global-menu2 .gnavi ul{
	background: url(/component/img/common/head/gnavi_bg_ft2.gif) left bottom no-repeat;
	padding: 0;
	margin: 0;
	width: 856px;
	min-height: 31px;
}

#head .global-menu2 .gnavi ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head .global-menu2 .gnavi ul{
	display: inline-block;
}

#head .global-menu2.lady .gnavi{
	background: url(/component/img/common/head/gnavi_lady_bg2.gif) left top no-repeat;
}

#head .global-menu2.lady .gnavi ul{
	background: url(/component/img/common/head/gnavi_lady_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.inner .gnavi{
	background: url(/component/img/common/head/gnavi_inner_bg2.gif) left top no-repeat;
}

#head .global-menu2.inner .gnavi ul{
	background: url(/component/img/common/head/gnavi_inner_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.men .gnavi{
	background: url(/component/img/common/head/gnavi_men_bg2.gif) left top no-repeat;
}

#head .global-menu2.men .gnavi ul{
	background: url(/component/img/common/head/gnavi_men_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.kids .gnavi{
	background: url(/component/img/common/head/gnavi_kids_bg2.gif) left top no-repeat;
}

#head .global-menu2.kids .gnavi ul{
	background: url(/component/img/common/head/gnavi_kids_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.living .gnavi{
	background: url(/component/img/common/head/gnavi_living_bg2.gif) left top no-repeat;
}

#head .global-menu2.living .gnavi ul{
	background: url(/component/img/common/head/gnavi_living_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.uniform .gnavi{
	background: url(/component/img/common/head/gnavi_uniform_bg2.gif) left top no-repeat;
}

#head .global-menu2.uniform .gnavi ul{
	background: url(/component/img/common/head/gnavi_uniform_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.beauty .gnavi{
	background: url(/component/img/common/head/gnavi_beauty_bg2.gif) left top no-repeat;
}

#head .global-menu2.beauty .gnavi ul{
	background: url(/component/img/common/head/gnavi_beauty_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.gourmet .gnavi{
	background: url(/component/img/common/head/gnavi_gourmet_bg2.gif) left top no-repeat;
}

#head .global-menu2.gourmet .gnavi ul{
	background: url(/component/img/common/head/gnavi_gourmet_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2.big .gnavi{
	background: url(/component/img/common/head/gnavi_big_bg2.gif) left top no-repeat;
}

#head .global-menu2.big .gnavi ul{
	background: url(/component/img/common/head/gnavi_big_bg_ft2.gif) left bottom no-repeat;
}

#head .global-menu2 .gnavi li{
	text-align: center;
	padding: 2px 0 0 0;
	float: left;
}

#head .global-menu2 .gnavi li a{
	background: none;
	padding: 4px 0 9px 0;
	margin: 0 0 0 2px;
	color: #5e5441;
	display: block;
	text-decoration: none;
	min-height: 15px;
	zoom: 1;
}

#head .global-menu2 .gnavi li strong{
	min-height: 22px;
	padding: 6px 0 0 0;
	margin: 0 0 0 2px;
	display: block;
	color: #fff;
}

#head .global-menu2 .gnavi li.lady{
	width: 87px;
}

#head .global-menu2 .gnavi li.lady a,
#head .global-menu2 .gnavi li.lady strong{
	width: 85px;
}

#head .global-menu2 .gnavi li.lady a:hover{
	background: url(/component/img/common/head/gnavi_link_lady2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.inner{
	width: 108px;
}

#head .global-menu2 .gnavi li.inner a,
#head .global-menu2 .gnavi li.inner strong{
	width: 106px;
}

#head .global-menu2 .gnavi li.inner a:hover{
	background: url(/component/img/common/head/gnavi_link_inner2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.men{
	width: 64px;
}

#head .global-menu2 .gnavi li.men a,
#head .global-menu2 .gnavi li.men strong{
	width: 62px;
}

#head .global-menu2 .gnavi li.men a:hover{
	background: url(/component/img/common/head/gnavi_link_men2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.kids{
	width: 116px;
}

#head .global-menu2 .gnavi li.kids a,
#head .global-menu2 .gnavi li.kids strong{
	width: 114px;
}
#head .global-menu2 .gnavi li.kids a:hover{
	background: url(/component/img/common/head/gnavi_link_kids2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.living{
	width: 114px;
}

#head .global-menu2 .gnavi li.living a,
#head .global-menu2 .gnavi li.living strong{
	width: 112px;
}

#head .global-menu2 .gnavi li.living a:hover{
	background: url(/component/img/common/head/gnavi_link_living2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.uniform{
	width: 99px;
}
#head .global-menu2 .gnavi li.uniform a,
#head .global-menu2 .gnavi li.uniform strong{
	width: 97px;
}
#head .global-menu2 .gnavi li.uniform a:hover{
	background: url(/component/img/common/head/gnavi_link_uniform2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.beauty{
	width: 87px;
}

#head .global-menu2 .gnavi li.beauty a,
#head .global-menu2 .gnavi li.beauty strong{
	width: 85px;
}

#head .global-menu2 .gnavi li.beauty a:hover{
	background: url(/component/img/common/head/gnavi_link_beauty2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.bargain{
	width: 79px;
}

#head .global-menu2 .gnavi li.bargain a,
#head .global-menu2 .gnavi li.bargain strong{
	width: 77px;
}
#head .global-menu2 .gnavi li.bargain a:hover{
	background: url(/component/img/common/head/gnavi_link_bargain2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2 .gnavi li.big{
	width: 100px;
}

#head .global-menu2 .gnavi li.big a,
#head .global-menu2 .gnavi li.big strong{
	width: 98px;
}
#head .global-menu2 .gnavi li.big a:hover{
	background: url(/component/img/common/head/gnavi_link_big2_o.gif) 1px 0 no-repeat;
}

#head .global-menu2.lady .gnavi li.lady a,
#head .global-menu2.inner .gnavi li.inner a,
#head .global-menu2.men .gnavi li.men a,
#head .global-menu2.kids .gnavi li.kids a,
#head .global-menu2.living .gnavi li.living a,
#head .global-menu2.uniform .gnavi li.uniform a,
#head .global-menu2.beauty .gnavi li.beauty a,
#head .global-menu2.gourmet .gnavi li.bargain a,
#head .global-menu2.big .gnavi li.big a{
	color: #fff;
	font-weight: bold;
	min-height: 15px;
	padding: 6px 0 7px 0;
}

#head .global-menu2.lady .gnavi li.lady a:hover,
#head .global-menu2.inner .gnavi li.inner a:hover,
#head .global-menu2.men .gnavi li.men a:hover,
#head .global-menu2.kids .gnavi li.kids a:hover,
#head .global-menu2.living .gnavi li.living a:hover,
#head .global-menu2.uniform .gnavi li.uniform a:hover,
#head .global-menu2.beauty .gnavi li.beauty a:hover,
#head .global-menu2.gourmet .gnavi li.gourmet a:hover,
#head .global-menu2.big .gnavi li.big a:hover{
	background: none;
}

/* ========================================
	subnavi:大ジャンルナビ
======================================== */
#head .global-menu2 .subnavi{
	width: 957px;
	padding: 13px 0 0 0;
	margin: -2px 0 0 0;
}
#head .global-menu2.lady .subnavi{
	background: url(/component/img/common/head/subnavi_bg_lady_hd2.gif) left top no-repeat;
}
#head .global-menu2.inner .subnavi{
	background: url(/component/img/common/head/subnavi_bg_inner_hd2.gif) left top no-repeat;
}
#head .global-menu2.men .subnavi{
	background: url(/component/img/common/head/subnavi_bg_men_hd2.gif) left top no-repeat;
}
#head .global-menu2.kids .subnavi{
	background: url(/component/img/common/head/subnavi_bg_kids_hd2.gif) left top no-repeat;
}
#head .global-menu2.living .subnavi{
	background: url(/component/img/common/head/subnavi_bg_living_hd2.gif) left top no-repeat;
}
#head .global-menu2.uniform .subnavi{
	background: url(/component/img/common/head/subnavi_bg_uniform_hd2.gif) left top no-repeat;
}
#head .global-menu2.beauty .subnavi{
	background: url(/component/img/common/head/subnavi_bg_beauty_hd2.gif) left top no-repeat;
}
#head .global-menu2.gourmet .subnavi{
	background: url(/component/img/common/head/subnavi_bg_gourmet_hd2.gif) left top no-repeat;
}
#head .global-menu2.big .subnavi{
	background: url(/component/img/common/head/subnavi_bg_big_hd2.gif) left top no-repeat;
}

#head .global-menu2 .subnavi ul{
	margin: 0 0 0 1px;
	padding: 7px 15px 12px 15px;
	background: url(/component/img/common/head/subnavi_bg.gif) left bottom no-repeat;
}

#head .global-menu2 .subnavi li{
	display:inline;
	background: #333;
	line-height: 1.6;
}

#head .global-menu2 .subnavi li a,
#head .global-menu2 .subnavi li strong{
	padding: 0 9px 0 9px;
	margin: 0 1px 0 0;
	background: #fff;
}

#head .global-menu2 .subnavi li.subnavi1 a,
#head .global-menu2 .subnavi li.subnavi1 strong{
	margin: 0 1px;
}

#head .global-menu2 .subnavi li.select a{
	font-weight: bold;
}

/* ========================================
	genrebtn:カテゴリ一覧ボタン
======================================== */
#head .global-menu2 .genrebtn{
	width: 97px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/component/img/common/head/btn_categorylist_bg_ft.gif) left bottom no-repeat;
}

#head .global-menu2 .genrebtn a{
	display: block;
	font-size: 91%;
	text-align: left;
	background: url(/component/img/common/head/btn_categorylist_bg_hd.gif) left top no-repeat;
	padding: 5px 7px 3px 23px;
	min-height: 13px;
	text-decoration: none;
	line-height: 1.2;
}








/* ========================================
	head simple：シンプルヘッダ
======================================== */
#head.simple{
	border-top: solid 2px #624e37;
	margin: 0 0 30px 0;
}

#head.simple .headwrap{
	width: 978px;
	padding: 10px 5px 0 5px;
	margin: 0 auto;
	background: url(/component/img/common/head/head_bg.gif) left top no-repeat;
	text-align: left;
}
#head.simple .head-in{
	width: 968px;
	position: relative;
	padding: 0 9px 8px 0;
	border-bottom: solid 2px #d2c8bb;
}

#head.simple .head-in:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head.simple .head-in{
	display: inline-block;
}

/* ========== pop-w832 ========== */
body.pop-w832 #head.simple .headwrap{
	width: 822px;
	padding: 10px 5px 0 5px;
}

body.pop-w832 #head.simple .head-in{
	width: 812px;
}

/* ========== logo ========== */
#head.simple .logo{
	left: 10px;
	top: 0;
}

/* ========== catch ========== */
#head.simple .catch{
	margin: 0;
	padding: 0 0 0 125px;
	width: 140px;
	float: left;
}

/* ========== guide-btn ========== */
#head.simple .guide-btn{
	margin: -12px 0 27px 0;
	width: 99px;
	float: right;
	font-size: 83%;
	background: url(/component/img/common/head/btn_guide_bg.png) left bottom no-repeat;
}

#head.simple .guide-btn a{
	display: block;
	padding: 3px 8px 6px 26px;
	background: url(/component/img/common/icon_arrow_l.gif) 19px 0.7em no-repeat;
}

/* ========== logout-btn ========== */
#head.simple .logout-btn{
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 8px;
}


/* ========================================
	wrap：メインコンテンツ
======================================== */
#wrap{
	width: 958px;
	margin: 0 auto;
	padding: 0 15px;
}

body.pop #wrap{
	padding: 20px 0;
}

body.pop-w832 #wrap{
	width: 802px;
	padding: 0 20px;
}


/* IE以外のモダンブラウザ向け */
#wrap:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7および、Mac：IE5向け */
*:first-child+html #wrap{
	display: inline-block;
}

#wrap .gotop{
	clear: both;
	margin: 0 0 18px 0;
	text-align: right;
}

#wrap .gotop a{
	padding: 0 0 0 11px;
	background: url(/component/img/common/icon_arrow_t.gif) 0 0.5em no-repeat;
}

#wrap .gotop a strong{
	font-weight: normal;
}

/* ========================================
	breadclumb：パンくず
======================================== */
#wrap #breadclumb{
	margin: 0;
	padding: 0 150px 25px 0;
	width: 808px;
	position: relative;
	text-align: left;
}

#wrap #breadclumb div{
	margin: 1px 0 0;
	width: 808px;
}
#wrap #breadclumb div:first-child{
	margin: 0;
}

#wrap #breadclumb a.current{
	text-decoration: none;
}

#wrap #breadclumb .backlink{
	margin: 0;
	width: 150px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

#wrap #breadclumb .backlink a{
	background: url(/component/img/common/icon_arrow_r.gif) 0 0.4em no-repeat;
	padding: 0 0 0 9px;
}

/* ========================================
	genrenavi：ジャンルナビ（コンテンツ下部）
======================================== */
#wrap .genrenavi{
	clear: both;
	width: 958px;
	text-align: left;
	font-size: 83%;
	margin: 0 0 22px 0;
	padding: 0;
}

#wrap .genrenavi:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #wrap .genrenavi{
	display: inline-block;
}

#wrap .genrenavi li{
	width: 136px;
	margin: 0 0 2px 0;
	padding: 0 0 0 1px;
	float: left;
}

* html #wrap .genrenavi li{
	zoom: 1;
	vertical-align: top;
	float: none;
	display: inline;
}

*:first-child+html #wrap .genrenavi li{
	zoom: 1;
	vertical-align: top;
	float: none;
	display: inline;
}

#wrap .genrenavi li a{
	display: block;
	background: url(/component/img/common/genrenavi_bg_ft.gif) left bottom no-repeat;
	letter-spacing: -1px;
	text-decoration: none;
}

#wrap .genrenavi li a span{
	display: block;
	padding: 4px 5px 0 12px;
	width: 119px;
	min-height: 17px;
	background: url(/component/img/common/genrenavi_bg_hd.gif) left top no-repeat;
}

#wrap .genrenavi li.select a,
#wrap .genrenavi li.select strong{
	display: block;
	background: url(/component/img/common/genrenavi_select_bg_ft.gif) left bottom no-repeat;
	letter-spacing: -1px;
}

#wrap .genrenavi li.select a span,
#wrap .genrenavi li.select strong span{
	display: block;
	padding: 4px 5px 0 12px;
	width: 119px;
	min-height: 17px;
	color: #fff;
	background: url(/component/img/common/genrenavi_select_bg_hd.gif) left top no-repeat;
}

*:first-child+html #wrap .genrenavi li.select a span,
*:first-child+html #wrap .genrenavi li.select strong span{
	height: 17px;
}

#wrap .genrenavi li.navi1,
#wrap .genrenavi li.navi8,
#wrap .genrenavi li.navi15{
	padding: 0;
	clear: both;
}

/* ========================================
	foot-info:フッターインフォメーション
======================================== */
#wrap .foot-info{
	margin: 0 0 15px 0;
	padding: 8px 10px;
	background: url(/component/img/common/foot/foot_footinfo_bg.gif) left top;
	text-align: left;
}

#wrap .foot-info ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap .foot-info ul li{
	margin: 0;
	padding: 0 7px 0 10px;
	display: inline;
	border-left: solid 1px #333;
}

#wrap .foot-info ul li:first-child{
	border-left: none;
	padding-left: 7px;
}

#wrap .foot-info p{
	margin: 0;
}

/* ========================================
	foot:フッター
======================================== */
#foot{
	width: 988px;
	margin: 0 auto;
	padding: 0;
}


body.pop-w832 #foot{
	width: auto;
	width: 832px;
}

#foot .gotop{
	margin: 0 15px 20px 0;
	text-align: right;
}

#foot .gotop a{
	padding: 0 0 0 11px;
	background: url(/component/img/common/icon_arrow_t.gif) 0 0.5em no-repeat;
}

#foot .gotop a strong{
	font-weight: normal;
}


/* ========================================
	foot-box:フッターボックス
======================================== */
#foot .foot-box{
	margin: 0;
	padding: 0 15px 8px 15px;
	background: #624e37;
	font-size: 12px;
}

/* IE以外のモダンブラウザ向け */
#foot .foot-box:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #foot .foot-box{
	display: inline-block;
}

#foot .foot-box .foot-link{
	margin: 0;
	padding: 8px 0 0;
	text-align: left;
	float: left;
}

#foot .foot-box .foot-link li{
	display: inline;
	padding: 0 5px 0 10px;
	background: url(/component/img/common/foot/foot_footlink_border.gif) left top repeat-y;
}

#foot .foot-box .foot-link li:first-child{
	padding-left: 0;
	background: none;
}

#foot .foot-box .foot-link li a{
	color: #fff;
}

#foot .foot-box .copyright{
	margin: 0;
	padding: 8px 0 0;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 11px;
}














/* ========================================
	head：ヘッダ（イマージュ）
======================================== */
#head.image{
	border-top: solid 3px #ba376d;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
}

#head.image .headwrap{
	width: 958px;
	padding: 9px 0 6px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #ffffff;
}

#head.image ul,
#head.image li{
	margin: 0;
	padding: 0;
}

#head.image img{
	vertical-align: top;
}

#head.image .headwrap .headtxt {
	margin: 4px 0 0;
	font-size: 12px;
	color: #000100;
}

#head.image .headwrap .headtxt span {
	display: inline-block;
	color: #cd0064;
	font-weight: bold;
	margin-left: 9px;
}

#head.image .btnarea{
	position: absolute;
	top: 8px;
	left: 550px;
}

#head.image .btnarea li {
	display: inline-block;
	margin-right: 4px;
	margin-top: 0;
}

#head.image .btnarea li img {
	vertical-align: baseline;
}

/* ========== guide ========== */
#head.image .guide{
	font-size: 11px;
	position: absolute;
	top: 12px;
	right: 0;
}

#head.image .guide li {
	display: inline;
	border-right: solid 1px #000100;
	margin: 0 0 0 4px;
	padding: 0 10px 0 0;
}


#head.image .guide li + li {
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
}

#head.image .guide li a {
	text-decoration: none;
	line-height: 1.5;
	color: #000100;
}

#head.image .guide li a:hover {
	text-decoration: underline;
}


/* ========== logo ========== */
#head.image .logowrap {
	width: 958px;
	padding: 10px 0 18px 0;
	margin: 5px auto 0 auto;
	position: relative;
	text-align: left;
	background: #e580aa;
}



#head.image .logo{
	margin: 0;
	padding: 0;
	width: 233px;
	position: absolute;
	top: 14px;
	left: 16px;
}



/* ========== search ========== */
#head.image .searcharea{
	padding: 0;
	width: 608px;
	height: 32px;
	position: relative;
	left: 329px;
	top: 10px;
	background: #fec2dc;
}

.searchwrap {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    float: left;
    width: 128px;
}


.searchwrap:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 13px;
    right: -10px;
    border-width: 6px 4px;
    border-style: solid;
    border-color: #bb336c transparent transparent;
    pointer-events: none
}
/*
.searchwrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 21px;
    border-left: solid 1px #bb336c;
    vertical-align: middle
}
*/


.searcharea .searchwrap select {
    color: #bb336c;
    border: 0;
    margin: 0;
    padding: 0 10px;
    background-color: transparent;
    vertical-align: middle;
    font-size: 12px;
    width: 148px !important;
    height: 32px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
}
.searcharea .searchwrap select::-ms-expand {
    display: none
}







#head.image .searcharea .search-txt{
	position: absolute;
	top: 5px;
	left: 148px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 405px;
	height: 24px;
	background: none;
	border-left: solid 1px #bc336b;
	color: #be4372;
}


#head.image .searcharea .search-txt input{
	margin: 0;
	padding: 0 0 0 6px;
	border: 0;
	width: 380px;
	height: 24px;
	background: #fec2dc;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	color: #be4372;
}

#head.image .searcharea .search-txt input[type="text"][placeholder="商品番号・キーワードで検索"]{
	/*color: #e299b7;*/
	color: #be4372;
	font-size: 12px;
}

#head.image .searcharea .search-txt input::-webkit-input-placeholder {
	/*color: #e299b7;*/
	color: #be4372;
    font-weight: normal;
	font-size: 12px;
	opacity: 0.6; 
}

#head.image .searcharea .search-txt input:-ms-input-placeholder {
	/*color: #e299b7;*/
	color: #be4372;
    font-weight: normal;
	font-size: 12px;
	opacity: 0.6; 
}
#head.image .searcharea .search-txt input::-moz-placeholder {
	/*color: #e299b7;*/
	color: #be4372;
    font-weight: normal;
	font-size: 12px;
	opacity: 0.6; 
}

#head.image .searcharea .sarchbtn{
	width: 54px;
	position: absolute;
	left: 554px;
	top: 0;
}


/* ========================================
	gnavi:グローバルナビ（イマージュ）
======================================== */
#head .image-global-menu {
	width: 958px;
	background: #ba376d;
	margin: 0 auto 15px auto;
	padding: 10px 0 9px 0;
}

#head .image-global-menu ul li {
	display: inline-block;
	border-left: solid 1px #ffffff;
	padding: 0 4px 0 7px;
}

#head .image-global-menu ul li:first-child {
	border-left: none;
}

#head .image-global-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

#head .image-global-menu ul li a:hover {
	text-decoration: underline;
}


#head .global-menu.image{
	width: 958px;
	background: #ba376d;
	position: relative;
	margin: 0 auto 15px auto;
	
}

#head .global-menu.image .gnavi {
	margin: 0 auto;
	background: none;
}

#head .global-menu.image .gnavi li {
	padding: 10px 0 10px 0;
}
#head .global-menu.image .gnavi li a {
	border-left: solid 1px #ffffff;
	color: #ffffff;
	padding: 0 0 0 7px;
}

#head .global-menu.image .gnavi li:first-child a {
	border: none;
}


#head .global-menu.image .gnavi div{
	background: none;
	padding: 0 0 2px 0;
}


#head .global-menu.image .gnavi ul{
	background: none;
	padding: 0;
	margin: 0;
	width: 922px;
	min-height: 34px;
}

#head .global-menu.image .gnavi ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* ========================================
	head simple：シンプルヘッダ（イマージュ）
======================================== */
#head.simple.image{
	border-top: solid 3px #ba376d;
	margin: 0 0 30px 0;
}

#head.simple.image .headwrap{
	width: 978px;
	padding: 10px 5px 0 5px;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
}
#head.simple.image .head-in{
	width: 968px;
	position: relative;
	padding: 0 9px 52px 0;
	border-bottom: solid 2px #e580aa;
}

#head.simple.image .head-in:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #head.simple.image .head-in{
	display: inline-block;
}

/* ========== logo ========== */
#head.simple.image .logo{
	left: 15px;
	top: 0;
}

/* ========== catch ========== */
#head.simple.image .catch{
	margin: 0;
	padding: 0 0 0 125px;
	width: 140px;
	float: left;
}

/* ========== guide ========== */
#head.simple.image .guide{
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 0;
}

#head.simple.image .guide li {
	display: inline-block;
	border-right: solid 1px #000100;
	color: #000100;
	margin: 0 0 0 7px;
	padding: 0 7px 0 0;
}


#head.simple.image .guide li + li {
	border: none;
	padding: 0;
}

#head.simple.image .guide li a {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	text-decoration: none;
	line-height: 1.5;
}

#head.simple.image .guide li a:hover {
	text-decoration: underline;
}

/* ========== logout-btn ========== */
#head.simple.image .logout-btn{
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

/* ========================================
	foot-box:フッターボックス（イマージュ）
======================================== */

#foot.image .foot-box{
	background: #ba376d;
}

#foot.image .foot-box .foot-link li{
	display: inline;
	padding: 0 6px 0 9px;
	background: none;
	border-left: solid 1px #ffffff;
}

#foot.image .foot-box .foot-link li:first-child {
	border: none;
	padding: 0 6px 0 0;
}


#foot.image .foot-box .foot-link li a{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	text-decoration: none;
}


#foot.image .foot-box .foot-link li a:hover{
	text-decoration: underline;
}


#foot.image .foot-box .copyright{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	margin: 0;
	padding: 8px 0 0;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 11px;
}


/* ========================================
	recommend-box：おすすめ商品/最近チェックした商品（イマージュ・カート空）
======================================== */
#wrap .recommend-box.image {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	width: 958px;
	margin: 100px auto 0 auto;

}


#wrap .recommend-box.image h2{
	margin: 0;
	color: #ffffff;
	background: #e580aa;
	font-size: 14px;
	padding: 1px 0;
    text-align: left;
}

#wrap .recommend-box.image h2 span {
	display: block;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 9px 20px;
}
#wrap .recommend-box.image ul {
    margin: 0;
    padding: 0;
}
#wrap .recommend-box.image ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#wrap .recommend-box.image ul li {
    margin: 0;
    padding: 20px 0 0 22px;
    width: 174px;
    float: left;
    position: relative;
    text-align: left;
}

#wrap #main .recommend-box.image ul li:nth-child(5n+1) {
	clear: both;
	padding: 20px 0 0 0;
}

/*IE8*/
#wrap .recommend-box.image ul li:first-child{
	clear: both;
	padding: 20px 0 0 0;
}
#wrap .recommend-box.image ul > *:first-child + * + * + * + * + *,
#wrap .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + *,
#wrap .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#wrap .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
	clear: both;
	padding: 20px 0 0 0;
}
/*IE8*/

#wrap .recommend-box.image ul li .iname{
	padding: 188px 0 0 0;
	font-size: 11px;
	color: #000100;
	width: 174px;
    margin: 0 0 5px 0;
    position: relative;
}

#wrap .recommend-box.image ul li .iname a{
	line-height: 1.5;
	text-decoration: none;
	color: #000100;
}

#wrap .recommend-box.image ul li .iname a:hover {
	text-decoration: underline;
}

#wrap .recommend-box.image ul li .iname img{
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	padding: 0;
	width: 174px;
	height: 174px;
}


#wrap .recommend-box.image ul li .price{
	font-size: 11px;
	color: #000100;
	width: 126px;
}




/* ========================================
	recommend-box：おすすめ商品/最近チェックした商品（イマージュ）
======================================== */
#wrap #main .recommend-box.image {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	width: 714px;
	margin: 60px 0 0;

}


#wrap #main .recommend-box.image h2{
	margin: 0;
	color: #ffffff;
	background: #e580aa;
	font-size: 14px;
	padding: 1px 0;
}

#wrap #main .recommend-box.image h2 span {
	display: block;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 9px 20px;
}
#wrap #main .recommend-box.image ul {
    margin: 0;
    padding: 0;
}
#wrap #main .recommend-box.image ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#wrap #main .recommend-box.image ul li {
    margin: 0;
    padding: 20px 0 0 20px;
    width: 126px;
    float: left;
    position: relative;
}

#wrap #main .recommend-box.image ul li:nth-child(5n+1) {
	clear: both;
	padding: 20px 0 0 0;
}

/*IE8*/
#wrap #main .recommend-box.image ul li:first-child{
	clear: both;
	padding: 20px 0 0 0;
}
#wrap #main .recommend-box.image ul > *:first-child + * + * + * + * + *,
#wrap #main .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + *,
#wrap #main .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *,
#wrap #main .recommend-box.image ul > *:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
	clear: both;
	padding: 20px 0 0 0;
}
/*IE8*/

#wrap #main .recommend-box.image ul li .iname{
	padding: 140px 0 0 0;
	font-size: 11px;
	color: #000100;
	width: 126px;
    margin: 0 0 5px 0;
    position: relative;
}

#wrap #main .recommend-box.image ul li .iname a{
	line-height: 1.5;
	text-decoration: none;
	color: #000100;
}

#wrap #main .recommend-box.image ul li .iname a:hover {
	text-decoration: underline;
}

#wrap #main .recommend-box.image ul li .iname img{
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	padding: 0;
	width: 126px;
	height: 126px;
}


#wrap #main .recommend-box.image ul li .price{
	font-size: 11px;
	color: #000100;
	width: 126px;
}



/* ========================================
	recommend-box2：おすすめ商品（イマージュ）
======================================== */
#wrap .recommend-box2{
	width: 958px;
	margin: 60px 0 60px;
	padding: 30px 0 0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka , sans-serif;
	clear: both;
	text-align: left;
}

#wrap .recommend-box2 p{
	margin: 0;
}

#wrap .recommend-box2 h2{
	margin: 0;
	color: #ffffff;
	background: #e580aa;
	font-size: 14px;
	padding: 1px 0;
}

#wrap .recommend-box2 h2 span {
	display: block;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 9px 20px;
}

#wrap .recommend-box2 ul{
	margin: 0;
	padding: 0;
}

#wrap .recommend-box2 ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
*:first-child+html #wrap .recommend-box2 ul{
	display: inline-block;
}

#wrap .recommend-box2 ul li{
	margin: 0;
	padding: 20px 0 0 0;
	width: 958px;
}

#wrap .recommend-box2 ul li img {
	padding: 0;
}

#wrap .recommend-box2 ul li a {
	text-decoration: none;
}


#wrap .recommend-box2 .txt {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 12px;
	color: #000100;
	line-height: 1.5;
}



/* ========================================
	historylist：最近チェックした商品（静的ページ用）
======================================== */

#wrap #historylist{
	text-align: left;
	clear: both;
	width: 958px;
	margin: 60px 0 15px 0;
}

#wrap #historylist .box{
	padding: 12px 0 6px;
	background: url(/component/img/common/main/main_box_w958_bg.gif) left bottom no-repeat;
}

#wrap #historylist div.title{
	padding: 0 0 8px 0;
	background: #7d6954 url(/component/img/common/main/title_brw_w958_bg_box_ft.gif) left bottom no-repeat;
	width: 958px;
	position: relative;
}

#wrap #historylist div.title.off{
	padding: 0 0 4px 0;
	background: #7d6954 url(/component/img/common/main/title_brw_w958_bg_ft.gif) left bottom no-repeat;
}

#wrap #historylist div.title h2{
	margin: 0;
	padding: 8px 0 3px 15px;
	background: #7d6954 url(/component/img/common/main/title_brw_w958_bg.gif) left top no-repeat;
	color: #fff;
	font-size: 116%;
}

#wrap #historylist div.title dl{
	margin: 0;
	padding: 1px 0 3px 17px;
	position: absolute;
	top: 6px;
	right: 5px;
	background: url(/component/img/common/main/title_brw_link_border.gif) left top repeat-y;
}

#wrap #historylist div.title dl:after,
#wrap #historylist div.title dl dd:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

#wrap #historylist div.title dl dt{
	font-size: 100%;
	padding: 1px 13px 0 0;
	float: left;
	color: #fff;
	font-weight: bold;
}

#wrap #historylist div.title dl dd,
#wrap #historylist div.title dl dd p{
	margin: 0;
	float: left;
	color: #fff;
}

#wrap #historylist div.title dl dd p{
	font-size: 100%;
	font-weight: normal;
	padding: 0 10px 0 0;
	position: static;
	background: none;
}

#wrap #historylist div.title dl dd p a{
	display: block;
	font-weight: bold;
	height: 15px;
	color: #fff;
	text-decoration: none;
}

#wrap #historylist div.title dl dd p span{
	background: url(/component/img/common/main/title_brw_link_icon.gif) 0 0.2em no-repeat;
	padding: 0 0 0 17px;
}

#wrap #historylist div.title dl dd p a span{
	text-decoration: underline;
}

#wrap #historylist div.title dl dd p.switch-on a{
	background: url(/component/img/common/main/histlist_switch_off.gif) 100% 0 no-repeat;
	padding-right: 70px;
}

#wrap #historylist div.title dl dd p.switch-off a{
	background: url(/component/img/common/main/histlist_switch_on.gif) 0 0 no-repeat;
	padding-left: 70px;
}

#wrap #historylist .box ul{
	margin: 0;
	padding: 0 17px;
}

#wrap #historylist .box ul:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

#wrap #historylist .box ul li{
	margin: 0;
	padding: 0 10px;
	width: 134px;
	float: left;
}

#wrap #historylist .box ul li dl{
	margin: 0;
	padding: 0;
}

#wrap #historylist .box ul li dl dt{
	margin: 0 0 4px 0;
	padding: 0;
	width: 134px;
	position: relative;
}

#wrap #historylist .box ul li dl dt a img{
	padding: 1px;
	border: solid 1px #d7d1cd;
	width: 130px;
}

#wrap #historylist .box ul li dl dt a img.icon{
	padding: 0;
	border: 0;
	width: auto;
	position: absolute;
	left: 6px;
	top: 6px;
	border: solid 1px #fff;
}

#wrap #historylist .box ul li dl dd{
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap #historylist .box .info{
	margin: 30px 0 40px 0;
	text-align: center;
}

#wrap #historylist .box .attention{
	margin: 0 0 12px 27px;
	text-align: left;
	font-weight: bold;
	color: #f00;
	padding: 0 0 0 14px;
	background: url(/component/img/common/icon_attention_s.png) 0 0.2em no-repeat;
}

#wrap #historylist .box .more-link{
	text-align: right;
	margin: 14px 16px 0 16px;
	padding: 10px 0 9px 0;
	background: url(/component/img/common/main/main_border_dotted_h.gif) left top repeat-x;
}

#wrap #historylist .box .more-link a{
	padding: 0 0 0 9px;
	background: url(/component/img/common/icon_arrow_l.gif) 0 0.4em no-repeat;
}



