@charset "utf-8";

/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
letter-spacing: normal;
font-style: normal;
font-family:  "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Osaka","Arial";
font-size: 100%;
line-height: 160%;
}

/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
table{border-collapse:collapse;}
th,td{padding:0;}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 { font-weight: normal; }
h2 { font-weight: normal; }
h3 { font-weight: normal; }
h4 { font-weight: normal; }
h5 { font-weight: normal; }
h6 { font-weight: normal; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none;}
a:hover { color: #e0b661; text-decoration: none;}
a.link01:link{text-decoration:none;}
a.link01:visited{text-decoration:none;}
a.link01:hover{text-decoration:underline; color:#e0b661;}
a.link02:link{text-decoration:none;}
a.link02:visited{text-decoration:none;}
a.link02:hover{text-decoration:none; color:#e0b661;}
/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
}
/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
.ta_c{
	text-align: center;
}
.ta_l{
	text-align: left;
}
.ta_r{
	text-align: right;
}
/*-----------------------------------------------------------------
リスト
-----------------------------------------------------------------*/
ol, ul {
	list-style: none;
}
/*-----------------------------------------------------------------
パディング
-----------------------------------------------------------------*/
/*padding-top*/
.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}
.pt50 { padding-top: 50px;}
/*padding-right*/
.pr5 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr40 { padding-right: 40px;}
.pr50 { padding-right: 50px;}
/*padding-bottom*/
.pb5 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}
/*padding-left*/
.pl5 { padding-left: 10px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}
.pl50 { padding-left: 50px;}
/*-----------------------------------------------------------------
マージン
-----------------------------------------------------------------*/
/*margin-top*/
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
/*margin-right*/
.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}
.mr50 { margin-right: 50px;}
/*margin-bottom*/
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
/*margin-left*/
.ml5 { margin-left: 10px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}
/*-----------------------------------------------------------------
ライン高
-----------------------------------------------------------------*/
.lh120 { line-height:120%;}
.lh130 { line-height:130%;}
.lh140 { line-height:140%;}
.lh150 { line-height:150%;}
.lh160 { line-height:160%;}
.lh170 { line-height:170%;}
.lh180 { line-height:180%;}
.lh190 { line-height:190%;}
/*-----------------------------------------------------------------
フロート
-----------------------------------------------------------------*/
.fl { float:left}
.fr { float:right}
/*-----------------------------------------------------------------
クリア
-----------------------------------------------------------------*/
.cb{ clear: both;}
/*-----------------------------------------------------------------
BODY
-----------------------------------------------------------------*/
body{
	color: #EEE;
	background: #000;
}

h1.h1_text {
	background: #555555;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 72%;
}


/*-----------------------------------------------------------------
ラッパー
-----------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: 72%;
}
/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
#header{
	width: 1000px;
	margin:0;
	overflow:hidden;
}
#header h1{
	height: 16px;
	padding-top: 5px;
	line-height: 120%;
}
#header_bottom{
	overflow: hidden;
	width: 1000px;
}
#header_logo{
	margin-top: 9px;
	float: left;
}
#header_contact{
	width: 320px;
	overflow: hidden;
	float: left;
	margin: 9px 30px 0 0;
	padding : 0 0 0 19px;
}
#header_contact .upper{
	width: 320px;
	padding-bottom: 7px;
	border-bottom: solid #bfa167 1px;
	overflow: hidden;
}
#header_contact .under{
	width: 320px;
	height: 27px;
	padding-top: 7px;
	overflow: hidden;
}
#header_contact .under .under_right{
	width: 230px;
	float: right;
}
#header_contact img{
	vertical-align: bottom;
}
#header p.header_text {
	margin: 5px auto 8px auto;
}

/*-----------------------------------------------------------------
navi
-----------------------------------------------------------------*/
/*グローバルナビゲーション*/
#nav{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	background: #000 url(https://img08.shop-pro.jp/PA01200/317/etc/gnav_bg.gif) repeat-x left top;
}
#nav li{
	float:left;
}
#nav img{
	vertical-align: middle;
}
.nav_rightbtn{
	margin: 8px 10px 0 0;
}

.nav_rightbtn a {
	background: #000;
	display: block;
}

#nav_rightbtn_01{
	padding: 0 0 0 100px;
}
/*ようこそメッセージ*/
#welcome_message{
	width: 995px;
	height: 20px;
	padding: 0 5px 0 0;
	margin: 0 0 20px 0;
	background-color: #222;
	clear: both;
	line-height: 20px;
	text-align: right;
}

#nav li.home a,
#nav li.item a,
#nav li.guide a,
#nav li.shopinfo a,
#nav li.inq a {
	display: inline-block;
}

#nav li.home a:hover,
#nav li.item a:hover,
#nav li.guide a:hover,
#nav li.shopinfo a:hover,
#nav li.inq a:hover {
	background-color: transparent; /* IE6対応 */
}

#nav li.home a:hover img,
#nav li.item a:hover img,
#nav li.guide a:hover img,
#nav li.shopinfo a:hover img,
#nav li.inq a:hover img {
	visibility: hidden;
}

#nav .home a:hover {
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/gnavi_home_ov.png) no-repeat;
}

#nav .item a:hover {
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/gnavi_item_ov.png) no-repeat;
}

#nav .guide a:hover {
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/gnavi_guide_ov.png) no-repeat;
}

#nav .shopinfo a:hover {
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/gnavi_shopinfo_ov.png) no-repeat;
}

#nav .inq a:hover {
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/gnavi_inq_ov.png) no-repeat;
}

/*  subnavi  */
.subnavi {
	clear: both;
	position: relative;
	z-index: 10000;
}
.subnavi ul {
	display: none;
}
.subnavi ul {
	position: absolute;
	top: 0;
	background-color: #e6c686;
}
.subnavi ul li {
	border-top: 1px #222222 solid;
	font-size: 13px;
}
.subnavi ul li a {
	display: block;
	padding: 8px 30px 8px 15px;
	color: #000000;
	font-weight: bold;
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/subnav_arrow.png) no-repeat 96% 50%;;
}
.subnavi ul li a:hover {
	background-color: #ca9f49;
}


/*-----------------------------------------------------------------
content
-----------------------------------------------------------------*/
#content{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
/*-----------------------------------------------------------------
main
-----------------------------------------------------------------*/
#main{
	float: right;
	width: 790px;
	overflow: hidden;
}
/*-----------------------------------------------------------------
side
-----------------------------------------------------------------*/
#side{
	float: left;
	width: 190px;
	overflow: hidden;
}
/*商品を検索する*/
#search{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/side_bg01_bkgd.png) repeat;
	width: 160px;
	padding: 10px 15px;
	margin: 0 0 20px 0;
}
#search_submit{
	background: #000 url(https://img08.shop-pro.jp/PA01200/317/etc/side_search_btn_bkgd.png) no-repeat;
	width: 120px;
	height: 25px;
	cursor: pointer;
	 text-indent: -9999px;
	 border:0;
}
#side #search h3{
	padding: 0 0 3px 0;
	margin: 0 0 13px 0;
	border-bottom: solid #cccccc 1px;
}
/*Brands*/
#brands{
	width: 190px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 25px 0;
}
/*Item Category*/
.cat_box{
	width: 188px;
	overflow: hidden;
	border:1px solid #333;
}
.cat_box ul{
	margin: 10px 15px;
}
.cat_box a:link{
	color: #fff;
	text-decoration: none;
	line-height: 200%;
}
.cat_box a:visited{
	color: #fff;
	text-decoration: none;
}
.cat_box a:hover{
	color: #e0b661;
	text-decoration: none;
}
#cat_mens{
	background-color: #000;
	margin: 0 0 10px 0;
}
.border_bt{
	border-bottom:1px dotted #666;
}
#cat_mens li{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/common_arrow01_bkgd.png) left 5px no-repeat;
	text-indent: 1.5em;
}
#cat_ladies{
	background-color: #000;
	margin: 0 0 20px 0;
}
#cat_ladies li{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/common_arrow01_bkgd.png) left center no-repeat;
	text-indent: 1.5em;
}
/*SNS icon*/
#side_sns{
	height: 36px;
	overflow: hidden;
}
#side_sns .side_sns_fb{
	float: left;
	padding: 0 12px 0 4px;
}
#side_sns .side_sns_tw{
	float: left;
	padding: 0 12px 0 0;
}
#side_sns .side_sns_ig{
	float: left;
	padding: 0 12px 0 0;
}

#head_sns{
	height: 36px;
	display:block;
	overflow: hidden;
	margin-top:20px;
}
#head_sns .side_sns_fb{
	float: left;
	padding: 0 10px 0 0;
}
#head_sns .side_sns_tw{
	float: left;
	padding: 0 10px 0 0;
}
#head_sns .side_sns_ig{
	float: left;
	padding: 0 10px 0 0;
}


/*-----------------------------------------------------------------
main下部　注意事項の画像
-----------------------------------------------------------------*/
#payment_info{
	clear: both;
	width: 1000px;
	height: 370px;
	padding: 55px 0 0 0;
}
/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
#footer_upper{
	width: 1000px;
	height: 34px;
	margin: 30px 0 0 0;
	background-color: #a37b2b;
}
#copyright{
	color: #FFF;
	line-height: 34px;
	float: left;
	text-indent: 15px;
}
#pagetop{
	float: right;
}
#footer_middle{
	width: 1000px;
	padding: 18px 0;
	overflow: hidden;
}
#footer_middle a:link{
	text-decoration: none;
}
#footer_middle a:visited{
	text-decoration: none;
}
#footer_middle a:hover{
	color: #e0b661;
	text-decoration: underline;
}
#footer_middle ul{
	text-align: center;
}
#footer_middle li{
	display: inline;
	border-left: solid #FFF 1px;
	padding: 0 0.5em;
}
#footer_bottom{
	width: 1000px;
	padding: 23px 0 10px;
	overflow: hidden;
}
#footer_bottom a:link{
	text-decoration: none;
}
#footer_bottom a:visited{
	text-decoration: none;
}
#footer_bottom a:hover{
	color: #e0b661;
	text-decoration: underline;
}
#footer_bottom .footer_bottom_box{
	width: 100px;
	float: left;
	margin-right: 30px;
	font-size:80%;
}



/*-----------------------------------------------------------------
メインコンテンツ
-----------------------------------------------------------------*/
#main{
	width: 790px;
	float: right;
	overflow: hidden;
}
/*-----------------------------------------------------------------
main共通設定
-----------------------------------------------------------------*/
/*ページ内見出しの背景とフォントの設定*/
.title_text_01{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/main_titlebar_bg01_bkgd.png) 774px center no-repeat;
	width: 790px;
	height: 32px;
    font-size: 120%;  
    line-height: 32px;
    text-indent: 15px;
	font-weight: bold;
	clear: both;
	border-top: solid #8d6f33 1px;
	border-bottom: solid #8d6f33 1px;
	color: #e0b661;
}
/*main内のクラスター設定*/
.main_cluster01{
	width: 710px;
	padding: 0 10px;
	overflow: hidden;
}
/*pタグ設定*/
.txt_01{
	margin: 0 15px;
	line-height: 150%;
}
/*ページの先頭へ戻る*/
.content_pagetop{
	clear: both;
	width: 700px;
	text-align: right;
	margin-top: 10px;
}
/*-----------------------------------------------------------------
パンくずリスト
-----------------------------------------------------------------*/
#breadcrumbs{
	list-style-type: none;
	margin: 0 0 20px;
	list-style: none;
}
#breadcrumbs li{
	display: inline;
	line-height: 120%;
}
#breadcrumbs a:link{
	text-decoration:none;
}
#breadcrumbs a:visited{
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
	color:#e0b661;
}
/*-----------------------------------------------------------------
商品ページ（カテゴリー）
-----------------------------------------------------------------*/
.sort{
	width: 760px;
	line-height: 120%;
	text-align: right;
	margin: 20px auto;
}
.sort a:link{
	text-decoration:none;
}
.sort a:visited{
	text-decoration:none;
}
.sort a:hover{
text-decoration:underline;
	color:#e0b661;
}
.sort .bold{
	font-weight:bold;color:#e0b661;
}
.cat_pagelink{
	width: 740px;
	padding: 8px 10px;
	margin: 0 15px 30px;
	border-top: dotted #666 1px;
	border-bottom: dotted #666 1px;
	letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
	display:inline-block;
}
.cat_pagelink a:link{
	text-decoration:none;
}
.cat_pagelink a:visited{
	text-decoration:none;
}
.cat_pagelink a:hover{
	text-decoration:underline;
	color:#e0b661;
}
.cat_pagelink p{
	
	display: block;
}
.cat_pagelink p.copy{
	width: 500px;
	float: left;
	text-align: center;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
.cat_pagelink p.prev{
	width: 120px;
	float: left;
	text-align: left;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
.cat_pagelink p.next{
	width: 120px;
	float: left;
	text-align: right;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
#cat_items{
	width: 784px;
	margin: 0 auto 40px;
	overflow: hidden;
}
#cat_items .box{
	float: left;
	width: 150px;
	margin: 0 23px 15px;
	height: 254px;
}
#cat_items .box .thum{
	border: solid #333 1px;
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/side_bg01_bkgd.png);
	display: table-cell;
	margin: 0 0 10px 0;
	text-align:center;
	vertical-align:middle;
	width: 148px;
	height: 168px;
}
#cat_items .box p{
	line-height: 200%;
	text-align: center;
}
/*-----------------------------------------------------------------
商品ページ（商品詳細）
-----------------------------------------------------------------*/
/*商品画像*/
#detail_mainimg_wrap{
	width: 488px;
	margin: 0 auto;
	border: solid #333 1px;
	position: relative;
}
#detail_mainimg{
	width: 488px;
	margin: 0 auto;
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/side_bg01_bkgd.png);
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#sold_out_img_wrap{
	left:0;
	top:0;
	position: absolute;
}
#sold_out_img{

}
#detail_thumnails{
	width: 510px;
	height: 150px;
	margin: 10px 140px 30px;
	letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
	display:inline-block;
}
.detail_thumnails_box{
	width: 148px;
	height: 148px;
	border: solid #333 1px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	margin: 0 10px;
	float: left;
	background-color: #EBEBEB;
}
#detail_thumnails .thum{
	width: 148px;
	height: 148px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail_thumnails img{
	width: 148px;
	height: 148px;
}
/*商品の説明テキスト*/
.detail_txt{
	width: 490px;
	margin: 0 auto 30px;
}
/*商品詳細表*/
#detail_tb{
	width: 490px;
	margin: 0 auto 30px;
}
#detail_tb th{
	width: 168px;
	text-align: center;
	font-weight: normal;
	background-color: #222;
	border: solid #333 1px;
}
#detail_tb td{
	padding: 20px 25px;
	background-color: #000;
	border: solid #333 1px;
}
#detail_tb td.num_td{
	width: 50px;
	padding: 20px 0 20px 25px;
	border-right: none;
}
#detail_tb td.num_arrow_td{
	padding: 20px 25px 20px 0;
	border-left: none;
}
/*買い物を続ける*/
.detail_link01{
	text-align:center;
	margin: 0 0 30px 0;
}
.detail_link01 a{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/common_arrow03_bkgd.png) left center no-repeat;
	padding: 0 25px 0 14px;
}
.detail_link01 a:link{
	text-decoration:none;
}
.detail_link01 a:visited{
	text-decoration:none;
}
.detail_link01 a:hover{
	text-decoration:underline;
}

/*この商品を買った人はこんな商品も買っています*/
#other_goods{
	width: 784px;
	margin: 0 auto;
	overflow: hidden;
}
#other_goods .box{
	float: left;
	width: 150px;
	padding: 0 23px;
}
#other_goods .box img{
	border: solid #333 1px;
	display: block;
	margin: 0 0 10px 0;
}
#other_goods .box p{
	line-height: 200%;
	text-align: center;
}

/*-----------------------------------------------------------------
SNS
-----------------------------------------------------------------*/
#side_fb{
	margin-top:20px;
	background: #eeeeee;
}

/*-----------------------------------------------------------------
フリーページ
-----------------------------------------------------------------*/
.freepage_title{
	background: url(https://img08.shop-pro.jp/PA01200/317/etc/main_titlebar_bg01_bkgd.png) 774px center no-repeat;
	width: 790px;
	height: 32px;
	font-size: 120%;
	line-height: 32px;
	text-indent: 15px;
	font-weight: bold;
	clear: both;
	border-top: solid #8d6f33 1px;
	border-bottom: solid #8d6f33 1px;
	color: #e0b661;
}
.freepage_txt{
	margin:30px 30px 20px;
}
#freepage_blocks{
	margin:0 30px 30px;
}
.fre_title{
	margin:10px 0;
	padding:8px;
	background:#333;
	font-weight:bold;
}
.fre_sub_title{
	color:#e0b661;
	font-size: 120%;
	font-weight:bold;
	margin:20px;
	padding:3px 0 0 10px;
	border-left:2px solid #8d6f33;
	border-bottom:1px solid #8d6f33;
}
.fre_note{
	margin:0 0 20px;
	padding:0 10px;
}
.fre_note a:link{
	text-decoration:underline;
}
.fre_note a:visited{
	text-decoration:underline;
}
.fre_note a:hover{
	text-decoration:underline;
	color:#e0b661;
}
.fre_note_02{
	margin:0 20px 20px;
	padding:0 10px;
}
.compatible_browsers{
	width:600px;
	margin:20px auto;
	border-top: solid #333 1px;
	border-left: solid #333 1px;
}
.compatible_browsers th{
	width:30%;
	margin:20px 40px;
	padding:15px;
	border-bottom: solid #333 1px;
	border-right: solid #333 1px;
}
.compatible_browsers td{
	width:70%;
	margin:20px 40px;
	padding:15px;
	border-bottom: solid #333 1px;
	border-right: solid #333 1px;
}
.fre_p{
	margin:20px 0;
}
.fre_ul{
	list-style-type: disc;
	margin:20px 0 20px 20px;
}
.fre_pay{
	margin:20px 20px 0;
}
.fre_pay dt{
	font-weight:bold;
}
.fre_pay dd{
	margin-bottom:10px;
}
.fre_cardimg{
	margin:0 0 10px 20px;
}
.store_outline{
	margin:20px 30px;
	overflow:hidden;
}
.store_left{
	float:left;
}
.store_right{
	float:right;
}
.store_outline_tb{
	width:500px;
}
.store_outline_tb th{
	padding:10px;
	border-bottom:10px solid #000;
	background:#222;
}
.store_outline_tb td{
	padding:10px;
	border-bottom:10px solid #000;
}
.map{
}