@charset "UTF-8";

/* -- 全体指定 -------------------------------------------------------------------- */
body {
	background-image:none;
}

#pagebody {
	background-image:none;
}
#pagebody-inner {
	background-image:none;
}


/* -- 商品一覧 ------------------------------------------------------------------- */

.pagetitle {
	text-align:center;
}


/* -- 商品枠 -- */
.goodsbox {
	display:inline;
	float:left;
	width:340px;
	margin-left:40px;
}

/* -- 商品 -- */
.goodsbox table {
	width:340px;
	border-collapse:collapse;
	border-spacing:0;
}
.goodsbox p {
	margin:0;
	padding:0;
}
.goodsbox th {
	text-align:left;
	color:#fff;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	background-color:#B68886;
}
.goodsbox td {
	vertical-align:top;
	padding:5px;
}

/* -- 商品価格 -- */
.itemprice {
	text-align:right !important;
}
/* -- 商品画像 -- */
.itemphoto {
	width:100px;
	text-align:center;
}
.itemphoto a img {
	border:none;
}
/* -- 商品拡大 -- */
.itemzoom {
	text-align:right;
	margin-top:-16px;
}
/* -- 商品規格 -- */
.itemstandard {
	padding:5px;
	border:1px solid #666;
	font-size:.8em;
}
/* --  商品説明 -- */
.itemtext {
	line-height:1.4;
	font-size:.8em;
}
/* --  商品取扱店 -- */
.itemstock {
	border-top:1px dotted #ccc;
	margin-top:.5em;
}

/* -- 新着商品 -- */
.itemnew {
	margin-top:5px;
}

/* -- お問い合わせ -- */
.itemcontact {
	text-align:right;
}
.itemcontact a {
	text-decoration:none;
	color:#c00;
}
.itemcontact a img {
	border:none;
}
