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



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


/* ■商品詳細設定---------- */

/* ▽商品詳細---------- */
/* ▽この商品をご覧に～---------- */
/* ▽ページの先頭に戻る---------- */


/* ■商品詳細設定
-------------------------------------------------- */

/* ▽商品詳細---------- */

/* 全体設定 */
#details {
	width: 450px;
	float:left;
	margin-bottom:40px;
}

/* タイトルの設定 */
#details h3 {
	float: left;
	width: 450px;
}

/* 詳細内容(左)の設定 */
#details_left {
	float: left;
	width: 145px;
	height: auto;
	display: block;
	margin: 10px 10px 0px 0px;
}

/* 詳細内容/商品画像サイズの設定 */
#details_left #details_pic img {
	width: 143px;
	height: 143px;
}

/* 詳細内容/商品画像背景の設定 */
#details_left #details_pic {
	width: 143px;
	height: 143px;
	border: 1px solid #898989;
}
* html #details_left #details_pic {
	width: 145px;
	height: 145px;
}


/* 詳細内容(上)/詳細－全体設定 */
#details_left_top {
	float: left;
	width: 145px;
	margin-top:10px;
	padding-bottom:10px;
}


/* 詳細内容(上)－項目（左側）の設定 */
#details_left_top dt {
	width: 145px;
	float: left;
	padding-bottom:10px;
}


/* 詳細内容(上)－テキスト部分（右側）の設定 */
#details_left_top dd {
	float:left;
	width:145px;
	padding-bottom:10px;
	color:#ff0000;
	font-size:12px;
	text-align:center;
}

/* 詳細内容/「カートに入れる」ボタンの設定 */
#details form,
.cart_box_none {
	float:left;
	width: 145px;
	margin: 0px 0px 10px 0px;
}


/* 詳細内容(下)/詳細－全体設定 */
#details_left_under {
	width: 145px;
	float:left;
	
}


/* 詳細内容(下)－項目（左側）の設定 */
#details_left_under dt {
	display:block;
	float: left;
	margin: 0 0px 5px 0;
}


/* 詳細内容(下)－テキスト部分（右側）の設定 */
#details_left_under dd {
	display:block;
	float:left;
	width: 120px;
	font-size: 12px;
	line-height:16px;
}
#details_left_under dd a{
	color: #237897;
}
#details_left_under dd a:hover {
	color: #ff9600;
}

/* 詳細内容(右)の設定 */
#details_right {
	float:left;
	width: 295px;
	display: block;
	margin: 10px 0px 0px 0px;
}
*html #details_right {
	margin-right:-3px;
}

/* 詳細内容(上)/詳細－全体設定 */
#details_right_top {
	float:left;
	width: 295px;
	margin: 0px 0px 5px 0px;
}


/* 詳細内容(上)－商品名タイトルの設定 */
#details_right_top dt {
	float:left;
	margin-bottom: 5px;
}


/* 詳細内容(上)－商品名の設定 */
#details_right_top dd {
	float:left;
	color:#237897;
	font-size: 14px;
	font-weight: bold;
}


/* 詳細内容(下)/詳細－全体設定 */
#details_right_under {
	float:left;
	width: 295px;
	margin-top:10px;
}
/* 詳細内容(下)－商品詳細タイトルの設定 */
#details_right_under dd {
	float:left;	
}

/* 詳細内容(下)－商品詳細の設定 */
#details_right_under dd {
	float:left;	
	margin-top:5px;
	line-height:20px;
	color:#237897;
}



/* ▽この商品をご覧に~---------- */


/* 全体設定 */
#customers {
	float: left;
	width: 450px;
	margin-bottom:10px;
}
* html #customers {
	margin-right: -3px;
	display: inline;
}


/* タイトルの設定 */
#customers h3 {
	width: 450px;
}


/* 商品ループ/ボックス設定 */
.customersItem {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 10px;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;
}

.customersItem_right {
	float: left;
	width:105px;
	margin-top: 10px;
	margin-right: 0px;
	background: url(images/goods_bg.jpg) no-repeat 0 0px;	
}

/* 商品ループ/商品画像背景の設定/商品画像サイズの指定 */
.customersItem img,
.customersItem_right img {
	display: block;
	width: 92px;
	height: 92px;
	border: 1px solid #b2b2b1;
	margin:5px;
}


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


/* 商品ループ/商品名の設定 */
.customersItem h4,
.customersItem_right h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align:left;
	width:89px;
	margin:0px 8px 0px 8px;
}

.customersItem a,
.customersItem_right a {
	display: block;
	color: #237897;
}

.customersItem a:hover,
.customersItem_right a:hover {
	color: #ff0000;
}


/* 商品ループ/商品価格の設定 */
.customersItem .price,
.customersItem_right .price {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
	color:#ff0000;
	width:89px;
	margin:2px 8px 5px 8px;
}
.customersItem .details_bt  ,
.customersItem_right .details_bt {
	width:105px;
	height:31px;
	background: url(images/syousai_bt_bg.jpg) no-repeat 0 0;
}
.customersItem .details_bt a ,
.customersItem_right .details_bt a{
	width:93px;
	height:23px;
	background: url(images/syousai_bt.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin:0px 6px;
}
.customersItem .details_bt a:hover ,
.customersItem_right .details_bt a:hover {
	background: url(images/syousai_bt_o.jpg) no-repeat 0 0;
}



/* ▽ページの先頭に戻る---------- */

/* 全体設定 */
#goTop {
	float: left;
	width: 450px;
	margin-top: 40px;
	text-align: center;
}
* html #goTop {
	margin-right: -3px;
}


/* ボタンの設定 */
#goTop a {
	display: block;
	width: 150px;
	height: 25px;
	margin: 0px auto 0 auto;
	background: url(images/btn_gotop.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}


/* ボタンのロールオーバーの設定 */
#goTop a:hover {
	background-image: url(images/btn_gotop_o.jpg);
}






