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



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


/* ■トップページ設定---------- */

/* ▽ニュース---------- */
/* ▽おすすめ商品---------- */
/* ▽新着商品---------- */






/* ■トップページ設定
-------------------------------------------------- */



/* ▽ニュース---------- */

/* 全体設定 */
#news {
	float: left;
	width: 670px;
	margin-top:10px;
}


/* タイトル設定 */
#news h4 {
	width: 670px;

}


/* リスト設定/全体設定 */
#news li {
	float: left;
	width: 670px;
	padding-top:5px;
	padding-bottom:5px;
	background: url(images/line_under.jpg) repeat-x 0 bottom;
}

.yazirusi{
	display:block;
	float:left;
	margin-top:5px;
}

/* リスト/更新情報の設定 */
#news a {
	float: left;
	width: 570px;
	font-size: 12px;
	line-height: 25px;
	color: #03286f;
}

#news a:hover {
	color: #b70002;
}

/* ▽新着商品---------- */

/* 全体設定 */
#new {
	float: left;
	width: 670px;
	margin-top:10px;
}
* html #new {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#new h4 {
	width: 670px;
}


/* 商品ループ/ボックス設定 */
.newItem,
.newItem_right {
	float: left;
	width:129px;
	margin-top: 10px;
	margin-right: 6px;
	background-color:#EAF7FF;
	text-align:center;

	/*text-align: -moz-center;
	#text-align:center;*/
	padding-bottom:10px;
}
* html .newItem,
* html .newItem_right {
	display: inline;
}

.newItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	width: 94px;
	height: 94px;
	margin:auto;
	margin-top:10px;
	text-align:center;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;
}



/* 商品ループ/商品画像サイズの指定 */
.newItem img,
.newItem_right img {
	display: block;
	width: 86px;
	height: 86px;
	padding:4px;
}
*html .newItem img,
*html .newItem_right img {
	margin-top:4px;
}

/* 商品ループ/商品画像のロールオーバーの設定 */
.newItem a:hover img,
.newItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align:center;
	width:113px;
	margin-left:8px;
	margin-right:8px;
}

.newItem a,
.newItem_right a {
	display: block;
	color: #03286f;
}

.newItem a:hover,
.newItem_right a:hover {
	color: #b70002;
}


/* 商品ループ/商品価格の設定 */
.newItem .price,
.newItem_right .price {
	border-top:solid 1px #7cc7ff;
	border-bottom:solid 1px #7cc7ff;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width:113px;
	text-align:center;
	margin-left:8px;
	margin-right:8px;
	color:#b70002;
}

.newItem .details_bt,
.newItem_right .details_bt {
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
}
.details_bt img {
	width:113px;
	height:28px;
	padding:0px;
}
/* ▽おすすめ商品---------- */

/* 全体設定 */
#featured {
	float: left;
	width: 670px;
	margin-top:10px;

}
* html #featured {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#featured h4 {
	width: 670px;
}


/* 商品ループ/ボックス設定 */
.featuredItem,
.featuredItem_right {
	float: left;
	width:129px;
	margin-top: 10px;
	margin-right: 6px;
	background-color:#EAF7FF;
	text-align:center;

	/*text-align: -moz-center;
	#text-align:center;*/
	padding-bottom:10px;

}

* html .featuredItem,
* html .featuredItem_right {
	display: inline;

}

.featuredItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	width: 94px;
	height: 94px;
	margin:auto;
	margin-top:10px;
	text-align:center;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;
}


/* 商品ループ/商品画像サイズの指定 */
.featuredItem img,
.featuredItem_right img {
	display: block;
	width: 86px;
	height: 86px;
	padding:4px;
}

*html .featuredItem img,
*html .featuredItem_right img {
	margin-top:4px;
}
/* 商品ループ/商品画像のロールオーバーの設定 */
.featuredItem a:hover img,
.featuredItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/商品名の設定 */
.featuredItem h5,
.featuredItem_right h5 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align:center;
	width:113px;
	margin-left:8px;
	margin-right:8px;
}

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #03286f;
}

.featuredItem a:hover,
.featuredItem_right a:hover {
	color: #b70002;
}


/* 商品ループ/商品価格の設定 */
.featuredItem .price,
.featuredItem_right .price {
	border-top:solid 1px #7cc7ff;
	border-bottom:solid 1px #7cc7ff;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width:113px;
	text-align:center;
	margin-left:8px;
	margin-right:8px;
	color:#b70002;
}

#featured .details_bt{
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
}
#featured .details_bt img {
	width:113px;
	height:28px;
	padding:0px;
}




