/**ショッピングカートの基本スタイル**/
/*clearfixハック*/
#content div:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

h1, h2, h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h1{
	margin-left:8px;
	font-weight:normal;
}

#content body,#content td,#content p,
select,input,textarea{
	font-size : 13px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #444444;
	line-height: 1.3;
}
/*Star Html Hack*/
* html #content body,#content td,#content p,
select,input,textarea{
	font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
*:first-child+html #content body,#content td,#content p,
select,input,textarea{
	font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*Star Html Hack*/

#content p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*テキストエリアのデザイン*/
textarea{
	font-size : 13px;
	width:80%;
	color: #444444;
	border:1px solid #aaa;
	padding:3px;
	margin: 2px;
	border-radius:2px;
}
input, select  {
	font-size : 13px;
	vertical-align:middle;
	margin: 2px;
	padding:0 3px;
	height:23px;
	max-width:450px;
	border:1px solid #aaa;
	border-radius:2px;
}
input {max-width:200px;}
input[size="3"] {max-width:35px;}
input[size="10"] {max-width:100px;}
input[size="13"] {max-width:100px;}
input[size="20"] {max-width:150px;}
input[size="25"] {max-width:150px;}
input[size="30"] {max-width:200px;}
input[size="35"] {max-width:200px;}
input[size="45"] {max-width:370px;}
input[size="65"] {max-width:370px;}
input[size="50"] {max-width:450px;}

select {
	padding:2px;
	height:24px;
}
input:focus, input:hover {
    border:1px solid #555;
	box-shadow: 1px 1px 3px #777;
}
input[type="radio"]:focus, input[type="radio"]:hover,
input[type="checkbox"]:focus, input[type="checkbox"]:hover {
    border:0px solid #555;
	box-shadow: 0px 0px 0px #777;
}
textarea:focus, textarea:hover {
    border:1px solid #555;
	box-shadow: 1px 1px 3px #777;
}

#content table {
	text-align:left;
}

#content form {
	margin:3px 0 5px 0;
}

#content img{
	vertical-align:bottom;
	border:none;
}

/*リンクのデザイン*/
#content a:link {font-size: 13px; color:#444444;text-decoration : none;}
#content a:visited {font-size: 13px; color:#444444;text-decoration : none;}
#content a:active {font-size: 13px; color:#222222;text-decoration : none;}
#content a:hover {font-size: 13px; color:#222222;text-decoration: underline;}

/*会員・特定商取引法のテーブルの枠線のデザイン*/
#content table.mem_tb_border{
	border-collapse:collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#content table.mem_tb_border td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 5px 7px;
	line-height: 1.5;
}

/*注文テーブルの枠線のデザイン*/
#content table.order_tb_border{
	border-collapse:collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#content table.order_tb_border td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 5px 7px;
	line-height: 1.5;
}
#content table.table_td_zero td{
	border: 0;
	padding: 1px 0px;
}

/*おすすめ商品テーブルの枠線のデザイン*/
#content table.goods_tb_border{
	border-collapse:collapse;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
#content table.goods_tb_border td{
	padding-top:10px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/*注文フォームのラジオボタンのデザイン*/
.RadioStyleOrder{
	margin:2px 20px 2px 0;
	padding:2px 5px 2px 1px;
	display:inline-block;
	min-width:110px;
	border-radius: 5px;
}
.RadioStyleOrder:hover{
	background-color:#f4f4f4;
	color:#000;
	cursor: pointer;
}
.RadioStylePre{
	margin:0;
	padding:2px 5px 2px 1px;
	display:inline-block;
	border-radius: 5px;
}
.RadioStylePre:hover{
	background-color:#f4f4f4;
	color:#000;
	cursor: pointer;
}
.RadioSelected{
	background-color:#eee;
	color:#000;
	padding:1px 4px 1px 0;
	border:1px solid #ececec;
}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.link_color{}
.link_button{
	display: inline-block;
	margin-top:3px;
	background : url(../images/link.gif) no-repeat 0px 2px;
	padding-left:9px;
	padding-bottom: 0px;
	border: 0;
}
a:hover .link_button {
	text-decoration:underline;cursor:pointer;
}

/*リストのデザイン*/
.list_style{
	list-style-image: url(../images/list.gif);
	list-style-position: outside;
	margin: 8px 0 8px 40px;
	padding: 0px;
}
.list_style li{
	padding: 0px;
	margin-bottom: 4px;
}

/*ボタンのデザイン（削除すると通常のボタンになる）*/
.submit{color: #ffffff; /* 文字色 */
	background-color: #d12310; /* 背景色 */
	border:1px solid #bd200f; /* 枠の色 */
	padding:3px 10px 3px;
	cursor: pointer;
	height:24px;
	border-radius:3px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
}
.submit:hover{
	background-color: #bd200f; /* 背景色 */
	border:1px solid #930000; /* 枠の色 */
	box-shadow: 0px 0px 0px #930000;
}

/*画像のみ表示のデザイン*/
.image_only_table{}
.image_only_table strong{font-weight:normal;}
.image_only_cell{vertical-align:middle;height:100px;}
.image_only_cell img{}

/*ログアウトの色*/
#logout_color{color: #f5497c;}

/*フォームの記入例の文字サイズと色*/
.order_kinyurei{font-size: 11px;color: #ff0000;}
.entry_kinyurei{font-size: 11px;color: #ff0000;}

/*パンくずリストのデザイン*/
#BreadCrumbList{}
#BreadCrumb{color:#333;padding:6px 10px 4px;}

/*商品検索テーブルのデザイン*/
.kensaku_table{height:19px;background-color:#eeeeee;
border: 1px solid #eeeeee;padding-left: 3px;padding-right: 3px;
padding-top: 2px;padding-bottom: 2px;}
/*商品検索窓のデザイン*/
.kensaku{width:120px;padding:0 3px;
background-color:#ffffff;border: 1px solid #444444;}
/*購入合計額のデザイン*/
.total{height:19px;background-color:#ffffff;
border: 1px solid #dddddd;padding-left: 7px;
padding-right: 7px;padding-top: 3px;}
.total_text{color:#444444;font-size:12px;text-decoration:none;}
/*検索結果と価格順等のテーブルのデザイン*/
.kensaku_table2{height:19px;background-color:#eeeeee;
border: 1px solid #eeeeee;padding-left: 2px;
padding-right: 3px;padding-top: 2px;padding-bottom: 2px;}

/*中央に表示される小分類のデザイン*/
.bunrui{font-size : 13px;color:#444444;}

/*ページ表示のデザイン*/
.page{display:inline-block;font-size:13px;padding:5px 7px 3px;margin:2px;border:1px solid #777;background-color:#777;color:#fff;
border-radius:2px;-webkit-appearance: none;-webkit-border-radius:2px;}
a .page{background-color:#fff;color:#444;border:1px solid #ccc;text-decoration:underlin;}
a:hover .page{color:#000; background-color:#ccc;border:1px solid #ccc;cursor:pointer;}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 13px;color:#444444; line-height: 1.2;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#fff;border: 0px solid #d7d7d7;border-bottom: 1px dotted #d12310;}
#detail_midasi_fontcolor{font-size:14px;color:#333333;padding: 2px 0px 0px 3px;height: 17px;margin: 0;}

/*お勧め８商品の見出しのデザイン*/
.goods8_top{display:block;margin:3px 0 0;font-size : 13px;color:#ffffff;}
/*お勧め８商品の商品名のデザイン*/
.goods8{font-size : 13px;color:#444444;}
/*お勧め８商品の価格のデザイン*/
.goods8_price{font-size : 13px;color:#444444;}

#siteFoot{
	width: 980px;
	clear: both;
	border-top: 1px solid #a91010;
	background-color: #a91010;
	font-size: 90%;
	color: #888888;
	padding: 7px 0 7px 0;
	margin: -1px auto;
	text-align:center;
}
#siteFoot a{
	font-size: 100%;
	color: #cccccc;
}

#detailSetumei{
	clear: both;
	padding:7px 5px 7px 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*画像の先読み*/
@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
	}
	div#preloader img {
		display: block;
	}
}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
	}
