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



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


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

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






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





/* ▽おすすめ商品---------- */

/* 全体設定 */
#featured {
	float: left;
	width: 260px;
	margin-bottom: 15px;
	margin-left:10px;

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


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


/* 商品ループ/ボックス設定 */
.featuredItem,
.featuredItem_right {
	float:left;
	width: 248px;
	padding:5px;
	border:solid 1px #b0ba7b;
	margin-top: 15px;
	background: url(images/osume_bg.jpg) repeat-x 0 bottom;
	clear:both;
}
* html .featuredItem,
* html .featuredItem_right {
	width: 258px;
}

.featuredItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.featuredItem_pic {
	float:left;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-right:10px;
	background: url(images/new_bg_item.jpg) no-repeat 0 bottom;
}
* html .featuredItem_pic {
	width: 110px;
	height: 110px;
}


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


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


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

.featuredItem a,
.featuredItem_right a {
	display: block;
	color: #4d4d4d;
}

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


/* 商品ループ/商品価格の設定 */
.featuredItem p,
.featuredItem_right p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	float:left;
	margin-bottom:5px;
	
	color:#9b0202;
}



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

/* 全体設定 */
#new {
	float: left;
	width: 260px;
	margin-bottom: 15px;


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


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

.btns{
	float:left;

	}

#featured .btns img{
	display:block;
	width:114px;
	height:25px;

}

#new .btns img{
	display:block;
	width:114px;
	height:25px;

}
/* 商品ループ/ボックス設定 */
.newItem,
.newItem_right {
	float:left;
	width: 248px;
	padding:5px;
	border:solid 1px #b0ba7b;
	margin-top: 15px;
	background: url(images/osume_bg.jpg) repeat-x 0 bottom;
	clear:both;
}
* html .newItem,
* html .newItem_right {
	width: 258px;
}

.newItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.newItem_pic {
	float:left;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-right:10px;
	background: url(images/new_bg_item.jpg) no-repeat 0 bottom;
}
* html .newItem_pic {
	width: 110px;
	height: 110px;
}


/* 商品ループ/商品画像サイズの指定 */
.newItem img,
.newItem_right img {
	display: block;
	width: 100px;
	height: 100px;
}


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


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

.newItem a,
.newItem_right a {
	display: block;
	color: #4d4d4d;
}

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


/* 商品ループ/商品価格の設定 */
.newItem p,
.newItem_right p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	float:left;
	margin-bottom:5px;
	
	color:#9b0202;
}



/* ▽ランキング-------------------- */

/* 全体設定  */
#ranking {
	float: left;
	width: 530px;
	margin-bottom: 10px;
}
* html #ranking {
	margin-right: -3px;
}


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


/* 商品ループ/ボックス設定 */
.rankingItem,
.rankingItem_right {
	float: left;
	width: 124px;
	margin-top: 5px;
	margin-right: 11px;
}
* html .rankingItem,
* html .rankingItem_right {
	display: inline;
}

.rankingItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像背景の設定 */
.rankingItem_pic {
	width: 112px;
	height: 112px;
	padding: 5px;
	background: url(images/ranking_bg_item.jpg) no-repeat 0 bottom;
}
* html .rankingItem_pic {
	width: 117px;
	height: 117px;
}


/* 商品画像サイズの設定 */
.rankingItem_pic img {
	display: block;
	width: 112px;
	height: 112px;
}


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


/* 商品名の設定 */
.rankingItem h5,
.rankingItem_right h5 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.2em;
}

.rankingItem a,
.rankingItem_right a {
	display: block;
	color: #4d4d4d;
}

.rankingItem a:hover,
.rankingItem_right a:hover {
	color: #4f5e09;
}


/* 商品価格の設定 */
.rankingItem p,
.rankingItem_right p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.2em;
	
	color:#9b0202;
}


/* ランキングアイコンの設定 */
.rankingItem_icon {
}







