/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1{
	font-size: 8px;
}
h2.goods_name_ {
	margin: 0 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
p.goods_name2_{
  color: #666;
  padding: 0 10px;
}
.goodsttl_ {
	padding-left: 5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	border-left: 10px solid #f3ce00;
	margin-top: 20px
}
.design_headline2_ { /* h2相当 */
	padding: 7px 0 10px;
	/*margin-bottom:10px;*/
	font-size: 17px;
	text-align: center;
}
.design_headline2_:before{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #ffd900;
  margin: 0 auto 6px;
}
h2.category_name_ {
  margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
  padding: 15px 0 15px 25px;
  background: #cfcfcf url(../img/usr/sb/common/common_head_h2bg.png) left top no-repeat;
  background-size: 19px 60px;
}
h2.category_name_:before{
  content:"";
  display:block;
}
h2.category_name_img_ {
	margin: 10px 0 0;
	text-align: center;
}
h2.genre_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}
h2.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h2.event_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}
h2.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.design_title_ {
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.design_title_::after {
	width: 50px;
	height: 2px;
	margin-left: -25px;
	content: '';
	background: #f3ce00;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.top_comment_ {
	margin: 0 10px 10px;
}
.top_comment_ p {
	font-size:12px;
}
/*総合トップ用*/
#top h2.ttl_h2_{
  padding: 11px 18px 10px 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #eee;
  background-image: url(../img/usr/sb/top/ttl_h2_bg01.png),url(../img/usr/sb/top/ttl_h2_bg.png);
  background-repeat: no-repeat;
  background-position: 10px center,right center;
  background-size: auto 25px,auto 100%;
}
/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	padding: 4px 5px 6px 5px;
	font-size:11px;
	background:#eeeeee;
	overflow:hidden;
}
.navitopicpath_ a {
	margin: 0 0.5em;
	font-size:11px;
	white-space: nowrap;
}
.navitopicpath_ a span,
.navitopicpath_ a span strong {
	font-size:11px;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	font-size:11px;
	white-space: nowrap;
}
.navitopicpath_ div.block {
	float:left;
}
.navitopicpath_ div {
	float:right;
}
#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;
	padding: 0 5%;
	overflow: hidden;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	margin: 10px 0;
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin: 10px 0;
  border-top: 1px solid #cfcfcf;
  padding-top: 10px;
}
.navipage_ .navipage_range_,
.navipage_ .navipage_sum_ {
  display: inline-block;
  width: 40%;

}
.navipage_ .navipage_range_{
  text-align: right;
  float: right;
}
.navipage_ .navipage_sum_{
  text-align: left;
  float: left;
}
.navipage_ nav{
  margin-top: 10px;
}
.navipage_ nav a,
.navipage_ nav span {
	white-space: nowrap;
	min-width: 40px;
	min-height: 34px;
	margin: 0 3px;
	text-align:center;
	font-size: 16px;
	color:#333;
	line-height: 34px;
}
.navipage_ a {
	white-space: nowrap;
	padding: 4px 1px;
	display: inline-block;
	border:#ddd 1px solid;
	background-color: #ddd;
	text-decoration:none;
}
.navipage_now_ {
	padding: 4px 1px;
	display: inline-block;
	font-weight:bold;
	text-decoration:none;
	background:#f3ce00;
	border:#f3ce00 1px solid;
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}

/* ★ここから */
/* 中古ページジャンプ */
.navipage_.used_ {
	padding: 0 10%;
	text-align:center;
	overflow: hidden;
}
.navipage_.used_.top_ {
	padding: 15px 0;
	border-top: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
	background: #f6f6f6;
}
.navipage_.used_ .pagename_ {
	padding: 0 10px;
	font-size: 13px;
	text-align: center;
}
.navipage_.used_.bottom_ {
	padding: 15px 0;
	border-top: #e7e7e7 1px solid;
	background: #f6f6f6;
}
.navipage_.used_ .navipage_range_{
  text-align: right;
}
.navipage_.used_ .navipage_sum_ {
	text-align: left;
	font-size: 12px;
	float: none;
	width: auto;
}
.wrapper_ > .navipage_.used_.top_ .navipage_sum_,
.navipage_.used_.bottom_ .navipage_sum_{
  text-align: center;
}
.navipage_.used_ .navipage_sum_ strong {
	margin-right: 3px;
	font-size: 24px;
}
.navipage_.used_ nav {
	margin-top: 10px;
}
.navipage_.used_ nav a,
.navipage_.used_ nav span {
	min-width: 26px;
	min-height: 20px;
	white-space: nowrap;
	margin: 0 3px;
	text-align:center;
	font-size: 12px;
	color:#333;
	line-height: 20px;
}
.navipage_.used_ a {
	white-space: nowrap;
	padding: 4px 1px;
	display: inline-block;
	border:#dddddd 1px solid;
	border-bottom: #cccccc 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	text-decoration:none;
}
.navipage_now_.used_ {
	padding: 4px 1px;
	display: inline-block;
	font-weight:bold;
	border:#dddddd 1px solid;
	border-bottom: #c2a500 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#f3ce00;
	text-decoration:none;
}
.navipage_.used_ a.navipage_prev_ {
	margin: 0 5px 0 3px;
	padding: 4px 5px 4px 20px;
	background:#ffffff url(../img/usr/sb/common/pagenav_prev.png) left center no-repeat;
	-webkit-background-size: 14px 9px;
	background-size: 14px 9px;
}
.navipage_.used_ a.navipage_next_ {
	margin: 0 3px 0 5px;
	padding: 4px 20px 4px 5px;
	background:#ffffff url(../img/usr/sb/common/pagenav_next.png) right center no-repeat;
	-webkit-background-size: 14px 9px;
	background-size: 14px 9px;
}
.navipage_.used_ a.navipage_first_ {
	padding: 4px 5px;
}
.navipage_.used_ a.navipage_last_ {
	padding: 4px 5px;
}
.navipage_.used_ .navipage_top_inner_ {
	padding: 0 10px;
	overflow: hidden;
  position: relative;
}
.navipage_.used_ .navipage_top_inner_ .navipage_sum_ {
	width: 52%;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navipage_.used_ .navipage_top_inner_ .navipage_select_ {
    width: 52%;
    float: left;
    margin-top: 37px;
    text-align: left;
}
.navipage_.used_ .navipage_top_inner_ .navipage_radio_ {
    text-align: left;
    margin-top: 78px;
}
.navipage_.used_ .navipage_top_inner_ .navipage_select_ select{
  padding: 0 15px 0 5px;
  background: #ffffff url(../img/usr/sb/common/arrow_open.png) 93% center no-repeat;
  background-size: 8px 7px;
}
.navipage_.used_ .navipage_top_inner_ .plusnavi_ {
	width: 45%;
	float: right;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul {
	margin-bottom: 5px;
	text-align: right;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li {
	display: inline-block;
	font-size: 12px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleT {
	max-width: 22%;
	min-width: 34px;
	text-indent: 9999px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleD {
	max-width: 22%;
	min-width: 34px;
	margin: 0 3px 0 0;
	text-indent: 9999px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleT a {
	padding: 5px 0;
	white-space: nowrap;
	display: block;
	border:#dddddd 1px solid;
	border-bottom: #cccccc 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 9999px;
	text-decoration:none;
	background:#ffffff url(../img/usr/sb/common/styleT.png) center center no-repeat;
	-webkit-background-size: 25px 18px;
	background-size: 25px 18px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleD a {
	padding: 5px 0;
	white-space: nowrap;
	display: block;
	border:#dddddd 1px solid;
	border-bottom: #cccccc 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 9999px;
	text-decoration:none;
	background:#ffffff url(../img/usr/sb/common/styleD.png) center center no-repeat;
	-webkit-background-size: 25px 18px;
	background-size: 25px 18px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleT.selected_ a {
	padding: 5px 0;
	white-space: nowrap;
	display: block;
	border:#dddddd 1px solid;
	border-bottom: #c2a500 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 9999px;
	text-decoration:none;
	background:#f3ce00 url(../img/usr/sb/common/styleT.png) center center no-repeat;
	-webkit-background-size: 25px 18px;
	background-size: 25px 18px;
}
.navipage_.used_ .navipage_top_inner_ #navistyle ul li.styleD.selected_ a {
	padding: 5px 0;
	white-space: nowrap;
	display: block;
	border:#dddddd 1px solid;
	border-bottom: #c2a500 3px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 9999px;
	text-decoration:none;
	background:#f3ce00 url(../img/usr/sb/common/styleD.png) center center no-repeat;
	-webkit-background-size: 25px 18px;
	background-size: 25px 18px;
}
.navipage_.used_ .navipage_top_inner_ #navisort select {
	width: 100%;
	max-width: 100%;
	padding: 0 5px;
	margin: 0;
  background: #ffffff url(../img/usr/sb/common/arrow_open.png) 93% center no-repeat;
  background-size: 8px 7px;
}
/* ★ここまで */

/*絞り込み、並び替え、表示切替タブ*/
#nav_tab{
  border-top: 1px solid #666;
  border-bottom: 5px solid #000;
  /*overflow: hidden;*/
  display: table;
  width: 100%;
}
#nav_tab li{
  /*width: 33.3%;*/
  /*float: left;*/
  padding-top: 50px;
  color: #000;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  display: table-cell;
}
#nav_tab li:nth-of-type(3){
  border-right: none;
}
#nav_tab li.active_{
  color: #fff;
}
#nav_tab li#navifilter{
  background: #cfcfcf url(../img/usr/sb/category/navifilter.png) center 15px no-repeat;
  background-size: 28px;
}
#nav_tab li#navifilter.active_{
  background: #000 url(../img/usr/sb/category/navifilter_on.png) center 15px no-repeat;
  background-size: 28px;
}
#nav_tab li#navisort{
  background: #cfcfcf url(../img/usr/sb/category/navisort.png) center 15px no-repeat;
  background-size: 36px 24px;
}
#nav_tab li#navisort.active_{
  background: #000 url(../img/usr/sb/category/navisort_on.png) center 15px no-repeat;
  background-size: 36px 24px;
}
#nav_tab li#navistyle{
  background: #cfcfcf url(../img/usr/sb/category/navistyle.png) center 15px no-repeat;
  background-size: 25px 24px;
}
#nav_tab li#navistyle.active_{
  background: #000 url(../img/usr/sb/category/navistyle_on.png) center 15px no-repeat;
  background-size: 25px 24px;
}
#block_of_filter,
.navistyle_,
.navisort_{
  display: none;
}

/* 並び替え */
.navisort_ {
	overflow: hidden;
}
.navisort_ li{
  border-bottom: 1px solid #666;
}
.navisort_ li a{
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #333;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	overflow: hidden;
}
.navistyle_ li{
  border-bottom: 1px solid #666;
}
.navistyle_ li a{
  display: block;
  padding: 15px 10px 15px 55px;
  text-decoration: none;
  color: #333;
}
.navistyle_ li a.styleT,
.navistyle_ li a.styleV{
  background: url(../img/usr/sb/category/navistyle01.png) 15px center no-repeat;
  background-size: 25px 24px;
}
.navistyle_ li a.styleD{
  background: url(../img/usr/sb/category/navistyle02.png) 15px center no-repeat;
  background-size: 25px 24px;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	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_ {
  margin:10px;
}
.topiclist_body_ .topic_title_ {
	padding:3px 0;
	border-bottom: 1px solid #CCCCCC;
 }
 .topiclist_body_ .topic_title_ img{
  vertical-align: middle;
  margin-left: 5px;
  height: 14px;
 }
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
.entry_detail_body a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.entry_detail_body a:visited {
    color: #217BC9;
    text-decoration: underline;
}
.entry_detail_body a:hover {
    color: #CC0000;
    text-decoration: underline;
}
/* トピック詳細 関連記事 */
.entry_detail_body .relation_link a {
    text-decoration: none;
}
.entry_detail_body .relation_link a::before {
    content: "■";
}
.entry_detail_body .relation_link a::after {
    content: "\A";
    white-space: pre;
}
/* トピック一覧 */
#block_of_topic {
  background: #f6f6f6;
  padding: 19px 0 25px;
	margin-bottom:20px;
}

div.topiclist_ {
	margin:10px;
}
div.topiclist_ .topiclist_head_ {
	padding: 0 0 10px 34px;
	margin: 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	background: url(../img/usr/sb/common/topic_ttl.png) left 0 no-repeat;
	background-size: 26px 23px;
	border-bottom: 1px solid #CCCCCC;
}
div.topiclist_ .topiclist_body_ li {
	padding:3px 0;
	border-bottom: 1px solid #CCCCCC;
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding: 5px;
	display: block;
}
div.topiclist_ .topiclist_body_ li a {
	padding-right: 20px;
	-webkit-background-size:9px 20px;
	background-size:9px 20px;
  text-decoration: none;
}
div.topiclist_ .topiclist_body_ li .day_{
  color: #000;
  font-weight: 800;
}
div.topiclist_ .topiclist_body_ li a .topic_comment_{
  text-decoration: underline;
  color: #666;
}
div.topiclist_ .topiclist_body_ li img{
  vertical-align: middle;
  margin-left: 5px;
  height: 14px;
}

div.topiclist_ .topic_comment_{
  display: block;
  color: #666666;
  text-decoration: underline;
}
/* トピック詳細一覧 */
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 img{
  vertical-align: middle;
  margin-left: 5px;
  height: 14px;
}
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;
}

/* --------------------------------------------------------------------
	商品一覧
--------------------------------------------------------------------- */
.product_search_form_ p.search_ {
	margin: 0 8%;
}
.product_search_form_ p.search_ input {
	width: 100%;
	max-width: 100%;
	padding: 14px 10px 14px 20px;
	border: none;
	border-bottom: #dab900 4px solid;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.product_search_form_ div.tab_unit_ {
	margin-bottom: 30px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #ffffff;
	overflow: hidden;
}
.product_search_form_ div.tab_unit_ .tab_content_ {
	border-top:#dddddd 1px solid;
	max-height: 55vh;
	overflow-y: scroll;
}
.product_search_form_ div.tab_unit_:after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_tree1_ {
	border-bottom:#dddddd 1px solid;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_ {
	width: 100%;
	padding: 15px 40px 15px 20px;
	box-sizing: border-box;
	background:#ffffff url(../img/usr/sb/common/osusume_plus_s.png) right center no-repeat;
	-webkit-background-size: 41px 21px;
	background-size: 41px 21px;
	display: table;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_.open_ {
	background:#444444 url(../img/usr/sb/common/osusume_minus_s.png) right center no-repeat;
	-webkit-background-size: 41px 21px;
	background-size: 41px 21px;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_ span {
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_tree1_ .tab_head_.open_ span {
	color: #ffffff;
}
.product_search_form_ div.tab_unit_ .tab_content_ .tab_box_ {
	margin: 10px;
}
.product_search_form_ div.tab_unit_ .tab_content_ .checkbox_inner {
	margin-bottom: 10px;
}
.product_search_form_ div.tab_unit_ .tab_content_ .checkbox_inner p {
	display: inline;
}
.product_search_form_ .product_search_form_outer_{
	margin-bottom: 30px;  
}
.product_search_form_ .product_search_form_outer_:after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.product_search_form_ .product_search_form_inner_ {
	max-height: 55vh;
	border: none;
	background: #ffffff;
	overflow-y: scroll;
}
.product_search_form_ h3.ttl_img_ {
	padding: 10px;
	text-align: center;
}
.product_search_form_ .search_tbl_inner_ {
	padding: 10px 0 1px 4%;
	background: #ffffff;
	overflow: hidden;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner {
	width: 30%;
	margin: 0 3% 10px 0;
	padding: 10px 5px 5px 5px;
	border: #ffffff 1px solid;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner:nth-child(3n+1) {
	clear: left;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner input {
	margin: 0;
	vertical-align: top;
	position: absolute;
	top: 5px;
	left: 5px;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner.check_on_ {
	border: #f3ce00 1px solid;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner .img_ p {
	margin-top: 20px;
}
.product_search_form_ .search_tbl_inner_ .checkbox_inner p {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
}


/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
div.goodsproductdetail_ {
	margin-bottom: 10px;
	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;
	width: 592px;
}

/* 商品画像 */
div.goodsimg_ {
	padding: 0 10px;
	margin-bottom: 5px;
	position: relative;
}
div.goodsimg_line_{
    visibility: hidden;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 100%;
	display: table;
	table-layout: fixed;
}
div.goodsimg_ ul.img_L_{
  border: none;
}
div.goodsimg_ .img_L_ a,
div.goodsimg_ .img_L_ span{
  display: table-cell;
  vertical-align: middle;
}
div.goodsimg_ .img_L_ img {
}
div.goodsimg_ .img_L_ .comment_ {
	text-align:left;
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg_ .img_c_ img {
	max-width: 200px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
/*スライダー*/
div.goodsimg_ .bx-prev,
div.goodsimg_ .bx-next{
  display: block;
  position: absolute;
  width: 43px;
  height: 1px;
  padding-top: 43px;
  overflow: hidden;
  top: 45%;
  z-index: 100;
}
div.goodsimg_ .bx-prev{
  background: url(../img/usr/sb/goods/goods_slider_prev.png) center no-repeat;
  background-size: 43px;
  left: 10px;
}
div.goodsimg_ .bx-next{
  background: url(../img/usr/sb/goods/goods_slider_next.png) center no-repeat;
  background-size: 43px;
  right: 10px;
}
/* 数量 */
.cartqty_{
  text-align: center;
}
.cartqty_ input[type="button"] {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #999;
	color: #fff;
	font-size: 16px;
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
.cartqty_ input.place_btn_{
  border-radius: 0 2px 2px 0;
}
.cartqty_ input.minus_btn_{
  border-radius: 2px 0 0 2px;
}
.cartqty_ input[type="text"]{
  width: 40px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  box-shadow:0px 9px 5px -8px #d4d4d4 inset;
  -moz-box-shadow:0px 9px 5px -8px #d4d4d4 inset;
  -webkit-box-shadow:0px 9px 5px -8px #d4d4d4 inset;
  margin: 0;
}
div.cartbox_ .cartqty_ {
	margin-top: 15px;
}
/* 商品画像バリエーション */
div.etc_goodsimg_ {
	margin:0 0 5px 0;
}
div.etc_goodsimg_line_ {
	text-align: center;
	overflow:hidden;
}
div.etc_goodsimg_item_ {
	width: 16%;
	padding: 0 0.5%;
	margin: 0;
	text-align: center;
	display:inline-block;
	box-sizing: border-box;
}
div.etc_goodsimg_item_ a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
div.etc_goodsimg_item_ a.active{
	border: 2px solid #f3ce00;
}
div.etc_goodsimg_item_ img {
}

/* 商品コード */
div.plu_code_ {
	padding: 0 0 10px 0;
	margin: 0 10px 20px;
	text-align: right;
	border-bottom: #dddddd 1px solid;
}
.cartbox2_ div.plu_code_ {
	padding: 10px 0;
	margin: 0;
	text-align: right;
	border-top: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
}

/* TABLE */
#spec_goods_comment {
	padding: 0 0 25px 0;
	margin: 20px 10px 0;
	font-size: 14px;
	line-height: 1.85;
	color: #333;
	border-bottom: #dddddd 1px solid;
}
.desc_tbl_{
	width: 100%;
	border-collapse: collapse;
}
.goods_spec_tbl_{
  padding: 0 10px;
}
.desc_tbl_.tbl_b_{
	margin-bottom: 35px;
}
.desc_tbl_ tr th {
	font-size: 12px;
	padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
	text-align: left;
}
p.supple_txt_{
	margin-top: 8px;
	font-size: 11px;
	text-align: right;
}
.desc_tbl_ tr th a {
	text-decoration: underline;
}
.desc_tbl_ tr td {
	font-size: 12px;
	padding: 10px;
    background: #fff;
    border: 1px solid #ddd;	
}
.desc_tbl_ .state_box_ {
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #fff;
    font-size: 13px;
	text-align: center;
	font-weight: bold;
    padding: 4px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.desc_tbl_ .state_n { background: #ff3200;}
.desc_tbl_ .state_a { background: #ff8e00;}
.desc_tbl_ .state_b { background: #a8b900;}
.desc_tbl_ .state_c { background: #4ec972;}
.desc_tbl_ .state_d { background: #01bfdd;}
.desc_tbl_ .state_e { background: #617cf5;}

/* 商品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
div.goodsspec_ #frm1 {
	margin-bottom:20px;
}
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;
}
div.goodsproductdetail_ h2.goods_name_ {
	line-height: 1.2;
}
div.goodsproductdetail_ p.goods_name2_ {
	font-size: 16px;
}
div.goodsproductdetail_ div.icon_ {
	margin:0 10px;
  overflow: hidden;
}
div.goodsproductdetail_ div.icon_ img {
	width:23%;
  float: left;
  margin: 0 2% 2% 0;
}
div.goodsproductdetail_ div.icon_ img:nth-of-type(4n){
  margin-right: 0;
}
#spec_code {
	font-size:12px;
	font-weight:bold;
	margin:0 10px;
}
.price_area_ {
  overflow: hidden;
  padding: 0 10px 20px;
}
.spec_price_ {
  float: right;
	text-align:right;
}
.spec_price_ p.special_price_ {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}
.spec_price_ p.special_price_ small{
  color: #666;
}
.spec_price_ p.normal_price_ {
	margin:0 10px;
	display:block;
	text-align:right;
	font-size:12px;
  color: #666;
	font-weight:bold;
}
.goodsspec_list_{
  padding: 0 10px;
  margin-bottom: 45px;
}
.goodsspec_list_ #other_speclink{
  margin-top: 5px;
}
.goodsspec_list_ #other_speclink a{
  background: url(../img/usr/sb/user_review/content_more.png) right center no-repeat;
  background-size: 12px 6px;
  padding-right: 15px;
}
.goodsspec_list_ table{
  width: 100%;
}
.goodsspec_list_ th,
.goodsspec_list_ td{
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}
.goodsspec_list_ th{
	width: 47%;
  background: #f6f6f6;
}
/* ★ここから */
td.assessment_rank {
	vertical-align:middle;
}
/* ★ここまで */
/* 入荷案内申込関係 */
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 10px;
	vertical-align:middle;
}
div.cartbox_ .cartbox_ {
	margin: 15px 10px 0;
}
div.cartbox_ form {
	padding-bottom: 20px;
}
div.cartbox2_{
  padding: 21px 0 1px;
  margin: 20px 0 0 0;
  background: #f9f9f9;
}
div.cartbox2_ div.cartbox_ {
	margin: 0 10px 6px;
}
div.cartbox2_ #goods_spec {
	width: auto;
	padding: 0 0 1px 0;
}
div.cartbox2_ #goods_spec .goods_spec_table_ {
	width: 100%;
	display: table;
}
div.cartbox2_ #goods_spec figure.img_,
div.cartbox2_ #goods_spec div.desc_ {
	display: table-cell;
	vertical-align: top;
}
div.cartbox2_ #goods_spec figure.img_ {
	width: 100px;
  height: 100px;
  padding-top: 5px;
  padding-left: 10px;
}
div.cartbox2_ #goods_spec figure.img_ img {
	width: 100px;
	display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
div.cartbox2_ #goods_spec div.desc_ {
	padding: 0 10px;
}
div.cartbox2_ #goods_spec div.desc_ div.icon_ {
  overflow: hidden;
}
div.cartbox2_ #goods_spec div.desc_ div.icon_ img {
	width:23%;
  float: left;
  margin: 0 1.5% 1.5% 0;
}
div.cartbox2_ #goods_spec div.desc_ div.icon_ img:nth-of-type(4n){
  margin-right: 0;
}
div.cartbox2_ #goods_spec a div.name_ {
	text-decoration:underline;
}
div.cartbox2_ #goods_spec div.desc_ div.name_ {
  word-break: break-all;
  text-decoration: none;
}
div.cartbox2_ #goods_spec div.desc_ div.name_ .name1_ {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	line-height: 1.125;
	margin-bottom: 10px;
}
div.cartbox2_ #goods_spec div.desc_ div.name_ .name2_ {
	  color: #666;
	font-size: 13px;
	line-height: 1.61;
	margin-bottom: 3px;
}
div.cartbox2_ #goods_spec div.desc_ .price_box_ small {
	display: block;
}
div.cartbox2_ #goods_spec div.desc_ .price_box_{
  text-align: right;
  overflow: hidden;
  /*margin-top: 10px;*/
}
div.cartbox2_ #goods_spec div.price_area_ div.sale_icon_{
	width: 45px;
	height: 29px;
	float: left;
	text-align: center;
	color: #f00;
	background: #f3ce00;
	line-height: 1;
	font-size: 14px;
	font-weight: 800;
	padding: 6px 0 5px;
}
div.cartbox2_ #goods_spec div.price_area_ div.sale_icon_ span{
	display: block;
}
div.cartbox2_ #goods_spec div.desc_ .price_box_ p.small_ {
	display: block;
  font-size: 12px;
  color: #666;
}
div.cartbox2_ #goods_spec div.desc_ .price_box p.price_ {
	text-decoration:none;
}
div.cartbox2_ #goods_spec div.cartqty_ {
	margin-bottom: 21px;
}

div.cartbox_ .variationlist_ h2.ttl_color_,
div.cartbox_ .variationlist_ h2.ttl_size_ {
	padding:6px 10px;
	margin-bottom:10px;
	text-align:left;
  font-weight: normal;
  color: #666;
  background: #ddd;
}
div.cartbox_ .variationlist_ h2.ttl_color_ img,
div.cartbox_ .variationlist_ h2.ttl_size_ img {
	height:13px;
}
div.cartbox_ input.main_action_button_#cart_in {
	width:100%;
	padding:0;
	margin: 0;
	border-bottom: #e50000 4px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #f00));
	background: -webkit-linear-gradient(#f00, #f00);
	background: -moz-linear-gradient(#f00, #f00);
	background: -o-linear-gradient(#f00, #f00);
	background: -ms-linear-gradient(#f00, #f00);
	background: linear-gradient(#f00, #f00);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ input.sub_action_button_#cart_in {
    width: 100%;
    padding: 0;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #f00));
    background: -webkit-linear-gradient(#DCDCDC, #DCDCDC);
    background: -moz-linear-gradient(#DCDCDC, #DCDCDC);
    background: -o-linear-gradient(#fDCDCDC, #DCDCDC);
    background: -ms-linear-gradient(#DCDCDC, #DCDCDC);
    background: linear-gradient(#DCDCDC, #DCDCDC);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ p.guide_ {
	background: #FFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ p.message_ {
	padding-left: 5px;
}
div.cartbox_ p.message_ #variation_name1 {
	font-weight: bold;
}

div.cartbox_ p.message_ #variation_name2 {
	font-weight: bold;
}
div.cartbox_ div.colors_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	width: 46px;
	height: 46px;
	margin: 2px 2px 5px 2px;
	display: inline-block;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.colors_ div.color2_ {
	width: 18%;
	margin: 0 1% 2% 0;
	padding: 0.5% 0;
	display: inline-block;
	white-space: normal;
	overflow: hidden;
	text-align: left;
	background-position: center;
	vertical-align: top;
}
div.cartbox_ div.colors_ > div:nth-of-type(5n){
  margin-right: 0;
}
div.cartbox_ div.colors_ div.color_EnableStock_ > span{
  display: block;
  font-size: 10px;
  text-align: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ span.color_img_ {
	border:solid 2px #ddd;
	background-color:#FFF;
	cursor:pointer;
	position: relative;
}
div.cartbox_ div.colors_ div.color_DisableStock_ span.color_img_::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #cfcfcf;
	/*background-image: linear-gradient(to right top, transparent, transparent 49%, gray 48%, gray 52%, transparent 49%, transparent);*/
	opacity: 0.7;
}
div.cartbox_ div.colors_ div.color_DisableStock_ span.color_img_ {
	/*background-image: linear-gradient(to right top, transparent, transparent 48%, gray 48%, gray 52%, transparent 52%, transparent);*/
	position:relative;
	z-index: 1;
}
div.cartbox_ div.colors_ div.color_ArrivalStock_ span.color_img_ {
	background-color: pink;
	border:solid 2px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ span.color_img_ {
	border:solid 2px #f3ce00;
	background-color:#ffffff;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ span.color_img_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ div.color_EnableStock_ span.color_img_ img,
div.cartbox_ div.colors_ div.color_DisableStock_ span.color_img_ img,
div.cartbox_ div.colors_ div.color_ArrivalStock_ span.color_img_ img,
div.cartbox_ div.colors_ div.color_Selected_ span.color_img_ img,
div.cartbox_ div.colors_ div.color_DisableSelected_ span.color_img_ img {
    max-width: 100%;
    max-height: 100%;
	z-index: -1;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ p.message_ {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	width: 18%;
	margin: 0 1% 2% 0;
  padding: 0.5% 0;
	float:left;
	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;
  padding: 5px 0;
}
div.cartbox_ div.sizes_ div.size_ p {
	clear:both;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:solid 2px #d0d0d0;
	
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	/*background-image: linear-gradient(to right top, transparent, transparent 48%, gray 48%, gray 52%, transparent 52%, transparent);*/
	background-color: #cfcfcf;
	position:relative;
}

div.cartbox_ div.sizes_ div.size_ArrivalStock_ {
	background-color: pink;
	border:solid 2px #d0d0d0;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 2px #f3ce00;
	background-color:#ffffff;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:solid 2px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

/**/
/* セット内容一覧 */
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.goodsspec_data_ {
	border-top: #dddddd 1px solid;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
div.goodsspec_data_ .goods_page_link_ {
	display:none;
	margin: 0 0 15px;
}
div.goodsspec_data_ .goods_page_link_ ul {
	width: 100%;
	height: 34px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
div.goodsspec_data_ .goods_page_link_ ul li {
	height: 34px;
	padding: 0 5px;
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
div.goodsspec_data_ .goods_page_link_ ul li a {
	height: 34px;
	line-height: 34px;
	border: #dddddd 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);	
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	display: block;
}
div.goodsspec_data_ .page_desc_box_ {
	padding: 5px;
	margin-bottom: 10px;
	background: #e1e1e1;
}
div.goodsspec_data_ .page_desc_box_ h2 {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: #990000 5px solid;
	color: #000000;
}
div.goodsspec_data_ p.supple_txt_ {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
div.goodsspec_data_ .page_desc_box_ .btn_rt_ {
	margin: 10px 0;
	text-align: right;
}
div.goodsspec_data_ .page_desc_box_ .btn_rt_ a {
	width: 50%;
	height: 34px;
	line-height: 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	background: #eeeeee;
	-webkit-box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	text-align: center;
	display: inline-block;
}
div.goodsspec_data_ table {
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
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: 12px 10px 10px;
	overflow: hidden;
}
.option_buttons_ li {
	width: 48%;
	float: left;
}
.option_buttons_ li:nth-child(2){
	float: right;
}
.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom:15px;
}
.option_buttons_ li.btn_hikaku_ {
}
.option_buttons_ li.btn_hikaku_ a {
	width: 100%;
	padding: 0;
	margin: 0;
	background:#ededed;
	border-bottom:none;
	border: #dddddd 1px solid;
	border-bottom: #e5e5e5 4px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.option_buttons_ li.btn_hikaku_ a img {
	width: 100%;
	display: block;
}
.option_buttons_ input.sub_action_button_{
	width: 100%;
	padding: 0;
	margin: 0;
	background:#ffffff;
	border-bottom:none;
	border: #dddddd 1px solid;
	border-bottom: #e5e5e5 4px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
/*SNS*/
ul.sns_ {
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
ul.sns_ li{
	margin-right: 7px;
	height: 32px;
	line-height: 32px;
	display: block;
	float: left;
}
ul.sns_ li.contact_ {
	margin-right: 0;
	float: right;
}
ul.sns_ li.contact_ a {
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	font-size: 12px;
	vertical-align: top;
	background: url(../img/sys/contact.png) left center no-repeat;
	-webkit-background-size: auto 32px; 
	background-size: auto 32px; 
	display: block;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
}
div.icon_ span img {
	vertical-align: top;
}
ul.goods_p_ {
	/*border-top:#ddd 1px solid;*/
  padding-top: 10px;
}
ul.goods_p_ li {
}
ul.goods_p_ li:first-child {
}
ul.goods_p_ li a {
	padding: 10px 10px 10px 10px;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li div.cart_btn_ a {
	padding: 0;
	display: inline;
	background: none;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li figure.img_,
ul.goods_p_ li div.desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.goods_p_ li figure.img_ {
	width: 100px;
  height: 100px;
}
ul.goods_p_ li figure.img_ img {
	width: 100px;
	display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
ul.goods_p_ li div.desc_ {
	padding-left: 10px;
	width: calc(100vw - 130px);
}
ul.goods_p_ li div.desc_ div.icon_{
  overflow: hidden;
}
ul.goods_p_ li div.desc_ div.icon_ img {
	width:23%;
  float: left;
  margin: 0 1.5% 1.5% 0;
}
ul.goods_p_ li div.desc_ div.icon_ img:nth-of-type(4n){
  margin-right: 0;
}
ul.goods_p_ li a div.name_ {
	text-decoration:underline;
}
ul.goods_p_ li div.desc_ div.name_ {
  word-break: break-all;
  text-decoration: none;
}
ul.goods_p_ li div.desc_ div.name_ .name1_ {
		font-weight: bold;
  color: #000;
	font-size: 13px;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	  color: #666;
	font-size: 13px;
}
ul.goods_p_ li div.desc_ .price_box_ small {
	display: block;
}
ul.goods_p_ li div.desc_ .price_box_{
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
ul.goods_p_ li div.desc_ .price_box_ p.small_ {
	display: block;
  font-size: 12px;
  color: #666;
}
ul.goods_p_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}

ul.goods_p_ li a div.desc_ div.price_box_ .sps_point_ {
	color: #555555;
}

.goodsspec_ .sale_icon_,
ul.goods_p_ li div.desc_ .price_box_ .sale_icon_{
  width: 45px;
  height: 30px;
  float: left;
  text-align: center;
  color: #f00;
  background: #f3ce00;
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 0 5px;
}
.goodsspec_ .sale_icon_ span,
ul.goods_p_ li div.desc_ .price_box_ .sale_icon_ span{
  display:block;
}
ul.goods_p_ li div.desc_ .price_box_ .price_{
  float: right;
  text-align: right;
}

.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: auto; 
	text-align:center;
	background: #eee;
  margin: 0 20px 20px;
  border: 1px solid #aaa;
}
#goods_list_load_button span {
  display: block;
  text-indent: -999px;
  overflow: hidden;
	line-height: 50px;
  background: url(../img/sys/button/goods_list_load_button.png) center no-repeat;
  background-size: 197px 18px;
}
#goods_list_loading_button {
	display: none;
	width: 100%;
	text-align:center;
}

.list_point_ {
  font-size :14px;
  font-weight:normal;
}

/* --------------------------------------------------------------------
	商品一覧 詳細表示
-------------------------------------------------------------------- */
ul.goods_d_ {
	border-top: #dddddd 1px solid;
}
ul.goods_d_ li {
	padding: 10px;
	border-bottom: #dddddd 1px solid;
	box-sizing: border-box;
	overflow: hidden;
}
ul.goods_d_ li div.img_ {
	width: 35%;
	float: left;
}
ul.goods_d_ li div.img_ .main_image_ {
	margin-bottom: 5px;
}
ul.goods_d_ li .model_y_ span,
ul.goods_d_ li .state_ span {
	font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}
ul.goods_d_ li div.img_ .state_ {
	width: 50%;
	text-align: center;
	font-size: 14px;
	float: left;
}
ul.goods_d_ li div.img_ .state_ .state_box_ {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
ul.goods_d_ li div.img_ .model_y_ {
	width: 50%;
	text-align: center;
	font-size: 14px;
	float: right;
}
ul.goods_d_ li div.img_ .model_c_ {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
    background: #eee;
}
ul.goods_d_ li div.desc_ {
	width: 60%;
	float: right;
}
ul.goods_d_ li div.name_ {
	text-align: left;
}
ul.goods_d_ li div.name_ a {
	word-break: break-all;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
ul.goods_d_ li div.category_name_ {
	margin-bottom: 8px;
	font-size: 11px;
}
ul.goods_d_ li div.spec_ {
	padding: 8px 0;
	border-top: #cccccc 1px dotted;
}
ul.goods_d_ li div.spec_ dl {
	overflow: hidden;
}
ul.goods_d_ li div.spec_ dl dt {
	width: 48%;
	font-weight: bold;
	float: left;
	clear: left;
}
ul.goods_d_ li div.spec_ dl dd {
	width: 52%;
	float: left;
}
ul.goods_d_ li div.plu_code_ {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom: none;
	font-size: 12px;
	color: #666666;
}
ul.goods_d_ li div.plu_code_ p {
	text-align: left;
	font-size: 12px;
	color: #666666;
}
ul.goods_d_ li div.pricebox_ {
	text-align: right;
	clear: both;
}
ul.goods_d_ li div.price_detail_ {
	margin: 5px 0 10px;
	padding: 0;
}
ul.goods_d_ li span.price_ {
	margin: 0 0 10px 0;
	text-align:right;
	font-size: 16px;
	color: #f00;
}
ul.goods_d_ li div.pricebox_ span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

ul.goods_d_ li div.pricebox_ span.point_ {
	padding: 0 5px 0 0;
	font-weight: bold;
}

ul.goods_d_ li div.pricebox_ span.list_point_d {
	font-size: 14px;
	color: #f00;
}

ul.goods_d_ li div.pricebox_ span.price_ {
	padding: 0 0 0 3px;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
ul.goods_d_ li .details_btn_ {
	padding: 10px 0;
	overflow: hidden;
}
ul.goods_d_ li .details_btn_ p.cart_ {
	width: 41%;
	margin: 0 2% 0 0;
	float: left;
}
ul.goods_d_ li .details_btn_ p.cart_ a {
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.goods_d_ li .details_btn_ p.hikaku_ {
	width: 41%;
	margin: 0 3% 0 0;
	float: left;
}
ul.goods_d_ li .details_btn_ p.hikaku_ a {
	border: #eeeeee 1px solid;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #eeeeee;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.goods_d_ li .details_btn_ p.bookmark_ {
	width: 13%;
	float: left;
}
ul.goods_d_ li .details_btn_ p.bookmark_ a {
	border: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 4px solid;
  outline: none;
	display: block;
	text-align: center;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* --------------------------------------------------------------------
	商品一覧 サムネイル
-------------------------------------------------------------------- */
ul.goods_t_ {
	border-bottom: #dddddd 1px solid;
	overflow: hidden;
}
ul.goods_t_ li {
	width: 50%;
	padding: 10px;
	border-top: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	float: left;
	box-sizing: border-box;
}
ul.goods_t_ li:nth-child(2n) {
	width: 50%;
	border-right: #ffffff 1px solid;
	float: right;
	vertical-align: top;
}
ul.goods_t_ li:nth-child(2n+1) {
	clear: both;
}
ul.goods_t_ li div.icon_ {
	margin:0 0 5px 0;
	text-align:left;
}
ul.goods_t_ li div.icon_ img:nth-of-type(3n){
  margin-right: 0;
}
ul.goods_t_ li div.img_ {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
ul.goods_t_ li div.desc_ {
  padding-top: 10px;
}
ul.goods_t_ li div.name_ {
	text-align:left;
	margin: 0 0 8px 0;
}
ul.goods_t_ li div.name_ a {
	word-break: break-all;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
ul.goods_t_ li div.price_detail_ {
	margin: 5px 0 10px;
	padding: 0;
	text-align: right;
}
ul.goods_t_ li div.price_detail_ span.point_ {
	font-size: 14px;
	color: #f00;
}

ul.goods_t_ li span.price_ {
	margin: 0 0 10px 0;
	text-align:right;
	font-size: 16px;
	color: #f00;
}
ul.goods_t_ li span.price_ br {
	display: none;
}
ul.goods_t_ li span.price_ span {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
ul.goods_t_ li span.price_ .small_ {
	padding: 0 0 0 3px;
	font-size: 10px;
	font-weight: normal;
}
ul.goods_t_ li span.price_ .small_.txt_linethrough_ {
	color: #666;
	display: block;
}
ul.goods_t_ li .model_y_ span,
ul.goods_t_ li .state_ span {
	font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}
ul.goods_t_ li .goods_data_ .state_ {
	font-size: 16px;
	margin-right: 4px;
	float: left;
}
ul.goods_t_ li .goods_data_ .model_y_ {
	font-size: 12px;
	float: right;
}
ul.goods_t_ li .goods_data_ .model_c_ {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
    background: #eee;
}
ul.goods_t_ li .goods_data_ .state_box_ {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
ul.goods_t_ li .goods_data_:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
ul.goods_t_ li .details_btn_ {
	overflow: hidden;
}
ul.goods_t_ li .details_btn_ p.cart_ {
	margin-bottom: 7px;
}
ul.goods_t_ li .details_btn_ p.cart_ a {
	padding: 4px 0;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.goods_t_ li .details_btn_ p.detail_order_ {
	width: 73%;
	float: left;
}
ul.goods_t_ li .details_btn_ p.detail_order_ a {
	border: #ff0000 1px solid;
	border-bottom: #e50000 4px solid;
	display: block;
	text-align: center;
	background: #ff0000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.goods_t_ li .details_btn_ p.bookmark_ {
	width: 22%;
	float: right;
}
ul.goods_t_ li .details_btn_ p.bookmark_ a {
	border: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */

ul.goods_r_ {
	/*padding:0 5px;*/
	padding: 0 10px;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
ul.goods_r_ li {
	width:48%;
	/*display: inline-block;*/
	float: left;
	vertical-align: top;
	/*margin-left: 1%;*/
}
ul.goods_r_ li:nth-child(2n) {
	width:48%;
	float: right;
	/*display: inline-block;*/
	vertical-align: top;
	/*margin-left: 1%;*/
}
ul.goods_r_ li .cart_btn_ .main_action_button_{
  overflow: hidden;
  text-indent: -999px;
  font-size: 14px;
  background: #f00 url(../img/sys/button/btn_cart_ll_sp.png) center no-repeat;
  background-size: auto 38px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 38px;
}
ul.goods_r_ li .cart_btn_ a{
  padding: 0;
}
ul.goods_r_ li a {
	padding: 20px 0 10px;
	text-decoration:none;
	display: block;
}
ul.goods_r_ li div.nolink_ {
	padding: 10px 0;
	display: block;
}
ul.goods_r_ li .detail_btn_{
  background: #333;
  border-radius: 2px;
}
ul.goods_r_ li .detail_btn_ a{
  padding: 0;
  text-align: center;
}
ul.goods_r_ li .detail_btn_ a img{
  vertical-align: middle;
  height: 38px;
}
ul.goods_r_ li .rank_icon_{
  width: 5em;
  margin: 0 auto 5px;
  text-align: center;
  padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/usr/sb/common/rank00.png) 0 top no-repeat;
	background-size: 21px 18px;
}
ul.goods_r_ li.rank1_ .rank_icon_{
	background: url(../img/usr/sb/common/rank01.png) 0 top no-repeat;
	background-size: 21px 18px;
}
ul.goods_r_ li.rank2_ .rank_icon_{
	background: url(../img/usr/sb/common/rank02.png)0 top no-repeat;
	background-size: 21px 18px;
}
ul.goods_r_ li.rank3_ .rank_icon_{
	background: url(../img/usr/sb/common/rank03.png) 0 top no-repeat;
	background-size: 21px 18px;
}
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_ {
  overflow: hidden;
  margin-bottom: 6px;
}
ul.goods_r_ li div.desc_ div.icon_ img {
	width:32%;
  float: left;
  margin: 0 2% 2% 0;
}
ul.goods_r_ li div.desc_ div.icon_ img:nth-of-type(3n){
  margin-right: 0;
}
ul.goods_r_ li a div.desc_ div.name_ {
	margin:0 0 18px;
  text-decoration: none;
  word-break: break-all;
}
ul.goods_r_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
  color: #000;
	font-size: 13px;
}
ul.goods_r_ li div.desc_ div.name_ .name2_ {
  color: #666;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 5px;
}
ul.goods_r_ li div.desc_ .price_box_{
  //text-align: center;
  text-align: right;
}
ul.goods_r_ li div.desc_ .sps_point_{
  text-align: right;
}
ul.goods_r_ li div.desc_ .sale_icon_{
  text-align: left;
}

ul.goods_r_ li div.desc_ .price_box_ p.small_ {
	display: block;
  font-size: 12px;
  color: #666;
}
ul.goods_r_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}
ul.goods_r_ li a div.desc_ .sale_icon_{
  width: 120px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  background: #f3ce00;
  color: #f00;
  font-weight: 800;
  line-height: 25px;
  margin-top: 2px;
}

/*スライダー設定（イベント）*/
.event_slider_{
  background: #f6f6f6;
  padding: 19px 0 25px;
}
.event_slider_ .bx-wrapper{
}
/*スライダー設定（イベント：総合トップ）*/
#top .event_{
  margin-bottom: 0;
}
#top .event_slider_{
  background: #fff;
  padding: 0 0 30px;
}

#top_slider{
  visibility: hidden;
}
#top_slider li,
#block_of_history ul.goods_h_,
.event_slider_ ul.goods_r_{
  border: none;
}
#block_of_history ul.goods_h_ li,
.event_slider_ ul.goods_r_ li {
	width:140px;
  margin: 0;
}
#top_slider li:first-child,
#block_of_history ul.goods_h_ li:first-child,
.event_slider_ ul.goods_r_ li:first-child{
  padding-left: 10px;
  width: 140px !important;
}
#top_slider li:last-child,
#block_of_history ul.goods_h_ li:last-child,
.event_slider_ ul.goods_r_ li:last-child{
  padding-right: 10px;
  width: 140px !important;
}
.event_slider_ ul.goods_r_ li:nth-child(2n) {
	width:140px;
}

.bx-pager{
  text-align: center;
  margin-top: 10px;
}
.bx-pager-item{
  display: inline-block;
}
.bx-pager-item a{
  display: block;
  width: 10px;
  height: 10px;
  background: #666;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  text-indent: 100%;
  margin: 0 8px;
}
.bx-pager-item a.active{
  background: #fff;
  border: 1px solid #666;
}
.more_btn_{
  width: 235px;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  background: url(../img/usr/sb/common/arrow_more.png) 95% center no-repeat;
  background-size: 6px 12px;
  text-align: center;
}
.more_btn_ a{
  display: block;
  line-height: 45px;
  text-decoration: none;
}
/*総合トップ用*/
#top .more_btn_{
  margin-top: 20px;
  width: 85%;
}
/*見出し設定*/
.ranking_title_ a{
  background: url(../img/usr/sb/common/ranking_ttl.png) 16px center no-repeat;
  background-size: 27px 22px;
  padding-left: 50px;
  text-decoration: none;
  font-size: 17px;
  color: #000;
  padding-top: 5px;
}

/* --------------------------------------------------------------------
	商品一覧 閲覧履歴
-------------------------------------------------------------------- */
#block_of_history {
	margin-bottom:20px;
}
.ttl_history_ {
  background: url(../img/usr/sb/common/history_ttl.png) 16px center no-repeat;
  background-size: 26px 23px;
  padding-left: 50px;
  text-decoration: none;
  font-size: 17px;
  color: #000; 
}

#block_of_history{
  background: #f6f6f6;
  padding: 19px 0 0;
  border-top: 20px solid #fff;
}
ul.goods_h_ {
	padding:10px 5px;
	border-top: 1px solid #CCC;
	overflow:hidden;
}
ul.goods_h_ li {
	width:25%;
	text-align:center;
	float:left;
	padding-bottom:10px;
}
ul.goods_h_ li a{
  text-decoration: none;
  padding: 10px 5px;
  display: block;
}
ul.goods_h_ li figure.img_ {
	margin:0 5px 10px;
	border:1px solid #CCC;
}
ul.goods_h_ li a div.desc_ div.name_ {
	margin:0 0 10px;
  text-decoration: none;
  word-break: break-all;
  text-align: left;
}
ul.goods_h_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
  color: #000;
	font-size: 13px;
}
ul.goods_h_ li div.desc_ div.name_ .name2_ {
  color: #666;
	font-size: 13px;
}
ul.goods_h_ li div.desc_ .price_box_{
  text-align: center;
}
ul.goods_h_ li div.desc_ .price_box_ p.small_ {
	display: block;
  font-size: 12px;
  color: #666;
}
ul.goods_h_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}
ul.goods_h_ li a div.desc_ .sale_icon_{
  width: 120px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  background: #f3ce00;
  color: #f00;
  font-weight: 800;
  line-height: 25px;
}
/* --------------------------------------------------------------------
	商品一覧 関連商品
-------------------------------------------------------------------- */
.accessory_list_{
  padding: 20px 0 10px;
  margin-bottom: 20px;
  background: #f6f6f6;
}
.accessory_list_ h2{
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding-left: 55px;
  background: url(../img/usr/sb/category/similar_products_ttl.png) 15px center no-repeat;
  background-size: 25px 20px;
}
.accessory_list_ ul.goods_r_{
  border-top: none;
}
/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin:10px;
	border:1px solid #CCC;
}
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;
}
/**/

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/*トップ*/
#top_banner{
  margin: 10px 0;
  text-align: center;
}
#category_list {
  margin-bottom: 25px;
}
#maker_list{
  margin-bottom: 20px;
}
#category_list .cat_mak_link_list_,
#maker_list .cat_mak_link_list_{
  overflow: hidden;
  /*border-top: 1px solid #eee;*/
}
#category_list .cat_mak_link_list_:first-child,
#maker_list .cat_mak_link_list_:first-child {
  border-top: 1px solid #eee;
}
#category_list .cat_mak_link_list_:last-of-type,
#maker_list .cat_mak_link_list_:last-of-type {
  /*border-bottom: 1px solid #eee;*/
}
#category_list .cat_mak_link_list_ li,
#maker_list .cat_mak_link_list_ li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#category_list .cat_mak_link_list_ li:nth-of-type(5),
#maker_list .cat_mak_link_list_ li:nth-of-type(5) {
  border-right: none;
}
#category_list .cat_mak_link_list_ li a,
#maker_list .cat_mak_link_list_ li a {
  display: block;
  text-decoration: none;
}
#category_list .cat_mak_link_list_ li a > img,
#maker_list .cat_mak_link_list_ li a > img {
  width: auto;
  height: 85px;
}
#category_list .cat_mak_link_list_ li a span,
#maker_list .cat_mak_link_list_ li a span {
  display:block;
  /*font-size: 10%;*/
  font-size: 10px;
  margin-bottom: 10px;
}
#category_list .cat_mak_link_list_ li a span img,
#maker_list .cat_mak_link_list_ li a span img {
  width: 10px;
  vertical-align: top;
  padding-left:5px;
}
.sub_genre_ #maker_list .cat_mak_link_list_{
	overflow: hidden;
	margin-bottom: 20px;
}
.sub_genre_ #maker_list .cat_mak_link_list_ li {
	width: 33.3%;
	float: left;
	display: table-cell;
	background: url(../img/usr/sb/category/arrow_catelist.png) 10px center no-repeat;
	background-size: 5px 9px;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background-color: #ffffff;
	min-height: inherit;
}
.sub_genre_ #maker_list .cat_mak_link_list_ li a > img{
  width: auto;
  height: 85px;
}
.sub_genre_ #maker_list .cat_mak_link_list_ li span{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.33;
	text-decoration: none;
	text-align: left;
}
.sub_genre_ #maker_list .cat_mak_link_list_ li a span img{
  width: 10px;
  vertical-align: top;
  padding-left:5px;
}
div.sub_genre_ #maker_list .cat_mak_link_list_ li:nth-of-type(3n) {
    border-right: none;
}
/*トップ フリースペース*/
/*メインビジュアル バナーリスト（タイトル赤）*/
.banner_list_ h2{
  width: auto;
  height: 40px;
  padding-left: 45px;
  line-height: 40px;
  font-size: 24px;
  color: #f9f82c;
  background: #f00 url(../img/usr/sb/category/sale_banner_list_ttl.png) no-repeat;
  background-size: 375px 40px;
  text-align: left;
}
/*メインビジュアル バナーリスト（タイトル青）*/
.banner_list_ h2#blue_{
  width: auto;
  height: 40px;
  padding-left: 45px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: #004F88 url(../img/usr/sb/category/sale_banner_list_ttl2.png) no-repeat;
  background-size: 375px 40px;
  text-align: left;
}
/*メインビジュアル バナーリスト（タイトル黒）*/
.banner_list_ h2#black_{
  width: auto;
  height: 40px;
  padding-left: 45px;
  line-height: 40px;
  font-size: 24px;
  color: #f00;
  background: #000 url(../img/usr/sb/category/sale_banner_list_ttl3.png) no-repeat;
  background-size: 375px 40px;
  text-align: left;
}
/*メインビジュアル バナーリスト（タイトル黄）*/
.banner_list_ h2#yellow_{
  width: auto;
  height: 40px;
  padding-left: 45px;
  line-height: 40px;
  font-size: 24px;
  color: #000;
  background: #FEE451 url(../img/usr/sb/category/sale_banner_list_ttl4.png) no-repeat;
  background-size: 375px 40px;
  text-align: left;
}
.banner_list_ ul{
  padding: 10px 2%;
  overflow: hidden;
}
.banner_list_ ul li{
  width: 49%;
  margin: 0 2% 2% 0;
  float: left;
}
.banner_list_ ul li:nth-of-type(2n){
  margin: 0 0 2% 0;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background: #fff;
}
nav.CategoryStyleG_ ul.layer1_ {
	background: #fff;
}
nav.CategoryStyleG_ ul.layer2_ {
	background: #fff;
}
nav.CategoryStyleG_ ul.layer3_ {
	background: #fff;
}
nav.CategoryStyleG_ ul {
	overflow:hidden;
}
nav.CategoryStyleG_ ul li {
	width:100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	word-break:break-all;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul.layer0_ li {
	min-height:40px;
	background-color: #eee;
	position:relative;
}
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	min-height:40px;
	border-top: 1px solid #e5e5e5;
	border-bottom:none;
	background-color: transparent;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding:10px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a.haveimg_,
nav.CategoryStyleG_ ul li span.haveimg_ {
	padding:1px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a .name_{
	text-decoration: underline;
}
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_ {
	max-width: 35px;
	max-height: 35px;
	padding:2px 10px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.CategoryStyleG_ ul li p.img_ img {
	max-width: 35px;
	max-height: 35px;
}
nav.CategoryStyleG_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/sb/common/minus.png) right top no-repeat;
  background-size: 40px 40px;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/sb/common/plus.png) right top no-repeat;
  background-size: 40px 40px;
}
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;
}
ul.CategoryStyleL_{
  overflow: hidden;
  margin-bottom: 20px;
}
ul.CategoryStyleL_ li{
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
ul.CategoryStyleL_ li:nth-of-type(3n){
  border-right: none;
}
ul.CategoryStyleL_ li a{
  display: block;
  background: url(../img/usr/sb/category/arrow_catelist.png) 10px center no-repeat;
  background-size: 5px 9px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
ul.CategoryStyleL_ li a span{
  display: table-cell;
  vertical-align: middle;
}
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_category_ {
}
div.sub_category_ ul.layer0_ {
  overflow: hidden;
  margin-bottom: 20px;
}
div.sub_category_ ul.layer0_ li {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background-color: #ffffff;
  min-height: inherit;
  display: table;
}
div.sub_category_ ul.layer0_ li:nth-of-type(3n){
  border-right: none;
}
div.sub_category_ ul.layer0_ li a {
	display: table-cell;
	background: url(../img/usr/sb/category/arrow_catelist.png) 10px center no-repeat;
	background-size: 5px 9px;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
}
div.sub_category_ ul.layer0_ li a p.name_ {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.33;
  text-decoration: none;
}
div.sub_category_ ul.layer0_ li a p.comment_ {
	display: none;
}
/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
/* ジャンル一覧 */
nav.GenreStyle_ {
	border-top: 1px solid #e5e5e5;
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #fff;
}
nav.GenreStyle_ ul.layer1_ {
	background: #fff;
}
nav.GenreStyle_ ul.layer2_ {
	background: #fff;
}
nav.GenreStyle_ ul.layer3_ {
	background: #fff;
}
nav.GenreStyle_ ul {
	overflow:hidden;
}
nav.GenreStyle_ ul li {
	width:100%;
	border-bottom: 1px solid #e5e5e5;
	word-break:break-all;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul.layer0_ li {
	min-height:40px;
	background-color: #eee;
	position:relative;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	min-height:40px;
	border-top: 1px solid #e5e5e5;
	border-bottom:none;
	background-color: transparent;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding:10px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a.haveimg_,
nav.GenreStyle_ ul li span.haveimg_ {
	padding:1px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: underline;
}
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/sb/common/minus.png) right top no-repeat;
  background-size: 40px 40px;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/sb/common/plus.png) right top no-repeat;
  background-size: 40px 40px;
}
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_ {
  margin-bottom: 10px;
}
nav.FilterStyle_ ul.layer0_ {
	padding-left: 0;
	background: #fff;
  border-bottom: 1px solid #666;
}
nav.FilterStyle_ ul li {
	border-top: 1px solid #666;
	width: 100%;
	word-break:break-all;
}
nav.FilterStyle_ ul.layer0_ li {
	background-color: #eee;
}
nav.FilterStyle_ ul.layer_ li.nochild_{
	background: #fff;
}
nav.FilterStyle_ ul li p.parent_,
nav.FilterStyle_ ul li span {
	display: block;
}
nav.FilterStyle_ ul li span {
	padding: 15px 10px;
	text-decoration: none;
  background: url(../img/usr/sb/common/plus.png) 98% center no-repeat;
  background-size: 40px 40px;
  border-top: 1px solid #fff;
}
nav.FilterStyle_ ul li span.img_hidden_{
  background: url(../img/usr/sb/common/minus.png) 98% center no-repeat;
  background-size: 40px 40px;
}
nav.FilterStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ {
	padding: 15px 10px;
  border-bottom: 1px solid #666;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ img{
  vertical-align: middle;
  margin-bottom: 4px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_:last-of-type{
  border-bottom: none;
}
/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント一覧 */
div.event_ {
	margin-bottom: 20px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	margin:10px 0 0 0;
	padding: 6px 10px 4px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background: #3fbf0d;
	clear: both;
}
div.event_ h2.event_title_ a {
	display: block;
	text-decoration: none;
	color:#fff;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}


/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
h2.userreview_{
  padding: 10px 0 9px 50px;
  font-size: 17px;
  font-weight: bold;
  background: url(../img/usr/sb/user_review/userreview_ttl.png) 10px 10px no-repeat;
  background-size: 31px 27px;
  border-top: 2px solid #ddd;
}
h2#ttl_userreview {
	margin-bottom:0;
}
div.review_info_ {
	padding:9px 10px 20px;
}
div.review_count_summary_ {
	margin-bottom: 21px;
  text-align: center;
}
div.review_count_summary_ span.review_score_ {

}
div.review_count_summary_ span.review_score_ img{
  width: 138px;
}
div.review_count_summary_ span.review_count_ {
}
div.review_desc_ p{
  font-size: 12px;
  text-align: center;
  margin-bottom: 22px;
}
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: 10px 0;
	clear: both;
	padding: 5px 0;
}

/**/
/* レビュー ページ切換 */
div#page_changer_top {
  text-align: center;
}
div#page_changer_top  .pager_ref_,
div#page_changer_top  .pager_now_ {
	white-space: nowrap;
	min-width: 24px;
	margin: 0 1px 1px;
	text-align:center;
	font-size: 12px;
	color:#333;
}
div#page_changer_top a{
  text-decoration: none;
}
div#page_changer_top .pager_ref_ {
	white-space: nowrap;
	padding: 4px 1px;
	display: inline-block;
	border:#ddd 1px solid;
	background-color: #ddd;
	text-decoration:none;
}
div#page_changer_top .pager_now_ {
	padding: 4px 1px;
	display: inline-block;
	font-weight:bold;
	text-decoration:none;
	background:#f3ce00;
	border:#f3ce00 1px solid;
}


div#page_changer_top .pager_ref_ {
}

/**/
/* レビュー記事 */
#userreview_area{
  padding: 5px 35px;
  margin-bottom: 10px;
  background: #ddd;
}
#userreview_frame{
  height: 320px;
  overflow: auto;
  background: #fff;
}
#userreview_frame::-webkit-scrollbar{
  width: 5px;
}
#userreview_frame::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 2px;
}
.review_line_ {
	padding: 10px;
	border-bottom:1px dotted #a3a3a3;
}
.review_line_:first-child {
	border-top:1px dotted #a3a3a3;
	margin-top: 20px;
}
.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_ .review_line_name_,
div.review_line_summary_ .review_line_score_{
  display: table-cell;
}
div.review_line_summary_ .review_line_name_{
  padding-left: 10px;
}
div.review_line_summary_ .review_line_score_{
  width: 37%;
}
div.review_line_summary_ .review_line_score_ img {
  width: 100%;
	position:relative;
	top:-5px;
}
div.review_line_summary_ dl.review_line_score_ dt {
	font-weight:normal;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.truncate_more_link{
  background: url(../img/usr/sb/user_review/content_more.png) right center no-repeat;
  background-size: 12px 6px;
  padding-right: 15px;
}
.truncate_more_link.close_{
  background: url(../img/usr/sb/user_review/content_close.png) right center no-repeat;
  background-size: 12px 6px;
}
.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;
  text-align: center;
}
#review_form .main_action_button_{
  background: #333 url(../img/usr/sb/user_review/review_btn.png) 95% center no-repeat;
  background-size: 19px;
  width: 70%;
}
#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;
}
div.review_ .common_headline1_{
  margin-bottom: 10px;
}
div.review_ #userreview_frame{
  height: auto;
  overflow: visible;
}
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_ .common_headline1_{
  margin-bottom: 10px;
}
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;
}
/* --------------------------------------------------------------------
	マイページ　入荷案内申し込み商品
-------------------------------------------------------------------- */
.backorder_frame_{
	padding: 0 10px;
}
.backorder_frame_ li.backorder_item_{
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	display: table;
	border-bottom: 1px dotted #CCC;
}
.backorder_frame_ li.backorder_item_ div.img_{
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
.backorder_frame_ li.backorder_item_ div.img_ img{
	width: 100px;
}
.backorder_frame_ li.backorder_item_ div.desc_{
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
.backorder_frame_ li.backorder_item_ div.name_{
	display: inline;
}
.backorder_frame_ li.backorder_item_ div.spec_{
	margin-bottom: 10px;
}
.backorder_frame_ li.backorder_item_ .comment_{
	margin-bottom: 10px;
	width: 100%;
}

/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
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;
}

/* --------------------------------------------------------------------
	店舗一覧
-------------------------------------------------------------------- */
p.pagecomment_ {
	margin: 10px;
	font-size: 12px;
}
#shoplist {
}
#shoplist .shopdata_ {
	padding: 15px 10px;
	border-bottom: #dddddd 1px solid;
}
#shoplist .shopdata_ .inner_ {
	margin-bottom: 10px;
}
#shoplist .shopdata_.haveimg_ .inner_ {
	width: 100%;
	display: table;
}
#shoplist .shopdata_.haveimg_ .desc_ {
	display: table-cell;
	vertical-align: top;
}
#shoplist .shopdata_.haveimg_ .image_ {
	width: 100px;
	padding-left: 10px;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
}
#shoplist .shopdata_.haveimg_ .image_ img {
	max-width: 90px;
}
#shoplist .shopdata_ .desc_ h2 {
	padding: 5px 0 10px;
	margin-bottom: 10px;
	border-bottom: #cccccc 1px dotted;
}
#shopdetail .icon_{
  margin-bottom: 5px;  
}
#shoplist .shopdata_ .desc_ .icon_{
  margin-bottom: 12px;
}
#shopdetail .icon_ li,
#shoplist .shopdata_ .desc_ .icon_ li{
	display: inline-block;
  margin-right: 3px;
	padding: 4px 6px;
	border-radius: 20px;
	border: solid 1px #006cb8;
  color: #006cb8;
  line-height: 1;
  font-size: 10px;
}
#shopdetail .icon_ li{
  font-size: 12px;
}
#shopdetail .shop_info_list_{
  margin-bottom: 10px;
}
#shopdetail .shop_info_list_ li{
  display: inline;
  font-size: 10px;
  color: #999;
}
#shopdetail .shop_info_list_ li:after{
  content: ' / ';
}
#shopdetail .shop_info_list_ li:last-child:after{
  display: none;
}
#shoplist .shopdata_ .desc_ p {
	font-size: 12px;
}
#shoplist .shopdata_ .desc_ p.tel_ {
	margin-bottom: 10px;
}
#shopdetail .shop_sns_ ul.sns_,
#shoplist .shopdata_ ul.sns_ {
	padding: 0;
	margin: 0 0 10px 0;
  overflow: hidden;
}
#shopdetail .shop_sns_ ul.sns_ li,
#shoplist .shopdata_ ul.sns_ li {
	margin-bottom: 10px;
  margin-right: 2%;
	font-size: 13px;
  float: left;
  height: 41px;
  width: 49%;
}
#shopdetail .shop_sns_ ul.sns_ li{
  margin-top: 10px;
}
#shoplist .shopdata_ ul.sns_ li:last-child {
	/*margin-bottom: 0;*/
  margin-right: 0;
}
#shopdetail .shop_sns_ ul.sns_ li:nth-of-type(2n){
  margin-right: 0;
}
#shopdetail .shop_sns_ ul.sns_ li a,
#shoplist .shopdata_ ul.sns_ li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
	text-decoration: none;
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 rgba(0,0,0,0.1);
}

#shopdetail .shop_sns_ ul.sns_ li.facebook_ a,
#shoplist .shopdata_ ul.sns_ li.facebook_ a {
	padding-left: 55px;
	background: #fff url(../img/usr/shop/ico_facebook_sp.png) 5px center no-repeat;
	-webkit-background-size: auto 80%;
	background-size: auto 80%;
}
#shopdetail .shop_sns_ ul.sns_ li.blog_ a,
#shoplist .shopdata_ ul.sns_ li.blog_ a {
	padding-left: 55px;
	background: url(../img/usr/shop/ico_blog_sp.png) 5px center no-repeat;
	-webkit-background-size: auto 80%;
	background-size: auto 80%;
}
#shopdetail .shop_sns_  ul.sns_ li.line_ a {
	padding-left: 55px;
	background: url(../img/usr/shop/ico_line.png) 5px center no-repeat;
	-webkit-background-size: auto 80%;
	background-size: auto 80%;
}
#shopdetail .shop_sns_ .ichiran_,
#shoplist .ichiran_ {
  width: 49%;
  height: 47px;
}
#shopdetail .shop_sns_ ul.sns_ .ichiran_ a,
#shoplist .ichiran_ a{
  display: block;
  height: 45px;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  font-size: 14px;
  color: #000;
	text-decoration: none;
  background: #f3ce00;
  border: solid 1px #f3ce00;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 rgba(218,185,0,1);
}
#shopdetail .btn_list_ .ichiran_ a{
  width: 206px;
}

/* --------------------------------------------------------------------
	店舗詳細
-------------------------------------------------------------------- */
#shopdetail {
	padding: 10px;
}
#shopdetail .shop_image_ {
	border: #cccccc 1px solid;
	margin-bottom: 20px;
	text-align: center;
}
#shopdetail .shop_info_ {
	margin-bottom: 20px;
	text-align: center;
}
#shopdetail .shop_info_ table {
	width: 100%;
	border: #cccccc 1px solid;
	border-collapse: collapse;
}
#shopdetail .shop_info_ table th {
	width: 30%;
	padding: 5px 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	background: #f6f6f6;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}
#shopdetail .shop_info_ table td {
	padding: 5px 10px;
	border: #cccccc 1px solid;
	border-collapse: collapse;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
}
#shopdetail .shop_items_ {
	margin-bottom: 20px;
	text-align: center;
}
#shopdetail .shop_items_ p a {
	height: 40px;
	border-bottom: #dab900 4px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	display: block;
	background: #f3ce00;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#shopdetail .shop_comment_ {
	padding: 15px;
	margin-bottom: 20px;
	background: #FAF0E6;
}
#shopdetail .shop_comment_ h2 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#shopdetail .shop_comment_ p {
	font-size: 16px;
}
#shopdetail_map {
	width: 100%;
	margin-bottom: 30px;
}
#shopdetail_map iframe {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	比較リスト
------------------------------------------------------------*/
.hikaku_tbl_area_{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
table.hikaku_tbl_ {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing:0;
	display: block;
	position: relative;
}
table.hikaku_tbl_.tbl_body_{
  margin-left: 122px;
}
table.hikaku_tbl_ a {
	text-decoration: underline;
}	
table.hikaku_tbl_ td {
	margin: 0;
	border-top: solid 1px #ccc;	
	border-left: solid 1px #ccc;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;
}
table.hikaku_tbl_.tbl_head_ td {
	padding: 5px 10px;
	font-size: 12px;
  font-weight: bold;
	background: #f6f6f6;
  border-left: solid 1px #ccc;
}	
table.hikaku_tbl_ td {
	max-width: 90px;
	padding: 5px 8px 5px 8px;
	border-left: none;
	text-align: center;
    white-space: initial;	
	font-size: 12px;
}
table.hikaku_tbl_ thead {
	display: block;
}
table.hikaku_tbl_ tbody {
	display: block;
	position: relative;
	width: auto;
	white-space: nowrap;
	float: left;
}
table.hikaku_tbl_ tbody td .img_  { margin-bottom: 0;}	
table.hikaku_tbl_ tbody td .btn_  { margin-bottom: 8px;}	
table.hikaku_tbl_ tbody td .price_{
	font-size: 16px;
	color: #000;
}	
table.hikaku_tbl_ tbody td .list_del_{
	font-size: 11px;
	color: #666;
	padding-left: 12px;
	background: url(../img/usr/close.png) no-repeat left center;
	-webkit-background-size: 6px 6px;
	background-size: 6px 6px;
}
table.hikaku_tbl_.tbl_head_ td:not(:last-child) {border-bottom: none;}
table.hikaku_tbl_.tbl_head_ td[rowspan="6"]{
  width: 1em;
  padding: 5px 8px;
}
table.hikaku_tbl_ td:not(:last-child) {border-bottom: none;}

table.hikaku_tbl_ .state_box_ {
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	margin: 0 auto;
}
table.hikaku_tbl_ .state_box_.state_a{background: #ff8e00;}
table.hikaku_tbl_ .state_box_.state_n{background: #ff3200;}
table.hikaku_tbl_ .state_box_.state_b{background: #a8b900;}
table.hikaku_tbl_ .state_box_.state_c{background: #4ec972;}

body.fixed_{
  position: fixed;
  width: 100%;
}
#productlist_maker_choice,
#productlist_brand_choice,
#productlist_model_choice,
#tmp_productlist_brand_choice,
#tmp_productlist_model_choice,
#hikaku_search_form_wrap{
  position: relative;
  padding-top: 45px;
  height: 100%;
}
h2.popup_form_ttl_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
	padding: 10px 0;
	border-bottom: #d5d5d5 1px solid;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #e0e0e0 url(../img/usr/sb/common/ico_title01.png) 10px bottom no-repeat;
	-webkit-background-size: 42px 37px;
	background-size: 42px 37px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
  text-indent: 4em;
}
#hikaku_search_form ul.hikaku_search_{
	padding: 15px 10px;
	margin-bottom: 30px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #ffffff;
	overflow: hidden;
}
#hikaku_search_form ul.hikaku_search_ li {
	margin: 0 10px 10px 10px;
}
#hikaku_search_form ul.hikaku_search_ .checkbox_inner input {
	display: inline-block;
}
#hikaku_search_form ul.hikaku_search_ .checkbox_inner p {
	display: inline-block;
}
#hikaku_search_form p.search_ {
	margin: 0 8% 20px;
}
#hikaku_search_form p.search_ input {
	width: 100%;
	max-width: 100%;
	padding: 14px 10px 14px 20px;
	border: none;
	border-bottom: #dab900 4px solid;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
h2.hikaku_ttl_ {
	margin: 10px 10px 30px 10px;
}
h2.hikaku_ttl_ a {
	padding: 15px 10px 12px;
	border-bottom: #d6d6d6 4px solid;
	display: block;
	text-align: center;
	background: #eeeeee url(../img/usr/sb/common/arrow_open.png) 7% center no-repeat;
	-webkit-background-size: 8px 7px;
	background-size: 8px 7px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.hikaku_search_:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
.hikaku_search_ li{
	float: left;
	width: 184px;
	margin-bottom: 15px;
}
table.hikaku_tbl_ tr.bdr_tb_none_ th {
	border-top: none;	
	border-left: solid 1px #ccc;	
	border-right: solid 1px #ccc;	
	border-bottom: none;
}
table.hikaku_tbl_.tbl_head_ {
	display: block;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}
table.hikaku_tbl_.tbl_head_ tr.bdr_tb_none_ td{
	border-top: solid 1px #f6f6f6;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #f6f6f6;
}
table.hikaku_tbl_.tbl_head_ tr.bdr_tb_none_ td{
  border-left: solid 1px #ccc;	
}
table.hikaku_tbl_.tbl_head_ tr.bdr_t_none_ td{
	border-top: solid 1px #f6f6f6;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;
}

table.hikaku_tbl_.tbl_head_ tr.bdr_b_none_ td{
	border-top: solid 1px #ccc;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #f6f6f6;
}

table.hikaku_tbl_ tr.bdr_tb_none_ td{
	border-top: solid 1px #fff;	
	border-left: none;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #fff;
}
table.hikaku_tbl_ tr.bdr_t_none_ td{
	border-top: solid 1px #fff;	
	border-left: none;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;
}

table.hikaku_tbl_ tr.bdr_b_none_ td{
	border-top: solid 1px #ccc;	
	border-left: none;	
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #fff;
}

p.th_btn_{margin-top: 10px;}

/* テーブル移動 */
.controll_ {
	width: 100%;
}	
.controll_ .prev_ {
	float: left;
}
.controll_ .next_ {
	float: right;
}	
.controll_ .prev_,
.controll_ .next_ {
	cursor: pointer;
	background: #000;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
}
.hikaku_tbl_inner_ {
	padding: 0 0 20px 10px;
	position: relative;
	top: 0;
	left: 0;
}
.hikaku_tbl_inner_.close_{
  height: 540px;
  overflow: hidden;
}
.hikaku_tbl_inner_.open_{
  height: auto;
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hikaku_tbl_inner_ .controll_ .prev_{
	width: 26px;
	height: 129px;
	position: absolute;
	top: 40px;
	left: 118px;
	z-index: 1;
	display: none;
	background: url(../img/usr/tbl_prev.png);
	text-indent: -9999px;
}
.hikaku_tbl_inner_ .controll_ .next_{
	position: absolute;
	top: 40px;
	width: 26px;
	height: 129px;
	right: 0;	
	z-index: 2;
	display: none;
	background: url(../img/usr/tbl_next.png);
	text-indent: -9999px;
}

/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
.mail_ .common_headline1_{
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	注文画面　モーダル風ウィンドウ
-------------------------------------------------------------------- */
.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 #ddd;
	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;
}
@media screen and (max-width: 380px) {
    div#goods_list_auto_load_area ul.goods_r_ li figure.img_ {
        height: 170px;
    }
}
/* --------------------------------------------------------------------
	新着情報
-------------------------------------------------------------------- */
/*共通*/
.archive_container_{
  padding: 0 6px;
}
.archive_container_ a{
  text-decoration: none;
}
h2.black{
	font-size:125%;
	line-height:1.4;
	color:#FFFFFF;
	background-color:#3e3e3e;
	padding:10px 15px;
	margin:0 0 0 0;
  overflow: hidden;
}
h2.black span{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-indent: -1em;
  padding-left: 1em;
}
h2.black span.txt_{
  font-size: 10px;
  width: 40%;
}
.cbox{
	border:1px solid #bbbbbb;
	box-sizing:border-box;
	overflow:hidden;
  margin-bottom: 10px;
}
.archive_container_ .navipage_.top_,
.archive_container_ .navipage_.bottom_{
  border: none;
  background: none;
}
/*新着*/
.ttlarea{
	 margin:0 6px;
	 background-color:#ffa72a;
}
.ttlarea .ttlarea_l{
	 margin:0 0;
	 padding:0 0;
}
.ttlarea .ttlarea_r{
	 margin:0 0;
	 padding:0 0;
}
.ttlarea .ttlarea_r h3{
	 margin:0 0;
	 padding:0 0;
}
.ttlarea .ttlarea_r a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 15px;
	background:url(../../images/com/icon01.png) no-repeat 92% 50%;
}
.ttlarea .ttlarea_r a:hover{
	opacity:0.7;
}

@media screen and (max-width: 767px) {
	.ttlarea{
		 margin:0 6px;
		 background-color:#FFFFFF;
	}
	.ttlarea .ttlarea_r{
		display:none;
	}
}

.entry_list{
	border-bottom:1px dotted #7d7d7d;
	margin:0 0 30px 0;
}
.entry_list .entry_list_img{
	float:left;
	width:290px;
}
.entry_list .entry_list_img a:hover{
	opacity:0.7;
}
.entry_list .entry_list_img img{
	width:100%;
	height:auto;
}
.entry_list .entry_list_body{
	float:right;
	width:866px;
	padding:0 0 25px 0;
}
ul.thema_icon_box{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 14px 0;
}
ul.thema_icon_box li{
	display:inline-block;
	min-width:142px;
	letter-spacing: normal;
	margin:0 3px 6px 0;
}
ul.thema_icon_box li a{
	display:block;
	line-height:1.2;
	text-align:center;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:8px 10px 8px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
ul.thema_icon_box li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.entry_sns {
    margin-bottom: 10px;
}
.entry_sns span {
    display: inline-block;
    vertical-align: top;
}
.entry_list .entry_list_body .subttl{
	display:block;
	clear:both;
	color:#d22626;
	font-size:138%;
	margin:0 0 14px 0;
}
.entry_list .entry_list_body .subttl a{
	color:#d22626;
	text-decoration:underline;
}
.entry_list .entry_list_body .subttl a:hover{
	text-decoration:none;
}
.entry_list .entry_list_body .entryttl{
	display:block;
	margin:0 0 14px 0;
}
.entry_list .entry_list_body .entryttl a{
	font-size:175%;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.entry_list .entry_list_body .entryttl a:hover{
	text-decoration:none;
}
.entry_list .entry_list_body .entrytxt{
	display:block;
	font-size:125%;
	margin:0 0 0 0;
}
.sp_news_list{ display:none;}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.entry_list{
		margin:0 0 20px 0;
	}
	.entry_list .entry_list_img{
		width:24%;
	}
	.entry_list .entry_list_body{
		width:74%;
		padding:0 0 20px 0;
	}
	ul.thema_icon_box{
		margin:10px 0 10px 0;
	}
	ul.thema_icon_box li{
		min-width:24%;
		margin:0 3px 6px 0;
	}
	ul.thema_icon_box li a{
		padding:6px 8px 6px;
		font-size:100%;
	}
	.entry_list .entry_list_body .subttl{
		font-size:125%;
		margin:0 0 14px 0;
	}
	.entry_list .entry_list_body .entryttl{
		display:block;
		margin:0 0 14px 0;
	}
	.entry_list .entry_list_body .entryttl a{
		font-size:150%;
	}
	.entry_list .entry_list_body .entrytxt{
		font-size:112%;
	}
}
@media screen and (max-width: 767px) {
	.entry_list{
		margin:0 0 20px 0;
	}
	.entry_list .entry_list_img{
		width:80%;
		margin:0 auto 15px;
		float:none;
	}
	.entry_list .entry_list_body{
		width:100%;
		padding:0 0 20px 0;
		float:none;
	}
	ul.thema_icon_box{
		margin:0 0 10px 0;
	}
	ul.thema_icon_box li{
		min-width:24%;
		margin:0 3px 6px 0;
	}
	ul.thema_icon_box li a{
		padding:6px 8px 6px;
		font-size:89%;
	}
	.entry_list .entry_list_body .subttl{
		font-size:100%;
		margin:0 0 4px 0;
	}
	.entry_list .entry_list_body .entryttl{
		display:block;
		margin:0 0 14px 0;
	}
	.entry_list .entry_list_body .entryttl a{
		font-size:125%;
	}
	.entry_list .entry_list_body .entrytxt{
		font-size:89%;
	}
	.sp_news_list{
		display:block;
	}
	.sp_news_list a{
		display:block;
		color:#FFFFFF;
		text-decoration:none;
		padding:0px 0px;
		background:url(../../images/com/icon01.png) no-repeat 100% 50%;
		background-size:auto 70%;
	}
	.sp_news_list a:hover{
		opacity:0.7;
	}
	
}
/* ページナビ */
ul.pagenav01 {
	margin: 0 0 0;
	padding: 0 10px 0;
	text-align: center;
}
ul.pagenav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pagenav01 li a{
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 10px 2px;
	background: #3e3e3e;
	text-decoration: none;
	vertical-align: middle;
	color:#FFFFFF;
	font-size:112%;
	border-radius:1px;
}
ul.pagenav01 li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 10px 2px;
	background: #ffa000;
	text-decoration: none;
	vertical-align: middle;
	color:#FFFFFF;
	font-size:112%;
	border-radius:1px;
}
ul.pagenav01 li span.dots {
	background: none;
	color:#3e3e3e;
}
ul.pagenav01 li a:hover {
	background: #ffa000;
}
ul.pagenav01 li.prev {
	display: block;
	margin: 0 0;
	padding: 0;
	float:left;
}
ul.pagenav01 li.next {
	display: block;
	margin: 0 0;
	padding: 0;
	float:right;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	ul.pagenav01 li.prev a{
		font-size:89%;
	}
	ul.pagenav01 li.next a{
		font-size:89%;
	}
}
@media screen and (max-width: 767px) {
	/* ページナビ */
  ul.pagenav01 {
	margin: 0 0 0;
	padding: 0 15px 0;
	text-align: center;
}
ul.pagenav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
	ul.pagenav01 li a{
		display: inline-block;
		margin-bottom: 5px;
		padding: 3px 10px 2px;
		background: #3e3e3e;
		text-decoration: none;
		vertical-align: middle;
		color:#FFFFFF;
		font-size:100%;
		border-radius:1px;
	}
	ul.pagenav01 li span {
		display: inline-block;
		margin-bottom: 5px;
		padding: 3px 10px 2px;
		background: #ffa000;
		text-decoration: none;
		vertical-align: middle;
		color:#FFFFFF;
		font-size:100%;
		border-radius:1px;
	}
	ul.pagenav01 li a:hover {
		background: #ffa000;
	}
	ul.pagenav01 li.prev a{
		font-size:89%;
	}
	ul.pagenav01 li.next a{
		font-size:89%;
	}
}
/*一覧*/
.result_pagenav{
	display:block;
	margin:20px 0 25px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #7d7d7d;
}
.result_pagenav .resulttxt{
	font-size:125%;
	text-align:center;
	display:block;
	margin:0 0 15px 0;
}

.result_list{
	border-bottom:1px dotted #7d7d7d;
	margin:0 0 30px 0;
}
.result_list .entry_list_img{
	float:left;
	width:24%;
}
.result_list .entry_list_img a:hover{
	opacity:0.7;
}
.result_list .entry_list_img img{
	width:100%;
	height:auto;
}
.result_list .entry_list_body{
	float:right;
	width:74%;
	padding:0 0 25px 0;
}
.result_list .entry_list_body ul.thema_icon_box{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 14px 0;
}
.result_list .entry_list_body ul.thema_icon_box li{
	display:inline-block;
	min-width:142px;
	letter-spacing: normal;
	margin:0 3px 6px 0;
}
.result_list .entry_list_body ul.thema_icon_box li a{
	display:block;
	line-height:1.2;
	text-align:center;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:6px 8px 6px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.result_list .entry_list_body ul.thema_icon_box li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.result_list .entry_list_body .subttl{
	display:block;
	clear:both;
	color:#d22626;
	font-size:138%;
	margin:0 0 14px 0;
}
.result_list .entry_list_body .subttl a{
	color:#d22626;
}
.result_list .entry_list_body .entryttl{
	display:block;
	margin:0 0 14px 0;
}
.result_list .entry_list_body .entryttl a{
	font-size:175%;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.result_list .entry_list_body .entryttl a:hover{
	text-decoration:none;
}
.result_list .entry_list_body .entrytxt{
	display:block;
	font-size:125%;
	margin:0 0 0 0;
}
.result_list .entry_list_top_body{
	float:static;
	width:100%;
	padding:0 0 25px 0;
}
.result_list .entry_list_top_body .catttl{
	display:block;
	clear:both;
	color:#d22626;
	font-size:175%;
	margin:0 0 14px 0;
	font-weight:bold;
}


@media screen and (min-width: 768px) and (max-width: 979px) {
	.result_list .entry_list_body ul.thema_icon_box li{
		display:inline-block;
		min-width:32%;
		letter-spacing: normal;
		margin:0 0.5% 6px ;
	}
	.result_list .entry_list_body ul.thema_icon_box li a{
		display:block;
		line-height:1.2;
		text-align:center;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:6px 8px 6px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:100%;
	}
}
@media screen and (max-width: 767px) {

	.result_list{
		margin:0 0 20px 0;
	}
	.result_list .entry_list_img{
		width:80%;
		margin:0 auto 15px;
		float:none;
	}
	.result_list .entry_list_body{
		width:100%;
		padding:0 0 20px 0;
		float:none;
	}
	.result_list .entry_list_body ul.thema_icon_box{
		margin:0 0 10px 0;
	}
	.result_list .entry_list_body ul.thema_icon_box li{
		min-width:24%;
		margin:0 3px 6px 0;
	}
	.result_list .entry_list_body ul.thema_icon_box li a{
		padding:6px 6px 6px;
		font-size:89%;
	}
	.result_list .entry_list_body .subttl{
		font-size:100%;
		margin:0 0 4px 0;
	}
	.result_list .entry_list_body .entryttl{
		display:block;
		margin:0 0 14px 0;
	}
	.result_list .entry_list_body .entryttl a{
		font-size:125%;
	}
	.result_list .entry_list_body .entrytxt{
		font-size:89%;
	}
	.sp_news_list{
		display:block;
	}
	.sp_news_list a{
		display:block;
		color:#FFFFFF;
		text-decoration:none;
		padding:0px 0px;
		background:url(../../images/com/icon01.png) no-repeat 100% 50%;
		background-size:auto 70%;
	}
	.sp_news_list a:hover{
		opacity:0.7;
	}
	
}
/*記事詳細*/
.entry_detail_head{
	border-top:1px dotted #7d7d7d;
	border-bottom:1px dotted #7d7d7d;
	padding:30px 0 0 0;
	margin:0 0 30px 0;
}
.entry_detail_head .entry_detail_img{
	float:left;
	width:24%;
}
.entry_detail_head .entry_detail_img a:hover{
	opacity:0.7;
}
.entry_detail_head .entry_detail_img img{
	width:100%;
	height:auto;
}
.entry_detail_head .entry_detail_ttl{
	float:right;
	width:74%;
	padding:0 0 25px 0;
}
.entry_detail_head .entry_detail_ttl ul.thema_icon_box{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 14px 0;
}
.entry_detail_head .entry_detail_ttl ul.thema_icon_box li{
	display:inline-block;
	min-width:142px;
	letter-spacing: normal;
	margin:0 3px 6px 0;
}
.entry_detail_head .entry_detail_ttl ul.thema_icon_box li a{
	display:block;
	line-height:1.2;
	text-align:center;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:6px 8px 6px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.entry_detail_head .entry_detail_ttl ul.thema_icon_box li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.entry_detail_head .entry_detail_ttl .subttl{
	display:block;
	clear:both;
	color:#d22626;
	font-size:138%;
	margin:0 0 14px 0;
}
.entry_detail_head .entry_detail_ttl .subttl a{
	color:#d22626;
}
.entry_detail_head .entry_detail_ttl .entryttl{
	display:block;
	margin:0 0 14px 0;
	font-size:175%;
	color:#000000;
	font-weight:bold;
}
.entry_detail_head .entry_detail_ttl .entryttl a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.entry_detail_head .entry_detail_ttl .entryttl a:hover{
	text-decoration:none;
}
.entry_detail_head .entry_detail_ttl .entrytxt{
	display:block;
	font-size:125%;
	margin:0 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.entry_detail_head .entry_detail_ttl ul.thema_icon_box li{
		display:inline-block;
		min-width:32%;
		letter-spacing: normal;
		margin:0 0.5% 6px ;
	}
	.entry_detail_head .entry_detail_ttl ul.thema_icon_box li a{
		display:block;
		line-height:1.2;
		text-align:center;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:6px 8px 6px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:100%;
	}
}
@media screen and (max-width: 767px) {
	.entry_detail_head{
		margin:0 0 20px 0;
	}
	.entry_detail_head .entry_detail_img{
		width:80%;
		margin:0 auto 15px;
		float:none;
	}
	.entry_detail_head .edisp{
		display:none;
	}
	
	.entry_detail_head .entry_detail_ttl{
		width:100%;
		padding:0 0 20px 0;
		float:none;
	}
	.entry_detail_head .entry_detail_ttl ul.thema_icon_box{
		margin:0 0 10px 0;
	}
	.entry_detail_head .entry_detail_ttl ul.thema_icon_box li{
		min-width:24%;
		margin:0 3px 6px 0;
	}
	.entry_detail_head .entry_detail_ttl ul.thema_icon_box li a{
		padding:6px 6px 6px;
		font-size:89%;
	}
	.entry_detail_head .entry_detail_ttl .subttl{
		font-size:100%;
		margin:0 0 4px 0;
	}
	.entry_detail_head .entry_detail_ttl .entryttl{
		display:block;
		margin:0 0 14px 0;
	}
	.entry_detail_head .entry_detail_ttl .entryttl a{
		font-size:100%;
	}
	.entry_detail_head .entry_detail_ttl .entrytxt{
		font-size:89%;
	}
	
}


.entry_detail_body{
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.entry_detail_body h2{
  font-size: 30px;
  margin: 20px 0 30px;
}
.entry_detail_body p{
	padding:0 0 0 0;
	margin:0 0 30px 0;
	font-size:100%;
	line-height:1.8;
}
.entry_detail_body p img{
  height: auto;
}
.entry_detail_body .moviebox{
	width:640px;
	margin:0 auto 30px;
}
.entry_detail_body .movie01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry_detail_body .movie01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.entry_detail_body h3{
	color:#d22626;
	font-size:138%;
	margin:0 0 30px 0;
}

.entry_detail_body .imgbox01{
	text-align:center;
	margin:0 0 30px 0;
}

.entry_detail_body #box-next{
	margin:0 0 20px 0;
	border:5px solid #fd9c9c;
	padding:15px;
}
.entry_detail_body #box-next h3{
	margin:0 0 6px 0;
}
.entry_detail_body #box-next p{
	margin:0 0 0 0;
}

.entry_toppage{
	width:480px;
	margin:0 auto 30px;
}
.entry_toppage a {
	background: #3e3e3e;
	border:0px;
	color:#FFF;
	font-size:112%;
	width:100%;
	line-height:40px;
	display:block;
	text-align:center;
}
.entry_toppage a:hover{
	background: #ffa000;
	text-decoration:none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.entry_detail_body .moviebox{
		width:100%;
		margin:0 auto 30px;
	}
	.entry_detail_body .imgbox01{
		text-align:center;
		margin:0 0 30px 0;
	}
	.entry_detail_body .imgbox01 img{
		width:100%;
		height:auto;
	}
	.entry_toppage{
		width:100%;
		margin:0 auto 30px;
	}
}
@media screen and (max-width: 767px) {
	.entry_detail_body p{
		padding:0 0 0 0;
		margin:0 0 30px 0;
		font-size:83%;
		line-height:1.8;
	}
	.entry_detail_body h3{
		color:#d22626;
		font-size:100%;
		line-height:1.4;
		margin:0 0 30px 0;
	}
	.entry_detail_body .moviebox{
		width:100%;
		margin:0 auto 30px;
	}
	.entry_detail_body .imgbox01{
		text-align:center;
		margin:0 0 30px 0;
	}
	.entry_detail_body .imgbox01 img{
		width:100%;
		height:auto;
	}
	.entry_toppage{
		width:100%;
		margin:0 auto 30px;
	}
	
}


/*ニュース一覧*/

.news_list_body{
    width: 100%;
    padding: 0 0 14px 0;
}
.news_list_body .newsttl {
    display: block;
    margin: 0 0 14px;
}
.news_list_body .newsttl a {
    font-size: 125%;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.news_list_body .newsday{
    font-size: 89%;
	display:block;
}
.news_list_body .newstxt {
    display: block;
    font-size: 89%;
}


/*ニュース詳細*/

.news_detail_head{
    border-top: 1px dotted #7d7d7d;
    border-bottom: 1px dotted #7d7d7d;
    padding: 20px 10px 0;
    margin: 0 0 30px;
}
.news_detail_head .news_detail_ttl .news_detail_ttl_in {
    display: block;
    margin: 0;
    font-size: 140%;
    color: #000000;
    font-weight: bold;
	padding: 0 0 25px;
}
.news_detail_day{
	font-size:14px;
	display: block;
	margin-bottom:5px;
}
.news_detail_body{
	padding: 0 10px;
    margin: 0 0 30px;
}
.news_detail_body p{
	margin: 0;
    font-size: 89%;
	line-height: 1.8;
}
.news_detail_body a{
	color: #217BC9;
    text-decoration: underline;
}



/* --------------------------------------------------------------------
	テーマから
-------------------------------------------------------------------- */
.themabox{
	background:url(../../images/common/bg_box.gif) repeat 0 0;
	margin:0 0 0 0;
}
.themabox .themabox_inner{
	padding:20px 16px 16px;
}
.themabox .themabox_inner ul{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 0 0;
}
.themabox .themabox_inner ul li{
	display:inline-block;
	min-width:142px;
	letter-spacing: normal;
	margin:0 3px 6px 0;
}
.themabox .themabox_inner ul li a{
	display:block;
	line-height:1.2;
	text-align:center;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:8px 10px 8px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.themabox .themabox_inner ul li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.themabox .themabox_inner ul li{
		width:32%;
		margin:0 0.5% 6px;
	}
	.themabox .themabox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:center;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:10px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:112%;
	}
	.themabox .themabox_inner ul li a:hover{
		background-color:#008359;
		color:#FFFFFF;
		text-decoration:none;
	}
}
@media screen and (max-width: 767px) {
	h2.black{
		font-size:100%;
	}
	.themabox .themabox_inner{
		padding:12px 10px 12px;
	}
	.themabox .themabox_inner ul li{
		min-width:48%;
		margin:0 1% 6px;
	}
	.themabox .themabox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:center;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:8px 10px 8px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:100%;
	}
	.themabox .themabox_inner ul li a:hover{
		background-color:#008359;
		color:#FFFFFF;
		text-decoration:none;
	}
}

.themabox_s{
	background:url(../../images/common/bg_box.gif) repeat 0 0;
	margin:0 0 0 0;
}
.themabox_s .themabox_inner{
	padding:16px 16px 12px;
}
.themabox_s .themabox_inner ul{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 0 0;
}
.themabox_s .themabox_inner ul li{
	display:inline-block;
	min-width:147px;
	letter-spacing: normal;
	margin:0 3px 6px 0;
}
.themabox_s .themabox_inner ul li a{
	display:block;
	line-height:1.2;
	text-align:center;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:6px 8px 6px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.themabox_s .themabox_inner ul li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.themabox_s .themabox_inner ul li a.active{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}

@media screen and (max-width: 767px) {
	.themabox_s .themabox_inner{
		padding:12px 10px 12px;
	}
	.themabox_s .themabox_inner ul li{
		min-width:32%;
		margin:0 0.5% 6px;
	}
	.themabox_s .themabox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:center;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:6px 6px 6px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:83%;
	}
	.themabox_s .themabox_inner ul li a:hover{
		background-color:#008359;
		color:#FFFFFF;
		text-decoration:none;
	}
}
/* --------------------------------------------------------------------
	シリーズから
-------------------------------------------------------------------- */
.seriesbox{
	background:url(../../images/common/bg_box.gif) repeat 0 0;
	margin:0 0 0 0;
}
.seriesbox .seriesbox_inner{
	padding:20px 16px 16px;
}
.seriesbox .seriesbox_inner ul{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 0 0;
}
.seriesbox .seriesbox_inner ul li{
	display:inline-block;
	min-width:573px;
	letter-spacing: normal;
	margin:0 5px 6px 0;
}
.seriesbox .seriesbox_inner ul li a{
	display:block;
	line-height:1.2;
	text-align:left;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:8px 10px 8px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.seriesbox .seriesbox_inner ul li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.seriesbox .seriesbox_inner ul li{
		width:100%;
		margin:0 0 6px;
	}
	.seriesbox .seriesbox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:left;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:10px 16px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:112%;
	}
	.seriesbox .seriesbox_inner ul li a:hover{
		background-color:#008359;
		color:#FFFFFF;
		text-decoration:none;
	}
}
@media screen and (max-width: 767px) {
	h2.black{
		font-size:100%;
	}
	.seriesbox .seriesbox_inner{
		padding:12px 10px 12px;
	}
	.seriesbox .seriesbox_inner ul li{
		min-width:100%;
		margin:0 0 6px;
	}
	.seriesbox .seriesbox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:left;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:8px 10px 8px;
		background-color:#FFFFFF;
		color:#008359;
		font-size:100%;
	}
	.seriesbox .seriesbox_inner ul li a:hover{
		background-color:#008359;
		color:#FFFFFF;
		text-decoration:none;
	}
}

.seriesbox_s{
	background:url(../img/usr/common/bg_box_article.gif) repeat 0 0;
	margin:0 0 0 0;
}
.seriesbox_s .seriesbox_inner{
	padding:20px 16px 16px;
}
.seriesbox_s .seriesbox_inner ul{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 0 0;
}
.seriesbox_s .seriesbox_inner ul li{
	display:inline-block;
	width:100%;
	letter-spacing: normal;
	margin:0 0 6px;
}
.seriesbox_s .seriesbox_inner ul li a{
	display:block;
	line-height:1.2;
	text-align:left;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:8px 10px 8px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.seriesbox_s .seriesbox_inner ul li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.seriesbox_s .seriesbox_inner ul.childcat{
	margin:8px 0 0 20px;
}

@media screen and (max-width: 767px) {
	.seriesbox_s .seriesbox_inner ul li a{
		display:block;
		line-height:1.2;
		text-align:left;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:8px 10px 8px 4px;
		background:#FFFFFF url(../img/usr/common/icon_link.png) 98% center no-repeat;
    background-size: 10px;
		color:#008359;
		font-size:83%;
	}
}
/* --------------------------------------------------------------------
	総合トップ 
-------------------------------------------------------------------- */
#top header{
  padding-bottom: 0;
}
/*バナースライダー*/
#banner_slide{
  margin: 20px 30px 0;
  position: relative;
}
#banner_slide_list ul{
  overflow: hidden;
}
#banner_slide_list ul li{
  width: 23.5%;
  margin: 0 2% 2% 0;
  float: left;
}
#banner_slide_list ul li:nth-of-type(4n){
  margin-right: 0;
}
#banner_slide .bx-prev,
#banner_slide .bx-next{
  display: block;
  position: absolute;
  width: 27px;
  height: 1px;
  padding-top: 27px;
  overflow: hidden;
  top: 39%;
  z-index: 100;
}
#banner_slide .bx-prev{
  background: url(../img/usr/sb/goods/goods_slider_prev.png) center no-repeat;
  background-size: 27px;
  left: -29px;
}
#banner_slide .bx-next{
  background: url(../img/usr/sb/goods/goods_slider_next.png) center no-repeat;
  background-size: 27px;
  right: -29px;
}
/*  トピック 総合トップ */
#top #block_of_topic{
  background: #fff;
  margin-bottom: 0;
  padding: 0;
}
#top .tab_{
  overflow: hidden;
  border-bottom: 3px solid #006cb8;
  margin: 10px 10px 0;
}
#top .tab_ li{
  width: 50%;
  float: left;
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background: #f6f6f6;
  border-radius: 3px 3px 0 0;
  border: 1px solid #dddddd;
  border-bottom: none;
  box-sizing: border-box;
}
#top .tab_ li.tab_select_{
  margin-top: 0;
  padding-top: 3px;
  cursor: default;
  background: #006cb8;
  border: 1px solid #006cb8;
  color: #ffffff;
}

.topiclist_body_{
  margin-bottom: 30px;
}
#top .topicline_{
  border-bottom: 1px solid #dddddd;  
}
#top .topicline_ li{
  font-size: 15px;
  border-top: 1px solid #dddddd;
}
#top .topicline_ li a{
  display: block;
  padding: 15px 0;
}
#top .topicline_ li a img{
  vertical-align: top;
  height: 14px;
  margin-left: 0.5em;
}
#top .topicline_ li:first-child{
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 0;
  background: none;
  border-top: none;
}
#top .topicline_ li:first-child div{
  float: left;
}
#top .topicline_ .img_{
  width: 40%;
  margin-right: 2%;
}
#top .topicline_ .img_ a{
  line-height: 1;
  padding: 0;
}
#top .topicline_ .img_ img{
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
.topic_disc{
  width: 58%;
}
.topic_disc h3{
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
}
.topic_disc p{
  line-height: 1.5;
}
#top .topicline_ .topic_disc p a{
  display: inline;
  color: #666666;
  text-decoration: underline;
  padding-left: 0.5em;
}
#top .topicline_ .topic_disc p a:hover,
.topiclist_body_ .topic_more_btn_ a:hover{
  text-decoration: none;
}
.topiclist_body_ .topic_more_btn_{
  text-align: center;
  margin-top: 10px;
}
.topiclist_body_ .topic_more_btn_ a{
  color: #666666;  
  font-size: 15px;
  text-decoration: underline;
}

.topbox{
	padding: 10px 16px 0px 16px;
}
.topbox ul{
	display:block;
	letter-spacing: -.4em;
	margin:0 0 0 0;
}
.topbox ul li{
	display:inline-block;
	width:100%;
	letter-spacing: normal;
	margin:0 0 6px;
}
.topbox ul li a{
	display:block;
	line-height:1.2;
	text-align:left;
	border:1px solid #bdbdbd;
	border-radius:3px;
	padding:8px 10px 8px;
	background-color:#FFFFFF;
	color:#008359;
	font-size:112%;
}
.topbox ul li a:hover{
	background-color:#008359;
	color:#FFFFFF;
	text-decoration:none;
}
.topbox ul.childcat{
	margin:8px 0 0 20px;
}

@media screen and (max-width: 767px) {
	.topbox ul li a{
		display:block;
		line-height:1.2;
		text-align:left;
		border:1px solid #bdbdbd;
		border-radius:3px;
		padding:8px 10px 8px 4px;
		background:#FFFFFF url(../img/usr/common/icon_link.png) 98% center no-repeat;
		background-size: 10px;
		color:#008359;
		font-size:83%;
	}
}

/*バナー*/
.banner_search_{
  text-align: center;
  margin: 0 10px 30px;
}
/*バナー2カラム表示*/
.banner_list_column2_{
  overflow: hidden;
  margin: 0 10px 20px;
}
.banner_list_column2_ li{
  float: left;
  margin-bottom: 2%;
  width: 49%;
}
.banner_list_column2_ li:nth-of-type(2n){
  margin-left: 2%;
}
/*商品一覧*/
#top ul.goods_t_{
  margin: 10px 10px 0;
  border: none;
  display: flex;
  justify-content:  flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#top ul.goods_t_ li{
  width: 33%;
  border: none;
  padding: 2%;
}
#top .second_hand_goods_ .goods_{
  overflow: hidden;
  padding: 0 5px 0 10px;
}
#top .second_hand_goods_ ul.goods_t_{
  margin: 10px 0;
  display: block;
  float: left;
}
#top .second_hand_goods_ ul.goods_t_ li{
  padding: 0;
}
#top .second_hand_goods_ ul.goods_t_ li a > div{
  text-align: center;
}
#top .second_hand_goods_ .bx-wrapper{
  overflow: hidden;
}
#top .second_hand_goods_ .bx-viewport{
  overflow: visible !important;
}
#top ul.goods_t_ li:nth-child(2n) {
	float: left;
}
#top ul.goods_t_ li:nth-child(2n+1) {
	clear: none;
}
#top ul.goods_t_ li:nth-of-type(3n){
  margin-right: 0;
}
#top ul.goods_t_ li a{
  text-decoration: none;
}
#top ul.goods_t_ li a .price_{
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
#top ul.goods_t_ li a .name_{
  text-align: center;
  margin-top: 5px;
}
#top ul.goods_t_ li a figure{
  text-align: center;
}

/*おすすめ中古クラブ ロゴ配置用*/
#top div.second_hand_goods_ span.logo_ {
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-height: 32px;
}

#top div.second_hand_goods_ span.logo_maker_ img {
	max-width: 47px;
}

#top div.second_hand_goods_ span.icon_brand_ img {
	max-width: 45px;
  vertical-align: middle;
}

#top div.second_hand_goods_ ul li div.img_ {
	height: 173px !important;
	vertical-align: unset;
}

/*シーン別でクラブを探す*/
.second_hand_list_{
  overflow: hidden;
  margin: 15px 10px 30px;
}
.second_hand_list_ li{
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.second_hand_list_ li:nth-of-type(2n){
  margin-left: 2%;
}
.second_hand_list_ a{
  display: block;
  width: auto;
  padding: 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #000;
}
.second_hand_list_ img,
.second_hand_list_ span{
  display: block;
}
.second_hand_list_ img{
  margin-bottom: 15px;
}
.second_hand_list_ span{
 padding-left: 5px;
}
/*お知らせ*/
.info_area_{
  margin-bottom: 30px;
}
.info_list_{
  margin: 0 10px 20px;
}
.info_list_ li{
  border-bottom: 1px solid #ddd;
}
.info_list_ li a{
  display: block;
  text-decoration: none;
  padding: 15px 0 15px 4px;
}
.info_list_ li span{
  display: block;
  color: #006cb8;
}
.info_list_ li span.day_ img{
  height: 14px;
  vertical-align: text-top;
  margin-left: 0.5em;
}
.info_list_ li span.topic_comment_{
  color: #555;
  text-decoration: underline;
}
/*おすすめコンテンツ*/
.recommend_content_{
  margin-bottom: 20px;
  padding: 13px 20px;
  background: #f6f6f6;
}
.recommend_content_ h2{
    padding: 10px 10px 8px 0;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    background: url(../img/usr/top/ttl_recommend.png) no-repeat right bottom;
    border-bottom: solid 1px #000;
}
.recommend_content_ P{
  text-align: center;
}
.recommend_content_ P a{
  text-decoration: underline;
  color: #666;
  font-size: 13px;
}
.recommend_list_{
  margin-bottom: 15px;
}
.recommend_list_ li{
  border-bottom: 1px dotted #d9d9d9;
}
.recommend_list_ li a{
  display: block;
  padding: 15px 0;
}
.recommend_list_ li img,
.recommend_list_ li span{
  display: inline-block;
  vertical-align: middle;
}
.recommend_list_ li img{
  margin-right: 2%;
  width: 20%;
}
.recommend_list_ li span{
  width: 78%;
}
.recommend_list_ li a:hover span{
  text-decoration: underline;
}

/* --------------------------------------------------------------------
	チャットボットページ
--------------------------------------------------------------------- */
#chatbot_box_ h1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}	
	
#chatbot_box_{
	margin: 0 10px;
	color: #000;

}

#chatbot_box_ .line_{
	border-top: solid 1px #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
}

#chatbot_box_ .use_guide_box_{margin-bottom: 30px;}	
#chatbot_box_ .contact_form_box_{margin-bottom: 20px;}
	#chatbot_box_ .line_
#chatbot_box_ .use_guide_box_:after,
#chatbot_box_ .contact_form_box_ ul:after{
	content: "";
	display: block;
	clear: both;
}	
	
#chatbot_box_ .use_guide_box_ h2,
#chatbot_box_ .contact_form_box_ h2{
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 16px;
	border-left: solid 6px #f3ce00;
}	
#chatbot_box_ .use_guide_box_ h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}	
#chatbot_box_ p{margin-bottom: 16px;font-size: 13px;}
#chatbot_box_ p.banner_{
	text-align: center;
	margin-top: 5px;
}

#chatbot_box_ .use_guide_box_ p{font-size: 13px;}
#chatbot_box_ .use_guide_box_ ul{padding-left: 5px;}		
#chatbot_box_ .use_guide_box_ ul li{
	display: table;
	vertical-align: middle;
	border-bottom: #CCC 1px solid;
	background: url(../img/usr/common/link_arrow01.png) 95% center no-repeat;
	width: 50%;
	float: left;
}
#chatbot_box_ .use_guide_box_ ul li a{
	padding: 9px 28px 7px 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
}

#chatbot_box_ .use_guide_list_:nth-child(3n){margin-right: 0;}		
#chatbot_box_ .use_guide_list_{
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	/* width: 100%; */
	float: left;
}
	
#chatbot_box_ .contact_form_box_ ul li{margin-bottom: 30px;}	

#chatbot_box_ .contact_form_box_ .ttl_{
	border-bottom: solid 1px #666;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 0 0 4px 0;
}	
	
#chatbot_box_ .contact_form_box_ ul li a{
	width: 100%;
	display: block;
	margin-bottom: 10px;
    text-align: center;	
}
#chatbot_box_ .contact_form_box_ ul li a span{
	display: block;
	font-size: 13px;	
}		
#chatbot_box_ .contact_form_box_ ul li.rt_ p{
	font-size: 13px;
	margin-bottom: 8px;
	text-align: center;
}	
#chatbot_box_ .contact_form_box_ ul li.rt_ p.tel_num_{margin-bottom: 8px;}
#chatbot_box_ .contact_form_box_ ul li.rt_ p.tel_num_ span{font-size: 25px;font-weight: bold;margin-left: 8px;}		

#chatbot_box_ .use_guide_box_ .inner_{/* overflow: hidden; */}
#chatbot_box_ .use_guide_box_ .inner_:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/* --------------------------------------------------------------------
	ユーザー定義　中古TOPページ
--------------------------------------------------------------------- */
div.used_top_search_ {
	margin: 0 0 30px 0;
	padding: 15px 10px;
}

div.used_top_search_ a.search_button_ {
	width: 100%;
	max-width: 100%;
	padding: 15px 10px 12px;
	box-sizing: border-box;
	border: none;
	border-bottom: #dab900 4px solid;
	display: block;
	text-align: center;
	background: #f3ce00 url(../img/usr/sb/common/icon_search_s.png) 5% center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.used_top_banner_{
 margin-bottom:50px;
}

ul.used_top_banner_ li{
 margin-bottom:10px;
}

ul.used_top_banner_ li a img{
 width:100%;
}

/* --------------------------------------------------------------------
	悪質偽サイトにご注意下さい
--------------------------------------------------------------------- */
#important2013 {
	padding-bottom: 30px;
}
#important2013 a {
	text-decoration: underline;
}
#important2013 a:hover {
	text-decoration: none;
}
#important2013 .sec_ {
	width: 95%;
	margin: 0 auto;
}
#important2013 p {
	font-size: 89%;
    line-height: 1.8;
	margin-top: 20px;
}
#important2013 ul li {
	font-size: 89%;
    line-height: 1.8;
	text-indent: -1em;
    padding-left: 1em;
	word-break: break-all;
	word-wrap: break-word;
}
#important2013 .fb-red {
	color: #EE0000;
	font-weight: bold;
}
#important2013 .img_ {
	margin-top: 20px;
	text-align: center;
}
#important2013 .case_ {
	width: 90%;
	margin: 0 auto;
}
#important2013 .case_ dl {
	margin-bottom: 20px;
}
#important2013 .case_ dl dt {
	font-size: 89%;
    line-height: 1.8;
}