@charset "UTF-8";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {
	overflow: hidden;
	float: left;
	margin-right: 20px;
	width: 375px;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 5px;
	border: 2px solid #666666;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/**/

/* 添付ファイル */
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 #cccccc;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
/**/

/* 商品画像バリエーション */
ul.etc_goodsimg_ {
	overflow: hidden;
	width: 378px;
}
li.etc_goodsimg_item_ {
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 3px 3px 0;
}
li.etc_goodsimg_item_ img {
	border: 1px solid #999999;
}
ul.etc_goodsimg_ li.small_ {
	width: 60px;
}
ul.etc_goodsimg_ li..medium_ {
	width: 123px;
}

/* 商品スペック */
div.goodsspec_ {
	overflow: hidden;
	min-width: 355px;
	max-width: 635px;
}
table.goodsspec_ {
	margin: 0 0 10px 0;
	width: 100%;
}
table.goodsspec_ th {
	padding: 5px 0;
	background-color: #ffffff;
	border: none;
	font-size: 24px;
	line-height: 1.5;
}
table.goodsspec_ #spec_goods_brand{
	font-size: 18px;
	padding: 0;
	}
table.goodsspec_ td,
table.goodsspec_ #spec_goods_brand,
table.goodsspec_ #spec_goods_name,
table.goodsspec_ td #spec_goods,
table.goodsspec_ td #spec_jan_code,
.goods_name_,
.name2_{
	word-wrap: break-word;
	}
table.goodsspec_ td {
	padding: 5px 0;
	border: none;
	text-align: left;
}
table.goodsspec_ td #spec_jan_code{
	float:left;
	text-align: left;
	max-width:350px;
	padding:0 5px;
}

table.goodsspec_ td#spec_price1,
table.goodsspec_ td#spec_price3 {
	font-size: 16px;
	font-weight: bold;
}
table.goodsspec_ td#spec_price1 {
	padding-top: 15px;
	background: url(../img/usr/hr/hr_dotted.png) 0 0 repeat-x;
}
table.goodsspec_ td#spec_price3 {
	padding-top: 15px;
	background: url(../img/usr/hr/hr_dotted.png) 0 0 repeat-x;
	color: #ee0000;
}
table.goodsspec_ span.small {
	font-size: 12px;
}

ul.goodsicon_ li {
	margin-top: 1em;
	text-align: left;
}
ul.goodsicon_ li:first-child {
	margin-top: 0;
}
ul.goodsicon_ li.red_ {
	color: #ee0000;
	font-size:11px;
	line-height:12px;
} 
ul.goodsicon_ li img {
	display: inline-block;
	vertical-align: bottom;
}


/* カートボタン関係 */
div.cartbox_ {
	margin-bottom: 10px;
	vertical-align:middle;
	width:353px;
}
div.cartbox_ .cartboxinner_ {
	border: 1px solid #cccccc;
	overflow: hidden;
	padding: 10px;
	width:180px;
	height:100%;
	float:left;
	background-color: #f0f0f0;
}
div.cartbox_ dl.quantity_ {
	float: left;
	margin-right: 10px;
	width: 96px;
}
div.cartbox_ dl.quantity_ dt {
	clear: left;
	float: left;
	margin-bottom: .3em;
	font-weight: bold;
	white-space: nowrap;
}
div.cartbox_ dl.quantity_ dd {
	float: left;
	margin-bottom: .3em;
}
div.cartbox_ dl.quantity_ dt.lh2,
div.cartbox_ dl.quantity_ dd.lh2 {
	line-height: 2;
}
div.cartbox_ div.cartbtn_ {
	float: right;
	/*text-align: right;*/
	text-align: left;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
	width:70px;
}
/**/
/* バリエーションボックス */
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.color2_ {
	float: left;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#ffffff;
	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,div.cartbox_ div.sizes_ 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:#ffffff;
	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;
}
div.cartbox_ div.cartboxcomment_ {
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	/*float:left;*/
	/*width:130px;*/
	height:100%;
}
div.cartbox_ div.cartboxcomment_ p {
	margin-bottom: .1em;
}
div.cartbox_ div.cartboxcomment_ strong {
	font-size: 14px;
	font-weight: bold;
}
div.cartbox_ div.cartboxcomment_ dt {
	clear: both;
	float: left;
	font-weight: bold;
	font-size:12px;
}
div.cartbox_ div.cartboxcomment_ dd {
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
span.message_ {
	float: left;
}

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ p.cartboxcomment_ {
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
	font-size:11px;
	clear:both;
}
div.goodsspec_ div.to_detaillink_ {
	line-height: 1.6;
	text-align: left;
}
div.goodsspec_ div.pdf_ {
	padding-right: 35px;
	min-height: 36px;
	max-width:375px;
	background:  url(../img/usr/icon/icon_pdf.png) 0 0 no-repeat;
	background-position:right;
	font-size:11px;
}
ul.goodscomment_,
div.goodscomment_ {
	margin-bottom: 10px;
}
div.goodscomment1_ {
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-bottom: 10px;
}
div.goodscomment5_ {
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.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: #ffffff;
}
.goods_photo a.goods_popup:hover .goods_large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
.option_buttons_ {
	/*clear: both;*/
	text-align:left!important;
	overflow: hidden;
}
.option_buttons_ li {
	float: right;
	display: inline;
	margin: 5px 11px 0 0;
}

/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	font-weight: bold;
	word-break:break-all;
	word-wrap:break-word;
}
.goods_filter_ {
}
/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleT_Line_ {
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}
div.StyleT_Item_ {
	margin: 0 auto;
	float: left;
	display: inline;
	text-align: center;
	width: 16%;
}
div.StyleT_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleT_Item_ div.img_ img {
	width: 100px;
}
div.StyleT_Item_ div.name_,
div.StyleT_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleT_Item_ div.cart_ {
	margin: 0 10px;
}
div.StyleT_Item_ div.name_ a.goods_name_ {
	color: #333333;
}

/* サイドメニューイベント欄 */
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;
}
div.StyleD_Item_ {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
}
div.StyleD_Frame_ div.img_ {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleD_Frame_ div.img_ img {
	width: 100px;
}
div.StyleD_Frame_ div.desc_ {
	float: left;
	display: inline;
	width: 490px;
	overflow: hidden;
}
div.StyleD_Frame_ div.name_ {
}
div.StyleD_Frame_ div.detail_ {
	width: 100%;
	overflow: hidden;
}
div.StyleD_Frame_ div.detail_ div.spec_ {
	float: left;
	display: inline;
	text-align: left;
	width: 50%;
}
div.StyleD_Frame_ div.cart_ {
	float: right;
	display: inline;
	text-align: right;
	width: 50%;
}
div.StyleD_Frame_ .goodscomment1_ {
	margin-top: 10px;
}
/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Line_ {
	width: 100%;
	overflow: hidden;
}
div.StyleP_Item_ {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 50%;
}
div.StyleA_Item_ {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	width: 50%;
}

div.StyleP_Item_ div.img_ {
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 100px;
}

div.StyleA_Item_ div.img_ {
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 100px;
}

div.StyleP_Item_ div.img_ img {
	width: 100px;
}

div.StyleA_Item_ div.img_ img {
	width: 100px;
}

div.StyleP_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}

div.StyleA_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}

div.StyleP_Item_ div.name_,
div.StyleP_Item_ div.price_ {
	margin: 0 0 5px;
}

div.StyleA_Item_ div.name_,
div.StyleA_Item_ div.price_ {
	margin: 0 0 5px;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
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 #cccccc;
}
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;
	border-bottom: 1px dotted #cccccc;
}
.StyleA_Item_ td {
	padding-bottom: 10px;
	vertical-align: top;
}
.StyleA_Item_ td.img_ {
	padding-right: 10px;
	width: 100px;
}
.StyleA_Item_ div.price_ {
	text-align: right;
}
.StyleA_Frame_ div.stock_ {
	text-align: right;
}
.StyleA_Frame_ div.checkbox_ {
	text-align: right;
	white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
	margin: 0 0 0 5px;
	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_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleI_Frame_ tr {
	vertical-align:top;
}
table.StyleI_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleI_Frame_ td {
	vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
	width: 50px;
}
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 #cccccc;
}
.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 #cccccc;
}
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 #cccccc;
	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.goods_ div.btn_overlay_ {
	position: absolute;
	text-align:center;
}

div.goods_ div.addcart_overlay_ {
	position:absolute;
	display:none;
}

/* --------------------------------------------------------------------
	ボタン関係
--------------------------------------------------------------------- */

div.btn_cart_180_ {
	background: url(../img/usr/btn/btn_cart_180_on.png) 0 0 no-repeat;
}
div.btn_cart_180_ input:hover {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0;
}
.stock_,
.memo2_ {
	overflow: hidden;
	width: 132px;
	height: 36px;
	margin-left:49px;
	margin-top:3px;
}
.stock_ a,
.memo2_ a {
	display: block;
	padding-top: 36px;
	width: 132px;
	height: 0;
	background: url(../img/usr/btn/btn2.png) 0 0 no-repeat;
}
.stock_ a {
}
.memo2_ a {
}
.stock_ a:hover {
}
.stock_ a:hover,
.memo2_ a:hover {
	display: block;
	padding-top: 36px;
	width: 132px;
	height: 0;
	background: url(../img/usr/btn/btn2_on.png) 0 0 no-repeat;
}
.memo2_ a:hover {
	background-position: 0 0px;
}

/* 追加 --------------------------------------------------------------- */

div.orange_{
	font-size:16px;
	color:#FF8A44;
	font-weight:bold;
}
table.selection{
	margin-bottom:10px;
}
table.selection img{
	margin-right:7px;
}
table.selection img.act{
	border-style:solid;
	border-width:2px;
}
div.select_text{
	font-weight:bold;
	color:#666;
	height:30px;
}
select.select_list{
	width:100px;
}
li.socialicon_ img{
	margin:2px 2px;
}
div.goodsspec_ div.pdf_ a{
	margin-left:20px;
}
div.waon_area div.red_ {
	color: #ee0000;
	font-size:13px;
	line-height:11px;
} 
div.socialicon_{
	width:70px;
	text-align:left;
	float:left;
	margin-top:10px;
}
div.socialicon_ img{
	margin-left:2px;
	margin-bottom:2px;
}
div.waon_area{
	width:126px;
	text-align:left;
	margin-top:10px;
    float:left;
    margin-right: 10px;
}
div.quantity_{
	width:160px;
	float:right;
}
span.red_square{
	font-size:20px;
	color:#C06;
	height:30px;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
 }
 
.clearfix{
	zoom:1;
}
table.quantity_ td.left{
	text-align:right;
	font-weight:bold;
	width:80px;
}
table.quantity_ td.right{
	text-align:right;
}
div.cartboxcomment_ dd.payment{
	clear: both;
	line-height:1.4;
}
div.cartboxcomment2_{
	clear: both;
	width:300px;
}

ul.cartorder2{
	padding:20px 0;
	text-align:center;
}

ul.cartorder2 li{
	display:inline;
	padding:0 10px;
}

table.goodsspec_ td #spec_goods{
	float:right;
	text-align: right;
	padding:0 5px;
}

div.cartbox_ table.cart_table {
	overflow: hidden;
	/*padding: 10px;*/
	width:180px;
	height:168px;
	float:left;
	/*border: 1px solid #cccccc;*/
	width:100%;
	/*border-collapse: separate;*/
}

div.cartbox_detail{
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
    z-index:1;
}

td.td_quantity {
	width:180px;
	height: 168px;
}

td.td_comment {
	text-align:left;
	height: 168px;
}

div.cartbox_detail div.cartbtn_ {
    margin-bottom: 5px;
    margin-top: 10px;
}

.noImgLine_ li {
    margin: 5px 3px 0 0;
}

div.sold_out_ {
    margin-bottom: 10px;
    margin-top: 5px;
}

div.StyleP_Item_ div.img_comment_{
	font-size:10px;
	font-weight: normal;
	text-align:left;
	margin-bottom:0;
}

div.StyleA_Item_ div.img_comment_{
	font-size:10px;
	font-weight: normal;
	text-align:left;
	margin-bottom:0;
}

.cart_goodsname_ {
	word-break:break-all;
	word-wrap:break-word;
	width:110px;
}

table.nottrans {
	width: 588px;
	border-collapse: collapse;
}

.nottrans th {
	text-align: center;
	border: 1px solid;
}

.nottrans td {
	border: 1px solid;
}