
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1{
	font-size: 8px;
}
h2.goods_name_ {
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	border-bottom:#2D3796 2px solid;
	color: #333333;
	clear: both;	
}
h2.category_name_ {
	padding:10px;
	font-size:18px;
	font-weight: bold;
}
h2.category_name_ a {
}
h2.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h2.genre_name_ {
	padding:10px;
	font-size:18px;
	font-weight: bold;
}
h2.genre_name_ a {
}
h2.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h2.event_name_ {
	padding:5px 10px 14px 10px;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	border-bottom:#2D3796 2px solid;
	clear: both;	
}
h2.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}
.top_comment_ p {
	font-size:12px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	padding:5px 10px;
	font-size:11px;
	overflow:hidden;
}
.navitopicpath_ a {
	font-size:11px;
	margin: 0 3px;
	text-decoration:none;
	display:inline-block;
	padding:0 10px 0 0;
	background:url(../img/usr/home/common/ico_arrow01.png) right center no-repeat;
}
.navitopicpath_ a strong {
	font-weight:normal;
	font-size:11px;
}
.navitopicpath_ ul li:first-child a {
	font-size:11px;
	margin: 0 3px 0 0;
}
.navitopicpath_ ul li:first-child a.topicpath_home_ {
	padding:0 10px 0 0;
	margin: 0 3px 0 0;
}
.navitopicpath_ ul li.last_ a,
.navitopicpath_ ul li:last-child a {
	padding:0;
	background:none;
}
.navitopicpath_ span.current_ {
	margin: 0 3px;
	font-size:11px;
	font-weight: bold;
}

#bread-crumb-list {
	width: 100%;
	float: left;
	overflow:hidden;
}
#bread-crumb-list li {
	font-size:11px;
	display: inline;
}

/* ページジャンプ */
.navipage_ {
	margin: 0 10px;
	text-align:center;
}
.navipage_.top_ {
	margin-top: 20px;
	margin-bottom: 10px;
}
.navipage_.bottom_ {
	margin-top: 10px;
}
.navipage_ .navipage_sum_ {
}
.navipage_ nav a,
.navipage_ nav span {
	white-space: nowrap;
	min-width: 24px;
	margin: 0 1px;
	text-align:center;
	font-size: 12px
}
.navipage_ a {
	white-space: nowrap;
	padding: 4px 1px;
	display: inline-block;
	border:#EEEEEE 1px solid;
	background-color: #FFFFFF;
	text-decoration:none;
}
.navipage_now_ {
	padding: 4px 1px;
	display: inline-block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:#2D3796;
	border:#2D3796 1px solid;
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
.navipage_ nav {
	margin: 0 0 10px 0;
	padding:0 30px;
	position:relative;
}
.navipage_ nav div.first_ {
	width:27px;
	padding:5px 0 0 0;
	height:35px;
	border-right:#FFFFFF 3px solid;
	position:absolute;
	top:0;
	left:0;
}
.navipage_ nav div.number_ {
	padding:5px 0;
}
.navipage_ nav div.last_ {
	width:27px;
	padding:5px 0 0 0;
	height:35px;
	border-left:#FFFFFF 3px solid;
	position:absolute;
	top:0;
	right:0;
}

/* 並び替え */
.navisort_ {
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 2px solid #FFCCCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.navistyle_ dt {
	width:22%;
	padding: 7px 2%;
	background: #eeeeee;
	font-size:12px;
	float:left;
}
.navistyle_ dd {
	width:72%;
	padding: 2px 1%;
	font-size: 12px;
	background: #FFF;
	float:right;
}
.navistyle_ dd select {
	width:98%;
	max-width:98%;
	border:none;
	-moz-appearance: none;
	appearance: none;
	background:url(../img/usr/select.png) right center no-repeat;
	-webkit-background-size:12px 8px;
	background-size:12px 8px;
}
.navistyle_now_ {
	color:#2D3796;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 商品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}
#goods_class_filter_ dd {
}
#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}


/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {
}
.topiclist_body_ .topic_title_ {
	margin-bottom: 10px;
	padding: 10px 10px;
	clear: both;
	text-shadow: 0 -1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #DFDFDF -moz-linear-gradient(top, #FFF, #DFDFDF);
	background: #DFDFDF -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DFDFDF));
	background: #DFDFDF linear-gradient(top, #FFF, #DFDFDF);
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
/* トピック一覧 */
#block_of_topic {
	margin-bottom:20px;
}
div.topiclist_ {
	background:#FFFFFF;
}
div.topiclist_ .topiclist_head_ {
	font-size: 14px;
	font-weight: bold;
}
div.topiclist_ .topiclist_body_ {
	margin:0 10px;
	background: #FFF;
}
div.topiclist_ .topiclist_body_ li {
	border-bottom:#CCCCCC 1px dotted;
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding:10px 0;
	text-decoration:none;
	display: block;
	overflow:hidden;
}
div.topiclist_ .topiclist_body_ li span.date_ {
	width:50%;
	font-size:10px;
	text-decoration:none;
	display: block;
	float:left;
}
div.topiclist_ .topiclist_body_ li span.icon_ {
	width:50%;
	text-decoration:none;
	text-align:right;
	display: block;
	float:right;
}
div.topiclist_ .topiclist_body_ li span.icon_ img {
	vertical-align:top;
}
div.topiclist_ .topiclist_body_ li span.text_ {
	width:100%;
	padding:5px 0 0 0;
	font-size:12px;
	clear:both;
	display: block;
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 10px 10px;
	border: 1px solid #E0E0E0;
}
div.topicdetaillist_ .topicdetaillist_body_ {
	margin: 0 5px 5px;
	padding: 0 10px;
}
div.topicdetaillist_ .topicdetaillist_body_ li {
	border-bottom: 1px dotted #CCC;
}
div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
	border-bottom: none;
}
div.topicdetaillist_ .topicdetaillist_body_ li a,
div.topicdetaillist_ .topicdetaillist_body_ li span.nolink_ {
	padding: 5px;
	display: block;
}
div.topicdetaillist_ .topicdetaillist_body_ li a {
	padding-right: 20px;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
div.goodsproductdetail_ {
	margin-bottom:20px;
	width:100%;
}
div.goodsdetail1_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail1_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail2_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail2_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail3_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail3_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail4_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail4_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail5_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail5_ div.inner_ {
	padding:10px 10px;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}
td.goodscomment_ {
	background-color: #ffffff;
}

div.select_icon_ {
}
div.select_icon_ ul {
	margin:0 6px 6px;
	overflow:hidden;
}
div.select_icon_ ul li {
	width:48%;
	padding:0 1%;
	margin:0 0 4px 0;
	float:left;
	overflow:hidden;
}
div.select_icon_ ul li img {
	float:left;
}
div.goodsproductdetail_ .category_name_ {
	padding:4px 10px 3px;
	font-size:11px;
	background:#f4f4f4;
}

/* 商品画像 */
div.goodsimg_#gallery {
	width:320px;
	margin:0 auto;
}
#gallery #entry {
	width:300px;
	height:300px;
	margin:10px auto;
	position:relative;
}
#gallery #entry .ico_zoom_ {
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	bottom:0;
}
#gallery #entry .auto_icon_ {
	width:300px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
#gallery #entry .auto_icon_ img {
	width:40px;
	height:40px;
	float:left;
	margin:0;
}
#gallery #entry .bx-wrapper .bx-prev {
	width:24px;
	height:44px;
	position:absolute;
    top:138px;
	left:-10px;
	background:#fff url(../img/usr/aoyama/sb/prev.png) center center no-repeat;
	-webkit-background-size:10px 12px;
	background-size:10px 12px;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	text-indent:-9999px;
	display:block;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:transparent\0/;
}
#gallery #entry .bx-wrapper .bx-next {
	width:24px;
	height:44px;
	position:absolute;
    top:138px;
	right:-10px;
	background:#fff url(../img/usr/aoyama/sb/next.png) center center no-repeat;
	-webkit-background-size:10px 12px;
	background-size:10px 12px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	text-indent:-9999px;
	display:block;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:transparent\0/;
}
#gallery #entry .bx-pager.bx-default-pager {
	display:none;
}
#gallery #entry ul.thumbs li a {
	width:300px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:300px;	
	display:table-cell;
}
#gallery #entry ul.thumbs li img {
	max-width:298px;
	max-height:298px;
}

/* 商品画像バリエーション */
div.etc_goodsimg_ {
	width:310px;
	padding:0 0 0 10px;
	margin:0 auto;
	position:relative;
}
div.etc_goodsimg_ ul.thumbs {
	width:310px;
	margin:0 auto;
	overflow:hidden;
}
div.etc_goodsimg_ ul.thumbs li {
	width:67px;
	height:67px;
	float:left;
}
div.etc_goodsimg_ ul.thumbs li a {
	width:65px;
	height:65px;
	border:#dddddd 1px solid;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
div.etc_goodsimg_ ul.thumbs li a img {
	max-width:65px;
	max-height:65px;
}
div.etc_goodsimg_ .bx-wrapper .bx-prev {
	width:10px;
	height:67px;
	position:absolute;
    top:0;
	left:0;
	background:#fff url(../img/usr/aoyama/sb/prev_s.png) left center no-repeat;
	-webkit-background-size:6px 8px;
	background-size:6px 8px;
	text-indent:-9999px;
	display:block;
}
div.etc_goodsimg_ .bx-wrapper .bx-next {
	width:10px;
	height:67px;
	position:absolute;
    top:0;
	right:0;
	background:#fff url(../img/usr/aoyama/sb/next_s.png) right center no-repeat;
	-webkit-background-size:6px 8px;
	background-size:6px 8px;
	text-indent:-9999px;
	display:block;
}
div.etc_goodsimg_c_ {
	margin:10px;
	text-align:center;
}


/* 商品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
dl.goodsspec_ {
	margin:0 10px;
	margin-bottom:10px;
}
dl.goodsspec_ dt,
dl.goodsspec_ dd {
	display: block;
}
dl.goodsspec_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodsspec_ dd {
	font-size: 14px;
	padding:2px 2px 2px 12px;
}
dl.goodsspec_ dd .price_box_ small {
	display: block;
}
.to_detaillink_ {
	margin: 0 10px 0 0;
	text-align: right;	
}
.to_detaillink_ a {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/usr/blank.png) left center no-repeat;
}
#spec_goods_comment {
	margin:10px;
}
#spec_goods_comment p.catch_ {
	font-size:14px;
	font-weight:bold;
}
div.goodsspec_ #spec_goods_price {
	margin:0 10px;
	text-align:right;
	font-size:22px;
	overflow:hidden;
}
div.goodsspec_ #spec_goods_price .special_price_,
div.goodsspec_ #spec_goods_price .normal_price_ {
	font-size:22px;
}
div.goodsspec_ #spec_goods_price .default_price_ {
	font-size:14px;
	text-decoration:line-through;
}
div.goodsspec_ #spec_goods_point {
	margin:0 10px 20px;
	text-align:right;
}

#spec_goods_table {
	margin:0 10px 20px;
	border:none;
}
#spec_goods_table table {
	border-top:#dddddd 1px solid;
}
#spec_goods_table table th {
	width:40%;
	padding:5px;
	background:none;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:none;
	border-bottom:#dddddd 1px solid;
	background:#f3f3f3;
}
#spec_goods_table table td {
	padding:5px;
	background:none;
	border:none;
	border-bottom:#dddddd 1px solid;
	font-size:12px;
}

/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
	margin: 0 10px 20px;
	padding: 10px;
	vertical-align:middle;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* カートボタン関係 */
div.cartbox_ {
	margin: 0 10px 20px;
	vertical-align:middle;
}
div.cartbox_ input.main_action_button_#cart_in {
	padding:0;
	margin:0;
}
div.cartbox_ input#cart_bookmark {
	padding:0;
	margin:0;
}
div.goodsspec_ #spec_goods_table {
	margin:20px 10px;
}
div.goodsspec_ #spec_goods_table table {
	width:100%;
}
div.goodsspec_ #spec_goods_table table th {
	width:30%;
	background:none;
	font-weight:normal;
	border-bottom:#c3c3c3 1px dotted;
}
div.goodsspec_ #spec_goods_table table td {
	background:none;
	border-bottom:#c3c3c3 1px dotted;
}
div.goodsspec_ #spec_goods_price {
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:#c3c3c3 1px solid;
	overflow:hidden;
}
div.goodsspec_ #spec_goods_price dt {
	font-size:13px;
	float:left;
}
div.goodsspec_ #spec_goods_price dd {
	font-size:13px;
	float:right;
}

/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}

/* バリエーションボックス */
div.goodsspec_ #spec_goods_variation {
	padding:20px 0 10px 0;
	background:#f4f4f4;
}
div.goodsspec_ #spec_goods_variation h2.message_ {
	padding:5px 10px;
	font-size:13px;
	background:#ffffff;
}
div.goodsspec_ #spec_goods_variation h2.message_ span {
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	background:url(../img/usr/aoyama/common/line.png) left top no-repeat;
}
div.cartbox_ div.colors_ {
	margin-bottom:20px;
	text-align:left;
	overflow: hidden;
}
div.cartbox_ div.colors_variation_ {
	width:110%;
	padding:10px 0 1px 0;
	overflow:hidden;
}
div.cartbox_ div.colors_ div.color_ {
	width:69px;
	height:69px;
	margin:0 8px 8px 0;
	white-space: nowrap;
	background-position: center;
	background-size: contain;
	float:left;
}
div.cartbox_ div.colors_ div.color2_ {
	width:69px;
	height:69px;
	margin:0 8px 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	background-position: center;
	background-size: contain;
	float: left;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	background-color:#FFF;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	background-color:#909090;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	background-color:#ffffff;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	background-color:#909090;
}
div.cartbox_ div.colors_ div.color_EnableStock_ .inner_ {
	width:67px;
	height:67px;
	border:solid 1px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ .inner_ {
	width:67px;
	height:67px;
	border:dashed 1px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ .inner_ {
	width:63px;
	height:63px;
	border:solid 3px #2D3796;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ .inner_ {
	width:67px;
	height:67px;
	border:dashed 1px #ffc0c0;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom:20px;
	text-align:left;
	overflow: hidden;
}
div.cartbox_ div.sizes_variation_ {
	width:110%;
	padding:10px 0 1px 0;
	overflow:hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	width:69px;
	height:69px;
	float:left;
	margin:0 8px 8px 0;
	text-align:center;
	display: table;
	table-layout:fixed;
}
div.cartbox_ div.sizes_ div.size_ div {
	word-break: break-all;
	display: table-cell;
	vertical-align: middle;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	background:#f4f4f4;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	background:#f4f4f4;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	background:#FFFFFF;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	background:#f4f4f4;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ .inner_ {
	border:solid 1px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ .inner_ {
	border:solid 1px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ .inner_ {
	border:solid 3px #2D3796;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ .inner_ {
	border:dashed 1px #d0d0d0;
	color:#ffc0c0;
}

div.goodsspec_ #btn_torisetsu {
	margin:0 0 10px;
	text-align:center;
}
div.goodsspec_ #btn_torisetsu a {
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#036e4f;
}
div.goodsspec_ #btn_onlineshop {
	margin:0 0 10px;
	text-align:center;
}
div.goodsspec_ #btn_onlineshop a {
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#2D3796;
}

/* セット内容一覧 */
div.goods_set_list_ {
	margin: 0 5px;
}
table.goods_set_ {
	margin: 0 0 5px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.goods_set_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.goods_set_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 25%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}

/* 店舗在庫 */
div.storestock_ {
	margin-bottom:10px;
}
dl.storestock_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.storestock_ dt,
dl.goodsspec_ dd {
	display: block;
}
dl.storestock_ dt {
	padding:5px 5px 5px 6px;
	background-color: #F0F0F0;
}
dl.storestock_ dd {
	font-size: 14px;
	padding:5px 5px 5px 12px;
}
span.storestock_div_ {
	font-weight: bold;
	margin-left: 10px;
}
span.storestock_item_ {
	font-size: 16px;
	padding-right: 12px;
}
div.storestock_alert_ {
	margin: 0 10px 10px;	
}
/**/

div.goodscomment1_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment5_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.rulescomment_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}

/* オプション */
.option_buttons_ {
	margin-bottom:20px;
	overflow: hidden;
}
.option_buttons_ li.contact_ {
	text-align:right;
}
.option_buttons_ li.contact_ a {
	padding:0 0 0 23px;
	background:url(../img/usr/home/sb/ico_contact.png) left 2px no-repeat;
	-webkit-background-size:15px 11px;
	background-size:15px 11px;
}

/* SNS */
.snslist_ {
	margin:20px 0;
	overflow: hidden;
}
.snslist_ li {
	float:right;
}

/* --------------------------------------------------------------------
	商品詳細 02/商品コメント欄
--------------------------------------------------------------------- */
#goodsdetail_contents {
	width:100%;
	overflow:hidden;
}
#goodsdetail_contents .contents_frame_ {
	margin-bottom:20px;
}
#goodsdetail_contents h2.design_ {
	margin-bottom:15px;
	line-height:1.4;
	font-size:20px;
	text-align:center;
}
#goodsdetail_contents h2.design_ span {
	padding:0 0 0 30px;
	background:url(../img/usr/home/common/ttl_h2_leaf.png) left top no-repeat;
	-webkit-background-size:16px auto;
	background-size:16px auto;
	font-size:20px;
}
#goodsdetail_contents .contents_frame_ ul li h3.name_ {
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}
#goodsdetail_contents .contents_frame_ ul li h3.title_ {
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
	background:#eeeeee url(../img/usr/home/common/genre_name.png) left center no-repeat;
}
#goodsdetail_contents .contents_frame_ ul li h3.title_ span {
	padding:10px 5px 10px 10px;
	line-height:1.4;
	font-size:12px;
	font-weight:normal;
	display:block;
}
#goodsdetail_contents .contents_frame_ ul li .image_ {
	margin-bottom:5px;
	text-align:center;
}
#goodsdetail_contents .contents_frame_ ul li .comment_ {
	margin-bottom:10px;
	line-height:1.4;
	font-size:12px;
}
#goodsdetail_contents ul.col1Box_ {
	margin:0 10px 20px;
	overflow:hidden;
}
#goodsdetail_contents ul.col2Box_ {
	margin:0 5px 20px;
	overflow:hidden;
}
#goodsdetail_contents ul.col2Box_ li {
	width:48%;
	margin:0 1% 10px 1%;
	font-size:12px;
	float:left;
}
#goodsdetail_contents ul.col3Box_ {
	margin:0 10px;
	overflow:hidden;
}
#goodsdetail_contents ul.col3Box_ li {
	width:100%;
	margin:0 0 10px 0;
	overflow:hidden;
	font-size:12px;
	float:none;
}
#goodsdetail_contents ul.col3Box_ li .image_ {
	width:40%;
	margin-bottom:0;
	float:left;
}
#goodsdetail_contents ul.col3Box_ li .comment_ {
	width:57%;
	margin-bottom:0;
	float:right;
}

/* --------------------------------------------------------------------
	商品詳細 03/関連商品
--------------------------------------------------------------------- */
#goodsdetail_recommend {
	width:100%;
	overflow:hidden;
	position:relative;
}
#goodsdetail_recommend h2 {
	margin-bottom:15px;
	text-align:center;
}
#goodsdetail_recommend h2 img {
	width:107px;
}
#goodsdetail_recommend .StyleRecommend_Frame_ {
	width:190px;
	margin:0 auto;
}
#goodsdetail_recommend .StyleRecommend_Frame_ .bx-viewport {
	overflow:inherit !important;
}
#goodsdetail_recommend .StyleRecommend_List_ {
	width:190px;
}
#goodsdetail_recommend .StyleRecommend_Item_ {
	width:180px;
	padding:0 5px;
	float:left;
}
#goodsdetail_recommend .StyleRecommend_Item_ .image_ {
	width:180px;
	text-align:center;
	vertical-align:middle;
}
#goodsdetail_recommend .StyleRecommend_Item_ .image_ img {
	max-width:180px;
	vertical-align:top;
}
#goodsdetail_recommend .StyleRecommend_Item_ .name_ {
	margin:10px 0;
	text-align:center;
}
#goodsdetail_recommend .StyleRecommend_Item_ .name_ a {
	text-decoration:none;
	line-height:1.4;
	font-size:12px;
}
#goodsdetail_recommend .StyleRecommend_Item_ .btn_ {
	text-align:center;
	font-size:12px;
}
#goodsdetail_recommend .StyleRecommend_Item_ .btn_ a {
	padding:0 12px 0 0;
	background:url(../img/usr/home/common/ico_arrow03.png) right center no-repeat;
}
#goodsdetail_recommend .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev {
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:110px;
	left:0;
	background:url(../img/usr/prev.png) left top no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
}
#goodsdetail_recommend .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next {
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:110px;
	right:0;
	background:url(../img/usr/next.png) left top no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
	margin-bottom:10px;
	padding-bottom:10px;
}
div.icon_ span img {
	vertical-align: top;
}
ul.goods_p_ {
	margin:0 5px;
	overflow:hidden;
}
ul.goods_p_ li.goods_p_item_ {
	width:50%;
	float:left;
	position:relative;
	text-align:center;
}
ul.goods_p_ li.goods_p_item_ a {
	padding: 5px 5px;
	display: block;
	text-decoration:none;
	color:#808080;
	font-size:12px;
}
ul.goods_p_ li.goods_p_item_ .bname_{
	padding: 5px 5px;
	display: block;
	text-decoration:none;
	color:#808080;
	font-size:12px;
}
ul.goods_p_ li.goods_p_item_ div.img_ span.auto_icon_ {
	width:120px;
	height:30px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:5px;
}
ul.goods_p_ li.goods_p_item_ div.img_ img.new_ {
	width:30px; height:30px; float:left;
}
ul.goods_p_ li.goods_p_item_ div.img_ img.sale_ {
	width:30px; height:30px; float:left;
}
ul.goods_p_ li.goods_p_item_ div.img_ img.reserve_ {
	width:30px; height:30px; float:left;
}
ul.goods_p_ li.goods_p_item_ div.icon_ {
	margin:5px 0 3px 0;
	white-space: nowrap;
}
ul.goods_p_ li.goods_p_item_ div.icon_ ul li a{
	display:inline;
}
ul.goods_p_ li.goods_p_item_ div.icon_ ul li {
	margin:0 0 2px 0;
	text-align:left;
	overflow:hidden;
}
ul.goods_p_ li.goods_p_item_ div.icon_ ul li img {
	max-width:100%;
	vertical-align:top;
	float:left;
}
ul.goods_p_ li.goods_p_item_ div.name_ {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
ul.goods_p_ li.goods_p_item_ div.price_ {
	text-align:right;
	display:block;
}
ul.goods_p_ li.goods_p_item_ div.point_ {
	text-align:right;
	font-weight:normal;
	font-size:10px;
}

.liquidize_goods_item_ {
  padding:0 3px; 
  margin:10px 0 0 0;
  width:100px;
  float:left;
  text-align:center;
}
.liquidize_goods_item_ img{
  width:100px;
}
#goods_list_load_button {
	width: 100%; 
	text-align:center;
	background-color: #6396E2;
}
#goods_list_load_button span {
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
#goods_list_loading_button {
	display: none;
	width: 100%;
	text-align:center;
}

/* --------------------------------------------------------------------
	商品一覧 詳細表示
-------------------------------------------------------------------- */
ul.goods_d_ {
	overflow:hidden;
}
ul.goods_d_ li.goods_d_item_ {
	border-bottom:#dddddd 1px solid;
	position:relative;
}
ul.goods_d_ li.goods_d_item_ a {
	padding:10px;
	display:block;
	text-decoration:none;
}
ul.goods_d_ li.goods_d_item_ div.img_ span.auto_icon_ {
	width:300px;
	height:35px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:10px;
}
ul.goods_d_ li.goods_d_item_ div.img_ img.new_ {
	width:35px; height:35px; float:left;
}
ul.goods_d_ li.goods_d_item_ div.img_ img.sale_ {
	width:35px; height:35px; float:left;
}
ul.goods_d_ li.goods_d_item_ div.img_ img.reserve_ {
	width:35px; height:35px; float:left;
}
ul.goods_d_ li.goods_d_item_ div.icon_ {
	margin:10px 0 5px 0;
}
ul.goods_d_ li.goods_d_item_ div.icon_ ul {
	overflow:hidden;
}
ul.goods_d_ li.goods_d_item_ div.icon_ ul li {
	width:49%;
	margin:0 0 3px 0;
	float:left;
	overflow:hidden;
}
ul.goods_d_ li.goods_d_item_ div.icon_ ul li:nth-child(2n) {
	float:right;
}
ul.goods_d_ li.goods_d_item_ div.icon_ ul li img {
	max-width:100%;
	vertical-align:top;
	float:left;
}
ul.goods_d_ li.goods_d_item_ div.name_ {
	margin-bottom:5px;
	font-size:12px;
}
ul.goods_d_ li.goods_d_item_ div.price_ {
	text-align:right;
	display:block;
}
ul.goods_d_ li.goods_d_item_ div.point_ {
	text-align:right;
	font-weight:normal;
	font-size:10px;
}

/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */
ul.goods_r_ {
	padding:0 5px;
	border-top: 1px solid #CCC;
}
ul.goods_r_ li {
	width:48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
}
ul.goods_r_ li:nth-child(2n) {
	width:48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
}
ul.goods_r_ li a {
	padding:10px 5px;
	text-decoration:none;
	display: block;
}
ul.goods_r_ li div.nolink_ {
	padding: 10px 0;
	display: block;
}
ul.goods_r_ li .rank_icon_{
	overflow: hidden;
	text-indent: -300%;
	white-space: nowrap;
}
ul.goods_r_ li.rank1_ .rank_icon_{
	background: url(../img/icon/rank1.png) 110px top no-repeat;
	-webkit-background-size: 22px 20px;
	     -o-background-size: 22px 20px;
	        background-size: 22px 20px;
}
ul.goods_r_ li.rank2_ .rank_icon_{
	background: url(../img/icon/rank2.png) 110px top no-repeat;
	-webkit-background-size: 22px 20px;
	     -o-background-size: 22px 20px;
	        background-size: 22px 20px;
}
ul.goods_r_ li.rank3_ .rank_icon_{
	background: url(../img/icon/rank3.png) 110px top no-repeat;
	-webkit-background-size: 22px 20px;
	     -o-background-size: 22px 20px;
	        background-size: 22px 20px;
}
ul.goods_r_ li.rank4_ .rank_icon_{
	background: url(../img/icon/rank4.png) 110px top no-repeat;
	-webkit-background-size: 22px 20px;
	     -o-background-size: 22px 20px;
	        background-size: 22px 20px;
}
ul.goods_r_ li.rank5_ .rank_icon_{
	background: url(../img/icon/rank5.png) 110px top no-repeat;
	-webkit-background-size: 22px 20px;
	     -o-background-size: 22px 20px;
	        background-size: 22px 20px;
}
ul.goods_r_ li figure.img_,
ul.goods_r_ li div.desc_ {
}
ul.goods_r_ li figure.img_ {
	width: 100%;
	padding-bottom: 10px;
}
ul.goods_r_ li figure.img_ img {
	width: 100%;
}
ul.goods_r_ li div.desc_ {
}
ul.goods_r_ li div.desc_ div.icon_ {
}
ul.goods_r_ li div.desc_ div.icon_ span.icon1_ img,
ul.goods_r_ li div.desc_ div.icon_ span.icon2_ img {
	width:40px;
	height:13px;
	vertical-align:top;
}
ul.goods_r_ li a div.desc_ div.name_ {
	margin:0 0 10px;
	text-decoration:underline;
}
ul.goods_r_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_r_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_r_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.goods_r_ li div.desc_ .price_box_ small {
	display: block;
}
ul.goods_r_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}

/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */
ul.goods_h_ {
	padding:10px 5px 0 5px;
	overflow:hidden;
}
ul.goods_h_ li {
	width:25%;
	text-align:center;
	float:left;
	padding-bottom:10px;
}
ul.goods_h_ li figure.img_ {
	margin:0 5px;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.goodssearch_ dt,
dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodssearch_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodssearch_ dd {
	padding:5px;
}
dl.goodssearch_ dd.goodssearch_price_ input {
	width: 9.0em;
}
dl.goodssearch_ dd.goodssearch_last_sdt_ input {
	width: 4.5em;
}

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
}
div.category_wrap_ {
	display:none;
}

/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	padding:10px 10px 0;
	background:#eeeeee;
}
.sub_category_ nav.CategoryStyleG_ {
	padding:10px;
}
nav.CategoryStyleG_ h2.switch_ {
	padding:10px 15px;
	border-bottom: 1px solid #eeeeee;
	background:url(../img/usr/home/plus_l.png) right center no-repeat, #ffffff url(../img/usr/home/sb/ttl_mark.png) left top no-repeat;
	-webkit-background-size:30px 20px, 6px 6px;
	background-size:30px 20px, 6px 6px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#2D3796;	
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background  0.3s ease;
}
nav.CategoryStyleG_ h2.switch_.op_ {
	background:url(../img/usr/home/minus_l.png) right center no-repeat, #ffffff url(../img/usr/home/sb/ttl_mark.png) left top no-repeat;
	-webkit-background-size:30px 20px, 6px 6px;
	background-size:30px 20px, 6px 6px;
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background:#f9f9f9;
}
nav.CategoryStyleG_ ul.layer1_ {
	background:#f9f9f9;
}
nav.CategoryStyleG_ ul.layer2_ {
	background:#f9f9f9;
}
nav.CategoryStyleG_ ul.layer3_ {
	background:#f9f9f9;
}
nav.CategoryStyleG_ ul {
	overflow:hidden;
}
nav.CategoryStyleG_ ul li {
	width:100%;
	border-bottom: 1px solid #eeeeee;
	word-break:break-all;
}
nav.CategoryStyleG_ ul li.nochild_ {
	background:url(../img/usr/home/sb/tree_arrow.png) right center no-repeat;
	-webkit-background-size:21px 10px;
	background-size:21px 10px;
}
nav.CategoryStyleG_ ul.layer0_ li {
	min-height:40px;
	background-color:#f9f9f9;
	position:relative;
}
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	min-height:40px;
	border-top: 1px solid #eeeeee;
	border-bottom:none;
	background-color: transparent;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding:10px 15px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a.haveimg_,
nav.CategoryStyleG_ ul li span.haveimg_ {
	padding:0 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a .name_{
	text-decoration: none;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top:0;
	right:0;
}
nav.CategoryStyleG_ ul li p.img_ {
	width: 35px;
	height: 35px;
	padding:2px 10px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.CategoryStyleG_ ul li p.img_ img {
	width: 35px;
	height: 35px;
}
nav.CategoryStyleG_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/home/minus.png) center center no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background  0.3s ease;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/home/plus.png) center center no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer0_ li .name_,
nav.CategoryStyleG_ ul.layer0_ li .comment_ {
	padding-left:0;
}
nav.CategoryStyleG_ ul.layer1_ li .name_,
nav.CategoryStyleG_ ul.layer1_ li .comment_ {
	padding-left: 20px;
}
nav.CategoryStyleG_ ul.layer2_ li .name_,
nav.CategoryStyleG_ ul.layer2_ li .comment_ {
	padding-left: 40px;
}
nav.CategoryStyleG_ ul.layer3_ li .name_,
nav.CategoryStyleG_ ul.layer3_ li.comment_ {
	padding-left: 60px;
}
div.CategoryStyleL_ div.name_ {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background: #ffffff url(../img/usr/sb/menu_arrow2.png)  50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
	border-bottom: 1px solid #eae5e3;
	margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
	padding: 2px 2px 4px 10px;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
div.genre_wrap_ {
	display:none;
}

/* ジャンル一覧 */
nav.GenreStyle_ {
	padding:10px 10px 0;
	background:#eeeeee;
}
.sub_genre_ nav.GenreStyle_ {
	padding:10px;
}
nav.GenreStyle_ h2.switch_ {
	padding:10px 15px;
	border-bottom: 1px solid #eeeeee;
	background:url(../img/usr/home/plus_l.png) right center no-repeat, #ffffff url(../img/usr/home/sb/ttl_mark.png) left top no-repeat;
	-webkit-background-size:30px 20px, 6px 6px;
	background-size:30px 20px, 6px 6px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#2D3796;	
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background  0.3s ease;
}
nav.GenreStyle_ h2.switch_.op_ {
	background:url(../img/usr/home/minus_l.png) right center no-repeat, #ffffff url(../img/usr/home/sb/ttl_mark.png) left top no-repeat;
	-webkit-background-size:30px 20px, 6px 6px;
	background-size:30px 20px, 6px 6px;
}
nav.GenreStyle_ {
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #f9f9f9;
}
nav.GenreStyle_ ul.layer1_ {
	background: #f9f9f9;
}
nav.GenreStyle_ ul.layer2_ {
	background: #f9f9f9;
}
nav.GenreStyle_ ul.layer3_ {
	background: #f9f9f9;
}
nav.GenreStyle_ ul {
	overflow:hidden;
}
nav.GenreStyle_ ul li {
	width:100%;
	border-bottom: 1px solid #eeeeee;
	word-break:break-all;
}
nav.GenreStyle_ ul li.nochild_ {
	background:url(../img/usr/home/sb/tree_arrow.png) right center no-repeat;
	-webkit-background-size:21px 10px;
	background-size:21px 10px;
}
nav.GenreStyle_ ul.layer0_ li {
	min-height:40px;
	background-color:#f9f9f9;
	position:relative;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	min-height:40px;
	border-top: 1px solid #dddddd;
	border-bottom:none;
	background-color: transparent;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding:10px 15px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a.haveimg_,
nav.GenreStyle_ ul li span.haveimg_ {
	padding:0 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: none;
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top:0;
	right:0;
}
nav.GenreStyle_ ul li p.img_ {
	width: 35px;
	height: 35px;
	padding:2px 10px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.GenreStyle_ ul li p.img_ img {
	width: 35px;
	height: 35px;
}
nav.GenreStyle_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/home/minus.png) center center no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background  0.3s ease;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/home/plus.png) center center no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
}
nav.GenreStyle_ ul.layer0_ li .name_,
nav.GenreStyle_ ul.layer0_ li .comment_ {
	padding-left:0;
}
nav.GenreStyle_ ul.layer1_ li .name_,
nav.GenreStyle_ ul.layer1_ li .comment_ {
	padding-left: 20px;
}
nav.GenreStyle_ ul.layer2_ li .name_,
nav.GenreStyle_ ul.layer2_ li .comment_ {
	padding-left: 40px;
}
nav.GenreStyle_ ul.layer3_ li .name_,
nav.GenreStyle_ ul.layer3_ li.comment_ {
	padding-left: 60px;
}

/* --------------------------------------------------------------------
	絞り込み項目
-------------------------------------------------------------------- */
/* 絞り込み項目一覧 */
nav.FilterStyle_ {
	border-top: 5px solid #6396E2;
	border-bottom: 5px solid #6396E2;
}
nav.FilterStyle_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.FilterStyle_ ul li {
	border-top: 1px solid #CCC;
	width: 100%;
	word-break:break-all;
}
nav.FilterStyle_ ul.layer0_ li {
	background-color: #FFF;
}
nav.FilterStyle_ ul li p.parent_,
nav.FilterStyle_ ul li span {
	vertical-align: top;
	display: table-cell;
}
nav.FilterStyle_ ul li span {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.FilterStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.FilterStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.FilterStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.FilterStyle_ ul.layer0_ li span.nochild_ {
	padding-left: 40px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ {
	padding-left: 70px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label img {
	vertical-align: middle;
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	border-top:#2D3796 2px solid;
	border-bottom:#d5d5d5 2px solid;
	color: #333333;
	clear: both;	
}
div.event_ h2.event_title_ a {
	display: block;
	text-decoration: none;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}

/* --------------------------------------------------------------------
	履歴
-------------------------------------------------------------------- */
#block_of_history {
	margin:30px 0 0 0;
}
.ttl_history_ {
	padding:0 10px 8px 10px;
	border-bottom:#494949 1px solid;
	font-size: 14px;
	clear: both;
}

/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
h2#ttl_userreview {
	margin-bottom:0;
}
div.review_info_ {
	padding:10px;
	background:#eeeeee;
}
div.review_count_summary_ {
	margin-bottom: 5px;
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
}
div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
	display: inline;
}
div.review_count_summary_ dl dd img {
	height:17px;
	position:relative;
	top:-3px;
}
div.review_count_summary_ dl.review_score_ {
}
div.review_count_summary_ dl.review_score_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
}
div.review_count_summary_ dl.review_count_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ dd {
	padding-left: 4px;
}
div.review_desc_ {
}
div.review_desc_ .btn_review_ {
	text-align: right;
}
div.review_desc_ .btn_review_ a {
	padding:0 0 0 20px;
	background:url(../img/usr/sb/common/ico_write.png) left center no-repeat;
	-webkit-background-size:14px 14px;
	background-size:14px 14px;
	text-decoration: underline!important;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #F0F0F0;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}
div#page_changer_top .pager_now_ {
	margin: 2px 5px;
	color:#CC0000;
	font-weight: bold;
	white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
	padding: 10px;
	border-bottom:1px solid #e5e5e5;
}
.review_line_:first-child {
	border-top:1px solid #e5e5e5;
}
.review_line_title_ {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break:break-all;
}
.review_line_body_ {
	padding: 5px;
}

div.review_line_summary_ {
}

div.review_line_summary_ dl dt
, div.review_line_summary_ dl dd {
	display: inline;
}
div.review_line_summary_ dl.review_line_name_ {
}
div.review_line_summary_ dl.review_line_name_ dt {
	font-weight:normal;
}
div.review_line_summary_ dl.review_line_name_ dd {
	padding-left: 4px;
}
div.review_line_summary_ dl.review_line_score_ img {
	height:17px;
	position:relative;
	top:-3px;
}
div.review_line_summary_ dl.review_line_score_ dt {
	font-weight:normal;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.review_line_ .moderate_vote_ {
	padding:10px 0 0;
	border-top:#e5e5e5 1px dotted;
	font-size:11px;
}
.review_line_ .mode_lay_ {
	position:absolute;
	display:none;
	z-index:1;
	padding: 0;
	background-color:#ffffff;
	border:solid 1px #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color:#ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top:solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ span {
	text-decoration:underline!important;
}
.review_line_ .moderate_other_ {
	display:none;
}
.review_line_ .moderate_other_ dl dt
, .review_line_ .moderate_other_ dl dd {
	display: inline;
}
.review_line_ .moderate_other_ dl{
	padding-left: 10px;
}
.review_line_ .moderate_other_ dl dd {
	padding-left: 4px;
}


#review_form {
	margin: 0 10px 20px;
}
#review_form a {
	text-decoration:none;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
}
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	margin:0 10px;
	border:1px solid #CCC;
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt
, dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px;
	background-color: #F0F0F0;
}
dl.review_list_ dd {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
div.review_ input[type=text]
, div.review_ textarea {
	display: block;
}
dl.review_list_ li .count_msg_ {
}

/**/

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}
div.review_confirm_ {
	background-color: #ffffff;
	display: none;
}
/**/

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ {
}
div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;
	background: #DFDFDF -moz-linear-gradient(top,#FFFFFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFFFFF,#DFDFDF);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"],
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="number"] {
	padding: 5px 0;
	text-indent: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
	text-align: left;
	width: 96%;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 35px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
	display: table;
	width: 100%;
}


div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100px;
	background: #F0F0F0;
	display: none;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
	max-width: 100px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
	display: block;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ {
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	color: #00377F;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
	padding-left: 3em;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
	margin-bottom: 10px;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
	padding-left: 3em;
}


div.quickorder_ .onProcess_ {
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.quickorder_ .selected {
	color: #00dd00;
	background-color: #FFF;
}
div.quickorder_ span.unit_ {
	margin: 5px;
}
#suggestArea {
	background-color: white;
	border: 1px solid black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
	color: black;
}
.itemNotFound {
	text-align: center;
	color: #777777;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
}
.itemLine {
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
}
.itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.itemLine .itemName {
}
.delButton {
}
.quickorder_qty_bg_ {
	background-color: #e6e6e6;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

div.questionnaire_ {
}
div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
}
.questionnaire_input_ textarea {
	width: 95%;
}
div.questionnaire_ div.typeCust input.zip_ {
	width: 140px;
}
/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th
, table.coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.coupon_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　店舗クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
div.coupon_table_ a{
	text-decoration: none;
}
table.storecoupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
table.storecoupon_ td {
	padding: 1px 5px;
	text-align:left;
	color:#000;
}
table.storecoupon_ td.bonus {
	text-align:right;
	color:#FF0000;
	font-size: 400%;
}
table.storecoupon_ td.bonus2 {
	color:#FF0000;
	font-size: 180%;
}
table.storecoupon_ td.dt {
	text-align:right;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_info_ input.card_num_ {
	width: 150px;
}
/* --------------------------------------------------------------------
	マイページ　アドレス帳の新規登録・変更
-------------------------------------------------------------------- */
dl.custdest_ input.zip_ {
	width: 140px;
}
/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}
div.point_table_ {
	margin: 0 10px;
}
table.point_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 0 10px;
}
table.point_ th
, table.point_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.point_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	利用可能なクーポン一覧
--------------------------------------------------------------------- */
.coupon_area_ .label_ {
	display: inline-block;
}
.coupon_area_ .input_ {
	display: inline-block;
}

a.open_available_coupon {
	color: #fff !important;
	background: none repeat scroll 0 0 #666666 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

#available_coupon {
	padding-bottom: 20px;
	margin: 0 auto;
	background: #fff;
}
table.available_coupon_ {
	width: 95%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 auto 5px;
}
table.available_coupon_ th ,
table.available_coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	word-break: break-all;
}
table.available_coupon_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 40%;
	font-weight: normal;
}
table.available_coupon_ freespace_ {
	word-break: break-all;
}

.select_coupon_area_ {
	text-align: center;
	margin: 0 auto 10px;
}
.select_coupon_ {
	width: 95%;
}

#available_coupon .navipage_ a[href=''] {
	display: none;
}

#available_coupon .close_button_ {
	text-align: right;
}

#available_coupon .close_button_ img {
	width: 45px;
	height: 45px;
	color: #000;
}

/* --------------------------------------------------------------------
	注文画面　モーダル風ウィンドウ
-------------------------------------------------------------------- */
.order_modal_ {
	display: none;
	width: 94%;
	margin: 2% 2% 2% 4%;
	border: 2px solid #fff;
	position: fixed;
	background-color: #ffffff;
	bottom: -568px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1000;
}
.order_modal_inner {
	width: 100%;
	padding: 5% 6%;
	border: 2px solid #3fbf0d;
	background-color: #f6fff3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.order_modal_inner:before {
    content: ' ';
	display: block;
	background:  url(../img/sys/icon_order_modal_info.png) no-repeat;
	background-size: 39px 40px;
	width: 39px;
	height: 40px;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 1;
}
.order_modal_ h3 {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin-bottom: 3%;
}
.order_modal_ p {
	margin-bottom: 5%;
	font-size: 13px;
}
.order_modal_ .close {
	background: #ffffff url(../img/sys/button/order_modal_close_sb.png) no-repeat;
	background-size: 30px;
	position: absolute;
	display: block;
	top: 4%;
	right: 2%;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.order_modal_btn {
	text-align:center;
}
.order_modal_btn li{
	margin-bottom: 3%;
	display: block;
	padding-bottom: 6px;
}

/* --------------------------------------------------------------------
	フリーページ　2017年ハロウィン
--------------------------------------------------------------------- */
/* Common */
#halloween_2017 {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	color: #333333;
	text-align: left;
	font-family: Arial,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#halloween_2017 a {
	transition: all 0.5s ease;
	text-decoration: none;
}
#halloween_2017 .centring {
	width: 100%;
	margin: 0 auto;
}
#halloween_2017 p {
	line-height: 1.5em;
}
#halloween_2017 img {
	vertical-align: top;
	width: 100%;
}
#halloween_2017 .pconly {
	display: none;
}

/* MV */
#halloween_2017 .mv {
	margin-bottom: 30px;
}
#halloween_2017 .mv p.lead {
	text-align: center;
	font-size: 18px;
	padding: 15px 10px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#halloween_2017 .mv p.txt {
	font-size: 12px;
	padding: 0 10px;
}

/* Sec Common */
#halloween_2017 .sec {
	margin: 0 10px 20px 10px;
}
#halloween_2017 .sec h3 {
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #eee;
	position: relative;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#halloween_2017 .sec h3:after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #ff720a;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#halloween_2017 .sec h2 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	position: relative;
}
#halloween_2017 .sec h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #131313;
	top: 0;
	left: 0;
	z-index: 1;
}
#halloween_2017 .sec h2:after {
	content: "";
	position: absolute;
	width: 30%;
	height: 2px;
	background-color: #ff720a;
	top: 0;
	left: 0;
	z-index: 2;
}
#halloween_2017 .sec .box {
	width: 100%;
	overflow: hidden;
}
#halloween_2017 .sec ul.hallwween_goods {
	width: 100%;
	overflow: hidden;
}
#halloween_2017 .sec ul.hallwween_goods li {
	position: relative;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods {
	width: 100%;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
#halloween_2017 .sec ul.hallwween_goods .img {
	width: 100%;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc {
	padding: 10px 10px 20px 10px;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc p.name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc p.comment {
	font-size: 12px;
	font-weight: bold;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc p.ttl {
	padding: 10px 0 6px 30px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #ff720a;
	background: url(../home_lib/goods/feature/2017_Halloween/icon.png) no-repeat left center;
	background-size: 20px auto;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc p.point {
	font-size: 12px;
	margin-bottom: 10px;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc a.btn {
	width: 90%;
	margin: 0 auto;
	display: block;
	background-color: #131313;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
}
#halloween_2017 .sec ul.hallwween_goods li.maingoods .desc a.btn:after {
	content: "";
	background: url(../home_lib/goods/feature/2017_Halloween/btn_arrow.png) no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
#halloween_2017 .sec ul.hallwween_goods li.subgoods {
	background-color: #fff;
	width: 48%;
	float: left;
}
#halloween_2017 .sec ul.hallwween_goods li.subgoods:last-child {
	margin-bottom: 0;
	float: right;
}
#halloween_2017 .sec ul.hallwween_goods li.subgoods .img {
	width: 100%;
	position: relative;
}
#halloween_2017 .sec ul.hallwween_goods li.subgoods .desc p.name {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
#halloween_2017 .sec ul.hallwween_goods li.othergoods {
	width: 48%;
	float: left;
	margin-top: 10px;
}
#halloween_2017 .sec ul.hallwween_goods li.othergoods:nth-child(2n) {
	float: right;
}
#halloween_2017 .sec ul.hallwween_goods li.othergoods p.name {
	font-size: 12px;
	padding-top: 10px;
}

/* Sec01 */
#halloween_2017 .sec01 ul.point_list {
	width: 100%;
	overflow: hidden;
}
#halloween_2017 .sec01 ul.point_list > li {
	margin: 0 auto 20px;
	text-align: center;
}
#halloween_2017 .sec01 ul.point_list > li:last-child {
	margin-bottom: 0;
}
#halloween_2017 .sec01 ul.point_list > li p.ttl {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 12px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#halloween_2017 .sec01 ul.point_list > li p.txt {
	padding: 15px;
	font-size: 12px;
	line-height: 2.0em;
	text-align: left;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
#halloween_2017 .sec01 ul.point_list > li  p.icon {
	width: 57px;
	margin: 0 auto;
}

/* Sec02 */
#halloween_2017 .sec.sec02 ul.hallwween_goods li.othergoods {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 20px;
}
#halloween_2017 .sec.sec02 ul.hallwween_goods li.othergoods:nth-child(2n) {
	float: left;
}
#halloween_2017 .sec.sec02 ul.hallwween_goods li.othergoods:nth-child(3n) {
	float: right;
	margin-right: 0;
}

/* Sec05 */
#halloween_2017 .sec.sec05 ul.hallwween_goods li.othergoods {
	float: none;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
}
#halloween_2017 .sec.sec05 ul.hallwween_goods li.othergoods:first-child {
	margin-top: 0;
}
#halloween_2017 .sec.sec05 ul.hallwween_goods li.othergoods:nth-child(2n) {
	float: none;
}

/* Sec06 */
#halloween_2017 .sec.sec06 ul.hallwween_goods li.othergoods {
	float: none;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
}
#halloween_2017 .sec.sec06 ul.hallwween_goods li.othergoods:first-child {
	margin-top: 0;
}
#halloween_2017 .sec.sec06 ul.hallwween_goods li.othergoods:nth-child(2n) {
	float: none;
}

/* Sec07 */
#halloween_2017 .sec.sec07 ul.hallwween_goods li.othergoods:first-child,
#halloween_2017 .sec.sec07 ul.hallwween_goods li.othergoods:nth-child(2),
#halloween_2017 .sec.sec08 ul.hallwween_goods li.othergoods:first-child,
#halloween_2017 .sec.sec08 ul.hallwween_goods li.othergoods:nth-child(2) {
	margin-top: 0;
}
#halloween_2017 .sec.sec07 ul.hallwween_goods li.othergoods,
#halloween_2017 .sec.sec08 ul.hallwween_goods li.othergoods {
	font-weight: bold;
}

/* menu */
#halloween_2017 .menu_btn {
	width: 50px;
	height: 50px;
	background-color: #ff720a;
	border-radius: 3px;
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 100;
	cursor: pointer;
	display: none;
}
#halloween_2017 .menu_btn p {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	padding-top: 31px;
}
#halloween_2017 .menu_btn span {
	width: 24px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 13px;
	transition: all 0.5s ease;
}
#halloween_2017 .menu_btn span.nth01 {
	top: 9px;
}
#halloween_2017 .menu_btn span.nth02 {
	top: 16px;
}
#halloween_2017 .menu_btn span.nth03 {
	top: 23px;
}
#halloween_2017 .menu_btn.open span.nth01 {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#halloween_2017 .menu_btn.open span.nth02 {
	opacity: 0;
}
#halloween_2017 .menu_btn.open span.nth03 {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);	
}
#halloween_2017 ul.menu_list {
	width: 260px;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top: 140px;
	right: 60px;
	z-index: 100;
	display: none;
}
#halloween_2017 ul.menu_list > li {
	border-bottom: 1px #4f4f4f dotted;
	padding: 10px 0;
}
#halloween_2017 ul.menu_list > li:last-child {
	border: none;
}
#halloween_2017 ul.menu_list > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

/* --------------------------------------------------------------------
	フリーページ　2017年イルミネーション
--------------------------------------------------------------------- */
/* Common */
#illumination {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	color: #333333;
	text-align: left;
	font-family: Arial,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#illumination a         { transition: all 0.5s ease; text-decoration: none;}
#illumination .centring { width: 100%; margin: 0 auto;}
#illumination p         { line-height: 1.5em;}
#illumination img       { vertical-align: top; width: 100%;}
#illumination .pconly   { display: none;}

/* MV */
#illumination .mv       { margin-bottom: 30px;}
#illumination .mv p.lead { text-align: center; font-size: 18px; padding: 15px 10px; font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#illumination .mv p.txt { font-size: 12px; padding: 0 10px;}

/* Sec Common */
#illumination .sec { margin: 0 10px 20px 10px;}
#illumination .sec h3 {
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #eee;
	position: relative;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#illumination .sec h3:after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #155aaf;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#illumination .sec h2 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	position: relative;
}
#illumination .sec h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #131313;
	top: 0;
	left: 0;
	z-index: 1;
}
#illumination .sec h2:after {
	content: "";
	position: absolute;
	width: 30%;
	height: 2px;
	background-color: #155aaf;
	top: 0;
	left: 0;
	z-index: 2;
}
#illumination .sec .box { width: 100%; overflow: hidden;}
#illumination .sec ul.illumination_goods    { width: 100%; overflow: hidden;}
#illumination .sec ul.illumination_goods li { position: relative;}
#illumination .sec ul.illumination_goods li.maingoods { width: 100%; background-color: #f7f7f7; margin-bottom: 20px;}
#illumination .sec ul.illumination_goods .img         { width: 100%;}
#illumination .sec ul.illumination_goods li.maingoods .desc           { padding: 10px 10px 20px 10px;}
#illumination .sec ul.illumination_goods li.maingoods .desc p.name    { font-size: 14px; font-weight: bold; margin-bottom: 5px;}
#illumination .sec ul.illumination_goods li.maingoods .desc p.comment { font-size: 12px; font-weight: bold; margin-bottom: 10px;}
#illumination .sec ul.illumination_goods li.maingoods .desc p.point   { font-size: 12px;}
#illumination .sec ul.illumination_goods li.maingoods .desc a.btn     {
	width: 90%;
	margin: 0 auto;
	display: block;
	background-color: #131313;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
}
#illumination .sec ul.illumination_goods li.maingoods .desc a.btn:after {
	content: "";
	background: url(../home_lib/goods/feature/2017_illumination/btn_arrow.png) no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
#illumination .sec ul.illumination_goods li.subgoods                  { background-color: #fff; width: 48%; float: left;}
#illumination .sec ul.illumination_goods li.subgoods:last-child       { margin-bottom: 0; float: right;}
#illumination .sec ul.illumination_goods li.subgoods .img             { width: 100%; position: relative;}
#illumination .sec ul.illumination_goods li.subgoods .desc p.name     { font-size: 12px; font-weight: bold; padding-top: 10px;}
#illumination .sec ul.illumination_goods li.subgoods .desc p.name a   { font-size: 12px;}
#illumination .sec ul.illumination_goods li.othergoods                { width: 48%; margin-top: 10px; float: left;}
#illumination .sec ul.illumination_goods li.othergoods:nth-child(2n)  { float: right;}
#illumination .sec ul.illumination_goods li.othergoods:nth-child(2n+1){ clear: both;}
#illumination .sec ul.illumination_goods li.othergoods p.name         { font-size: 12px; font-weight: bold; padding-top: 10px;}
#illumination .sec ul.illumination_goods li.othergoods p.name a       { font-size: 12px;}

/* menu */
#illumination .menu_btn {
	width: 50px;
	height: 50px;
	background-color: #155aaf;
	border-radius: 3px;
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 100;
	cursor: pointer;
	display: none;
}
#illumination .menu_btn p {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	padding-top: 31px;
}
#illumination .menu_btn span {
	width: 24px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 13px;
	transition: all 0.5s ease;
}
#illumination .menu_btn span.nth01 { top: 9px;}
#illumination .menu_btn span.nth02 { top: 16px;}
#illumination .menu_btn span.nth03 { top: 23px;}
#illumination .menu_btn.open span.nth01 { -webkit-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg);}
#illumination .menu_btn.open span.nth02 { opacity: 0;}
#illumination .menu_btn.open span.nth03 { -webkit-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg);	}
#illumination ul.menu_list {
	width: 260px;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top: 140px;
	right: 60px;
	z-index: 100;
	display: none;
}
#illumination ul.menu_list > li { border-bottom: 1px #4f4f4f dotted; padding: 10px 0;}
#illumination ul.menu_list > li:last-child { border: none;}
#illumination ul.menu_list > li > a { display: block; color: #fff; text-decoration: none; font-size: 11px;}
@charset "Shift_JIS";

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freepage_ {
    margin: 0 auto 60px;
    padding: 0 10px;
}
div.freepage_narrow_ {
	padding: 0 60px;
}
div.freepage_ .box_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
div.freepage_ h1.ttl_ {
    padding-bottom: 3px;
    background-color: #e5e5e5;
    margin-bottom: 15px;
}
div.freepage_ h1.ttl_ span {
    display: block;
    border: 1px #d5d5d5 solid;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 17px;
    line-height: 120%;
    letter-spacing: 0.1em;
	margin-left:-10px;
}
div.freepage_ h2.ttl_ {
    padding-bottom: 3px;
    border-bottom: 2px #000000 solid;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
}
/* --------------------------------------------------------------------
	フリーページ　会社概要
--------------------------------------------------------------------- */
#company {
}
#company table {
	width: 100%;
}
#company table th {
	width: 8em;
	vertical-align: top;
}
#company table td {
	vertical-align: top;
}


/* --------------------------------------------------------------------
	フリーページ　プライバシーポリシー
--------------------------------------------------------------------- */
#privacy {
}
#privacy p {
	margin-bottom: 10px;
}
#privacy ol {
	border-top: 1px dotted #CCC;
}
#privacy ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
#privacy .cont_ dl dt,
#privacy .cont_ dl dd{
display:inline-block;
}
/* --------------------------------------------------------------------
    フリーページ　ご利用について
--------------------------------------------------------------------- */
        #sitepolicy p {
    margin-bottom: 10px;
}
#sitepolicy ul li {
margin-bottom: 5px;
}
#product_safety .caution_{
background:#fc0000;
color:#fff;
padding:5px 10px;
font-size:16px;
margin:10px 0 15px 0;
}
#product_safety .box_ a{
text-decoration:none;}


/* -------------------------- 
  ?フォーム
----------------------------*/
.topicsframe_>.forcms_block{
  padding: 0 10px 20px 10px;
}
.topicsframe_>.forcms_block>.common_headline2_{
  padding-bottom: 3px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
}
.topicsframe_>.forcms_block>.common_headline2_ span{
  display: block;
  border: 1px #d5d5d5 solid;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 17px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.topicsframe_ .questionnaire_>.top_comment_{
  margin-bottom: 25px;
  line-height: 160%;
}
.topicsframe_ .questionnaire_>.top_comment_ img{
  width: 30px;
}
.topicsframe_ .questionnaire_>form{
}
.topicsframe_ .questionnaire_>form .error_{
  color: #ff0000;
  padding-bottom: 4px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_{
  margin-bottom: 30px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ h2{
  padding: 8px 10px 6px 11px;
  background-color: #e5e5e5;
  font-weight: bold;
  position: relative;
  font-size: 1.1em;
  min-height: 18px;
  line-height: 150%;
  margin-bottom: 15px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ h2 img{
  display: block;
  position: absolute;
  right: 15px;
  width: 30px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ select,
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="text"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="search"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="password"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ textarea{
  border-radius: 0;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="checkbox"],
.topicsframe_ #catalog_list input[type="checkbox"]{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="checkbox"]:before,
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="checkbox"]:after,
.topicsframe_ #catalog_list input[type="checkbox"]:before,
.topicsframe_ #catalog_list input[type="checkbox"]:after{
  display: none;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="text"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="search"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ input[type="password"],
.topicsframe_ .questionnaire_>form .questionnaire_box_ textarea{
  padding: 0.4em 0.6em;
  margin: 0 0 4px 0;
  max-width: 80%;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ select{
  padding-bottom: 8px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ .desc_{
  margin-bottom: 15px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table,
.topicsframe_ .questionnaire_>form .questionnaire_box_ table tr,
.topicsframe_ .questionnaire_>form .questionnaire_box_ table th,
.topicsframe_ .questionnaire_>form .questionnaire_box_ table td{
  display: block;
  width: 100%;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table th{
  text-align: left;
  padding-bottom: 4px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table#table0 tr:nth-child(n+5) th{
  background: url(/cms/img/sys/check3.gif) no-repeat left top;
  padding-left: 40px;
  background-size: 30px auto;
  -moz-background-size: 30px auto;
  -webkit-background-size: 30px auto;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table td{
  padding-bottom: 8px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table td .small_{
  font-size: 0.9em;
  display: block;
  line-height: 140%;
  padding-bottom: 3px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table#table_name td input{
  margin: 5px 10px 5px 7px;
  width: 30%;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table#table_name br{
  display: none;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_ table#table_tel th{
  display: none;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_content_ label{
  padding-left: 4px;
}
.topicsframe_ .questionnaire_>form .questionnaire_box_content_ .line_{
  height: 7px !important;
}
.topicsframe_ .questionnaire_>form .submit_{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.topicsframe_ .questionnaire_>form .submit_ a{
  display: none;
}
.topicsframe_ .questionnaire_>form .submit_ input{
  margin: 0 1px;
  width: 145px;
}

.topicsframe_ .complete_headline3_{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 160%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.topicsframe_ .complete_comment_{
  line-height: 160%;
  text-align: center;
  margin-bottom: 50px;
}

.topicsframe_ table.questionnaire_confirm_{
  width: 100%;
}
.topicsframe_ table.questionnaire_confirm_ th,
.topicsframe_ table.questionnaire_confirm_ td{
  width: 100%;
  display: block;
}
.topicsframe_ table.questionnaire_confirm_ th{
  padding: 8px 10px 6px 11px;
  background-color: #e5e5e5;
  font-weight: bold;
  position: relative;
  font-size: 1.1em;
  min-height: 18px;
  line-height: 150%;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.topicsframe_ table.questionnaire_confirm_ th img{
  display: block;
  position: absolute;
  right: 15px;
  width: 30px;
}
.topicsframe_ table.questionnaire_confirm_ td{
  padding-bottom: 15px;
  line-height: 170%;
}

.topicsframe_ #catalog_list{
  overflow: hidden;
  padding-bottom: 20px;
}
.topicsframe_ #catalog_list ul{
  overflow: hidden;
}
.topicsframe_ #catalog_list ul li{
  width: 100%;
  margin-bottom: 20px;
}
.topicsframe_ #catalog_list ul li>div{
  overflow: hidden;
  height: auto !important;
  display: table;
  width: 100%;
} 
.topicsframe_ #catalog_list ul li>div input{
  display: table-cell;
  width: 30px;
} 
.topicsframe_ #catalog_list ul li>div p{
  display: table-cell;
  line-height: 160%;
  padding-bottom: 5px;
  width: 100%;
} 
.topicsframe_ #catalog_list ul li>span{
  width: 100%;
  display: block;
  overflow: hidden;
}
.topicsframe_ #catalog_list ul li>span img{
  display: block;
  margin: 0 auto 10px auto;
  width: 100px;
}
.topicsframe_ #catalog_list ul li>p{
  padding-top: 10px;
  border-top: 2px #d5d5d5 solid;
  margin-left: 32px;
  margin-right: 10px;
}

.top_notice_{
	font-weight:bold;
	color:#FF0000;
	}
#err_{
  width:100%;
  border: 2px solid #ffffff;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom:15px;
}
 
#err_ th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
#err_ td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: dotted 1px #ffffff;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
margin-bottom:5px;
}
#err_ td .msg{
 color: #ff0000;
}
@media (max-width: 400px){
#err_ th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
#err_ td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}

.goods_p_item_ .img_ img{
	object-fit: contain;
}
	