@charset "utf-8";

/*

▼このcssファイルは【item_detail.html】用です

\andy_2\pc\views\shops\item_detail.html
---------------------------------------------- */


/* title
------------------------- */

div#title{
background:url(../../../andy/img/shop_index/shopping_bar.gif) no-repeat;
height:70px;
padding:6px 0 0 0;
_padding:6px 0 2px 0;
}


div#bread_list{
	margin:8px 0 0 10px;
}



/* コンテンツ
------------------------- */
#item_detail{
float:left;
width:970px;
margin:5px 0 0 0;
}

.item_detail_main{
width:760px;
float:left;
}

#itemDetailMain{
/*	background:yellow;*/
	height:auto;
}

div.contents_box{
padding:0 0 5px 0;
margin:0 0 10px 0;
width:760px;
}


/* 上部商品名 */
.name_box table{
background:url(../../../img/shops/item_detail/item_detail_name_bg.gif) repeat-x center;
width:755px;
}

.name_box th{
background:url(../../../img/shops/item_detail/item_detail_name_top.gif) -1px 0 repeat-y;
width:7px;
border-top:solid 1px #51A135;
border-bottom:solid 1px #51A135;
border-left:solid 1px #51A135;
}

.name_box td.name_main{
padding:5px 5px 2px 10px;
font-weight:bold;
width:570px;
font-size:14px;
border-top:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
}

.name_box td.price_main{
background:url(../../../img/shops/item_detail/item_detail_name_bg.gif) repeat-x center;
padding:3px 10px 1px 0;
font-weight:bold;
color:#E60012;
text-align:right;
font-family:Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","ＭＳＰゴシック";
font-size:14px;
border-top:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
}



/* 左側コンテンツ */

table#pic{
	width:185px;
	text-align:center;
	margin:15px 0 0 0;
}

table#pic img{
margin:0 0 7px 0;
}

/* 画像を拡大 */
table#pic td#zoom p{
	background: url(../../../img/shops/item_detail/button_zoom.jpg) 9px 0 no-repeat;
	width:170px;
	height:17px;
	margin:2px 0 2px 0;
	padding:0 0 0 7px;
	display:block;
	font-size:11px;
}

/* お気に入りに登録する */
table#pic td#favorite a{
	background: url(../../../img/shops/item_detail/button_favorite.jpg) no-repeat;
/*	width:125px;
	height:22px;*/
	width:106px;
	height:18px;
	margin:0 0 0 0;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}


/* 右側コンテンツ */


/* 上部
----------------*/

table#text{
	width:575px;
	margin:0 0 15px 0;
	
}

/* 商品名 */
table#text td#name{
	background: url(../../../img/shops/item_detail/bg_bar.jpg) repeat-x;
	width:75%;
	height:30px;
	padding:0 0 0 15px;
	font-size:13px;
	font-weight:bold;
}

/* 価格 */
table#text td#price{
	background: url(../../../img/shops/item_detail/bg_bar.jpg) repeat-x;
	width:25%;
	height:30px;
	padding:0 10px 0 0;
	text-align:right;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","ＭＳＰゴシック";
	font-size:13px;
	font-weight:bold;
}

/* 発売日 */
table#text td#sale{
	font-size:10px;
	padding:5px 0 0 15px;
}

/* 商品説明 */
table#text td#about{
	padding:8px 5px 0 4px;
}


div#MSLine1Div{
	z-index:1;
}
.MagicThumb{
	z-index:999;
}

/* 下部
----------------*/
table#another{
	width:575px;
	margin:0;
}

.vmiddle{
	vertical-align:middle;
	padding-bottom:3px;
}

/* レビュー */
table#another td#review{
	background: url(../../../img/shops/item_detail/bg_review.jpg) no-repeat;
	width:260px;
	height:56px;
	_height:50px;
}

table#another td#review div{
margin:17px 0 0 13px;
_margin:15px 0 0 13px;
}

/* ランク */
table#another td#rank{
	background: url(../../../img/shops/item_detail/bg_rank.jpg) no-repeat;
	width:260px;
	height:51px;
	
	padding:5px 0 0 13px;
	_padding:1px 0 0 13px;
	vertical-align:top;
}

.rank_link{
}

.rank_link img{
vertical-align:middle;
padding:0 0 5px 0;
}

.rank_cat{
margin-top:20px;
_margin-top:24px;
padding-left:33px;
}

/* グラフ */
table#another td#graph{
	background: url(../../../img/shops/item_detail/bg_graph.jpg) no-repeat;
	padding:15px 0 0 0;
	_padding:10px 0 0 0;
	margin:5px 0 0 0;
	width:285px; /* # @ editor bane 2008/09/21 20:51:29 */
	height:106px;
}

#graph .no_graph{
text-align:center;
color:#999;
}

/* 右サイド
------------------------- */
div.itemDetail_r{
float:right;
width:200px;
}

div.itemDetail_ad{
text-align:center;
margin:0 0 5px 0;
}




