﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");
@import url("./banner.css");
@import url("./css/contact.css");
@import url("./css/mail.css");
@import url("./css/cart.css");
@import url("./css/info.css");
@import url("./form.css");




/* //////////目次////////////////////////////// /

/* ■各カテコリ商品一覧設定---------- */

/* ■商品一覧設定---------- */





/* ■各カテコリ商品一覧設定
-------------------------------------------------- */

/* ▽各カテコリ商品一覧---------- */

/* 全体設定 */
#c_newitem2 {
	width: 670px;
	height: auto;
}

/* タイトル */
#c_newitem2 h3 {
	float: left;
	margin-bottom: 10px;
}

/* 各アイテム全体設定 */
.newitem2,
.newitem2_right {
	background: #fffbdc url(./images/newitem2_bg.jpg) no-repeat 0 0;
	float: left;
	width: 163px;
	margin-right: 6px;
}

.newitem2_right {
	margin-right: 0px;
}

/* 画像設定 */
.newitem2 img,
.newitem2_right img{
	height: 86px;
	width: 86px;
	margin-top: 20px;
	margin-left: 39px;
	margin-bottom: 15px;
}

/* ロールオーバーの設定 */
.newitem2 a:hover img,
.newitem2_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

/* 商品名設定 */
.newitem2 h5 ,
.newitem2_right h5 {
	font-size: 12px;
	margin-left: 8px;
	width: 147px;
	text-align:center;
}
.newitem2 h5 a,
.newitem2_right h5 a{
	color: #3f3f3f;
}

/* ロールオーバーの設定 */
.newitem2 h5 a:hover,
.newitem2_right h5 a:hover {
	color: #ff0000;
}

/* 商品価格設定 */
.newitem2 p ,
.newitem2_right p {
	font-size: 12px;
	background: url(images/newitem2_price_bg.jpg) no-repeat 0px 0px;
	width: 147px;
	line-height: 21px;
	text-align: right;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-weight: bold;
}

/* ■商品一覧設定
-------------------------------------------------- */

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

/* 全体設定 */
#list {
	width: 670px;
	margin-bottom: 10px;

}


/* タイトル設定 */
#list h3 {
	float: left;
	width: 670px;
	margin-bottom: 10px;
	margin-top:10px;
}

/* 各アイテム全体設定 */
.listitem,
.listitem_right {
	background: #f4f4f4 url(./images/list_item_bg.jpg) no-repeat 0 0;
	float: left;
	width: 163px;
	margin-right: 6px;
	margin-bottom:10px;
}

.listitem_right {
	margin-right: 0px;
}


/* 画像設定 */
.listitem h4 img ,
.listitem_right h4 img{
	height: 86px;
	width: 86px;
	margin-top: 20px;
	margin-left: 39px;
	margin-bottom: 15px;
}

/* ロールオーバーの設定 */
.listitem a:hover img,
.listitem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

/* 商品名設定 */
.listitem h5 ,
.listitem_right h5 {
	font-size: 12px;
	line-height:16px;
	margin-left: 8px;
	width: 147px;
	text-align:center;
}
.listitem h5 a,
.listitem_right h5 a{
	color: #3f3f3f;
}

/* ロールオーバーの設定 */
.listitem h5 a:hover,
.listitem_right h5 a:hover {
	color: #ff0000;
}

/* 価格設定 */
.listprice {
	font-size: 12px;
	width: 147px;
	line-height: 21px;
	text-align: right;
	color: #ff0000;
	margin-top: 5px;
	margin-left: 8px;
	font-weight: bold;
}

/* 詳細へボタン設定 */
.to_detail_bt {
	width: 147px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/* ▽下部商品リンク---------- */

/* 全体設定 */
#bottomList {
	clear:left;
	float: left;
	width: 670px;
	text-align: left;
	margin-bottom:100px;
}
* html #bottomList {
	margin-right: -3px;
}

#bottomList a {
	color: #3f3f3f;
}

#bottomList a:hover {
	color: #ff0000;
}

