@charset "utf-8";
/* CSS Document */

h3{
	background-color:#993300;
	color:#fff;
	padding:3px 5px;
}

/* #####################################
             商品一覧ページ
######################################## */

.pagehyouji{
	border-bottom:1px dashed #C8A462;
}

.itemlistbox{
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 0 20px 0;
	padding:0px;
}

.itemlistbox td{
	padding:5px 0;
}

.listopbox{
	padding:0px 0;
}

.listopbox th,
.listopbox td{
	padding:5px 10px;
}

.listopbox th{
	border:1px solid #999;
}

.listopbox td{
	border-bottom:1px dotted #996600;
	width:80px;
}

.btsyousai{
	padding:10px;
}


/* #####################################
             商品詳細ページ
######################################## */

/* メイン画像 */

#mainphoto{
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	background-color:#fff;
	width:469px;
	text-align:center;
}

#mainphoto table{
	margin:0 auto;
}

#mainphoto-bottom{
	padding:0 0 15px 0;
}

/* 商品タイトル */
.itemtitle{
	border:2px solid #343434;
	background-color:#71583E;
	color:#fff;
	margin:0 0 5px 0;
	padding:3px 10px;
}

.itemtitle h4{
	font-weight:bold;
  font-size: 120%;
}

.itemtitle h4 a{
	color:#fff;
}


/* 商品説明 */
#itemmain{
	border:1px solid #cdcdcd;
	padding:15px 10px;
	background-color:#fff;
}

/* 注文ボタン */

#orderbox .center{
	padding:10px 0;
}

/* 在庫・価格･オプション */

#zaikobox{
	margin:10px 0 15px 0;
	text-align:right;
}

#zaikobox th,
#zaikobox td{
	padding:3px 5px;
	text-align:center;
}

#zaikobox th{
	border:1px solid #333;
}

#zaikobox td{
	border-bottom:1px dotted #333;
}

