@charset "UTF-8";
 
/*-------------------------------------------------
　スタイルの初期化
-------------------------------------------------*/
html,body,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,form,address{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight: normal;
}

ul,
ul li{
	list-style-type:none;
/*	zoom:1;　←リストマークがずれる(IE)ので無効にしています。　*/

}


img{
	vertical-align: top;
	border:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

html{
	height: 100%;
}

/*-------------------------------------------------
　yuiフォント
/*-------------------------------------------------*/


body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;/* 基本文字設定 */
    *font-size:small;	/* Win IE7およびWin IE6標準準拠モード向け */
    *font:x-small;		/* Win IE 5-5.5､6(後方互換モード)向け */
}
table {
    font-size:inherit;	/* モダンブラウザ向け */
    font:100%; 			/* Win IE 5-5.5､6(後方互換モード)向け */
}

/* フォントサイズ対応表
10pixel : 77%
11pixel : 85%
12pixel : 93%
13pixel : 100%
14pixel : 108%
15pixel : 116%
16pixel : 123.1%
17pixel : 131%
18pixel : 138.5%
19pixel : 146.5%
20pixel : 153.9%
21pixel : 161.6%
22pixel : 167%
23pixel : 174%
24pixel : 182%
25pixel : 189%
26pixel : 197%

*/


/*-------------------------------------------------
　リンク（バックグランドイメージを削除）
/*-------------------------------------------------*/

/*body{
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}*/

body{
}

a:link{
	color: #0066CC;

}

a:visited{
	color: #0033CC;

}

a:hover{
	color: #FF9900;
	cursor:pointer;

}

a:active{

}




/*-------------------------------------------------
　clear
/*-------------------------------------------------*/

.clear{
	visibility: hidden;
	clear: both;
}

.cf:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
* html .cf             { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-------------------------------------------------
　★header(フォントカラーを全て#666に)
/*-------------------------------------------------*/

div#container{
	width: 930px;
	margin: 0 auto;

}

div#header{
	width: 900px;
	position: relative;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

div#header h1{
	/*font-size:77%; /*14px*/
	text-align:right;
	color: #666;
	height:17px;

}

div#logo{
	float: left;
}

div#head_button{
	text-align: right;
	margin-bottom: 15px;
}

div#head_navi{
	text-align: right;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}

div#head_navi a:link,
div#head_navi a:visited{
	color: #666;
	text-decoration: none;
}

div#head_navi a:hover{
	color: #ed9017;
	text-decoration: underline;
}


/*-------------------------------------------------
　★ナビ（画像保存名をgifに変更・ボタンサイズを変更）
/*-------------------------------------------------*/


ul#gnavi li{
	/*ナビボタンのサイズ*/
	width:93px;
	height:50px;
	list-style-type:none;
	float:left;
}

ul#gnavi li a{
	/*ナビボタンのサイズ*/
	width:93px;
	height:50px;
	display: block;
}

ul#gnavi li.navi01{background:url(/images/top/g_navi/btn_plus_01_ov.gif);}
ul#gnavi li.navi02{background:url(/images/top/g_navi/btn_plus_02_ov.gif);}
ul#gnavi li.navi03{background:url(/images/top/g_navi/btn_plus_03_ov.gif);}
ul#gnavi li.navi04{background:url(/images/top/g_navi/btn_plus_04_ov.gif);}
ul#gnavi li.navi05{background:url(/images/top/g_navi/btn_plus_05_ov.gif);}
ul#gnavi li.navi06{background:url(/images/top/g_navi/btn_plus_06_ov.gif);}
ul#gnavi li.navi07{background:url(/images/top/g_navi/btn_plus_07_ov.gif);}
ul#gnavi li.navi08{background:url(/images/top/g_navi/btn_plus_08_ov.gif);}
ul#gnavi li.navi09{background:url(/images/top/g_navi/btn_plus_09_ov.gif);}
ul#gnavi li.navi010{background:url(/images/top/g_navi/btn_plus_10_ov.gif);}

ul#sidenavi{
	border-bottom:solid 1px #FFCC00;
}

ul#sidenavi li{
	width:200px;
	height:51px;
	list-style-type:none;

}

ul#sidenavi li a{
	/*ナビボタンのサイズ*/
	width:200px;
	height:51px;
	display: block;
}







ul#gnavi_test li{
	/*ナビボタンのサイズ*/
	width:93px;
	height:50px;
	list-style-type:none;
	float:left;

}

ul#gnavi_test li a{
	/*ナビボタンのサイズ*/
	width:93px;
	height:50px;
	display: block;
}

ul#gnavi_test li.navi01{background:url(/images/top/g_navi/btn_gnavi_01_ov.gif);}
ul#gnavi_test li.navi02{background:url(/images/top/g_navi/btn_gnavi_02_ov.gif);}
ul#gnavi_test li.navi03{background:url(/images/top/g_navi/btn_gnavi_03_ov.gif);}
ul#gnavi_test li.navi04{background:url(/images/top/g_navi/btn_gnavi_04_ov.gif);}
ul#gnavi_test li.navi05{background:url(/images/top/g_navi/btn_gnavi_05_ov.gif);}
ul#gnavi_test li.navi06{background:url(/images/top/g_navi/btn_gnavi_06_ov.gif);}
ul#gnavi_test li.navi07{background:url(/images/top/g_navi/btn_gnavi_07_ov.gif);}
ul#gnavi_test li.navi08{background:url(/images/top/g_navi/btn_gnavi_08_ov.gif);}
ul#gnavi_test li.navi09{background:url(/images/top/g_navi/btn_gnavi_09_ov.gif);}
ul#gnavi_test li.navi010{background:url(/images/top/g_navi/btn_gnavi_10_ov.gif);}

ul#gnavi_test li a:hover{
	background-color:transparent;
}

ul#gnavi_test li a:hover img{
    opacity: 0;
	filter: alpha(opacity=0);
}






ul#sidenavi li.navi01{background-image: url(/images/btn_plus_anshin01_ov.gif);}
ul#sidenavi li.navi02{background-image: url(/images/btn_plus_anshin02_ov.gif);}
ul#sidenavi li.navi03{background-image: url(/images/btn_plus_anshin03_ov.gif);}
ul#sidenavi li.navi04{background-image: url(/images/btn_plus_anshin04_ov.gif);}
ul#sidenavi li.navi05{background-image: url(/images/btn_plus_anshin05_ov.gif);}
ul#sidenavi li.navi06{background-image: url(/images/btn_plus_anshin06_ov.gif);}
ul#sidenavi li.navi07{background-image: url(/images/btn_plus_anshin07_ov.gif);}
ul#sidenavi li.navi08{background-image: url(/images/btn_kdon_anshin08_ov.gif);}
ul#sidenavi li.navi09{background-image: url(/images/btn_plus_anshin09_ov.gif);}
ul#sidenavi li.navi10{background-image: url(/images/btn_plus_anshin10_ov.gif);}
ul#sidenavi li.navi11{background-image: url(/images/btn_plus_anshin11_ov.gif);}
ul#sidenavi li.navi12{background-image: url(/images/btn_plus_anshin12_ov.gif);}
ul#sidenavi li.navi99{background-image: url(/images/btn_dgon_anshin_nenga_ov.gif);}


ul#gnavi li a:hover,
ul#sidenavi li a:hover {
	background-color:transparent;
}

ul#gnavi li a:hover img,
ul#sidenavi li a:hover img{
	visibility:hidden
}




/*-------------------------------------------------
　★サーチ（div#search_areaのマージンTOPを5px→0pxに）
/*-------------------------------------------------*/
div#search_area{
	text-align: left;
	border: 1px solid #336699;
	background-color: #DDE0E7;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;/*20px 2010.03.03　変更*/
	margin-left: 0;
}

div#search_area form{


}

div#search_space{
	padding:3px 5px;
	height:24px;
	line-height:24px;
}

div#search_space label{
	font-size:12px;
	display: block;
	float: left;
	clear: none;
}

div#search_space input{
	margin-left:5px;
	display: block;
	float: left;
}


div#search_space label span.small{
	font-size:10px;
}

/*-------------------------------------------------
　パンくず
/*-------------------------------------------------*/
div.bread,
div#bread{
	margin-bottom:10px;
}


/*-------------------------------------------------
　header_banner
/*-------------------------------------------------*/
div#top_banner_area{
	margin-bottom:20px;
}

div#top_banner_area ul{
	list-style-type:none;
}

div#top_banner_area ul li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

div#top_banner_area ul li.right{
	margin-right:0px;
}


/*-------------------------------------------------
　contents
/*-------------------------------------------------*/

div#contents{
	width:100%
}

div#contents h2{
	font-size:138.5%;	/*18px*/
	color: #333333;
	font-weight: bold;
	background-image: url(/images/pict_plus_item_red.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	padding-left: 20px;
	line-height: 24px;
}


div#contents_sidebar{
	width: 200px;
	float: right;	
}

div#contents_main{
	width: 700px;
	float: left;
}


/*-------------------------------------------------
　アイテムエリア
/*-------------------------------------------------*/

/*アイテムメイン部分*/
div#item_main_area{
	margin-bottom: 10px;

}


div#item_main_area h2{
	width:680px;
	float:left;
}

div#item_main_area p.icon{
	text-align:left/*right*/;
}

div#item_main_area p.icon img{
	margin-left:5px;
}


/*外枠*/
div#item_main_outline{
	clear:both;
	width:698px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-top: 5px solid #336699;	
	background-color: #FFFFFF;
	padding: 0 0 10px 0; 
}




/*商品画像スペース*/
div#item_photo_space{
	width:320px;
	float: left;
	margin-right:20px;
	text-align: center;

}

div#item_photo_space img.main{
	width: 250px;
	padding-top:10px;
}

div#item_photo_space img.sub{
	height: 80px;
	width: 80px;
}


/*商品テキストスペース*/
div#item_text_space{
	float:left;
	width: 355px;
}

/*商品情報*/
ul.item_detail{
	margin-bottom:10px;
	line-height: 1.2;
	list-style-type: none;
}

ul.item_detail li{
	margin-bottom:5px;
}

ul.item_detail strong{
	color: #003366;
}

/*価格・送料など*/
.item_price_tax,
.item_price_title,
.item_price_caption,
.item_carriage{
	color: #FF0000;
	font-weight: bold;
}

.item_price_caption{
	font-size: 250%;
}

.item_carriage{
	font-size: 123.1%;
}


/*カゴ部分*/
div#item_cart{
	margin-left:0px;
}


div#item_cart p{
	margin-bottom: 3px;

}



/*アイテムメイン部分*/


div#item_valiation_area,
div#item_spec_area,
div#item_delivery_date_area,
div#item_information_area{
	margin-bottom:10px;
}

div#item_valiation_outline,
div#item_spec_outline,
div#item_delivery_date_outline,
div#item_information_outline{
	width:698px;
	border: 1px solid #336699;
}

div#item_valiation_space,
div#item_spec_space,
div#item_delivery_date_space,
div#item_information_space{
	padding: 10px 15px;
}


div#item_valiation_space h3,
div#item_spec_space h3,
div#item_delivery_date_space h3,
div#item_information_space h3{
	text-indent: 1em;
	font-size:138.5%;/*18px*/
	color: #333333;
	font-weight: bold;
	background-image: url(/images/pict_plus_darkbule.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 1em;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom: dotted 1px #999999;
}
/*
div#item_spec_inline,
div#item_delivery_inline,
div#item_information_inline{
	height:150px;
	overflow-y:scroll;
}

div#item_spec_inline2,
div#item_delivery_inline2,
div#item_information_inline2{
	height:350px;
	overflow-y:scroll;
}
*/

div#item_spec_inline2,
div#item_delivery_inline,{
	height:250px;
	overflow-y:scroll;
}

div#item_information_inline2{
	height:350px;
	overflow-y:scroll;
}

div#item_catch{
	font-size:108%;/*123.1%*/
	line-height: 1.4;/*1.3*/
	margin-bottom:20px;
}

div#item_caption,
div#item_delivery_date,
div#item_information{
	line-height: 1.5;
}




/*関連商品、おすすめ商品、注目商品*/


div#item_relation_area,
div#item_recommend_area,
div#item_pickup_area{
	margin-bottom: 10px;
}

div#item_relation_outline,
div#item_recommend_outline,
div#item_pickup_outline{
	width: 698px;
	border: solid 1px #336699;
	/*background-color: #FFCC33;*/
	background-color: #DDE0E7;
}


div#item_relation_space,
div#item_recommend_space,
div#item_pickup_space{
	padding-bottom: 15px;
}


div#item_relation_space h3,
div#item_recommend_space h3,
div#item_pickup_space h3{
	text-indent: 20px;
	color: #333333;
	font-weight: bold;
	background-image: url(/images/pict_plus_darkbule.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	font-size:138.5%;/*18px*/
	line-height: 1em;
	padding:5px 0;
	margin: 5px 10px;
}

/*タブメニュー*/

ul.item_tabs_menu{
	margin-top:20px;
	width:698px;
	overflow:hidden;
}

ul.item_tabs_menu li{
	float:left;
}


/*--------------------------------------------

---------------------------------------------*/
div#item_rec_page1,
div#item_rec_page2{
	padding:0 30px
}

div#item_rec_page2,
div#item_pickup_page02,
div#item_pickup_page03{
	display:none;
}





/*---------------------------------------------------
　おすすめ商品　インライン
----------------------------------------------------*/


div.item_box{
	background-color: #FFFFFF;
	width: 648px;
	/*border: 1px solid #336699;*/
	padding: 10px;
	margin: 0 15px;
}

p.item_box_catch{
	margin:5px;
}

div.item_space{
	float:left;
	width: 135px;
	margin-right:10px;
	text-align: center;
	padding-bottom:10px;
}

div.item_prev{
	float:left;
	margin-top: 50px;
	margin-right: 15px;
}


div.item_next{
	margin-top: 50px;
	float:right;
}

div.item_space p{
	line-height: 1.4;
	text-align: left;
}

.red{
	color: #FF0000;
	font-weight: bold;
}

div.item_space img{
	width: 120px;
}

/*-----------------------------------------------------
　下段バナー
--------------------------------------------------------*/
ul#pickup_banner_w{
	margin-top: 20px;
	
}


ul#pickup_banner_w li{
	width:700px;
	/*float: left;*/
	margin: 0 10px 10px 0;
	display: block;
}

ul#pickup_banner{
	margin-top: 20px;
	
}


ul#pickup_banner li{
	width:345px;
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

/*-----------------------------------------------------
　サイドバー
--------------------------------------------------------*/
div#login_area{
	border: 1px solid #336699;
	margin-top: 10px;
	text-align: center;
	background-color:#FFFFCC;
	padding:10px 0;
}


div#announce {
	margin-top:10px;
}

div#sidenavi_area{
	margin-top:20px;

}
#sidenavi_service {
	margin-top:10px;
}

#sidenavi_service ul { 	background-color:#eeebe5; 
			width:200px; padding-bottom:1px;}
#sidenavi_service li { margin:10px auto 0px 10px;}


div#information,
div#calendar{
	margin-top:20px;
	background-color: #DDE0E6;
	padding-bottom:10px;
}



div#information_inline{
	height: 300px;
	margin: 10px 10px 0 10px;
	overflow-y: scroll;
	padding: 10px;
	background-color: #FFFFFF;
	scrollbar-base-color: #EEEEFF;

}

div#information_inline dt{
	color:#CC0033;
	line-height:1.2;
}

div#information_inline dd{
	font-size:93%;/*12px*/     /*77%*/ /*10px*/
	line-height:1.3/*1.2*/;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:dotted 1px #999999;
}

div#calendar_inline{
	margin: 10px 10px 0 10px;
}

ul#side_banner_area{
	text-align:center;
	margin-top:20px;
	list-style-type: none;

}

ul#side_banner_area li{
	margin: 5px 0 0 0;	
}




/*-----------------------------------------------------
　透過
--------------------------------------------------------*/


.item_button a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}	


/*-----------------------------------------------------
　フッター
--------------------------------------------------------*/



div#footer{
	margin-top:50px;
	border-top: 1px dotted #999999;
	background-color: #DDE0E7;
	text-align: center;
	padding: 10px;
}

div#foot_navi{
	margin: 10px 0;
	text-align: center;
}


div#footer ul,
div#foot_navi ul{
	line-height:1.4;
}



div#footer li,
div#foot_navi li{
	display: inline;
	border-right: solid 1px #000000;
	padding: 0 5px;
}

div#footer li.last,
div#foot_navi li.last{
	border: none;
}

div#copyright{
	text-align:center;
}


div#footer a:link,
div#footer a:visited,
div#foot_navi a:link,
div#foot_navi a:visited{
	color: #333333;
}

div#footer a:hover,
div#footer a:hover,
div#foot_navi a:hover,
div#foot_navi a:hover{
	color: #FF6600;
}

/*フッターリンク追加分*/
div#footernew {
    margin-top:10px;
    font-size:11px;
	color:#999999;
}


div#footernew a:link{
	color: #999999;
	text-decoration:none;
}

div#footernew a:visited{
	color: #999999;
	text-decoration:none;
}
div#footernew a:hover{
	color: #999999;
	text-decoration:none;
}

div#footernew a:active{
	color: #999999;
	text-decoration:none;
}

/*-----------------------------------------------------------
 カテゴリー
-------------------------------------------------------------*/

div#category_list_area{
	margin-bottom: 10px;

}

div#category_list_area h2,
div.category_child_area h2{
	line-height: 36px;
	border-bottom: dotted 1px #666666;
}

div#category_list_area h2 img,
div.category_child_area h2 img{
	vertical-align: middle;
	margin-right:10px;

}

div#category_list_area ul{
	display: block;
	padding-bottom: 50px;
}

div#category_list_area ul li{
	width:20%;
	text-align:center;
	float:left;
	display: block;
	margin-top:10px;
}

div#category_list_area ul li dl dd{
	display:block;
}


div.category_child_area{
	margin-bottom: 30px;
	width:700px;
}


.category_item_space{
	width: 340px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #CCCCCC;
	background-image: url(/images/bg_category_item.jpg);
	/*min-height: 175px;*/

}
/*カメラ女子用*/
.category_item_space5{
	width: 340px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #CCCCCC;
	background-color:#FFFFCC;
	/*min-height: 175px;*/

}




.category_item_space div.photo{
	float: left;
	padding: 5px;
	display: inline;
}
.category_item_space div.caption{
	float: left;
	width:245px;
	display: inline;
	margin: 5px 5px 5px 0;

}

.category_item_space div.caption ul{
	line-height:1.3;
}

.category_item_space ul li.group{
	font-size:116%;
	font-weight: bold;
}


.category_item_space ul li.name{
	font-size:116%;
	font-weight:bold;	
}

.category_item_space ul li.price{
	font-size:138.5%;
	font-weight:bold;
	color: #FF0000;
}


.category_item_space div.caption span{
	float:left;	
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-align: center;
	background-color: #3366cc/*336600*/;
	display:block;
	width:110px;
	padding: 1px;
	border-left:1px solid #4f78cb;
	border-top:1px solid #4f78cb;
	border-right:1px solid #17439c;
	border-bottom:1px solid #17439c;
	/*border:1px solid #666666*/
	margin: 5px 5px 0 0;

}

.category_item_space div.photo img{
	width:80px;
        vertical-align: middle;
}

.category_item_space div.variation{
	clear:both;
	text-align:left;
}
.category_item_space div.variation img{
	width:30px;
	height:30px;
	margin-left:5px;
	margin-bottom:5px;
}

div.border_dotted{
	clear:both;
	/*border-top:dotted 1px #999999;*/
}

.mgr0{
	margin-right:0;
}

div#category_item_area{
	margin-bottom:30px;
}

div#category_item_area dl dt{
	border-bottom:dotted 1px #333333;
}

div#category_item_area dl dt img{
	vertical-align:middle;
}




div#category_item_area dl dd ul{
	margin: 10px 30px;

}

div#category_item_area dl dd ul li{
	line-height:1.3;
}

/* ul使用li横並び */
ul.horizontal {
	letter-spacing:-.40em;
}

ul.horizontal li {
	letter-spacing:normal;
	vertical-align:top;
	display:table-cell;
	/display:inline;
	/zoom: 1;
}

/*-------------------------------------------------
　トップページ　カテゴリー
/*-------------------------------------------------*/

div#top_category_area{
	margin-top:20px;

}


div#top_cate_left_column{
	width:350px;
	margin-right:9px;
	border-right: dotted 1px #999999;
	float:left;

}

div#top_cate_right_column{
	float:left;
	width:340px;
}



.top_category_parent{
	width:340px;
	margin-bottom:10px;
}

.top_category_parent h3{
	margin-bottom:10px;

}

.top_category_child{
	float:left;
	width:170px;
	height:62px;
	margin-bottom:5px;
}

.top_category_child td{
	margin-right:5px;
	vertical-align: middle;
}

.top_category_child td.image{
	width:67px;
}


/*-------------------------------------------------
　トップページ　おすすめ商品
/*-------------------------------------------------*/

div#top_recommend_area{
	margin-bottom: 30px;
	width:700px;
}

div#top_recommend_area h2{
	margin-bottom:10px;
	width:500px;
	float:left;
}

div#top_recommend_area p.backno_top{
	padding-top:5px;
	text-align:right;
}


div#top_recommend_area p.backno{
	border-top: dotted 1px #333333;
	padding-top:5px;
	text-align:right;
}




div.rec_item_space{
	border-top: dotted 1px #333333;
	/*border-left: dotted 1px #333333;
	border-right: dotted 1px #333333;*/
}

div.rec_item_space div.photo{
	float: left;
	width:130px;
	margin:10px;
	display:inline;
}
div.rec_item_space div.caption{
	float: left;
	margin:10px;
	display:inline;
}


div.rec_item_space p.name{
	font-size:116%;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:10px;

}

div.rec_item_space div.catch{
	font-size:93%;
	color: #333333;
	line-height:1.3;

}


div.rec_item_space div.photo img{
	width:120px;
	margin:5px;
}


/*---------------------------------------------------


-----------------------------------------------------*/
div.item_space2{
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:5px;
}

div.item_space2 div.photo{
	margin:5px;
	float: left;
	width:120px;
	display: inline;
}
div.item_space2 div.caption{
	float: left;
	width:410px;
	display: inline;
	margin: 5px 5px 5px 0;

}

div.item_space2 div.caption ul{
	line-height:1.3;
}

div.item_space2 ul li.name{
	font-size:116%;
	font-weight:bold;	
}

div.item_space2 ul li.price{
	font-size:116%;
	font-weight:bold;
	color: #FF0000;
}


div.item_space2 div.photo img{
	width:80px;

}









/*-------------------------------------------------
　プルダウンメニュー
/*-------------------------------------------------*/



/* 下層のメニューを不可視に */
ul#gnavi li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#gnavi li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
		opacity:0.9;
		filter: alpha(opacity=90);
}	


ul#gnavi li ul li {

		width:200px;
		font-size:12px;
		line-height: 3em;
		height: 3em;
		text-align:left;
		background-color:#003366;
		border-bottom: solid 1px #FFFFFF;
        float: none;
        margin: 0;
		white-space:nowrap;

}

ul#gnavi li ul li a{
	display:block;
	width:100%;
	height: 3em;
	color:#FFFFFF;
	text-indent:1em;
	text-decoration: none;



}

ul#gnavi li ul li a:hover{
	color: #FFFF33;
	background-color: #0099CC;
}


/*-----------------------------------------------------

商品詳細（掲載）

-----------------------------------------------------*/

.k_blue {
   color:#3366CC;
   font-size:+1;
   line-height:1.3;
   font-weight:bold;
   margin:10px 0;
}

.k_table {
   background-color:#999999;
   margin-bottom:20px;
}
.k_table td {
   background-color:#FFFFFF;
   padding:2px;
}
.k_table .name {
   background-color:#CCCCCC;
   font-weight:bold;
}



.return {
   text-align:right;
}





/*-----------------------------------------------------
　▼新TOP用スタイル▼
--------------------------------------------------------*/
/*-----------------------------------------------------
　スペシャルロールオーバー
--------------------------------------------------------*/

ul#top_special{
	width:930px;
	margin-bottom:15px;
}

ul#top_special li {
	display:inline;
	float:left;
	margin-right:7px;
}

/*-----------------------------------------------------
　スペシャル
--------------------------------------------------------*/
.special{
   width:700px;
   border:1px #ac9f94 solid;
   background-image:url(/images/top/sp_bg.gif);
   background-repeat:repeat-y;
   margin:5px auto 10px auto;
	}
	
/*.special_bn{
	padding:10px 0px 10px 0px;
	float: left;
}*/

.special_bn {
	width:330px;
	float: left;
	color: #666666;
	padding:10px 5px 5px 11px;
}

.special_bn a{
	text-align:center;
	color: #fa6c8d;
	font-size:120%;
	font-weight:bold;
	text-decoration: none;
}

.special_bn a:hover{
	color: #ed9017;
}
.special_bn dt img {
    margin-bottom:5px;
}
.special_bn dd {
    margin:3px;
	line-height:1.3;
}

/*-----------------------------------------------------
　キャッシュバック
--------------------------------------------------------*/
.cash_back{
	width:700px;
   border:1px #ac9f94 solid;
	}
	
ul#cash_back_img{
	width:345px;
	padding:0px 10px 10px 10px;
	float: left;
}

ul#cash_back_img li{
	padding-top:10px;
}

ul#cash_back_text{
	width:325px;
	float: right;
	padding:0px 10px 10px 0px;
}

ul#cash_back_text img{
	margin-right:5px;
}

ul#cash_back_text li{
	padding-top:10px;
}

/*-----------------------------------------------------
　ピックアップバナー
--------------------------------------------------------*/

div#pickup {
   width:700px;
   border:1px #ac9f94 solid;
   margin-bottom:5px;
}

div#pickup ul {
	float:left;
	padding-bottom:10px;
}

div#pickup ul li {
	float:left;
	padding-left:10px;
	padding-top:10px;
}

/*-----------------------------------------------------
　バイヤーセレクト
--------------------------------------------------------*/

div#buyer {
	margin-bottom:20px;
}
	
div#buyer ul{
	margin-top:7px;
}

div#buyer li{
	margin-top:7px;
}

div#buyer img.obi{
	border-style:solid solid none;
	border-color: rgb(172, 159, 148) rgb(172, 159, 148) -moz-use-text-color;
	border-width: 1px 1px 0px; width: 700px;
}

/*-------------------------------------------------
　トップページ　新カテゴリー
/*-------------------------------------------------*/

div#top_category{
	margin-top:5px;

}

div#top_category ul{
	margin: 0px 5px;
	width:705px;
}

div#top_category ul img{
	margin-top:5px;
	margin-bottom:5px;
}

div#top_category ul li{
	float:left;
	margin-bottom: 3px;
	margin-right:5px;
	height: 55px;
	width: 230px;
}

div#top_category ul li.cate1_1{background-image: url(/images/top/cate/btn_cate01_01.jpg);}
div#top_category ul li.cate1_2{background-image: url(/images/top/cate/btn_cate01_02.jpg);}
div#top_category ul li.cate1_3{background-image: url(/images/top/cate/btn_cate01_03.jpg);}
div#top_category ul li.cate1_4{background-image: url(/images/top/cate/btn_cate01_04.jpg);}
div#top_category ul li.cate1_5{background-image: url(/images/top/cate/btn_cate01_05.jpg);}
div#top_category ul li.cate1_6{background-image: url(/images/top/cate/btn_cate01_06.jpg);}


div#top_category ul li.cate2_1{background-image: url(/images/top/cate/btn_cate02_01.jpg);}
div#top_category ul li.cate2_2{background-image: url(/images/top/cate/btn_cate02_02.jpg);}
div#top_category ul li.cate2_3{background-image: url(/images/top/cate/btn_cate02_03.jpg);}
div#top_category ul li.cate2_4{background-image: url(/images/top/cate/btn_cate02_04.jpg);}
div#top_category ul li.cate2_5{background-image: url(/images/top/cate/btn_cate02_05.jpg);}
div#top_category ul li.cate2_6{background-image: url(/images/top/cate/btn_cate02_06.jpg);}
div#top_category ul li.cate2_7{background-image: url(/images/top/cate/btn_cate02_07.jpg);}


div#top_category ul li.cate3_1{background-image: url(/images/top/cate/btn_cate03_01.jpg);}
div#top_category ul li.cate3_2{background-image: url(/images/top/cate/btn_cate03_02.jpg);}
div#top_category ul li.cate3_3{background-image: url(/images/top/cate/btn_cate03_03.jpg);}
div#top_category ul li.cate3_4{background-image: url(/images/top/cate/btn_cate03_04.jpg);}
div#top_category ul li.cate3_5{background-image: url(/images/top/cate/btn_cate03_05.jpg);}
div#top_category ul li.cate3_6{background-image: url(/images/top/cate/btn_cate03_06.jpg);}


div#top_category ul li.cate4_1{background-image: url(/images/top/cate/btn_cate04_01.jpg);}
div#top_category ul li.cate4_2{background-image: url(/images/top/cate/btn_cate04_02.jpg);}
div#top_category ul li.cate4_3{background-image: url(/images/top/cate/btn_cate04_03.jpg);}
div#top_category ul li.cate4_4{background-image: url(/images/top/cate/btn_cate04_04.jpg);}
div#top_category ul li.cate4_5{background-image: url(/images/top/cate/btn_cate04_05.jpg);}
div#top_category ul li.cate4_6{background-image: url(/images/top/cate/btn_cate04_06.jpg);}


div#top_category ul li.cate5_1{background-image: url(/images/top/cate/btn_cate05_01.jpg);}
div#top_category ul li.cate5_2{background-image: url(/images/top/cate/btn_cate05_02.jpg);}
div#top_category ul li.cate5_3{background-image: url(/images/top/cate/btn_cate05_03.jpg);}
div#top_category ul li.cate5_4{background-image: url(/images/top/cate/btn_cate05_04.jpg);}
div#top_category ul li.cate5_5{background-image: url(/images/top/cate/btn_cate05_05.jpg);}
div#top_category ul li.cate5_6{background-image: url(/images/top/cate/btn_cate05_06.jpg);}
div#top_category ul li.cate5_7{background-image: url(/images/top/cate/btn_cate05_07.jpg);}


div#top_category ul li.cate6_1{background-image: url(/images/top/cate/btn_cate06_01.jpg);}
div#top_category ul li.cate6_2{background-image: url(/images/top/cate/btn_cate06_02.jpg);}
div#top_category ul li.cate6_3{background-image: url(/images/top/cate/btn_cate06_03.jpg);}
div#top_category ul li.cate6_4{background-image: url(/images/top/cate/btn_cate06_04.jpg);}
div#top_category ul li.cate6_5{background-image: url(/images/top/cate/btn_cate06_05.jpg);}
div#top_category ul li.cate6_6{background-image: url(/images/top/cate/btn_cate06_06.jpg);}


div#top_category ul li a{
	padding-top:20px;
	height: 35px;
	width: 230px;
	font-size: 14px;
	text-indent:65px;
	color: #4d4d4d;
	text-decoration: none;
	line-height:20px;
	display: block;

}

div#top_category ul li a:hover{
	color: #ed9017;
}

/*---------------------------------------------------
会員統合ページ
-----------------------------------------------------*/
.fcr{
	color: #ff0000;
	}
.integ{
	margin: 0 auto;
	width: 645px;
	text-align: left;
	line-height: 1.5;
	}
.integ_qa{
	text-align: right;
	}
.integ_head{
	}
.integ_head .left{
	float: left;
	width: 450px;
	}
.integ_title{
	margin: 0 0 10px 0;
	}
.integ_head .right{
	float: right;
	width: 190px;
	text-align: center;
	}
.integ_table{
	border-top: 2px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-left: 2px solid #c4c4c4;
	}
.integ_table tr td{
	padding: 7px 5px;
	border-right: 2px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	}
.integ_flow{
	margin: 0 0 10px 0;
	padding: 15px 0;
	border-bottom: 1px dotted #c4c4c4;
	text-align: center;
	}
.integ_submit{
	margin: 0 auto;
	width: 450px;
	}
.integ_submit_single{
	text-align: center;
	}
.integ_decide{
	padding: 0 0 5px 0;
	}
/*---------------------------------------------------
マイページ
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/

}

.fcob{
	color: #ff4a03;
	font-weight: bold;
	}
.mypage{
	width: 640px;
	margin: 0 auto;
	text-align: left;
	}
.mypage .title{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 15px;
	color: #fff;
	background: url("/image/mypage/bg_mypage_title.gif") no-repeat left top;
	font-weight: bold;
	}
.mypage .userinfo{
	padding: 0 0 20px 0;
	background: url("/image/mypage/bg_mypage_slash.gif") repeat-x left bottom;
	}
.mypage .userinfo .left{
	float: left;
	width: 315px;
	}
.mypage .userinfo .left img{
	margin: 0 5px;
	vertical-align: middle;
	}
.mypage .userinfo .right{
	float: left;
	width: 315px;
	padding: 5px 0;
	border: 2px solid #fc8719;
	text-align: center;
	}
.mypage .mypage_menu{
	margin: 20px 0;
	}
.mypage .mypage_menu li{
	float: left;
	width: 318px;
	padding: 0 0 15px 0;
	text-align: center;
	}
.ccenter{
	text-align: center;
	}
.mypage .foot{
	padding: 15px 0 0 0;
	border-top: 1px solid #d2d2d2;
	}

/*パスワード再認証*/
.mypage .pass {
	text-align: left;
	padding: 0 10px;
}
.mypage .pass a {
	color: #515151;
	font-size: 80%;
}
.mypage .form{
	text-align: center;
}
.mypage .form table{
	margin: 0 auto;
}
.mypage .form table.passbox{
	margin: 0 auto;
	border-top: solid 2px #dadada;
	border-right: solid 2px #dadada;
	border-left: solid 2px #dadada;
	border-bottom: solid 1px #dadada;
}
.mypage .form table.passbox tr td{
	border-bottom: solid 1px #dadada;
	padding: 0 10px;
}
.mypage .form table.passbox tr th{
	border-bottom: solid 1px #dadada;
	padding: 0;
}
.mypage p.errmessage {
        color: #ff0000;
}

/*---------------------------------------------------
地域別配送表
-----------------------------------------------------*/
body.haisou_body{
}

div.heisou_box{
	/*width:700px;*/
	width:90%;
	margin:0 auto 20px;
}

table.haisou_table{
	width:99%;
	border-bottom:1px solid #A5A5A5;
	border-right:1px solid #A5A5A5;
	background-color:#ffffff;
	border-collapse:separate;
	border-spacing:0px;
	margin:5px 0;
}

table.haisou_table thead td{
	border-top:1px solid #A5A5A5;
	border-left:1px solid #A5A5A5;
	background-color:#f2f2f2;
	text-align:center;
	letter-spacing: 0.07em;
	padding:5px;
}

table.haisou_table tbody td{
	border-top:1px solid #A5A5A5;
	border-left:1px solid #A5A5A5;
	letter-spacing: 0.07em;
	padding:5px;
}

body.haisou_body div.midashi_box{
	width:90%;
	background-color:#ede9d7;
	margin:10px auto 0 auto;
}

div.midashi_box h1{
	padding:6px 10px;
	font-size:140%;
	font-weight:600;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; 
	color:#555555;
}



/*-------------------------------------------------

twitterセール

-------------------------------------------------*/


a#twittersale {
	display:block;
	width:190px;
	height:210px;
	margin:5px;
	background-image:url(/image/banner2/b_Ktwittersale_190.gif);
	background-repeat:no-repeat;
}

a#twittersale:hover {
	background-image:url(/image/banner2/b_Ktwittersale_on_190.gif);
	background-repeat:no-repeat;
}

/*---------------------------------------------------
TOPページキャッシュバック
-----------------------------------------------------*/ 
#campaign {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 678px;
}
#campaign .bn {
    float: right;
    width: 340px;
}
#campaign .bn li {
    float: right;
    margin-left: 10px;
}
#campaign .text {
    border-collapse: collapse;
    float: left;
    font-family: Arial,Helvetica,sans-serif,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    width: 338px;
}
#campaign .text p {
    margin: 0 0 0 5px;
}
#campaign .text a {
    text-decoration: none;
}

/*---------------------------------------------------
キャッシュバックキャンペーンページ
-----------------------------------------------------*/ 
div.cashback-page-inner{
width:700px;
padding:40px 0;
}

div.cashback-page-inner div.cbbox01{
width:698px;
border:1px solid #f99c1b;
margin-top:10px;
}

div.cashback-page-inner div.cbbox02{
width:698px;
border:1px solid #82b42d;
margin-top:10px;
}

div.cashback-page-inner div.cbbox03{
width:698px;
border:1px solid #75bdd3;
margin-top:10px;
}

div.cashback-page-inner div.cbbox01 h5{
width:678px;
padding:10px;
background:#f99c1b;
color:#fff;
font-weight:bold;
text-align:center;
}

div.cashback-page-inner div.cbbox02 h5{
width:678px;
padding:10px;
background:#82b42d;
color:#fff;
font-weight:bold;
text-align:center;
}

div.cashback-page-inner div.cbbox03 h5{
width:678px;
padding:10px;
background:#75bdd3;
color:#fff;
font-weight:bold;
text-align:center;
}

div.cashback-page-inner div.cbbox01 dl,
div.cashback-page-inner div.cbbox02 dl{
width:678px;
padding:10px;
}

div.cashback-page-inner div.cbbox01 dl dd,
div.cashback-page-inner div.cbbox02 dl dd{
width:100%;
margin-top:10px;
}

div.cashback-page-inner div.cbbox01 dl dt span,
div.cashback-page-inner div.cbbox01 dl dd span,
div.cashback-page-inner div.cbbox02 dl dt span,
div.cashback-page-inner div.cbbox02 dl dd span{
font-weight:bold;
margin-right:5px;
}

div.cashback-page-inner div.cbbox01 dl dt span{color:#75bdd3;}
div.cashback-page-inner div.cbbox01 dl dd span{color:#ea68a2;}

div.cashback-page-inner div.cbbox01 p.st01{
padding:10px;
color:#c4151c;
}

div.cashback-page-inner div.cbbox02 p,
div.cashback-page-inner div.cbbox03 p{padding:10px;}

div.cashback-page-inner div.cbbox02 p span{
font-weight:bold;
margin-right:5px;
}

.camprebtn{margin-top:5px;
margin-left:170px;
#margin-left:0px;/*IEハック*/}

/*---------------------------------------------------
キャッシュバックキャンペーンページ
(各種キャンペーン・プレゼントのご案内)
-----------------------------------------------------*/ 
div.campre-page-inner{
width:700px;}

div.campre-page-inner dl{
width:100%;
float:left;
margin-top:15px;
padding-top:15px;
border-top:1px dashed #e1e1e1;
}

div.campre-page-inner dl.top{
margin-top:5px;
padding-top:0;
border-top:none;
}

div.campre-page-inner dl dt{
border-left:5px solid #f99c1b;
border-bottom:1px solid #f99c1b;
padding:0 5px 2px;
font-weight:bold;
color:#f99c1b;
margin-left:170px;
}

div.campre-page-inner dl dd{
margin-left:170px;
margin-top:5px;
}

div.campre-page-inner dl dd.st01{
width:160px;
float:left;
margin-left:0;
margin-top:0;
}

div.campre-page-inner dl dd.st01 img{vertical-align:bottom;}

div.campre-page-inner dl dd.st02{font-weight:bold;}

div.campre-page-inner dl dd.st03 ul li a{text-decoration:underline;}

