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



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


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

/* ▽ニュース---------- */
/* ▽おすすめ商品---------- */
/* ▽新着商品---------- */
/* ▽ランキング----- */






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

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

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


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


/* 商品ループ/ボックス設定 */
.newItem,
.newItem_right {
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
}
* html .newItem,
* html .newItem_right {
	display: inline;
}

.newItem_right {
	margin-right: 0px;
}


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


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


/* 商品ループ/商品名の設定 */
.newItem h5,
.newItem_right h5 {
	width: 110px;
	margin-top: 1px;
	padding: 0 5px;
	background-color: #bebebe;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
}
* html .newItem h5,
* html .newItem_right h5 {
	width: 120px;
}


.newItem h5 a,
.newItem_right h5 a {
	padding: 5px 0;
}


.newItem a,
.newItem_right a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.newItem a:hover,
.newItem_right a:hover {
	text-decoration: underline;
	color: #f39800;
}


/* 商品ループ/商品価格の設定 */
.newItem p,
.newItem_right p{
	width: 120px;
	margin-top: 1px;
	padding-top: 2px;
	background-color: #f39800;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	text-indent: 5px;
	
	color: #ffffff;
}






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

/* 全体設定 */
#featured {
	float: left;
	width: 510px;
	margin-top: 20px;
}
* html #featured {
	display: inline;
	margin-right: -3px;
	
}


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


/* 商品ループ/ボックス設定 */
.featuredItem,
.featuredItem_right {
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
}
* html .featuredItem,
* html .featuredItem_right {
	display: inline;
}

.featuredItem_right {
	margin-right: 0px;
}


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


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


/* 商品ループ/商品名の設定 */
.featuredItem h5,
.featuredItem_right h5 {
	width: 110px;
	margin-top: 1px;
	padding: 0 5px;
	background-color: #bebebe;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
}
* html .featuredItem h5,
* html .featuredItem_right h5 {
	width: 120px;
}

.featuredItem h5 a,
.featuredItem_right h5 a {
	padding: 5px 0;
}


.featuredItem a,
.featuredItem_right a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.featuredItem a:hover,
.featuredItem_right a:hover {
	text-decoration: underline;
	color: #f39800;
}


/* 商品ループ/商品価格の設定 */
.featuredItem p,
.featuredItem_right p {
	width: 120px;
	margin-top: 1px;
	padding-top: 2px;
	background-color: #f39800;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	text-indent: 5px;
	
	color: #ffffff;
}

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

/* 全体設定  */
#ranking {
	float: left;
	width: 510px;
	margin-top: 20px;
	padding-bottom: 50px;
}
* html #ranking {
	margin-right: -3px;
}


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

.rankingItem_right {
	margin-right: 0px;
}


/* 商品ループ/商品画像の指定 */
.rankingItem .rankingItem_pic img,
.rankingItem_right .rankingItem_pic img {
	display: block;
	width: 78px;
	height: 78px;
	border: 1px solid #000000;
}

.rankingItem .rankingItem_pic,
.rankingItem_right .rankingItem_pic {
	float: left;
}

.rankingItem a:hover img,
.rankingItem_right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 商品ループ/ランキング詳細用ボックスの設定 */
.ranking_details {
	float: left;
	width: 75px;
	margin-left: 5px;
}

/* 商品ループ/商品名の設定 */
.rankingItem h5,
.rankingItem_right h5 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
}

.rankingItem a,
.rankingItem_right a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.rankingItem h5 a:hover,
.rankingItem_right h5 a:hover {
	text-decoration: underline;
	color: #ff0000;
}


/* 商品ループ/商品価格の設定 */
.rankingItem p,
.rankingItem_right p{
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	
	color: #f39800;
}




