/**ショッピングカートの基本スタイル**/
/*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,td,p{
	font-size : 13px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #555555;
}
/*Star Html Hack*/
* html #content body,td,p{font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
*:first-child+html #content body,td,p{font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/*Star Html Hack*/

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

/*テキストエリアのデザイン*/
#content textarea{
	font-size : 13px;
	width:80%;
	color: #555555;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
#content select, input {
	font-size : 13px;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}
#content select {
	height:20px;
}

#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:#555555;text-decoration : none;}
#content a:visited {font-size: 13px; color:#555555;text-decoration : none;}
#content a:active {font-size: 13px; color:#333333;text-decoration : none;}
#content a:hover {font-size: 13px; color:#333333;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: 5px;
	line-height: 1.5;
}

/*注文テーブルの枠線のデザイン*/
#content table.order_tb_border{
	border-collapse:collapse;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
#content table.order_tb_border td{
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 4px;
	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;
}

/*上記以外のリンクのデザイン（削除すると上記が適用される）*/
.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: #002277; /* 背景色 */
border:1px outset #001155; /* 枠の色 */
padding:3px 10px 3px;
cursor: pointer;
-webkit-border-radius-topleft: 2px;
-moz-border-top-left-radius: 2px;
-ms-border-top-left-radius: 2px;
-o-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-webkit-border-radius-topright: 2px;
-moz-border-top-right-radius: 2px;
-ms-border-top-right-radius: 2px;
-o-border-top-right-radius: 2px;
border-top-right-radius: 2px;
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
-ms-border-bottom-left-radius: 2px;
-o-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
-ms-border-bottom-right-radius: 2px;
-o-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.submit:hover{background-color: #001f71; /* 背景色 */}

/*画像のみ表示のデザイン*/
.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;}

/*商品検索テーブルのデザイン*/
.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:3px;
background-color:#ffffff;border: 1px solid #aaaaaa;}
/*購入合計額のデザイン*/
.total{height:19px;background-color:#ffffff;
border: 1px solid #dddddd;padding-left: 7px;
padding-right: 7px;padding-top: 3px;}
.total_text{color:#555555;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:#555555;}

/*ページ表示のデザイン*/
.page{display:inline-block;font-size:13px;padding:3px 3px 3px;margin:1px;border:1px solid #dddddd;text-decoration:none;font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;}
a:hover .page{color:#ffffff; background-color:#002277;border:1px solid #002277;text-decoration:none;cursor:pointer;}

/*商品詳細画面のテキストのデザイン*/
.detail{font-size : 13px;color:#555555; line-height: 1.2;}
/*商品詳細画面の上部の色*/
#detail_midasi_color{background-color:#002277;}
#detail_midasi_fontcolor{;color:#ffffff;padding: 2px 0px 0px 5px;height: 17px;margin: 0;}

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

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

#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;
	}
