@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
法律に基づく表記用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*テーブル(法律に基づく表記用)*/
table.shop_table{
	clear:both;
	width:398px;
	/*border-collapse: separate;*/
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

td.shop_title{
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	background-color:#ffd766;
}

td.shop_td{
	margin:0px;
	background-color:#ffffff;
	
}
td.shop_center{
	text-align:center;
	background-color:#ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一覧・商品詳細用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*アイテム(メイン) 一覧メイン*/
.main_img{
	float: left;
	width: 300px;
	height: 400px;
	vertical-align: top;
	margin-bottom: 10px;
}
.main_img img{
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
}
.main_img .supple{
	clear: both;
	text-align: center;
	width: 300px;
	vertical-align: top;
	/*margin-bottom: 10px;*/

}

.main_info{
	float: right;
	width: 280px;
	vertical-align: top;
}
.main_info_wide{
	width: 600px;
	vertical-align: top;
	font-size: 12px;
}
.main_info_wide .info{
	text-align: left;
	text-indent:5px;
	border-width: 0px 0px 0px 5px;
	border-color: #1a3886;
	border-style: solid;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}

.main_info_wide .moji{
	font-size: 12px;
}

/*サイズ情報テーブル用*/
table.main_info_wide_table{
	clear: both;
	width:400px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.main_info_wide_head{
	width:400px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#1a3886;
	color: #ffffff;
}

td.main_info_wide_td{
	width:250px;
	margin:1px;
	text-align:left;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
td.main_info_wide_center{
	width:150px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

.main_info .g_name{
	clear: both;
	text-align: left;
	text-indent:5px;
	font-size: 14px;
	font-weight:bold;
	border-width: 0px 0px 0px 5px;
	border-color: #1a3886;
	border-style: solid;
	border-bottom:solid 1px #1a3886;
	display: block;
	background-color: #f2f4fb;
	padding: 1px;
	margin-bottom: 10px;
}

.main_info .form{
	clear: both;
	text-align: left;
	text-indent:5px;
	border-width: 0px 0px 0px 5px;
	border-color: #1a3886;
	border-style: solid;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}
.main_info .under{
	/*text-decoration: underline;*/
}
.main_info .cartbutton{
	float: right;
	margin-bottom: 0px;
}

.cartbutton_att{
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
	font-weight:bold;
	color:#990000;
}

.main_info .price{
	clear: both;
	color:#990000;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	text-align: right;
}
.main_info .taxprice{
	clear: both;
	font-style:normal;
	color:#990000;
	font-size:14px;
	text-align: right;
}
.main_info .setpricetitle{
	text-align: center;
	display: block;
	background-color: #ffffdd;
	padding: 5px;
	margin-bottom: 5px;
}



/*まとめ買い用 テーブル*/
table.set_table{
	float:right;
	width:280px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.set_head{
	width:280px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}

th.set_title{
	width:100px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}
th.set_center{
	width:100px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}
td.set_center{
	width:180px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}
td.set_td{
	width:180px;
	margin:0px;
	text-align:right;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}

/*アイテム(写真)*/
.shop_photo_box{
	float: left;
	width: 250px;
	margin: 5px 4px;
	padding: 10px;
	text-align:center;
}

.shop_photo_box img{
	float: none;
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
おすすめ情報用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*アイテム(ボックス)*/
.reco_box{
	float: left;
	width: 120px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #c0c0c0 #cccccc #cccccc #c0c0c0;
	/*border: dotted 1px #cccccc;*/
	margin: 5px 4px;
	padding: 8px;
}

.reco_box img{
	float: left;
	width:120px;
	height:120px;
	margin-bottom: 5px;
}
.reco_box .gname{
	float: left;
	text-align: center;
	height:5px;
	margin-bottom: 3px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サポート・会社・プライバシー情報用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*サポート情報用*/
.support_info_wide{
	width: 600px;
	vertical-align: top;
}
.support_info_wide .info{
	text-align: left;
	text-indent:5px;
	font-weight:bold;
	border-width: 0px 0px 0px 5px;
	border-color: #e5c784;
	border-style: solid;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}

.support_info_wide .item{
	text-align: left;
	text-indent:2px;
	font-weight:bold;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	display: block;
	background-color: #f7edd2;
	padding: 3px;
	margin-bottom: 5px;
}

.support_info_wide .mark{
	margin: 0px 8px 0px 0px;
	padding-right:15px;
	background:url(../img/mark_next.gif) no-repeat right;
	text-align:right;
}
/*サポート情報テーブル用*/
table.support_table{
	clear: both;
	width:400px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.support_head{
	width:400px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}

td.support_td{
	width:250px;
	margin:1px;
	text-align:left;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
td.support_center{
	width:150px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

/*会社情報テーブル用*/
table.corp_table{
	clear: both;
	width:600px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

th.corp_title{
	width:600px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}

th.corp_head{
	width:160px;
	margin:1px;
	text-align:left;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}
td.corp_td{
	width:440px;
	margin:1px;
	text-align:left;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
td.corp_td_center{
	width:440px;
	margin:1px;
	text-align:center;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}

/*プリント料金テーブル用*/
table.print_table{
	clear: both;
	width:600px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.print_head{
	width:240px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:bold;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}

th.print_item{
	width:240px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e5c784;
	color: #444444;
}

th.print_center{
	width:90px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#f7edd2;
	color: #444444;
}

td.print_center{
	width:90px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

td.print_right{
	width:90px;
	margin-left:2px;
	text-align:right;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ワッペンリスト用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*アイテム(写真)*/
.wap_photo_box{
	float: left;
	width: 65px;
	margin: 2px 2px;
	padding: 2px;
}

.wap_photo_box img{
	float: none;
	width: 60px;
	height: 60px;
	margin-bottom: 2px;
}
.wap_photo_box .wname{
	float: none;
	text-align: center;
	height:5px;
	margin-bottom: 5px;
}
