@charset "UTF-8";

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

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


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

.pagetitle {
	clear:both;
	text-align:center;
}


/* -- 商品ブロック -- */
#goodsblock {
	float:left;
}

/* -- サイドナビ -- */
#sidenavi {
	float:right;
	width:160px;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}
#sidenavi a:hover img {
	filter:alpha(Opacity=60); /* IE 用 */
	-moz-opacity:0.6; /* Mozilla 用 */
	-khtml-opacity:0.6; /* KHTML 用 */
	opacity:0.6; /* Safari 用 */
}
.banner {
	width:160px;
}

#catnavi_contact {
	margin-bottom:300px;
}


@media print {
#sidenavi {
	display:none;
}
}


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

/* -- 商品 -- */
.goodsbox table {
	width:290px;
	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;
}


.categoryend {
	clear:both;
	padding:5px;
}


h2.subcategorytitle {
	clear:both;
}

