18:22 2016/01/04@charset "Shift_JIS";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */

div.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ {
	width:100%;
	margin-bottom: 15px;
	clear: left;
	border: 1px solid #c8c8c8;
}

table.goodsproductdetail_  th {
	width:90px;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
	font-size: 12px;
}
table.goodsproductdetail_ td {
	vertical-align:top;
	text-align:left;
	padding:7px 10px;
	border-bottom: 1px solid #c8c8c8;
	font-size: 12px;
}

/* コメント欄 11/03/04　LU追記*/
#spec_goods_comment {width:600px;}


/* 商品画像 */
div.goodsimg_ {
	float: left;
	display: inline;
	width: 404px;
	overflow: hidden;
	margin-bottom: 30px;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
    text-align: center;
    overflow: hidden;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}

#imageContainer img {
	border:2px solid #ccc;
}


/**/

/* 添付ファイル */
dl.attach_ {
	margin: 0 0 10px 0;
}
dl.attach_ dt {
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	font-weight: bold;
	background: url(../img/sys/file.gif) 0 0 no-repeat;
	border-bottom: 1px dotted #CCC;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_ {
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_line_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_item_ {
	margin:0 3%;
	float: left;
	display: inline;
	width: 43%;
	overflow: hidden;
}
div.etc_goodsimg_item_ img {
	width: 100%;
}
/**/

/* 商品スペック */
div.goodsspec_ {
	float: right;
	display: inline;
	width: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}
table.goodsspec_ {
	margin: 0 0 10px 0;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
}
table.goodsspec_ th {
	width:90px;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	background: transparent;
	background-color: #dedede;
	font-weight: lighter;
}
table.goodsspec_ td {
	text-align:left;
	padding:7px 10px;
	vertical-align:top;
	border-bottom: 1px solid #c8c8c8;
	
}
/**/

/* カートボタン関係 */
div.cartbox_ {
	margin:10px 0 10px 0px;
	vertical-align:middle;
	text-align:right;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}

/**/
/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ div.colors_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	float:left;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:30px;
	height:30px;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	float:left;
	padding:2px 5px 2px 5px;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:auto;
	height:auto;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

div.goodsspec_ div.togetherlist_ {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:15px 5px 0;
}

div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
div.goodscomment1_ a:hover img{
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
}

div.goodscomment1_{
	margin-bottom: 30px;
}
#wrapper_mens h2.goodscomment2_ {
	height:71px;
	background: url(../img/goods/rk_goods_visual_mens.jpg) no-repeat;
	padding: 40px 0 0 40px;
	color: #FFF;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 2;
}



/* =================================================== */

/* =================================================== */


div.goodscomment3_ {
	width:765px;margin:0;text-align:center;clear:both;}
/*
div.goodscomment3_ div.wrap {width:765px;text-align:center;}
*/

div.goodscomment3_ iframe.around {
margin:0 auto 0 auto;border:none;text-align:center;width:600px;height:600px;
padding:0;}




div.goodscomment4_ {
	margin-bottom: 10px;
	line-height: 1.7;
}
div.goodscomment5_ {

}
div.goodscomment6_ {
	margin-bottom: 10px;
}
div.goodscomment_hitokoto_ {
	margin-bottom: 5px;
}

div.goods_ div.accessory_list_ {
	margin:0 0 10px 0px;
	clear:both;
}
.goods_photo {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.goods_photo a .goods_large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup, .goods_photo a.goods_popup:visited {
	display: block;
	width: auto;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup:hover {
	background-color: #fff;
}
.goods_photo a.goods_popup:hover .goods_large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
.option_buttons_ {
	margin: 0 auto 10px auto;
	padding: 10px 20px 10px 10px;
	width: 570px;
	overflow: hidden;
	background: #F8F8F8;
}
.option_buttons_ li {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	
}

/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	font-weight: bold;
}
.goods_filter_ {
}

td.goods_ a img{
	border: 2px solid #ccc; 	  
}

div.goods_ a:hover img{
	opacity:0.8;  
	border: 2px solid #ccc; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;	  
}

td.desc_ a:hover img{
	border:none; 	  
}

div.cart_ a:hover img{
	border:none; 	  
}

/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width:100%;
	overflow: hidden;
	margin-top: 10px;
}
div .mainframe_ div.StyleT_Line_{

}

div.StyleT_Line_ {
	width: 100%;
	overflow: hidden;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:15px;
	padding:0 0 10px 0;
}
div.StyleT_Item_ {
	margin: 0 5px;
	float: left;
	display: inline;
	text-align: center;
	width: 140px;
}
div.StyleT_Item_ div.img_ {
	margin: 5px 0;
}
div.StyleT_Item_ div.img_ img {
	width: 100px;
	border: 2px solid #ccc;

}
div.StyleT_Item_ div.name_,
div.StyleT_Item_ div.price_ {
	margin: 5px 0;
}
div.StyleT_Item_ div.cart_ {
	margin: 5px 0 10px 0;
}



/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
	width: 100%;
}
div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
	margin: 0;
	width: 100%;
}
/* --------------------------------------------------------------------
	商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
	width:100%;
	overflow: hidden;
}
table.StyleD_Item_ {
	padding: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

table.StyleD_Item_ td {
	padding: 10px 5px;
	border-bottom: 1px dashed #ccc;
}

table.StyleD_Item_ td .spec_ {
	float:left;
	overflow: hidden;
}
table.StyleD_Item_ td .rk_btn_buy_s_ {
	float:right;
	overflow: hidden;
	margin: 10px 0;
}


/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Line_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Item_ {
	margin: 0 5px;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 140px;
	text-align: center;
}
div.StyleP_Item_ div.img_ {
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	width: 100px;
	text-align: center;
}
div.StyleP_Item_ div.img_ img {
	width: 100px;
	margin: 5px 0;
	border: 1px solid #ccc;
}
div.StyleP_Item_ div.desc_ {
	font-size: 10px;
}
div.StyleP_Item_ div.name_,
div.StyleP_Item_ div.price_ {
	margin: 5px 0;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
table.StyleL_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleL_Frame_ tr {
	vertical-align:top;
}
table.StyleL_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleL_Frame_ td {
	vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
	width: 180px;
}
table.StyleL_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleL_Frame_ td.comment_ {
	
}
table.StyleL_Frame_ td.stock_ {
	text-align: center;
}
table.StyleL_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　メーカー
--------------------------------------------------------------------- */
table.StyleM_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleM_Frame_ tr {
	vertical-align:top;
}
table.StyleM_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleM_Frame_ td {
	vertical-align: middle;
}
table.StyleM_Frame_ td.name_ {
	width: 180px;
}
table.StyleM_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleM_Frame_ td.comment_ {
	
}
table.StyleM_Frame_ td.stock_ {
	text-align: center;
}
table.StyleM_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
	margin: 0 0 20px 0;
	padding: 0;
}
li.StyleS_Line_ {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
li.StyleS_Line_ span {
	padding-right: 1em;
}
li.StyleS_Line_ .name_ {
	display: inline;
}
li.StyleS_Line_ .name1_ {
	padding-right: 1em;
	display: inline;
}
li.StyleS_Line_ .name2_ {
	padding-right: 1em;
	display: inline;
}
/* --------------------------------------------------------------------
	商品一覧　商品名
--------------------------------------------------------------------- */
table.StyleN_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
}
table.StyleN_Frame_ th {
	width: 40%;
}
/* --------------------------------------------------------------------
	商品一覧　一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
	margin: 0 0 10px 0;
	border:none;
	width:100%;
}
table.StyleB_Frame_ tr {
	vertical-align:top;
}
table.StyleB_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleB_Frame_ td {
	vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
	width: 180px;
}
table.StyleB_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleB_Frame_ td.comment_ {
	
}
table.StyleB_Frame_ td.stock_ {
	text-align: center;
}
table.StyleB_Frame_ td.qty_ input {
	width: 4em;
}
div.StyleB_Cart_ {
	margin: 0 0 20px 0;
	text-align: right;
}

/* --------------------------------------------------------------------
	商品一覧　チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
	width: 100%;
	overflow: hidden;
}
.StyleA_Item_ {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.StyleA_Item_ td {
	vertical-align: top;
	padding: 10px 5px;
}
.StyleA_Item_ td.img_ {
	width: 100px;
}
.StyleA_Item_ div.price_ {
	text-align: right;
	margin:10px 0;
}
.StyleA_Frame_ div.stock_ {
	text-align: right;
}
.StyleA_Frame_ div.checkbox_ {
	text-align: right;
	white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
	text-align: right;
	font-weight: bold;
}
/* チェックリスト(子商品追加) */
div.goods_ table.StyleC_Frame_ td.price_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.stock_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.checkbox_ {
	text-align:right;
	white-space: nowrap;
}
/* --------------------------------------------------------------------
	商品一覧　写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
	border:none;
	width:100%;
}
table.StyleI_Frame_ tr {
	vertical-align:top;
}
table.StyleI_Frame_ th {
	text-align: center;
	background-color:#b8b8b8;
	color:#FFF;
	font-size:10px;
	padding:2px;
}
table.StyleI_Frame_ td {
	vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
	width: 50px;
	border: 1px solid #ccc;
}
table.StyleI_Frame_ td.name_ {
	width: 180px;
}
table.StyleI_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleI_Frame_ td.comment_ {
	
}
table.StyleI_Frame_ td.stock_ {
	text-align: center;
}
table.StyleI_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}
/* --------------------------------------------------------------------
	商品一覧　ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleR_Item_ {
	margin: 0;
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
}
div.StyleR_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleR_Item_ div.name_,
div.StyleR_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleR_Item_ div.cart_ {
	margin: 0 10px;
}
.StyleR_List_ {
	float: right;
	display: inline;
	width: 66%;
	overflow: hidden;
}
.StyleR_List_ li {
	padding: 5px 5px 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleR_List_ li dl {
	width: 100%;
	overflow: hidden;
}
.StyleR_List_ li dl dt {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 3em;
}
.StyleR_List_ li dl dd {
	margin-left: 3em;
}
.StyleR_List_ #rank1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}


/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
table.search_ {
	margin: 0 auto;
	width: 100%;
	border:1px dotted #CCC;
}
table.search_ th {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
table.search_ td {
	text-align:left;
	font-size: 12px;
	background-color:transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	border-left: none;
	vertical-align: top;
	overflow: hidden;
}
/* 各項目 */
#search_category select,
#search_maker select,
#search_brand select {
	width: 300px;
}
/**/
/* ジャンル */
table.search_ ul.genre_ {
	width: 100%;
	height: 160px;
	overflow: auto;
	list-style: none;
}
table.search_ ul.genre_ li {
	padding: 0 0 5px 0;
}
table.search_ ul.genre_ li.genre_depth_1 {
	font-weight: bold;
	clear: both;
}
table.search_ ul.genre_ li.genre_depth_2 {
	text-indent: 10px;
	width: 30%;
	float: left;
}
table.search_ ul.genre_ li.genre_depth_3 {
	display: none;
}
table.search_ ul.genre_ li.genre_depth_4 {
	display: none;
}

/* 追加スタイル */

div.rk_goodsicon_ {
	margin-bottom:10px;
}

div.rk_goodsicon_ img {
	margin:5px;
}

div#rk_goods_order{
	background-color:#f3f3f3;
	padding:18px 37px;
	margin: 10px 0;
	
}
div#rk_goods_order img {
	margin-bottom:5px;
}

div#rk_goods_order a:hover img{
	opacity:0.6;  
	filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";  
	background: #fff;  
}

#rk_goods_price{
	font-size:15px;
	font-weight:bold;
	line-height:1.6;
	text-align:right;
	padding:10px 0 0 0;
	clear:both;
}
#rk_goods_price br{

}

#rk_goods_price .rk_price_tax{
	font-size:9px;
}

#rk_goods_price .list_price_,
#rk_goods_price .rk_point{
	display:block;
	height:15px;
	padding:0 10px 0 0;
	/*font-size:15px;*/
	line-height:15px;
	/*color:blue;*/
	/*margin:3px 0 6px 0;
	/*font-weight:bold;
	padding:5px 5px 3px 5px;
	text-align:center;
	/*border:1px solid blue;*/
}

/* item picture*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ top: 0%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/goods/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/goods/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;background:#000;}

#gallery #imgFrame .img_ {
	border:2px solid #ccc;
	margin-bottom: 15px;
}

#gallery #imgFrame img {
    max-width: 100%;
}
#gallery #imgFrame img#rollover_view {
    height: 400px;
}
#gallery ul#rk_thumb li {
	float: left;
	width: 124px;
	border:1px solid #ccc;
	margin: 0 4px 10px 4px;
}
#gallery ul#rk_thumb li a {
    /*cursor: default;*/
}
#gallery ul#rk_thumb li img{
	margin: 0;
    /*width: 120px;*/
    max-height: 124px;
}
/* end item picture */

div.comment_ {
}

div.comment_ a.new{width:40px;float:left;display:block;height: 10px;background: url(../img/usr/rk_cate_linknew.gif) 0 0 no-repeat;	width: 40px;margin:3px 10px 0 0;}
div.comment_ a.new:hover{background-position:0px -10px}

div.comment_ a.used{width:47px;float:left;display:block;height: 10px;background: url(../img/usr/rk_cate_linkused.gif) 0 0 no-repeat;	width: 47px;margin:3px 5px 0 0;}
div.comment_ a.used:hover{background-position:0px -10px}


div.comment_ img {
	margin-right:10px;
}

div.StyleT_Item_ div.desc_ {
	font-size: 10px;
}

/* --------------------------------------------------------------------
	商品一覧　イベント表示用
--------------------------------------------------------------------- */
div.rk_Style_Frame_ {
	width:100%;
	overflow: hidden;
	margin: 10px 0 20px 0;
	/*float:left;*/
}

div.rk_Style_Frame_ a:hover img{
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
}
div.rk_Style_Line_ {
	width: 100%;
	overflow: hidden;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:10px;
}
div.rk_Style_Item_ {
	margin: 0 5px;
	float: left;
	display: inline;
	text-align: center;
	width: 110px;
	padding: 0 0 20px 0;
}
div.rk_Style_Item_ div.img_ {
	margin: 5px 0;
}
div.rk_Style_Item_ div.img_ img {
	width: 100px;
	border: 2px solid #ccc;
}
div.rk_Style_Item_ div.name_,
div.rk_Style_Item_ div.price_ {
	margin: 5px 0;
}
div.rk_Style_Item_ div.desc_ {
	font-size: 10px;
}


/* 追加スタイル */

.rk_icon_ img {
	margin-right: 10px;
	margin: 0 10px 10px 0;
}

.StyleA_Item_ td.img_ img{
	width: 100px;
	border:1px solid #ccc;
}

.cartgoods_ {
	overflow:hidden;
}

.StyleT_Item_icon {
	height:14px;
	width:102px;
	padding:0 20px;
	text-align:left;
}

.StyleT_Item_icon img{
	margin-bottom:3px;
}

/* -------- 詳細画面下部 --------*/


/* 初期化 */
#DetailsBlock h3,
#DetailsBlock h4,
#DetailsBlock h5,
#DetailsBlock p,
#DetailsBlock li,
#DetailsBlock span,
#DetailsBlock div, 
#DetailsBlock ul {margin:0px;padding:0px;font-size:11px;line-height:140%;text-align:left;}
#DetailsBlock ul {list-style:none;}

/* 共通スタイル */

#DetailsBlock {width:960px;padding:10px 0px;border-top: 1px #aaa dashed;}
#DetailsBlock .detailsBg {width:960px;background:url(../img/syousai/background_bdr.gif) no-repeat left top;}
#DetailsBlock .clearing {clear:both;}
#DetailsBlock .red {color:#f00;font-weight:bold;}

#DetailsBlock .block {float:left;width:236px;margin:0px 10px;display:inline;}
#DetailsBlock .section h3{text-indent:-9999px;width:234px;height:30px;background:url(../img/syousai/title.gif) no-repeat 0px 0px;}
#DetailsBlock .section h4{padding-left:1em;text-indent:-1em;margin-bottom:5px;color:#0033aa;}
#DetailsBlock .section .contents{margin-left:1em;margin-bottom:10px;}
#DetailsBlock .section .rightText {text-align:right;}
#DetailsBlock .section ul.indent li{padding-left:1em;text-indent:-1em;margin-bottom:0px;}

/* ブロック独自スタイル */
#DetailsBlock #Settlement .Title{color:#724242;font-weight:bold;margin:5px 0 3px 0;text-align:center;}
/*#DetailsBlock #Settlement .simulatorblock{width:150px;background-color:#fefcfb;border:solid #7d392f 1px;padding:5px 10px;margin:10px 0 20px 0;}*/
#DetailsBlock #Settlement .simulatorblock{width:234px;background-color:#fefcfb;border:solid #7d392f 1px;padding:5px 10px;margin:10px 0 20px 0;}
#DetailsBlock #Delivery h3{background-position:0px -30px;}
#DetailsBlock #Attention h3{background-position:0px -60px;}

#DetailsBlock #Guarantee h3{background-position:0px -90px;}
#DetailsBlock #Guarantee .wocTitle{color:#724242;font-weight:bold;margin:5px 0 3px 0;}
#DetailsBlock #Guarantee .wocblock{width:150px;background-color:#fefcfb;border:solid #7d392f 1px;padding:5px 10px;}
#DetailsBlock #Guarantee .img{margin:auto;}
#DetailsBlock #Guarantee .rightText {text-align:right;}

#DetailsBlock #Rank h3{background-position:0px -120px;}
#DetailsBlock #Present h3{background-position:0px -150px;}
#DetailsBlock #Size h3{background-position:0px -180px;}

/* 店舗情報スタイル */
#DetailsBlock #ShopInfo{width:600px;padding:10px 0px;}
#DetailsBlock #ShopInfo h3{text-indent:-9999px;height:30px;width:150px;background:url(../img/syousai/title.gif) no-repeat 0px -210px;}
#DetailsBlock #ShopInfo li{float:left;width:180px;margin:0px 10px 10px;display:inline;}

