@charset "UTF-8";

/*== サブボックス =================================================*/

/*-- 商品カテゴリー ----------------------------*/
#category_title {
	background: url(/imgs/category_bg.gif) no-repeat right;
}


/*-- お問い合わせ・感想 ----------------------------*/
#inquiry_title {
	background: url(/imgs/inquiry_bg.gif) no-repeat right;
}

#mailform textarea {
	width:280px;
}


/*== コンテンツボックス =================================================*/

/*-- 商品一覧 ----------------------------*/
#commodity_title {
	background: url(/imgs/commodity_bg.gif) no-repeat right center;
}

/* -- カテゴリータイトル -- */
.categorytitle {
	clear:both;
	background-color: #900;
	color: #FFF;
	font-size:1em;
	font-weight: normal;
	margin:0;
	padding: 0.2em 0.5em;
}

/* -- カテゴリー説明 -- */
.categorydescription {
	margin:0;
	padding:0;
}

/* -- 商品リスト -- */
.itemlist {
	margin:0;
	padding:0;
}
.itemlist li {
	float:left;
	width:130px;
	margin-top:10px;
	margin-right:8px;
	list-style:none;
}
.itemlist img {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 5px;
}


/*-- 送料・お支払い方法 ----------------------------*/
#carry_title {
	background: url(/imgs/carry_bg.gif) no-repeat right center;
}
.carry {
	float: left;
	width: 250px;
	margin: 0 10px 20px;
}
.carry caption {
	text-align: left;
	padding-bottom: 0.5em;
}
.carry th {
	color:#fff;
	font-weight:normal;
	background-color:#c00;
}

/* -- 送り説明 -- */
.sendsetumei {
	clear:both;
}

/* -- 法関係リンク -- */
.lawlink {}
.lawlink li {
	display:inline;
	list-style:none;
	margin-right:20px;
	padding-left:16px;
	background:url(/imgs/arrow_r01.gif) no-repeat left center;
}

/* -- かごの中を見る -- */
.cartview {}


/* -- 商品枠 ---------------------------------------------- */
#product_box {
	float:left;
	width:340px;
	margin-right:20px;
	background-image: url(/imgs/productbox_bg.gif);
	background-repeat: repeat-y;
}

#product_inner {
	padding-bottom:5px;
	background:url(/imgs/productbox_bottom.gif) no-repeat left bottom;
}

h2#productname {
	color:#fff !important;
	font-size:1em;
	margin:0;
	padding:8px 0 0 10px;
	background:url(/imgs/productbox_top.gif) no-repeat left top;
}

#product_inner img {
	margin-left:10px;
}


/* -- 表品説明 -- */
#detail {
	float:left;
	width:500px;
}

/* -- 内容量 -- */
.itemcapacity {
	text-align:right;
}
.itemprice {
	font-size:1.4em;
	font-weight:bold;
	padding-left:.5em;
}


/* -- 買い物かご -- */
#cartcode {}


/* -- その他の写真 -- */
#otherphoto {}
#otherphoto a {}
#otherphoto a img {}


/* -- 関連情報タイトル -- */
#related {
	min-height:32px;
	height:auto;
	margin-top:1.5em;
	background:url(/imgs/related_bg.gif) no-repeat right center;
}
/* for Internet Explorer */
/*\*/
* html #related {
	min-height:35px;
}
/**/

/* -- 関連情報リンク -- */
.relatedlink {}
.relatedlink li {
	list-style:none;
	padding-left:16px;
	background:url(/imgs/arrow_r01.gif) no-repeat left center;
}


/* -- その他の商品 -- */
#other_box {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
#other_box h4 {
	font-weight:normal;
	padding-bottom:15px;
}
/*
#other_box ul {
	width:850px;
	height:160px;
	overflow:auto;
	margin:0;
	padding:0;
}
#other_box li {
	display:inline;
	text-align:center;
	list-style:none;
}
#other_box li img {
	margin:5px;
	padding:5px;
	border:1px solid #666;
}
*/
#other_box .go_other {
	margin:0;
	padding:10px 0 0 0;
}


/* -- 関連記事 ----------------------------------------------------- */
#entrymore {}

