@charset "euc-jp";
/* CSS Document */



/*基本スタイル*/







body{
	font-family:"CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


*{
	margin: 0px;
	padding: 0px;
}


img{border:0px;}
/*リンクの色の変更*/

a:link{
	text-decoration: none;
	color:#0099CC;
}

a:visited {
	text-decoration: none;
	/*color: #0099CC;*/
}
a:hover {
	text-decoration: none;
	/*color:#006666;*/
}
a:active {
	text-decoration: none;
}
/*ol{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}*/

/*ここからコンテンツレイアウト*/

.seo{
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 2px;
	margin-top: 0px;
}
.seo h1{
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

.search_button{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*.top_search_block{
	width: 100%;
}*/
.top_search_block_text{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	white-space: nowrap;
}
.search_block_text_1{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	white-space: nowrap;
}
.search_block_text_2{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
}
.search_block_text_3{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
}



#header{
	width: 100%;
	height: 82px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
}

#submenu{
	text-align: left;
	height: 25px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 10px;
}
#search{
	text-align: center;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-width: 950px;
}
#wrapper2{
	width: 96%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/*min-width: 940px;*/
}




#left_clm{
	/*float: left;
	width: 200px;  上余白と下余白により、この div 内に視覚的なスペースが設定されます 
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 20px;*/
	/*margin-left: 10px;*/
	text-align: left;
}
#main_clm{
	/*margin-right: 205px;
	margin-left: 205px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 500px;*/
/*	padding-left: 10px;*/
	text-align: center;
	font-size: 9pt;
}

.red{
	color:#FF0000;
}
.strong{
	font-weight: bold;
}
.font8{font-size: 8pt;}
.font10{font-size: 10pt;}
.font12{font-size: 12pt;}
.font14{font-size: 14pt;}
.font16{font-size: 16pt;}

/*カートのところ*/

.cart_h3{
	font-size: 18px;
	font-weight: normal;
	color: #0000CC;
	margin-bottom: 10px;
}

table.cart {	/*for CART's table */
	border: ridge 1px #999999;
	border-collapse: collapse;
	width: 90%;
	margin-left: 12px;
}
table.cart td{
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
}


table.cart td.midasi {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ddeeee;
	empty-cells: show;
	white-space:nowrap;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
table.cart td.acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 groove;
	empty-cells: show;
}
table.cart td.aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	empty-cells: show;
}
table.cart td.aleft {
	font-size:10pt;
	text-align:left;
	border:1px #999999 ridge;
	empty-cells: show;
}
table.cart td.subttl_shop_aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#ffeeff;
	empty-cells: show;
}
table.cart td.subttl_shop_acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ffeeff;
	empty-cells: show;
}
table.cart td.subttl_clt_aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#ffaacc;
	empty-cells: show;
}
table.cart td.subttl_clt_acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ffaacc;
	empty-cells: show;
}
table.cart td.ttl_aright {
	font-size:14pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#99CC99;
	empty-cells: show;
}
table.cart td.ttl_acenter {
	font-size:14pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#99CC99;
	empty-cells: show;
	letter-spacing: 1em;
}
table.cart td.qttychange_submit {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#eeeeee;
	empty-cells: show;
}
hr.cart {
	margin-left: 12px;
}
.customer_go{
	font-size: 12pt;
}
.okaimono_go{}



/*規約ほかドキュメント*/
.docu_img{
	margin-top: 10px;
	margin-bottom: 10px;
}

.kiyaku_wrapper{
	padding: 10px;
	text-align: left;
	font-size: 9pt;
}
.kiyaku_title{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}
.kiyaku_text{
	margin-left: 16px;
	line-height: 150%;
}
.kiyaku_wrapper ol{
	margin-left: 40px;
}
.kiyaku_wrapper ul{}
.kiyaku_wrapper li{
	line-height: 150%;
}

.law_wrapper{
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
}
.law_table{
	margin: 18px;
}
.law_title{
	width: 150px;
	line-height: 150%;
	margin-top: 10px;
	font-size: 12px;
	vertical-align: top;
	padding: 6px 0px;
}
.law_text{
	line-height: 150%;
	font-size: 12px;
	padding: 6px 0px;
	vertical-align: top;
} 

.privacy_wrapper{
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
}
.privacy_title{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}
.privacy_text{
	margin-left: 16px;
	line-height: 150%;
}
.privacy_ol{
	list-style-type: none;
	padding-left: -20px;
	margin-top: 6px;
	margin-bottom: 2px;
	line-height: 150%;
}
.privacy_li{
	margin-left: 20px;
	line-height: 150%;
}

.guide_wrapper{
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: 9pt;
}

.guide_title{
	font-weight: bold;
}
.guide_text{
	margin-left: 20px;
}
.guide_chiiki_a{
	margin-left: 30px;
}
.guide_chiiki_b{
	margin-left: 60px;
}
.guide_q{
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 150%;
}
.guide_a{
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 150%;
}

.contact_wrapper{
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: 9pt;
}
.contact_wrapper_title{
	font-size: 12pt;
}
.contact_wrapper fieldset{
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact_wrapper_label{
	width: 160px;
	display: block;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
.contact_wrapper_label2{
	width: 60px;
	display: block;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
.contact_wrapper_label3{
	width: 140px;
	display: block;
	clear: both;
	float: left;
	text-align: right;
}
.contact_input{
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact_input2{
	margin-top: 40px;
	color:#FF0000
	
}
.contact_wrapper_text{
	padding-left: 10px;
}
.contact_wrapper_submit{
	text-align: center;
	margin-top: 20px;
}
.contact_error{
	margin-left: 140px;
}
.contact_error2{
	margin-left: 80px;
}

.help_wrapper{
	padding: 10px;
	text-align: left;
}
.help_title{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url(../docimg/image/sankaku.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 40px;
}
.help_text{
	margin-left: 16px;
	line-height: 150%;
}
.help_qa{
	margin-left: 20px;
}
.help_q{
	background-image: url(../docimg/image/ico_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 150%;
}
.help_a{
	background-image: url(../docimg/image/ico_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
/*	height: 16px;*/
	margin-top: 20px;
/*	margin-bottom: 50px;*/
	margin-left: 50px;
/*	line-height: 150%; */
}

.partner_title{
	font-size: 12pt;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #339933;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.partner_text{
	margin-left: 20px;
}
.partner_list{
	margin-left: 40px;
}


/*ie6.7用ハック*/
*html #main_clm{
	/*margin-right: 200px;
	margin-left: 200px;*/
	height: 100%;
}
/*************************/



#right_clm{
	/*float: right;
	width: 200px;  上余白と下余白により、この div 内に視覚的なスペースが設定されます 
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;*/
	/*margin-right: 10px;*/
	text-align: left;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#footer{
	margin-top: 10px;
	padding-top: 20px;
	height: 80px;
	width: 100%;
	text-align: center;
}

#left_clm a:link{
	text-decoration: none;
}
#right_clm a:link{
	text-decoration: none;
}

#right_clm .boxl_titler{
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 9pt;
}

/********************ナビゲーション　MENU*************************************/



.navi_topid{
	background-image: url(../img/navi.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 81px;
	text-align: center;
	background-position: 0px 0px;
	display: block;
	float: left;
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 4px;
	font-weight: bold;
	vertical-align: bottom;
}
.top_navi{
	background-image: url(../img/navi.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 81px;
	text-align: center;
	background-position: 0px 0px;
	display: block;
	float: left;
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 4px;
	font-weight: bold;
	vertical-align: bottom;
}


/*IE6 透過対応*/
* html .navi_topid,.top_navi{
	behavior: expression(IEPNGFIX.fix(this));
}












/*　検索結果表示　*******/

.search_title{
	font-size: 10pt;
}
.search_maintext{
	font-size: 10pt;
}
.search_price{
	color: #0033CC;
	text-align: right;
	display: block;
}
.search_no{
	text-align: center;
}
.search_img{
	text-align: center;
}
.search_text01{
	font-size: 10pt;
}
.search_text02{
	font-size: 10pt;
}
.search_text03{
	font-size: 10pt;
	color: #CC6633;
}
.search_text04{
	font-size: 10pt;
}

.search01{
	margin-left: 12px;
	font-size: 10pt;
}
.t4{
	margin-left: 12px;
	font-size: 10pt;
}


/*********************************************************************************/



/*ヘッダー情報*/
h1#sitetitle {
	float: left;
	text-indent: -9999px;
}
h1#sitetitle a{
	display: block;
	width: 240px;
	height: 80px;
	text-indent: -9999px;
}
/*ヘッダー内メニュー*/
ul#headsubMenu {
	float: right;
	margin-right: 10px;
}
ul#headsubMenu li {
	FLOAT: left;
	LIST-STYLE-TYPE: none
}
ul#headsubMenu a {
	DISPLAY: block;
	text-align: center;
}
.hSubMenu01 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_cartin.jpg);
	width: 100px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}
.hSubMenu02 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_help.jpg);
	width: 70px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}
.hSubMenu03 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_touroku.jpg);
	width: 100px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}
.hSubMenu04 {
	WIDTH: 95px;
	padding-top: 0px;
	float: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 50px;
	height: 25px;
	background-image: url(../img/bot_logout.jpg);
}
.hSubMenu05 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_login.jpg);
	width: 80px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}

.hSubMenu06 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_mypage.jpg);
	width: 80px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}

.hSubMenu07 {
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../img/icon_logout.jpg);
	width: 80px;
	text-indent: -9999px;
	display: block;
	margin-right: 4px;
}

.pager {
	font-size: 9pt;
	text-align: center;
}
.main_small {
	width: 600px;
}
.errmsg {
	font-size: 9pt;
	text-align: center;
}

/*フッターメニュー*/
.page_top{
	text-align: right;
}
.footer_menu{
	padding: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}


/*メイン*/


.flash_contenner{
	background-color: #ff85d6;
	text-align: center;
	border: 1px solid #fe80fd;
	margin-bottom: 15px;
	margin-left: 8px;
	width: 98%;
	/*width: 99%;*/
	padding-bottom: 10px;
	padding-top: 10px;
}

.coming_soon{
	background-color: #f7f3da;
	text-align: center;
	border: 1px solid #666666;
	margin-bottom: 15px;
	width: 98%;
}

.new_item{
	margin-bottom: 15px;
	margin-left: 8px;
	width: 98%;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.new_item_title{
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	text-indent: 1em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}








/*左　右　内*/
.menu_title{
	font-size: 9pt;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.service_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.category_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.category_menu ul{
	margin-left: 10px;
	line-height: 95%;
}
.category_menu li{
	padding-left: 10px;
	list-style-type: none;
}
.category_menu .service_text{
	margin-left: 10px;
}
.keyword01{
	font-size: 8pt;
}
.keyword02{
	color: #009900;
}
.shop_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.shop_menu ul{
	margin-left: 10px;
	line-height: 95%;
}
.shop_menu li{
	font-size: 9pt;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.guide_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.qr_code_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 6px;
}
.cart_menu{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*text-align: center;
	width: 200px;
	font-size: 10pt;*/
}

.ichioshi_title{
	font-size: 9pt;
	text-align: left;
	padding-left: 4px;
}
.ichioshi_text{
	font-size: 7pt;
	color: #999999;
	margin-left: 4px;
}
.ichioshi_photo{
	padding-left: 10px;
}

.service_text{
	font-size: 9pt;
	color: #666666;
}
.service_text2{
	font-size: 9pt;
}
.service_text3{
	font-size: 6pt;
	color: #999999;
}

/*topcategoryのところ*/
.topcategory_list{
	line-height:100%;
	margin: 3px;
	padding: 10px;
}




/*ccategoryのところ*/
.ccategory_list{
	line-height:100%;
	margin: 3px;
	padding: 10px;
}

.ccategory_item{
	width: 95%;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	margin-left: 12px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.ccategory_photo{
	display: inline;
	width: 160px;
	float: left;
	margin: 10px;
}
.ccategory_photo img{
	margin-bottom: 10px;
	display: inline;
}
.ccategory_text{
	/*float: left;
	width: 300px;*/
	display: inline;
	font-size: 9pt;
}
.ccategory_price{
	text-align: right;
	margin-bottom: 6px;
	float: right;
}
.ccategory_price font{
	font-size: 10pt;
	font-weight: bold;
}
.cc_goods_comment{
	font-size: 9pt;
	color: #666666;
}

/*categoryのところ*/


.category_item{
    width: 92%;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #cccccc;
    margin-left: 12px;
/*  height: 240px;*/
    max-height: 240px;
    height: auto;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1px;
}
.category_photo{
	width: 160px;
	float: left;
	margin: 10px;
}
.category_text{
	font-size: 9pt;
	display: inline;
}
.category_price{
    text-align: right;
    margin-bottom: 6px;
    float: right;
}
.category_price font{
    font-size: 10pt;
    font-weight: bold;
}

/*category 奇数の場合　*/



/*detailのところ*/

.goods_label_group{
	font-size: 10pt;
}
.goods_name{
	font-size: 18pt;
	color: #990000;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	display: block;
}
.goods_no{
	margin-bottom: 0px;
}
.goods_comment{
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	clear: both;
	font-size: 9pt;
}
.goods_comment2{
	margin-top: 5px;
	margin-bottom: 50px;
}


.wmv_area{
	height: 480px;
	width: 480px;
	display: block;
	text-align: left;
	/*margin-top: 300px;*/
}
.goods_text_area{
	display: block;
}

.detail_item{
	width: 94%;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	/*height: 400px;*/

}

.detail_item:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.detail_item {
  min-height: 1px;
}

* html .detail_item {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.detail_photo{
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.detail_photo_imgframe{
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: center;
}

.goods_main_img{
	border: 1px solid #CCCCCC;
}
.goods_sample_img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.detail_color{
	/*clear: both;*/
	margin: 00px;
	height: 1px;
	padding: 0px;
}
.detail_sidecut{
	width: 80%;
	/*clear: both;*/
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
/*.detail_sozai{
	float: left;
	width: 50%;
}*/
.detail_kaind{
	padding-bottom: 0px;
	/*max-height: 200px;*/
	/*float: left;*/
	clear: both;
}

.button_area {
	height: 40px;
}
.button_area ul {
	line-height: 1.4;
	list-style-type: none;
}
.button_area li {
	float: left;
	width: 110px;
}

.detail_cart_block{
	width: 130px;
	text-align: center;
	/*clear: both;*/
	float: left;
	padding-bottom: 20px;
	display: inline;
	margin: 0px 10px;
	font-size: 9pt;
}



.detail_cart_block img{

}



.detail_iframe{
	width: 260px;
	display: none;
	float: left;
	height: 325px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px;
}



#licence_lineup{
	border: 1px solid #CCCCCC;
}

#ranking{
	width: 190px;
	text-align: left;
	padding-top: 20px;
	/*height: 400px;*/

}
/*
#ranking:after {
  content: ".";  // 新しい要素を作る 
  display: block;  // ブロックレベル要素に 
  clear: both;
  height: 0;
  visibility: hidden;
}

#ranking {
  min-height: 1px;
}

* html #ranking {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  
}
*/










/*.cust_table{
	border: 1px solid #CCCCCC;
	border-collapse:collapse	
}*/
.cust_table td{
	font-size: 9pt;
}



#recomranking{
	/*width: 94%;
	text-align: left;
	text-align: center;
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	height: 400px;*/
}
.recom_hyoudai{
	padding-left: 15px;
	width: 300px;
	text-align: left;
	margin-top: 10px;
	color: #666666;
	font-size: 9pt;
}
.recom_waku{
	border: 1px solid #FF0000;
	width: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*zoom: 100%;*/
	/*max-height: 250px;*/
	margin-left: 15px;
	/*margin-left: auto;*/
	margin-right: auto;
	float:left;
}

.recom_goods{
	text-align: center;
	float: left;
	width: 160px;
	margin-right: 8px;
	margin-left: 4px;
	margin-bottom: 0px;
	font-size: 9pt;
}
}
.recom_i{}
.recom_t{
	width: 160px;
	text-align: left;
	height: 5em;
	overflow: hidden;
	line-height: 120%;
	margin-top: 7px;
}

.shop_goodscomment{
	font-size: 10pt;
	color: #999999;
}


/*shopのところ**************************/

.shop_top{
	margin: 3px;
	padding: 10px;
	font-size: 9pt;
}
.shop_sammary{
	text-align: left;
	/*width: 95%;*/
	line-height: 150%;
	margin: 3px;
	padding: 10px;
}
.shop_title{
	font-size: 12pt;
	font-weight: bold;
}
.shop_titleid{
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}
.shop_catego{
	font-size: 9pt;
	color: #006699;
	/*line-height: 110%;*/
}

.shop_photo img{
	margin-bottom: 10px;
	display: inline;
}
.shop_photo_tate{
	text-align: center;
	width: 150px;
}
.shop_sidecut{
	float: left;
	width: 50%;
}
.shop_sozai{
	float: left;
	width: 50%;
}
.shop_kaind{}
.shop_price{
	text-align: right;
	margin-bottom: 6px;
	float: right;
}
.shop_price font{
	font-size: 10pt;
	font-weight: bold;
}


/***** shop 偶数　　*****/

.guusuu .shop_item{
	/*width: 43%;*/
	width: 222px;
	height: 460px;
/*	height: auto;*/
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	margin-left: 10px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.guusuu .shop_photo{
	/*float: left;*/
	width: 160px;
	margin-right: 10px;
	/*display: inline;*/
	display: block;
}

/* ie用 */
* html .guusuu .shop_item{
	height: 360px; 
}


.guusuu .shop_text{
	display: block;
	font-size: 9pt;
}
.guusuu .shop_photo{
	/*float: left;*/
	float: none;
	width: 160px;
	margin-right: 10px;
}

/***** shop 奇数　　*****/

.kisuu .shop_item{
	width: 94%;
	/*height: auto;*/
	height: 160;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	margin-left: 12px;
/*	height: 240px;*/
	max-height: 240px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
}
.kisuu .shop_text{
	display: inline;
	font-size: 9pt;
}
.kisuu .shop_photo{
	float: left;
	width: 160px;
	margin-right: 10px;
}


/*お気に入りのところ*/

table.okiniiri {	/*for CART's table */
	border: ridge 1px #999999;
	border-collapse: collapse;
}
table.okiniiri td.midasi {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ddeeee;
	padding:1px;
	empty-cells: show;
	white-space:nowrap;
}
table.okiniiri td.acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 groove;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.aleft {
	font-size:10pt;
	text-align:left;
	border:1px #999999 ridge;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.subttl_shop_aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#ffeeff;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.subttl_shop_acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ffeeff;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.subttl_clt_aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#ffaacc;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.subttl_clt_acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ffaacc;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.ttl_aright {
	font-size:10pt;
	text-align:right;
	border:1px #999999 ridge;
	background-color:#ff88cc;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.ttl_acenter {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#ff88cc;
	padding:2px;
	empty-cells: show;
}
table.okiniiri td.qttychange_submit {
	font-size:10pt;
	text-align:center;
	border:1px #999999 ridge;
	background-color:#eeeeee;
	padding:5px;
	empty-cells: show;
}




/*BOXのレイアウト　タイトル*/
.boxl_titlel{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.boxl_titler{
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
/*BOXのレイアウト　イン*/
.box01{
	width: 148px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F3F3F3;
}
.box02{
	width: 128px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F3F3F3;
}
.box03{
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F3F3F3;
}
.box04{
/*	width: 200px;*/
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F3F3F3;
	text-align: center;
	padding: 4px;
	font-size: 8pt;	
}
.box04 p{
	font-size: 8pt;	
}


.ssl_box{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*Padding*/
.pd3{padding: 3px;}
.pd5{padding: 5px;}
/*.pd10{padding: 10px;}*/
.pd15{padding: 15px;}



/*装飾、テキスト　ライン*/
.myname{
	background-image: url(../img/ic_myname.jpg);
	background-repeat: no-repeat;
	width: 110px;
	padding-left: 26px;
	height: 20px;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mail_mag{
	background-image: url(../img/ic_mail.gif);
	background-repeat: no-repeat;
	width: 110px;
	padding-left: 26px;
	height: 20px;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.line_01{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.back_link{
	font-size: 9pt;
	text-align: right;
	margin-top: 10px;
}
.back_link a{
	color: #666666;
	background-image: url(../img/icon_back_sankaku.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 1px;
}











/* CSSハック
------------------------------------------------------------*/ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
    visibility: hidden;
	float: none;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */












