/* --------------------------------------------------------------------
	TOP
-------------------------------------------------------------------- */
#mv{
	margin-bottom: 30px;
	overflow: hidden;
}
#mv .slick-arrow{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: rgba(31,31,31,0.8);
	top: 50%;
	margin-top: -30px;
	padding: 0;
	border: none;
	z-index: 2;
}
#mv .slick-prev{left: -30px;}
#mv .slick-next{right: -30px;}
#mv .slick-arrow:before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	margin-top: -4px;
	border-right: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
}
#mv .slick-arrow.slick-prev:before{
	transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	left: 40px;
}
#mv .slick-arrow.slick-next:before{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 40px;
}

#mv .slick-dots{
	background-color: #ded7bc;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv .slick-dots button{
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
#mv .slick-dots button:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	background-color: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
#mv .slick-dots .slick-active button:before{
	background-color: #af9010;
}

#mv .slider-nav{
	background-color: #dcca81;
	padding: 10px 0;
}
#mv .slider-nav .slick-slide img{
  display: block;
  width: 100%;
}
#mv .slider-nav .slick-slide{
	padding: 0 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv .slider-nav .slick-slide:hover{
	cursor: pointer;
}
#mv .slider-nav .slick-slide.slick-center{
	position: relative;
}
#mv .slider-nav .slick-slide.slick-center:before,
#mv .slider-nav .slick-slide.slick-center:after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}
#mv .slider-nav .slick-slide.slick-center:before{
	width: 100%;
	height: 100%;
	border: 2px #ffffff solid;
}
#mv .slider-nav .slick-slide.slick-center:after{
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px #dcca81 solid;
}

/* --------------------------------------------------------------------
	ユーザー定義　注目のキーワード
--------------------------------------------------------------------- */
.trendword{
	background-color: #ffffff;
	margin-bottom: 35px;
}
.trendword div{
	display: flex;
	align-items: center;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 11px 0;
	margin: 0 auto;
}
.trendword h2{
	font-size: 13px;
	line-height: 18px;
	margin-right: 0.8em;
	letter-spacing: 0.05em;
	white-space: nowrap;
	padding-left: 0.8em;
}
.trendword ul{
	display: flex;
}
.trendword ul li{
	padding: 0 0.3em;
}
.trendword ul li:last-child{
	padding-right: 1em;
}
.trendword ul li a,
.trendword ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	white-space: nowrap;
}

.trendword ul li a:hover{
	text-decoration: none;
}
.trendword ul li a:before,
.trendword ul li span:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #8f8f8f;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.trendword ul li a:hover:before{
	background-color: #af9010;
}

.event_ .topics_,
.event_ .topiclist_body_{
	margin: -0.5em 20px 1em 20px;
	overflow-x: hidden;
    overflow-y: visible;
    height: 250px;
}
.event_ .topics_ + .topiclist_body_{
	margin-top: 2em;
}
.event_ .topics_ li a,
.event_ .topiclist_body_ li a{
	display: block;
	padding: 1em 0;
	border-bottom: 1px #e2decf solid;
	font-size: 16px;
	text-decoration: none;
}
.event_ .topics_ li a span,
.event_ .topiclist_body_ li a span.date_{
	font-size: 15px;
	letter-spacing: 0.07em;
}
.event_ .topics_ li a p,
.event_ .topiclist_body_ li a span.text_{
	font-size: 16px;
	letter-spacing: 0.09em;
}
.event_ .topiclist_body_ li a span.date_{
	display: block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.event_ .topics_ li:last-child a,
.event_ .topiclist_body_ li:last-child a{
	border-bottom: none;
}

.topiclist_top_body_{
	margin: -0.5em 20px 1em 20px;
}
.topics_ + .topiclist_top_body_{
	margin-top: 2em;
}
.topiclist_top_body_ li a{
	display: block;
	padding: 1em 0;
	border-bottom: 1px #e2decf solid;
	font-size: 16px;
	text-decoration: none;
}

.topiclist_top_body_ li a span.date_{
	font-size: 15px;
	letter-spacing: 0.07em;
	display: block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.topiclist_top_body_ li a span.text_{
	font-size: 16px;
	letter-spacing: 0.09em;
}

.topiclist_top_body_ li:last-child a{
	border-bottom: none;
}

/* --------------------------------------------------------------------
	SHOP TOP PAGE
--------------------------------------------------------------------- */
#furusato_shoptop_page div.mainframe_ {
	width: 100%;
}
#furusato_shoptop_page div.leftmenuframe_ {
	display: none;
}
.shoptop_title_{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}
.shoptop_title_ h1{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 17px;
}
.shoptop_title_ h1 rt{
	font-size: 13px;
	margin-bottom: 0.3em;
	transform: translateY(-0.3em);
}
.shoptop_title_navi_ div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shoptop_title_navi_ img{
	display: block;
	width: 100vw;
	height: calc(100vw / 3);
	height: -moz-calc(100vw / 3);
	height: -webkit-calc(100vw / 3);
}
.shoptop_title_navi_ ul{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #e5ddbe solid;
}
.shoptop_title_navi_ li{
	width: 50%;
	border-bottom: 1px #e5ddbe solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.shoptop_title_navi_ li:nth-child(odd){
	border-right: 1px #e5ddbe solid;
}
.shoptop_title_navi_ li.fullwidth{
	width: 100%;
	border-right: none;
}

.shoptop_title_navi_ li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	background-color: #ffffff;
	padding: 0 1em 5px 1em;
}
.shoptop_title_navi_ li a{
	text-decoration: none;
}
.shoptop_title_navi_ li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	bottom: 7px;
	left: 50%;
	margin-left: -3px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(45deg);
	transform: -moz-rotate(45deg);
	transform: -webkit-rotate(45deg);
}
.shoptop_title_navi_ li a span{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.shoptop_about_{
	margin: 20px 20px 2em 20px;
}
.shoptop_about_img_{
	width: 100%;
}
.shoptop_about_img_ img{
	display: block;
	width: calc(100vw - 40px);
	width: -moz-calc(100vw - 40px);
	width: -webkit-calc(100vw - 40px);
	height: calc((100vw - 40px)/ 580 * 383);
	height: -moz-calc((100vw - 40px)/ 580 * 383);
	height: -webkit-calc((100vw - 40px)/ 580 * 383);
}
.shoptop_about_text_{
	font-size: 16px;
	margin-top: 1em;
}
.shoptop_about_text_ p{
	font-size: 16px;
	line-height: 1.5;
}

.shoptop_use_{
	margin-bottom: 2em;
}
.shoptop_use_ ul{
	margin: 0 20px;
}
.shoptop_use_ li{
	border-bottom: 1px #e2decf solid;
	padding-bottom: 1.1em;
	margin-bottom: 1.2em;
}
.shoptop_use_ li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.shoptop_use_ li h3{
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 1em;
}
.shoptop_use_ li>div{
	display: flex;
}
.shoptop_use_img_{
	width: 130px;
}
.shoptop_use_img_ img{
	display: block;
	width: 130px;
	height: 86px;
}
.shoptop_use_text_{
	flex: 1;
	padding-left: 1.1em;
	margin-top: -0.5em;
}
.shoptop_use_text_ h3{
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}
.shoptop_use_text_ p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#furusato_shoptop_page .topics_{
	margin-bottom: 40px;
}

.shoptop_contact_{
	font-size: 16px;
	margin: 0 20px;
}
.shoptop_contact_>p{
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
.shoptop_contact_ table,
.shoptop_contact_ tbody,
.shoptop_contact_ tr,
.shoptop_contact_ th,
.shoptop_contact_ td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.shoptop_contact_ table{
	margin-top: 1.1em;
	border-top: 1px #e2decf solid;
	border-left: 1px #e2decf solid;
	width: 100%;
}
.shoptop_contact_ table th,
.shoptop_contact_ table td{
	border-right: 1px #e2decf solid;
	border-bottom: 1px #e2decf solid;
	padding: 0.5em 0.8em;
}
.shoptop_contact_ table th{
	background-color: #eee9d2;
	letter-spacing: 0.08em;
	text-align: left;
}
.shoptop_contact_ table td{
	background-color: #ffffff;
	letter-spacing: 0.14em;
}




/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	word-wrap: break-word;
}
h1.goods_name_ span.point_icon_ {
    width: auto !important;
    margin: 0 5px 0 0;
    border: #dcca81 3px solid;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.0;
    font-size: 11px;
    padding: 3px 0.9em;
    color: #c0a742;
    display: inline-block;
    word-break: keep-all;
}
h1.category_name_,
h2.category_name_ {
    padding: 10px 10px 5px 20px;
    border-bottom: #dadada 2px solid;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    clear: both;
    position: relative;
    margin-bottom: 15px !important;
}
h1.category_name_::after {
    content: '';
    width: 75px;
    height: 2px;
    display: block;
    background: #af9010;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.shoppage_wrap_ h1.category_name_,
.shoppage_wrap_ h2.category_name_ {
	border-bottom: #0da4b2 2px solid;
}
h1.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.genre_name_,
h2.genre_name_ {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: #179855 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.shoppage_wrap_ h1.genre_name_,
.shoppage_wrap_ h2.genre_name_ {
	border-bottom: #0da4b2 2px solid;
}
h1.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.event_name_ {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00377F;
}
h1.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	display: flex;
	flex-wrap: wrap;
	margin: 12px 0 15px;
	padding: 0 20px;
	line-height: 1.8;
	font-size: 12px;
}
.navitopicpath_ a {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 14px;
	text-decoration: none;
	word-wrap: break-word;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.navitopicpath_ a:nth-of-type(n + 2),
.navitopicpath_ span:nth-of-type(n + 2),
.navitopicpath_ a + span {
	padding-left: 18px;
}
.navitopicpath_ a:nth-of-type(n + 2):before,
.navitopicpath_ span:nth-of-type(n + 2):before,
.navitopicpath_ a + span::before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	transform: rotate(-45deg);
	transform: -moz-rotate(-45deg);
	transform: -webkit-rotate(-45deg);
}
.navitopicpath_ a:last-of-type{
	margin: 0;
}

.navitopicpath_ span.current_ {
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}

#goods_detail_page .navitopicpath_ {
	padding: 10px;
	margin: 30px 10px 30px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.8;
	font-size: 12px;
	background: #eeeeee;
}

#goods_detail_page .navitopicpath_ a, 
#goods_detail_page .navitopicpath_ span,
#goods_detail_page .navitopicpath_ a + span  {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 14px;
	text-decoration: none;
	word-wrap: break-word;
	letter-spacing: 0.05em;
	line-height: unset;
}

/* パンくず(画面下部用) */
.footer_navitopicpath_ {
	margin: 15px 0 15px;
	padding: 0 5px;
	line-height: 1.8;
	font-size: 12px;
}
.footer_navitopicpath_ a {
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}
.footer_navitopicpath_ span.current_ {
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}

#goods_detail_page .footer_navitopicpath_ {
	padding: 10px;
	margin: 30px 10px 30px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.8;
	font-size: 12px;
	background: #eeeeee;
}

/* パンくず(商品関連画面下部用) */
.goods_footer_navitopicpath_ {
	margin: 15px 0 100px;
	padding: 0 5px;
	line-height: 1.8;
	font-size: 12px;
}
.goods_footer_navitopicpath_ a {
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}
.goods_footer_navitopicpath_ span.current_ {
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}

#goods_detail_page .goods_footer_navitopicpath_ {
	padding: 10px;
	margin: 30px 10px 30px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.8;
	font-size: 12px;
	background: #eeeeee;
}

/* ページジャンプ */
.navipage_ {
	text-align:right;
}
.navipage_.top_ {
	padding: 15px 10px 0 10px;
	margin: 20px 0 20px 0;
	border-top: #dadada 1px dotted;
}
.navipage_.bottom_ {
	padding: 10px 10px 20px;
	margin-bottom: 40px;
	border-bottom: #dadada 1px solid;
}
.navipage_ .navipage_sum_ {
	margin-bottom: 5px;
	text-align:right;
}
.navipage_ .navipage_sum_ .sum_ {
	margin-right: 5px;
}
.navipage_ nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navipage_ nav>a,
.navipage_ nav>span{
  display: block;
}
.navipage_ a {
  min-width: 30px;
  height: 30px;
  margin: 0 2px 4px 2px;
  padding: 0 3px;
  text-align: center;
  line-height: 28px;
  background-color: #ffffff;
  border: 1px solid #dcca81;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  box-sizing: border-box;
}
.navipage_now_ {
  min-width: 30px;
  height: 30px;
  margin: 0 2px 4px 2px;
  padding: 0 3px;
  text-align: center;
  line-height: 28px;
  background-color: #e5ddbe;
  border: 1px solid #e5ddbe;
  display: inline-block;
  font-weight: bold;
  box-sizing: border-box;
}
.shoppage_wrap_ .navipage_now_ {
	background: #f3fafb;
	border: 1px solid #0da4b2;
}
.navipage_ span.navipage_first_ a {
	min-width: 38px;
}
.navipage_ span.navipage_last_ a {
	min-width: 38px;
}

.navipage_>p{
  margin-bottom: 0.6em;
}

/* 一覧 ユーザフィルタ */
.userfilter_{
  background-color: #ffffff;
  padding: 15px 20px 15px 11px;
  border-bottom: 1px #e2decf solid;
}
.userfilter_top_{
  border-top: 1px #e2decf solid;
  background-color: #ffffff;
  padding: 15px 20px 1px 11px;
}
.userfilter_top_ ~ .userfilter_last_{
  background-color: #ffffff;
  padding: 1px 20px 15px 11px;
  border-bottom: 1px #e2decf solid;
}

/* 並び替え */
.navisort_ {
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 2px solid #FFCCCC;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
  display: flex;
  padding-left: 10px;
  margin-bottom: 6px;
}
.navistyle_.search_type_{
  align-items: center;
}
.navistyle_ dt {
  width: 81px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.navistyle_ dd {
  flex: 1;
  display: flex;
}
.navistyle_.keyword_ dd p{
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.navistyle_.keyword_ dd span{
  position: relative;
  line-height: 23px;
  display: inline-block;
  background-color: #af9010;
  color: #ffffff;
  padding: 0 32px 0 13px;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 5px;
  border-radius: 15px;
}
.navistyle_.keyword_ dd span:before,
.navistyle_.keyword_ dd span:after{
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  right: 11px;
  top: 50%;
  margin-top: -1px;
}
.navistyle_.keyword_ dd span:before{
  transform: rotate(45deg);
}
.navistyle_.keyword_ dd span:after{
  transform: rotate(-45deg);
}

.navistyle_ dd select {
	width: 100%;
	height: 28px;
	min-height: 28px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #dcca81;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* ブランド絞込 */
.brand_name_ {
}
.brand_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.brand_name_ a {
	padding: 5px;
	display: inline-block;
}
/* メーカー絞込 */
.maker_name_ {
}
.maker_name_now_ {
	color:#CC3300;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.maker_name_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 商品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}
#goods_class_filter_ dd {
}
#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}


.pagesizeoption_{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.pagesizeoption_ p{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 38px;
  padding-right: 10px;
}
.pagesizeoption_ select{
  border: 1px solid #dcca81;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}


/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {
}
.topiclist_body_ .topic_title_ {
	margin-bottom: 10px;
	padding: 9px 10px 9px 27px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	position: relative;
	clear: both;
}
.topiclist_body_ .topic_title_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #179855;
}
.shoppage_wrap_ .topiclist_body_ .topic_title_:after {
	background: #0da4b2;
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
/* トピック一覧 */
div.topiclist_ {
	margin: 30px 0;
}
div.topiclist_ .topiclist_head_ {
	padding: 10px;
	border-bottom: #179855 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.shoppage_wrap_ div.topiclist_ .topiclist_head_ {
	border-bottom: #0da4b2 2px solid;
}
div.topiclist_ .topiclist_head_ h2 {
	font-size: 18px;
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ .topiclist_body_ li {
	border-bottom: #dadada 1px dotted;
}
div.topiclist_ .topiclist_body_ li img.icon_ {
	height: 21px;
	margin-right: 8px;
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding: 10px;
	text-decoration: none;
	display: block;
}
div.topiclist_ .topiclist_body_ li span.date_ {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
div.topiclist_ .topiclist_body_ li span.text_ {
	display: block;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
#goods_detail_page {
	background-color:#ffffff;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* アイコン */
#spec_goods_icon {
	margin: 10px 0 10px 10px;
}
#spec_goods_icon img {
	height: 21px;
	margin: 0 10px 10px 0;
}

/* 商品画像 */
div.goodsimg_#gallery {
	padding-bottom: 40px;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
}
div.goodsimg_ #gallery_img_L a,
div.goodsimg_ #gallery_img_L a:link,
div.goodsimg_ #gallery_img_L a:hover,
div.goodsimg_ #gallery_img_L a:visited,
div.goodsimg_ #gallery_img_L a:focus {
	outline: none;
	text-decoration: none;
}
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_ .comment_ {
	margin-top: 5px;
}

/* 商品画像カルーセル */
#gallery_img_L.img_L_hidden_ {
	height: 110vw;
	overflow: hidden;
	opacity: 0;
}
div.goodsimg_#gallery .slick-container {
	margin: 0 auto;
}
div.goodsimg_#gallery .slick-dots-container {
	display: block;
	height: 30px;
	margin: 0.625rem auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 112px;
}
div.goodsimg_#gallery .slick-dots-container>ul {
	align-items: center;
	bottom: unset;
	flex-direction: row;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	transition: all 0.25s;
	white-space: nowrap;
}
div.goodsimg_#gallery .slick-dots-container>ul li {
	background-color: #ccc;
	border: none;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 3px;
	pointer-events: none;
	width: 10px;
}
div.goodsimg_#gallery .slick-dots-container>ul li button {
	background: 0 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 14px;
	line-height: 0;
	outline: 0;
	padding: 0.3125rem;
	width: 14px;
}
div.goodsimg_#gallery .slick-dots-container>ul li.p-small-1,
div.goodsimg_#gallery .slick-dots-container>ul li.n-small-1,
div.goodsimg_#gallery .slick-dots-container>ul li.small_ {
	transform: scale(0.7);

}
div.goodsimg_#gallery .slick-dots-container>ul li.p-small-2,
div.goodsimg_#gallery .slick-dots-container>ul li.n-small-2,
div.goodsimg_#gallery .slick-dots-container>ul li.p-small-1.small_,
div.goodsimg_#gallery .slick-dots-container>ul li.n-small-1.small_ {
	transform: scale(0.5);
}
div.goodsimg_#gallery .slick-dots-container>ul li.default_ {
	transform: scale(1);
}
div.goodsimg_#gallery .slick-dots-container>ul li.slick-active,
div.goodsimg_#gallery .slick-dots-container>ul li.slick-active:first-child {
	background: #3498db;
	transform: scale(1);
	transform-origin: center;
}
div.goodsimg_#gallery .slick-dots li button::before {
	display: none;
}
div.goodsimg_#gallery .slick-arrow {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px 45px;
	border: none;
	height: 45px;
	margin-top: -20px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 20px;
	z-index: 1;
}
div.goodsimg_#gallery .slick-next {
	background-image: url(../img/usr/visual/bx_next_sp.png);
	right: 0;
}
div.goodsimg_#gallery .slick-prev {
	background-image: url(../img/usr/visual/bx_prev_sp.png);
	left: 0;
}

/* 商品画像バリエーション */
div.etc_goodsimg_ {
}
div.etc_goodsimg_line_ {
}
div.etc_goodsimg_item_ {
}
div.etc_goodsimg_item_ img {
}

/* 商品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
dl.goodsspec_ {
	margin:0 10px;
	border: 1px solid #dadada;
	margin-bottom: 10px;
}
dl.goodsspec_ > dt,
dl.goodsspec_ > dd {
	display: block;
}
dl.goodsspec_ > dt {
	padding: 5px 15px 5px 15px;
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: bold;
}
dl.goodsspec_ > dd {
	padding: 10px 15px 10px 15px;
	font-size: 14px;
}
dl.goodsspec_ > dd dl {
	display: table;
}
dl.goodsspec_ > dd dl dt {
	width: 120px;
	padding-right: 10px;
	display: table-cell;
	text-align: right;
}
dl.goodsspec_ > dd dl dd {
	display: table-cell;
}
dl.goodsspec_ > dd dl.sales_price_ dd {
	font-weight: bold;
}
dl.goodsspec_ > dd dl.jre_point_ dt {
	color: #00833f;
}
dl.goodsspec_ > dd dl.jre_point_ dd {
	color: #00833f;
	font-weight: bold;
}
dl.goodsspec_ > dd dl.sales_price_ dd span {
	font-weight: normal;
}
dl.goodsspec_ > dd dl.jre_point_ dd span {
	font-weight: normal;
}

div.goodsspec_ div.togetherlist_ {
}
.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.goodsset_ {
	margin-bottom:10px;
}
h2.goodsset_title_ {
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}
dl.goodsset_ {
	margin:0 10px;
}

dl.goodsset_ dt,
dl.goodsset_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodsset_ dt {
	padding:1px 2px 1px 12px;
	background-color:#ffe6e0;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dd {
	padding:2px 2px 2px 12px;
	border:1px solid #ffe6e0;
}
dl.goodsset_ dt:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
dl.goodsset_ dd:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

/* カートボタン関係 */
div.cartbox_ {
	margin: 40px 10px 30px;
	padding: 20px 10px 15px 10px;
	border: #f0f0f0 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: #fafafa;
}
div.cartbox_ div.cartbox_inner_ {	
	zoom: 1;
}
div.cartbox_ div.cartbox_inner_:after {	
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.cartbox_ div.pricebox_ {
	position: relative;
}
div.cartbox_ div.pricebox_ .price_ {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
div.cartbox_ div.pricebox_ .price_ .xsmall_ {
	font-size: 10px;
	font-weight: normal;
}
div.cartbox_ div.pricebox_ .point_info_ {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #00833f;
}
div.cartbox_ div.stock_ {
	width: 100%;
	text-align: right;
	position: absolute;
	top: -25px;
	left: 0;
}
div.cartbox_ div.stock_ p {
	min-width: 100px;
	padding: 8px 10px 6px;
	border: #af9010 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	display: inline-block;
	position: relative;
	right: -8px;
}
div.cartbox_ div.stock_ p:after {
	width: 15px;
	height: 15px;
	content: "";
	display: block;
	background-image: url(../img/usr/furusato/stock_comment.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -7px;
}
div.cartbox_ div.stock_ p strong {
	font-size: 18px;
	font-weight: bold;
	color: #cc2921;
}
div.cartbox_ div.descbox_ {
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ {
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: table;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dt {
	padding-right: 10px;
	display: table-cell;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd {
	display: table-cell;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd input {
	width: 70px;
	text-align: center;
	margin-right: 10px;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd input:focus {
	border:solid 1px #0da4b2;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
div.cartbox_ input.btn_cart_l_ {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #af9010;
}
#goods_detail_page div.cartbox_ input.btn_cart_l_ {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #af9010;
}
#goods_detail_page div.cartbox_ a.btn_cart_l_ {
	height: 46px;
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #0da4b2;
}
#goods_detail_page div.cartbox_ a.btn_cart_l_ img {
	height: 46px;
}
div.cartbox_ div.cart_button_ {
	margin: 10px auto 0;
	text-align: center;
	position: relative;
}
div.cartbox_ div.cart_button_ a.bookmark_ {
	margin-left: 8px;
	display: inline-block;
}
div.cartbox_ div.cart_button_ a.bookmark_ img {
	height: 59px;
	vertical-align: top;
}
div.cartbox_ div.cart_button_ input.btn_cart_l_ {
	height: 46px;
	display: inline-block;
	vertical-align: top;
}

/* sale時 */
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ {
}
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ .price_ {
	color: #b3241d;
}
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ .price_ .icon_ {
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
}
div.cartbox_ .cartbox_inner_.sale_ div.default_pricebox_ {
	text-align: center;
	color: #767676;
}
div.cartbox_ .cartbox_inner_.sale_ div.default_pricebox_ .price_ {
	color: #767676;
}
div.cartbox_ .cartbox_inner_.sale_ div.descbox_ {
}
div.cartbox_ .cartbox_inner_.sale_ div.descbox_ .saledate_ {
	padding: 5px 0;
	margin: 10px 0;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	font-size: 12px;
	text-align: center;
}

/*　組み合わせ時 */
div.cartbox_ .cartbox_inner_ .variationbox_ {
	padding: 10px 0 0 0;
	clear: both;
}

/* SOLDOUT時 */
div.cartbox_ .cartbox_inner_.nostock_ div.pricebox_ .price_ {
	color: #777777;
	font-weight: normal;
}
div.cartbox_ .cartbox_inner_.nostock_ div.point_info_ {
	color: #777777;
	font-weight: normal;
}
div.cartbox_ p.memo_,
div.cartbox_ .cartbox_inner_.nostock_ p.memo_ {
	width: calc(100% - 60px);
	padding: 10px 0 0 1em;
	text-indent: -1em;
	color: #777777;
	font-size: 12px;
	box-sizing: border-box;
}
div.cartbox_ span.soldout_ {
	height: 46px;
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #acacac;
}
div.cartbox_ span.soldout_ img {
	height: 46px;
}

/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ div.colors_ {
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ dl {
	margin-top: 10px;
	overflow: hidden;
}
div.cartbox_ div.colors_ dl dt {
	width: 60px;
	line-height: 48px;
	float: left;
}
div.cartbox_ div.colors_ dl dd {
	width: calc(100% - 60px);
	float: right;
}
div.cartbox_ div.colors_ div.color_ {
	width: 48px;
	height: 48px;
	margin: 0 4px 4px 0;
	display: table-cell;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/sys/base_type.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 42px 42px;
	background-size: 42px 42px;
	float:left;
}
div.cartbox_ div.colors_ div.color2_ {
	width: 48px;
	height: 48px;
	margin: 0 4px 4px 0;
	display: table-cell;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/sys/base_type.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 42px 42px;
	background-size: 42px 42px;
	float: left;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 1px #fafafa;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 1px #fafafa;
	background-color: #cccccc;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:#0da4b2 1px solid;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:#0da4b2 1px dashed;
	background-color: #cccccc;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ div.color_:hover {
	border:#0da4b2 1px solid!important;
}
div.cartbox_ div.colors_ br,
div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ dl {
	margin-top: 10px;
	overflow: hidden;
}
div.cartbox_ div.sizes_ dl dt {
	width: 60px;
	line-height: 34px;
	float: left;
}
div.cartbox_ div.sizes_ dl dd {
	width: calc(100% - 60px);
	float: right;
}
div.cartbox_ div.sizes_ div.size_ {
	min-width: 54px;
	height: 30px;
	float:left;
	padding: 2px 4px 2px 4px;
	margin: 0 8px 8px 0;
	white-space: nowrap;
	line-height: 32px;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border: #e7e7e7 1px solid;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border: #cccccc 1px dotted;
	background-color:#cccccc;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #0da4b2;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:dotted 1px #cccccc;
	background-color:#cccccc;
	color:#0da4b2;
}
div.cartbox_ div.sizes_ div.size_:hover {
	border:#0da4b2 1px solid!important;
}

.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}

div.group_comment_ {
}
div.group_comment_ ul {
	padding: 0 10px;
}
div.group_comment_ ul li {
	vertical-align: top;
}
div.group_comment_ ul li.icon_ {
	margin: 0 10px 10px 0;
	float: left;
}
div.group_comment_ ul li.icon_ img {
	height: 39px;
}
div.group_comment_ ul li.text_ {
	clear: both;
}

div.goodscomment1_ {
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
div.goodscomment2_ {
	margin: 0 10px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #b3241d;
	word-wrap: break-word;
}
div.goodscomment3_ {
	margin: 0 10px 10px;
	word-wrap: break-word;
}
div.goodscomment4_ {
	margin: 0 10px 10px;
	word-wrap: break-word;
}
div.goodscomment5_ {
	margin: 0 10px 20px;
	word-wrap: break-word;
}
div.goodscomment6_ {
	margin: 0 10px 20px;
	word-wrap: break-word;
}
div.goodscomment6_ ul li.indent_ {
	padding-left: 1em;
	text-indent: -1em;
}
div.goodscomment7_ {
	margin: 0 10px 20px;
	word-wrap: break-word;
}
div.goods_contact_ {
	padding-top: 10px;
	margin: 10px 10px 20px;
	border-top: #dadada 1px dotted;
	text-align: center;
}
div.goods_contact_ input.goods_contact_ {
	width: 220px;
	height: 40px;
	border: none;
	background: url(../img/sys/button/goods_contact_sp.png) center center no-repeat;
	-webkit-background-size: 191px 17px;
	background-size: 191px 17px;
	text-indent: -9999px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.option_buttons_ {
	margin: 0 10px 10px;
}
.option_buttons_ li {
}
.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom:15px;
}
.fb_iframe_widget[layout="standard"] iframe {
	height:30px !important;
}

.cart_button_ .aj_cart_button {
	display: inline;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
	padding: 0;
	margin: 0;
}
ul.goods_p_ {
	width: 100%;
	padding: 20px 2px 1px;
	overflow: hidden;
	box-sizing: border-box;
}
ul.goods_p_ li {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 15px;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
ul.goods_p_ li:nth-child(2n-1) {
	clear: both;
}
ul.goods_p_ li a {
	display: block;
	text-decoration: none;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li figure.img_ {
	widht: 160px;
	height: 160px;
	margin-bottom: 8px;
	text-align: center;
}
ul.goods_p_ li figure.img_ img {
	max-width:160px;
	max-height: 160px;
}
ul.goods_p_ li div.desc_ {
	vertical-align: top;
}
ul.goods_p_ li div.desc_ img.icon_ {
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
ul.goods_p_ li div.desc_ div.name_ {
}
ul.goods_p_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_p_ li span.point_icon_ {
	margin: 0 5px;
	border: #dcca81 3px solid;
	text-align: center;
	font-size: 11px;
	padding: 0 4px;
	color: #b79f3e;
	background-color: #ffffff;
	display: inline-block;
	word-break: keep-all;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	font-size: 10px;
}
.shoppage_wrap_ ul.goods_p_ li div.desc_ div.name_ .name2_ {
/*	display: none; */
}
ul.goods_p_ li div.desc_ .price_ {
	text-align: right;
}
ul.goods_p_ li div.desc_ .price_ .price_pop_ {
	padding: 1px 5px;
	border: #b9e0cc 2px solid;
	text-align: center;
	font-weight: bold;
	color: #00833f;
	display: inline-block;
}
ul.goods_p_ li div.desc_ .price_ .special_price_  {
	color: #b3241d;
	font-weight: bold;
}
ul.goods_p_ li div.desc_ .price_ .special_price_ .xsmall_ {
	font-weight: normal;
}

.cartbox_ .togetherlist_ ul.goods_p_ {
	padding: 15px 2px 1px;
	margin-top: 15px;
	border-top: #dadada 1px dotted;
}
.cartbox_ .togetherlist_ ul.goods_p_ .name1_ {
	font-size: 12px;
}
.cartbox_ .togetherlist_ div.checkbox_ {
	text-align: center;
	white-space: nowrap;
}
.cartbox_ .togetherlist_ div.checkbox_ label {
	margin: 0 0 0 5px;
	text-align: right;
	font-weight: normal;
}
.cartbox_ .togetherlist_ input[type="checkbox"] {
	display: none !important;
}
.cartbox_ .togetherlist_ label {
	position: relative;
	display: inline-block;
	padding: 0 3px 0 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	font-size: 12px;
}
.cartbox_ .togetherlist_ label::before,
.cartbox_ .togetherlist_ label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.cartbox_ .togetherlist_ label::before {
	top: 49%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.cartbox_ .togetherlist_ label::after {
	opacity: 0;
	top: 49%;
	left: 4px;
	width: 8px;
	height: 5px;
	margin-top: -4px;
	border-left: 2px solid #0da4b2;
	border-bottom: 2px solid #0da4b2;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
.cartbox_ .togetherlist_ label:hover::before {
	background: #fff;
}
.cartbox_ .togetherlist_ input[type="checkbox"]:checked + label {
	color: #0da4b2;
}
.cartbox_ .togetherlist_ input[type="checkbox"]:checked + label::before {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #0da4b2;
}
.cartbox_ .togetherlist_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* --------------------------------------------------------------------
	商品一覧 サムネイル
-------------------------------------------------------------------- */
ul.goods_t_ {
	width: 100%;
	margin-top: 20px;
	padding: 0 12px;
	overflow: hidden;
	box-sizing: border-box;
}
ul.goods_t_ li {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
ul.goods_t_ li:nth-child(2n-1) {
	clear: both;
}
ul.goods_t_ li a {
	display: block;
	text-decoration: none;
}
ul.goods_t_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_t_ li figure.img_ {
	height: 160px;
	width: 160px;
	margin-bottom: 8px;
	text-align:center
}
ul.goods_t_ li figure.img_ img {
	max-height: 160px;
	max-width:160px;
}
ul.goods_t_ li div.icon_ {
	margin: 5px 0;
	vertical-align: top;
}
ul.goods_t_ li div.icon_ img {
	height: 14px;
	margin-right: 5px;
	vertical-align: bottom;
}
ul.goods_t_ li div.desc_ {
	margin-bottom: 10px;
	vertical-align: top;
}
ul.goods_t_ li div.desc_ img.icon_ {
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
ul.goods_t_ li div.desc_ div.name_ {
}
ul.goods_t_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
	margin-top: 7px;
	font-size: 15px;
	line-height: 22px;
	max-height: 66px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
ul.goods_t_ li span.point_icon_ {
	margin: 0 5px 0 0;
	border: #dcca81 3px solid;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.0;
	font-size: 11px;
	padding: 3px 0.9em;
	color: #c0a742;
	display: inline-block;
	word-break: keep-all;
}
ul.goods_t_ li div.desc_ div.name_ .name2_ {
	font-size: 15px;
	margin-top: 5px;
}
ul.goods_t_ li div.desc_ .price_ {
	text-align: right;
	font-size: 14px;
}
ul.goods_t_ li div.desc_ .price_ .special_price_  {
	color: #b3241d;
	font-weight: bold;
}
ul.goods_t_ li div.desc_ .price_ .special_price_ .xsmall_ {
	font-weight: normal;
	font-size: 11px;
}
ul.goods_t_ li div.auction_ {
	margin: 8px 0 12px;
	border-bottom: #ccc 1px dotted;
}
ul.goods_t_ li div.auction_ dl {
	width: 100%;
	border-top: #ccc 1px dotted;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.goods_t_ li div.auction_ dl dt {
	width: 42%;
	padding: 2px 0;
	font-size: 12px;
	text-align: left;
}
ul.goods_t_ li div.auction_ dl dd {
	width: 58%;
	padding: 2px 0;
	font-size: 12px;
	text-align: right;
}
ul.goods_t_ li div.cart_ {
	padding: 0;
	text-align: center;
}
ul.goods_t_ li div.cart_ a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #af9010;
	color: #ffffff;
}
ul.goods_t_ li div.cart_ a span {
	display: inline-block;
	line-height: 12px;
	padding: 4px 4px 4px 21px;
	background-image: url(../img/usr/furusato/sp/ico_cart.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-position: left center;
	font-size:12px;
	color: #ffffff;
}
ul.goods_t_ li div.cart_.btn_detail_ a span {
	padding: 0 0 0 18px;
	background: url(../img/usr/sb/common/icon_arrow.png) left 1px no-repeat;
	background-size: 8px 11px;
	-webkit-background-size: 8px 11px;
}
ul.goods_t_ li div.cart_.btn_choice_ a span {
	padding: 3px 0 3px 23px;
	background: url(../img/usr/sb/common/icon_type.png) left top no-repeat;
	background-size: 12px 16px;
	-webkit-background-size: 12px 16px;
}
.shoppage_wrap_ ul.goods_t_ li div.cart_ a {
	background: #0da4b2;
}
.shoppage_wrap_ ul.goods_t_ li div.backorder_ span  {
	background: #0da4b2;
}
ul.goods_t_ li div.soldout_ {
	padding: 0;
	text-align: center;
}
ul.goods_t_ li div.soldout_ span {
	padding: 8px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #a9a9a9;
	color: #ffffff;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	font-size:12px;
}

.shoppage_wrap_ ul.goods_t_ li div.soldout_ img {
	background: #a9a9a9;
}

ul.goods_t_ li div.backorder_ {
	padding: 0;
	text-align: center;
}
ul.goods_t_ li div.backorder_ span {
	padding: 8px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #00833f;
	color: #ffffff;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	font-size:12px;
}

.shoppage_wrap_ ul.goods_t_ li div.backorder_ img {
	background: #0da4b2;
}


ul.goods_t_ li div.bookmark_ {
	padding: 0;
	text-align: center;
	margin-top: 11px;
}
ul.goods_t_ li div.bookmark_ span {
	line-height: 20px;
	padding: 8px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #ffffff;
	color: #000000;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	font-size:12px;
}
ul.goods_t_ li div.bookmark_ img.icon_bookmark_ {
	margin: 0px 5px 0px 0px;
	width: 20px;
}

.shoppage_wrap_ ul.goods_t_ li div.bookmark_ img {
	display: inline-block;
	background: #f0f0f0;
}


/* --------------------------------------------------------------------
	商品一覧　ランキング
-------------------------------------------------------------------- */
ul.goods_r_ {
	width: 100%;
	margin: 0 auto;
	padding: 20px 2px 1px;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../img/usr/common/side_ranking_bg.png) top center repeat;
}
.shoppage_wrap_ .event_ .bx-wrapper {
	max-width: 100vw !important;
	background: #fbf8f5;
}
.shoppage_wrap_ ul.goods_r_ {
	background: #fbf8f5;
}
ul.goods_r_ li {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
	float: left;
}
ul.goods_r_ li:nth-child(2n-1) {
	clear: both;
}
ul.goods_r_ li a {
	display: block;
	text-decoration: none;
	position: relative;
}
ul.goods_r_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_r_ li div.rank_ {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	color: #666666;
	top: -14px;
	left: -8px;
	z-index: 1;
	background-image: url(../img/usr/furusato/sp/ico_ranking_circle.png);
	background-repeat: no-repeat;
	background-size: 27px auto;
	-moz-background-size: 27px auto;
	-webkit-background-size: 27px auto;
}
ul.goods_r_ li.rank1_ div.rank_,
ul.goods_r_ li.rank2_ div.rank_,
ul.goods_r_ li.rank3_ div.rank_{
	color: #ffffff;
	padding: 13px 0 0 0;
	line-height: 12px;
	box-sizing: border-box;
}
ul.goods_r_ li.rank1_ div.rank_ {
	background-image: url(../img/usr/furusato/sp/ico_ranking1.png);
}
ul.goods_r_ li.rank2_ div.rank_ {
	background-image: url(../img/usr/furusato/sp/ico_ranking2.png);
}
ul.goods_r_ li.rank3_ div.rank_ {
	background-image: url(../img/usr/furusato/sp/ico_ranking3.png);
}
ul.goods_r_ li figure.img_ {
	width: 130px;
	height: 130px;
	margin: 0px auto 10px auto;
	text-align: center;
}
ul.goods_r_ li figure.img_ img {
	max-width: 130px;
	max-height: 130px;
}
ul.goods_r_ li div.desc_ {
	vertical-align: top;
}
ul.goods_r_ li div.desc_ img.icon_ {
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
ul.goods_r_ li div.desc_ div.name_ {
	margin-bottom: 0;
}
ul.goods_r_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_r_ li span.point_icon_ {
	width: auto !important;
	margin: 0 5px 0 0;
	border: #dcca81 3px solid;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.0;
	font-size: 11px;
	padding: 3px 0.9em;
	color: #c0a742;
	display: inline-block;
	word-break: keep-all;
}
ul.goods_r_ li div.desc_ div.name_ .name2_ {
	font-size: 13px;
	margin-top: 3px;
	color: inherit;
}
ul.goods_r_ li div.desc_ .price_ {
	text-align: right;
}
ul.goods_r_ li div.desc_ .price_ .special_price_  {
	color: #b3241d;
	font-weight: bold;
}
ul.goods_r_ li div.desc_ .price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
.bx-wrapper ul.goods_r_ li:nth-child(2n-1) {
	clear: none;
}

/* --------------------------------------------------------------------
	商品一覧　詳細表示
-------------------------------------------------------------------- */
ul.goods_d_ {
	padding: 0 0 1px 0;
	margin: 20px 10px 0 10px;
	border-top: #dadada 1px dotted;
	overflow: hidden;
}
ul.goods_d_ li {
	width: 100%;
	padding: 15px 0;
	border-bottom: #dadada 1px dotted;
	text-align: left;
	box-sizing: border-box;
}
ul.goods_d_ li a {
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
	background: url(../img/usr/sb/common/goods_list_arrow.png) right center no-repeat;
	-webkit-background-size: 10px 16px;
	background-size: 10px 16px;
}
ul.goods_d_ li div.nolink_ {
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.goods_d_ li figure.img_ {
	width: 38%;
	max-height: 200px;
	text-align: center;
	float: left;
}
ul.goods_d_ li figure.img_ img {
	max-height: 200px;
}
ul.goods_d_ li div.desc_ {
	width: 62%;
	padding: 0 0 0 10px;
	float: right;
	vertical-align: top;
	box-sizing: border-box;
}
ul.goods_d_ li div.desc_ div.icon_ {
}
ul.goods_d_ li div.desc_ img.icon_ {
	height: 14px;
	margin-right: 3px;
}
ul.goods_d_ li div.desc_ div.name_ {
	margin-bottom: 10px;
}
ul.goods_d_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_d_ li span.point_icon_ {
	width: auto !important;
    margin: 0 5px 0 0;
    border: #dcca81 3px solid;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.0;
    font-size: 11px;
    padding: 3px 0.9em;
    color: #c0a742;
    display: inline-block;
    word-break: keep-all;
}
ul.goods_d_ li div.desc_ div.name_ .name2_ {
	font-size: 10px;
}
.shoppage_wrap_ ul.goods_d_ li div.desc_ div.name_ .name2_ {
/*	display: none; */
}
ul.goods_d_ li div.desc_ .price_ {
	text-align: left;
}
ul.goods_d_ li div.desc_ .price_ .price_pop_ {
	padding: 1px 5px;
	border: #b9e0cc 2px solid;
	text-align: center;
	font-weight: bold;
	color: #00833f;
	display: inline-block;
}
ul.goods_d_ li div.desc_ .price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
ul.goods_d_ li div.desc_ .price_ .special_price_ .xsmall_ {
	font-weight: normal;
}

/* --------------------------------------------------------------------
	商品一覧　バリエーション
-------------------------------------------------------------------- */
div.cartvariation_ {
	margin: 0 10px 10px;
}
ul.cartvariation_ {
	border-top: 1px solid #CCC;
}
ul.cartvariation_ li {
	padding: 10px 0;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
ul.cartvariation_ li a {}
ul.cartvariation_ li div.nolink_ {
}
ul.cartvariation_ li div.img_,
ul.cartvariation_ li div.desc_ {
	vertical-align: top;
}
ul.cartvariation_ li div.img_ {
	width: 100px;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
}
ul.cartvariation_ li div.img_ img {
	width: 100px;
	display: block;
}
ul.cartvariation_ li div.desc_ {
	padding-left: 10px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
ul.cartvariation_ li div.desc_ div.name_ {
}
ul.cartvariation_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.cartvariation_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.cartvariation_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.cartvariation_ li div.desc_ .price_box_ small {
	display: block;
}
ul.cartvariation_ li div.desc_ .cart_ {
	text-align: right;
}
ul.cartvariation_ li div.desc_ .cart_ .variation_ {
	margin-bottom: 5px;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin: 0 10px 10px 10px;
	border: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
dl.goodssearch_ dt,
dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodssearch_ dt {
	padding:5px 10px;
	font-weight: bold;
	background-color: #e9f5ed;
}
.shoppage_wrap_ dl.goodssearch_ dt {
	padding:5px 10px;
	font-weight: bold;
	background-color: #e9f6f7;
}
dl.goodssearch_ dd {
	padding:10px;
}
dl.goodssearch_ dd input {
	width: 100%;
	box-sizing: border-box;
}
dl.goodssearch_ dd.goodssearch_price_ input {
	width: 40%;
	box-sizing: border-box;
}
dl.goodssearch_ dd select {
	width: 100%;
	box-sizing: border-box;
}

div.searchdetail_bottom_block_ {
	padding: 50px 0 0 0;
	margin-top: 40px;
	border-top: #dadada 1px solid;
}
div.searchdetail_bottom_block_ ul.banner_ {
	margin: 0 10px 10px 10px;
}
div.searchdetail_bottom_block_ ul.banner_ li {
	margin: 0 0 10px 0;
	text-align: center;
}
div.searchdetail_bottom_block_ ul.banner_.top_ {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: #dadada 1px dotted;
}
div.searchdetail_bottom_block_ ul.banner_.top_ {
}
div.search_result_header_ {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: none;
	position: relative;
}
div.category_name_ {
	margin-bottom: 30px;
	padding: 15px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom:#dadada 2px solid;
	position: relative;
}
div.category_name_:after {
	width: 80px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #af9010;
}

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
}

/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	margin: 10px 10px 30px 10px;
	border-bottom: #dadada 1px solid;
	border-left: #dadada 1px solid;
	border-right: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
nav.CategoryStyleG_ ul.layer0_,
nav.CategoryStyleG_ ul.layer1_,
nav.CategoryStyleG_ ul.layer2_,
nav.CategoryStyleG_ ul.layer3_ {
	background: #ffffff;
}
nav.CategoryStyleG_ ul li {
	width: 100%;
	min-height: 40px;
	border-top: #dadada 1px solid;
	word-break: break-all;
	position: relative;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul.layer0_ li,
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	background-color: #FFF;
	background-color: transparent;
}
nav.CategoryStyleG_ ul.layer0_ li.open_,
nav.CategoryStyleG_ ul.layer1_ li.open_,
nav.CategoryStyleG_ ul.layer2_ li.open_,
nav.CategoryStyleG_ ul.layer3_ li.open_ {
	background-color: #f5f5f5;
}
nav.CategoryStyleG_ ul li a {
	padding: 10px;
	text-decoration: none;
	display: block;
}
nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 10px;
	text-decoration: none;
	display: block;
}
nav.CategoryStyleG_ ul li a {
	padding: 10px 10px 10px 35px;
}
nav.CategoryStyleG_ ul li.nochild_ a {
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	display: block;
	background: url(../img/usr/sb/common/hnav_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.CategoryStyleG_ ul li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.CategoryStyleG_ ul.layer1_ li a {
	padding: 10px 10px 10px 55px;
}
nav.CategoryStyleG_ ul.layer1_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 30px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.CategoryStyleG_ ul.layer1_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 30px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.CategoryStyleG_ ul.layer2_ li a {
	padding: 10px 10px 10px 75px;
}
nav.CategoryStyleG_ ul.layer2_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 50px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.CategoryStyleG_ ul.layer2_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 50px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.CategoryStyleG_ ul.layer3_ li a {
	padding: 10px 10px 10px 95px;
}
nav.CategoryStyleG_ ul.layer3_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 70px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.CategoryStyleG_ ul.layer3_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 70px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
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;
	width: 40px;
	height: 40px;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
nav.CategoryStyleG_ ul li p.parent_ {
	background-image: url(../img/usr/sb/common/tree_minus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/tree_plus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/shop_cate_plus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_{
	padding-left: 20px !important;
	background-position: 30px center !important;
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_{
	padding-left: 40px !important;
	background-position: 50px center !important;
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_{
	padding-left: 60px !important;
	background-position: 70px center !important;
}
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .comment_ {
}
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .comment_ {
}
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .comment_ {
}
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .comment_ {
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
}

/* ジャンル一覧 */
nav.GenreStyle_ {
	margin: 10px 10px 30px 10px;
	border-bottom: #dadada 1px solid;
	border-left: #dadada 1px solid;
	border-right: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
nav.GenreStyle_ ul.layer0_,
nav.GenreStyle_ ul.layer1_,
nav.GenreStyle_ ul.layer2_,
nav.GenreStyle_ ul.layer3_ {
	background: #ffffff;
}
nav.GenreStyle_ ul li {
	width: 100%;
	min-height: 40px;
	border-top: #dadada 1px solid;
	word-break:break-all;
	position: relative;
}
nav.GenreStyle_ ul.layer0_ li,
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	background-color: #FFF;
	background-color: transparent;
}
nav.GenreStyle_ ul.layer0_ li.open_,
nav.GenreStyle_ ul.layer1_ li.open_,
nav.GenreStyle_ ul.layer2_ li.open_,
nav.GenreStyle_ ul.layer3_ li.open_ {
	background-color: #f5f5f5;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 10px;
	text-decoration: none;
	display: block;
}
nav.GenreStyle_ ul li a .name_{
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li a {
	padding: 10px 10px 10px 35px;
}
nav.GenreStyle_ ul li.nochild_ a {
	text-decoration: none;
	display: block;
	background: url(../img/usr/sb/common/hnav_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.GenreStyle_ ul li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul.layer1_ li a {
	padding: 10px 10px 10px 55px;
}
nav.GenreStyle_ ul.layer1_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 30px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.GenreStyle_ ul.layer1_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 30px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul.layer1_ li a {
	padding: 10px 10px 10px 75px;
}
nav.GenreStyle_ ul.layer2_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 50px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.GenreStyle_ ul.layer2_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 50px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul.layer3_ li a {
	padding: 10px 10px 10px 95px;
}
nav.GenreStyle_ ul.layer3_ li.nochild_ a {
	background: url(../img/usr/sb/common/hnav_arrow.png) 70px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.GenreStyle_ ul.layer3_ li.nochild_ a {
	background: url(../img/usr/sb/common/shop_arrow.png) 70px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	width: 40px;
	height: 40px;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
nav.GenreStyle_ ul li p.parent_ {
	background-image: url(../img/usr/sb/common/tree_minus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/tree_plus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.shoppage_wrap_ nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/shop_cate_plus.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
	padding-left: 20px !important;
	background-position: 30px center !important;
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
	padding-left: 40px !important;
	background-position: 50px center !important;
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
	padding-left: 60px !important;
	background-position: 70px center !important;
}
nav.GenreStyle_ ul.layer0_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer0_ li.nochild_ .comment_ {
}
nav.GenreStyle_ ul.layer1_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer1_ li.nochild_ .comment_ {
}
nav.GenreStyle_ ul.layer2_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer2_ li.nochild_ .comment_ {
}
nav.GenreStyle_ ul.layer3_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer3_ li.nochild_ .comment_ {
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */

/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
h2.event_title_ {
	padding: 10px 10px 5px 20px;
	border-bottom: #dadada 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
	position: relative;
	margin-bottom: 15px !important;
}
h2.event_title_::after {
	content: '';
	width: 75px;
	height: 2px;
	display: block;
	background: #af9010;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.shoppage_wrap_ div.event_ h2.event_title_::after {
	background: #0da4b2;
}
h2.event_title_ a {
	padding: 10px;
	text-decoration: none;
	color: #333333;
	display: block;
}
h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}
.event_design_header_ {
	padding: 20px 10px 0;
	border-top: #f8b959 2px solid;
	background  : -moz-linear-gradient(top, #fef4e4 0%, #ffffff 100%);
	background  : -webkit-linear-gradient(top, #fef4e4 0%, #ffffff 100%);
	background  : linear-gradient(to bottom, #fef4e4 0%, #ffffff 100%);
	position: relative;
}
.event_design_header_.brown_ {
	border-top: #400000 2px solid;
	background  : #f5f2f1;
}
.event_design_header_.yellow_ {
	border-top: #f8b959 2px solid;
	background  : -moz-linear-gradient(top, #fef4e4 0%, #ffffff 100%);
	background  : -webkit-linear-gradient(top, #fef4e4 0%, #ffffff 100%);
	background  : linear-gradient(to bottom, #fef4e4 0%, #ffffff 100%);
}
.event_design_header_.pink_ {
	border-top: #fa96a8 2px solid;
	background  : -moz-linear-gradient(top, #fff3f5 0%, #ffffff 100%);
	background  : -webkit-linear-gradient(top, #fff3f5 0%, #ffffff 100%);
	background  : linear-gradient(to bottom, #fff3f5 0%, #ffffff 100%);
}
.event_design_header_.suica_:after {
	content: "";
	width: 66px;
	height: 64px;
	position: absolute;
	top: -40px;
	right: 10px;
	background  : url(../img/usr/sb/common/icon_suica.png) top left no-repeat;
	-webkit-background-size: 66px 64px;
	background-size: 66px 64px;
	z-index: 10;
}
.event_design_header_ .fixed_image_ {
	margin-bottom: 10px;
	text-align: center;
}
.event_design_header_ .text_ {
	line-height: 1.6;
}
.event_design_bottom_.more_ {
	margin: 0 20% 40px;
	text-align: center;
}
.event_design_bottom_.more_ p.more_btn_ {
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
.event_design_bottom_.more_ p.more_btn_ a {
	height: 36px;
	background-color: #ffffff;
	color: #af9010;
	border: #af9010 2px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_design_bottom_.more_ p.more_btn_ a span{
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 7px;
	line-height: 20px;
}
.event_design_bottom_.more_ p.more_btn_ a span:before,
.event_design_bottom_.more_ p.more_btn_ a span:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.event_design_bottom_.more_ p.more_btn_ a span:before{
	left: 0;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #af9010;
}
.event_design_bottom_.more_ p.more_btn_ a span:after{
	left: 4px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.ranking_.more_ {
	padding: 20px 20% 30px;
	margin: 0 0 30px 0;
	background: url(../img/usr/common/side_ranking_bg.png) top center repeat;
	text-align: center;
	position: relative;
	top: -10px;
}
.shoppage_wrap_ .ranking_.more_ {
	background: #fbf8f5;
	top: 0;
}
.ranking_.more_ p.more_btn_ {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background:none;
}
.ranking_.more_ p.more_btn_ a {
    height: 36px;
    background-color: #ffffff;
    color: #af9010;
    border: #af9010 2px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoppage_wrap_ .ranking_.more_ p.more_btn_ a {
	border: #0da4b2 1px solid;
	background:#ffffff url(../img/usr/sb/common/shop_arrow.png) 30px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

/* フリースペース */
.event_comment_ {
	margin: 10px;
}
.event_freespace5_ {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #dadada 1px solid;
}
.event_freespace4_ ul.banner_ {
	margin: 0 10px;
}
.event_freespace4_ ul.banner_ li {
	margin: 0 0 10px 0;
}



div.goods_.scrollItem {
	overflow-x: scroll;
	position: relative;
	margin-bottom: 25px;
	text-align: left;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
div.goods_.scrollItem ul {
	display: flex;
/*	display: inline-block; */
	margin: 0 10px 2px 10px;
	border-radius: 5px;
	padding: 14px 0px 10px 10px;
/*	width: 890px; */
	background: none;
	box-shadow: none;
	text-align: left;
	font-size: 0;
}
.goods_.scrollItem ul .StyleT_Line_ {
/*	display: flex;*/
	display: inline;
	font-size: 0;
}
div.goods_.scrollItem ul li {
	clear: none !important;
	float: none !important;
	display: inline-block;
	margin: 0 20px 5px 0;
	padding: 0;
	width: 130px;
	height: auto !important;
}
.goods_.scrollItem ul li:last-of-type {
	margin-right: 20px !important;
}
.goods_.scrollItem ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
/*	height: 100%;*/
}
.goods_.scrollItem ul li .img_ img {
	width: auto;
	height: 100px;
}
.goods_.scrollItem ul li .desc_ {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
	height: 100%;
}
.goods_.scrollItem ul li .name_ {
	margin-bottom: 5px;
}
.goods_.scrollItem ul li .name_ .point_space_ {
	height: 30px;
}
.goods_.scrollItem ul li .name_ .point_space_  .point_icon_ {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	font-size: 11px;
}
div.goods_.scrollItem ul li .name_ .name1_ {
	overflow: hidden;
	height: auto;
	font-weight: normal !important;
	font-size: 13px !important;
	line-height: 19px;
	max-height: 57px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.goods_.scrollItem ul li .name_ .name2_ {
	color: #666666;
}
div.goods_.scrollItem ul li .price_ {
	display: inline-block;
	color: #333333;
}
.goods_.scrollItem ul li .cart_,
.goods_.scrollItem ul li .bookmark_ {
	display: none;
}
.goods_.scrollItem ul li .soldout_,
.goods_.scrollItem ul li .backorder_" {
/*	display: table-cell;*/
	display: none;
}

.goods_.scrollItem ul.goods_r_ {
}
.goods_.scrollItem ul li[class*="rank"] .rank_ {
}
.goods_.scrollItem ul li.rank5_ .rank_,
.goods_.scrollItem ul li.rank6_ .rank_,
.goods_.scrollItem ul li.rank7_ .rank_,
.goods_.scrollItem ul li.rank8_ .rank_ {
}

.goods_.scrollItem.bnr > ul {
	border-radius: 0;
	padding: 0;
/*	width: 1265px;*/
	width: 2515px;
	background-color: transparent;
	box-shadow: none;
}
.goods_.scrollItem.bnr > ul #sprt_nets {
	font-size: 0;
}
.goods_.scrollItem.bnr > ul li {
	margin: 0 15px 0 0;
	width: 300px;
}
.goods_.scrollItem.bnr > ul li:last-child {
	margin-right: 0;
}
.goods_.scrollItem.bnr > ul li img {
	border: 1px solid #ffffff;
}







/* --------------------------------------------------------------------
	タグ
-------------------------------------------------------------------- */
h1.tag_name_,
h2.tag_name_ {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: #179855 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.shoppage_wrap_ h1.tag_name_,
.shoppage_wrap_ h2.tag_name_ {
	border-bottom: #0da4b2 2px solid;
}

.side_tag_cloud_ {
}
.side_tag_cloud_ span {
	line-height: 140%;
}
.tag_lowest_ {
	font-size:80%;
}
.tag_low_ {
	font-size:100%;
}
.tag_medium_ {
	font-size:120%;
}
.tag_high_ {
	font-size:144%;
	font-weight:bold;
}
.tag_highest_ {
	font-size: 173%;
	font-weight:bold;
}

.tag_cloud_ {
}

.tag_cloud_ .tag_list_ {
	margin: 10px;
}
.tag_cloud_ span {
	line-height: 140%;
}
.tag_cloud_more_ {
	margin: 10px 0 0 0;
	font-weight: bold;
}
.tag_add_shaping_ {
	margin: 0 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}
.tag_add_shaping_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_add_shaping_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_add_shaping_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_add_shaping_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_other_ {
	margin: 10px 10px 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #FFFFFF;
}

.tag_other_ dt {
	padding: 2px 2px 2px 6px;
	background: #F0F0F0;
}
.tag_other_ dd {
	padding: 0 0 0 7px;
	font-size: 12px;
}
.tag_other_ h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tag_other_ span {
	margin-right: 10px;
	padding-left:15px;
	float: left;
	white-space: nowrap;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
}
.tag_info_ {
	margin: 10px;
}
.tag_info_ p.name_ {
	margin: 0 0 5px 0;
	padding: 0 0 5px 15px;
	background: url(../img/usr/icon_tag.gif) 0 center no-repeat;
	border-bottom: 1px dotted #CCC;
}


/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_info_ {
	padding: 0 10px 10px;
}
div.review_count_summary_ {
	padding: 15px 10px;
	margin-bottom: 10px;
	background: #f7f7f7;
}
div.review_count_summary_ dl {
	width: 100%;
	display: table;
}
div.review_count_summary_ dl dt {
	width: 50%;
	text-align: right;
	font-weight: normal;
	display: table-cell;
}
div.review_count_summary_ dl dd {
	width: 50%;
	padding: 0 0 0 10px;
	text-align: left;
	display: table-cell;
	box-sizing: border-box;
}
div.review_count_summary_ dl.review_score_ dd {
	padding: 0 0 0 8px;
}
div.review_count_summary_ dl.review_count_ dd {
	padding: 0 0 0 10px;
}
div.review_desc_ {
}
div.review_desc_ .btn_review_ {
	text-align: right;
}
.review_pagenav_ {
	margin: 10px;
	text-decoration: none;
	clear: both;
}

/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
	min-width: 25px;
	padding: 3px 0;
	margin: 0 2px;
	white-space: nowrap;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
div#page_changer_top .pager_ref_ a {
	text-decoration: none;
}
div#page_changer_top .pager_now_ {
	min-width: 25px;
	padding: 3px 0;
	margin: 0 2px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	background: #f5fff9;
	border: 1px solid #179855;
	display: inline-block;
	cursor: pointer;
}
#goods_detail_page div#page_changer_top .pager_now_ {
	background: #f3fafb;
	border: 1px solid #0da4b2;
}

/* レビュー記事 */
.review_line_ {
	padding: 10px;
	margin: 10px;
	border: #dadada 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.review_line_title_ {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.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_ .review_line_name_ {
}
div.review_line_summary_ .review_line_name_ span {
	margin: 0 10px 3px 0;
	font-size: 12px;
	display: inline-block;
}
div.review_line_summary_ .review_line_score_ {
	text-align: left;
}
div.review_line_summary_ .review_line_score_ img {
	vertical-align: top;
	position: relative;
	left: -5px;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.review_line_ .moderate_vote_ {
	padding: 5px 0 0;
	text-align: right;
	font-size: 12px;
}
.review_line_ .mode_lay_ {
	padding: 0;
	background-color:#ffffff;
	border:solid 1px #0da4b2;
	position:absolute;
	display:none;
	z-index:1;
	right: 20px;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color:#0da4b2;
	color: #ffffff;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top: #0da4b2 1px solid;
}

.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;
}

div.btn_review_ {
	margin: 10px 10px 20px 10px;
}
input.writereview_ {
	width: 70%;
	height: 40px;
	padding: 0;
	margin: 0 auto;
	border: #dedede 1px solid;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	background: url(../img/sys/button/writereview_sp.png) center center no-repeat;
	background-size: 170px 40px;
	text-indent: -9999px;
	display: block;
}

/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
}
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	margin:0 10px;
	border:1px solid #CCC;
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt,
dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px;
	background-color: #F0F0F0;
}
dl.review_list_ dd {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
div.review_ input[type=text]
, div.review_ textarea {
	display: block;
}
dl.review_list_ li .count_msg_ {
}

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */
div.quickorder_ {
}
div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;
	background: #DFDFDF -moz-linear-gradient(top,#FFFFFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFFFFF,#DFDFDF);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"] {
	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;
}
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 {
}

/* --------------------------------------------------------------------
	メルマガ
-------------------------------------------------------------------- */
div.mail_.col1_ .box_ input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
div.questionnaire_ {
}
div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
}
.questionnaire_input_ textarea {
	width: 95%;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #dadada;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th,
table.coupon_ td {
	padding: 5px;
	border-bottom: 1px solid #dadada;
	text-align:left;
}
table.coupon_ th {
	background-color: #f2faf5;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　承認設定
-------------------------------------------------------------------- */
table.approvallist_ {
	width: 100%;
	border: 1px solid #dadada;
	border-bottom: none;
	margin: 5px 0;
}
table.approvallist_ th
, table.approvallist_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #dadada;
	text-align:left;
}
table.approvallist_ th {
	background-color: #f2faf5;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}
table.approvallist_ td.sys_msg_ {
	color: #cc0000;
}


/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}

/* --------------------------------------------------------------------
	オークション
--------------------------------------------------------------------- */
/*  header／Footer */
header.auction #header_inner {
	background: #3d3d3d;
}
header.auction #header_nav #sitelogo {
	background: #ffea01;
}
header.auction #header_nav #sitelogo img {
	width: 173px;
	height: 30px;
}
header.auction #header_nav #header_cart {
	background: url(../img/usr/sb/auction/hnav_cart.png) center top no-repeat;
	-webkit-background-size: 42px 50px;
	background-size: 42px 50px;
}
header.auction #header_nav #new_header_menu {
  background: url(../img/usr/sb/auction/hnav_menu.png) center top no-repeat;
  -webkit-background-size: 42px 50px;
  background-size: 42px 50px;
}
#footer.auction .change_mode_ {
	padding: 12px 0;
	background: #ffea00;
    text-align:center;
}
#footer.auction .change_mode_ ul {
	height: 28px;
}
#footer.auction .change_mode_ ul li {
	padding: 0 3px;
    text-align:center;
	line-height: 28px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
}
#footer.auction .change_mode_ ul li.smartpn_,
#footer.auction .change_mode_ ul li.pc_ {
	width: 32%;	
}
#footer.auction .change_mode_ ul li.pc_ a {
	height: 26px;
	border: #333333 1px solid;
	text-decoration: none;
	background: #ffea00;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	display: block;
}
#footer.auction .change_mode_ ul li.smartpn_ span {
	height: 26px;
	border: #ffffff 1px solid;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	display: block;
}

/* Top */
#shop_mainvisual {
	margin-bottom: 20px;
}
.auction_design_free_ {
	padding: 20px 15px;
	margin: 30px 10px 40px;
	background: #eef9f3;
}
.auction_design_free_ .img_ {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.auction_design_free_ .desc_ {
	width: 100%;
}
.auction_design_free_ .desc_ .ttl_ {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
.auction_design_free_ .desc_ .text_ {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}
.auction_design_free_ .link_btn_ {
	display: block;
	justify-content: center;
}
.auction_design_free_ .link_btn_ a {
	height: 40px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
	line-height: 40px;
	border: #179855 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background:#ffffff url(../img/usr/sb/common/hnav_arrow.png) 20px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: block;
}

.event_design_bottom_.more_ + .event_design_bottom_.more_category_ {
	position: relative;
	top: -30px;
}
.event_design_bottom_ .more_category_btn_ {
	margin: 0 20px 40px;
	text-align: center;
}
.event_design_bottom_ .more_category_btn_ a {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	line-height: 40px;
	border: #179855 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	background: #179855 url(../img/usr/sb/common/arrow_white_green.png) 20px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.auction_design_bottom_ {
	margin-bottom: 80px;
}

/* Category */
.design_title_ {
	padding: 10px;
	border-bottom: #dadada 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
	position: relative;
}
.design_title_::after {
    content: '';
    width: 75px;
    height: 2px;
    display: block;
    background: #af9010;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.shoppage_wrap_ .design_title_::after {
	background: #0da4b2;
}
.auction_category_list_ {
	margin-bottom: 40px;
}
.auction_category_list_ .child_box_ {
	display: none;
}
.auction_category_list_ .auction_category_box_ {
	margin: 0 10px 10px 10px;
	border-left: #dadada 1px solid;
	border-right: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
}
.auction_category_list_ .auction_category_box_ .cate_head_ {
	padding: 10px 40px 10px 20px;
	border-top: #dadada 1px solid;
	display: block;
	position: relative;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child {
	cursor: pointer;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child.open::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(135deg);
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 15px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_ {
	padding: 10px 40px 10px 40px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_.open {
	border-bottom: #dadada 1px solid;
}
.auction_category_list_ .layer03_ {
	background: #eef9f3;
}
.auction_category_list_ .layer03_ ul li {
	border-top: #dadada 1px dotted;
}
.auction_category_list_ .layer03_ ul li:first-child {
	border-top: none;
}
.auction_category_list_ .layer03_ ul li a,
.auction_category_list_ .layer03_ ul li span.nolink_ {
	padding: 10px 40px 10px 60px;
	display: block;
	position: relative;
}
.auction_design_bottom_ {
	margin: 0 10px 40px;
}
.auction_design_bottom_ .img_ {
	text-align: center;
}

/* Detail */
.cartbox_.auction_ {
	border-radius: 0;
	background: #eee;
}
.cartbox_.auction_ .cartbox_inner_ {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cartbox_.auction_ .current_info_ dl {
	display: flex;
	margin: 5px 0;
}
.cartbox_.auction_ .current_info_ dl dt {
	width: 5em;
	font-size: 12px;
	align-self: center;
}
.cartbox_.auction_ .current_info_ dl dd {
	font-size: 14px;
	font-weight: bold;
	align-self: center;
}
.cartbox_.auction_ .current_info_ dl dd::before {
	content: ':';
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.cartbox_.auction_ .bookmark_button_ {
	width: 46px;
	margin-left: auto;
	position: relative;
	top: -5px;
}
.cartbox_.auction_ li {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.cartbox_.auction_ .current_ {
	margin: 0 0 15px;
}
.cartbox_.auction_ li p {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.cartbox_.auction_ .current_ p,
.cartbox_.auction_ .cart_ p {
	color: #179855;
}
.cartbox_.auction_ li.decision_ p {
	color: #005026;
}
.cartbox_.auction_ li p .price_ {
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.cartbox_.auction_ li div {
	width: 100%;
	height: 46px;
	padding: 0;
	line-height: 46px;
	display: block;
	border-radius: 46px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.cartbox_.auction_ .current_ div {
	background-color: #179855;
}
.cartbox_.auction_ .decision_ div {
	background-color: #005026;
}
.cartbox_.auction_ .cart_ div {
	width: 100%;
	background-color: #0da4b2;
}
.cartbox_.auction_ .decline_ div {
	width: 100%;
	background-color: #666;
}
.cartbox_.auction_ li div span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.cartbox_.auction_ .current_ div span {
	padding: 0 10px 0 24px;
	background: url(../img/usr/common/icon_check_auction.png) no-repeat left center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}
.cartbox_.auction_ .current_.arrow_ div span {
	padding: 0 10px 0 24px;
	background: url(../img/usr/common/icon_arrow_auction.png) no-repeat left center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}
.cartbox_.auction_ .decision_ div span {
	padding: 0 10px 0 24px;
	background: url(../img/usr/common/icon_auction.png) no-repeat left center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}
.cartbox_.auction_ .cart_ div span {
	padding: 0 10px 0 24px;
	background: url(../img/usr/common/icon_cart_auction.png) no-repeat left center;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}
.goodsspec_ #auction_seller div {
	color: #179855;
	text-decoration: underline;
	margin: 0 0 0 15px;
}
.goodsspec_ #auction_seller div:hover {
	text-decoration: none;
}
.cartbox_.auction_ .customer_ {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	color: #005026;
	font-weight: bold;
}
.cartbox_.auction_ .deadline_ dl {
	display: flex;
	margin: 5px 0;
}
.cartbox_.auction_ .deadline_ dl dt {
	width: 5em;
	font-size: 12px;
	align-self: center;
}
.cartbox_.auction_ .deadline_ dl dd {
	font-size: 14px;
	font-weight: bold;
	color: #179855;
	align-self: center;
}
.cartbox_.auction_ .deadline_ dl dd::before {
	content: ':';
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	display: inline;
}
.cartbox_.auction_ .column_ {
	padding: 25px 20px 12px;
	margin-top: 15px;
	border-radius: 10px;
	background-color: #fff;
}
.cartbox_.auction_ .column_ li {
	padding: 0;
	margin-bottom: 0;
	display: block;
	border-radius: 0;
	background-color: transparent;
	text-align: center;
}
.cartbox_.auction_ .column_ li.current_.arrow_ {
	margin-bottom: 20px;
}
.cartbox_.auction_ .column_ .deadline_ {
	margin: 7px 0 0;
}
.cartbox_.auction_ .column_ li div {
	width: 100%;
}
.cartbox_.auction_ a {
	text-decoration: none;
}
#goods_detail_page .goods_contact_ {
	padding: 20px 0 0 0;
	margin: 20px 0 40px 0;
	border-top: #dadada 1px dotted;
	text-align: center;
}
#goods_detail_page .goods_contact_ a {
	padding: 0 0 0 25px;
	font-size: 14px;
	text-decoration: underline;
	background: url(../img/usr/common/icon_contact.png) left center no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
}

/* Modal */
.goodsspec_ .modal_detail_ {
	width: 90vw;
	padding: 20px 0 30px;
	margin: auto;
	bottom: 0;
	max-height: 210px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 1100;
	transition: visibility .2s, opacity .2s;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.goodsspec_ .modal_detail_.show_ {
	opacity: 1;
	visibility: visible;
}
.goodsspec_ .modal_head_ {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.goodsspec_ .modal_text_ {
	height: 86px;
	margin-top: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #179855;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goodsspec_ .modal_text_ span {
	margin: 0 7px;
}
.goodsspec_ .modal_text_ input {
	width: 45vw;
	padding: 15px 8px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
	color: #179855;
	text-align: right;
}
.goodsspec_ .modal_confirm_ {
	width: 280px;
	padding: 10px 0;
	margin-top: 15px;
	border: none;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-color: #179855;
	cursor: pointer;
}
.goodsspec_ .close_btn_ {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.goodsspec_ .close_btn_:before,
.goodsspec_ .close_btn_:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -1px;
}
.goodsspec_ .close_btn_:before {
	transform: rotate(45deg);
}
.goodsspec_ .close_btn_:after {
	transform: rotate(-45deg);
}
.goodsspec_ .modal_bg_ {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1000;
  display: none;
}
.goodsspec_ .modal_bg_.active_ {
  display: block;
}

/* Confirm */
.goodsspec_ .modal_detail_.s_bid_ .modal_text_ {
	font-size: 14px;
	color: #005026;
}
.goodsspec_ .modal_detail_.s_bid_ .modal_text_ span {
	font-size: 26px;
}
.goodsspec_ .modal_detail_.s_bid_ .modal_confirm_ {
	margin-top: 15px;
}

/* Login */
.goodsspec_ .modal_detail_.login_ {
	padding: 40px 0;
}
.goodsspec_ .modal_detail_.login_ .btn_ {
	max-width: 280px;
	margin: 0 auto;
}
.goodsspec_ .modal_detail_.login_ .btn_:nth-child(1) {
	margin-top: 40px;
}
.goodsspec_ .modal_detail_.login_ .btn_ + .btn_ {
	margin-top: 20px;
}
.goodsspec_ .modal_detail_.login_ a {
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	マイページ　お気に入りオークション
-------------------------------------------------------------------- */
li.bookmark_item_ span.current_bid_price_ {
	font-weight: bold;
}

/* --------------------------------------------------------------------
	マイページ　入札／落札オークション一覧
-------------------------------------------------------------------- */
li.bookmark_item_ span.status_ {
	font-weight: bold;
}

li.bookmark_item_.auction_succeeded_ {
    background-color: #ccffff;
}

li.bookmark_item_.auction_closed_ {
    background-color: #cccccc;
}

span.remaining_time_.highlight_time_ {
  color: red;
}

/* --------------------------------------------------------------------
	定期商品
--------------------------------------------------------------------- */
div.teiki_info_ {
	margin: 30px 12px;
	padding: 16px 12px;
	box-sizing: border-box;
	border: 1px solid #c00;
	border-radius: 10px;
}
.teiki_info_ttl_ {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	text-align: center;
}
.teiki_info_txt_ {
	font-size: 12px;
}
div.teiki_box_ {
	margin-bottom: 20px;
	padding: 20px 12px;
	width: 100%;
	background: #f0f0f0;
	box-sizing: border-box;
}
.teiki_box_ttl_ {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
ul.goods_c_ {
	width: 100%;
	margin-top: 16px;
	padding-top: 20px;
	border-top:#dadada 1px dotted;
	overflow: hidden;
	box-sizing: border-box;
}
ul.goods_c_ li {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
  display: flex;
}
ul.goods_c_ li a {
	display: block;
	text-decoration: none;
}
ul.goods_c_ li:last-child {
	margin-bottom: 0;
}
ul.goods_c_ li > a {
	width: 30%;
}
ul.goods_c_ li .img_ img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
ul.goods_c_ li .desc_ {
	margin-left: 5%;
	-webkit-box-flex: 1;
  flex: 1 1 0%;
}
ul.goods_c_ li .name1_ {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
ul.goods_c_ li .course_ {
	font-size: 12px;
}
ul.goods_c_ li .price_ {
	margin-bottom: 12px;
	font-size: 12px;
}
ul.goods_c_ li .point_icon_ {
	margin-left: 2px;
	padding: 0 3px;
	border: #179855 1px solid;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #179855;
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	word-break: keep-all;
	box-sizing: border-box;
	background-color: #fff;
}
ul.goods_c_ li .cart_ a {
	position: relative;
	padding: 8px 0;
	text-align: center;
	width: 200px;
	height: 35px;
	border-radius: 18px;
	display: block;
	background: #0da4b2;
	box-sizing: border-box;
}
ul.goods_c_ li .cart_ a::before {
	content: '';
  display: inline-block;
	width: 18px;
  height: 18px;
	margin-right: 6px;
  vertical-align: top;
	background: url(../img/usr/sb/common/icon_cart.png) left top no-repeat;
  background-size: contain;
}
ul.goods_c_ li .cart_ a span {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* --------------------------------------------------------------------
  地域から探す
--------------------------------------------------------------------- */
.areasearch_title_{
  margin-bottom: 2em;
}
.areasearch_title_top_{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 14px 20px;
}
.areasearch_title_top_ p{
	position: relative;
  line-height: 23px;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
}
.areasearch_title_top_ p:after{
	position: absolute;
	top: 0;
	right: 8px;
	line-height: 23px;
	content: ":";
	display: block;
}

.areasearch_title_top_ ul{
	display: none;
}
.areasearch_title_top_ select{
	position: relative;
	flex: 1;
	background-color: #f8f4e3;
	border: 1px #dcca81 solid;
	padding: 0 0.8em;
	font-size: 14px;
	line-height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/usr/furusato/sp/ico_select_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
}
.areasearch_title_h1_{
}
#title_hokkaido{background-image: url(../img/usr/furusato/areasearch/bg_hokkaido_sp.gif);}
#title_tohoku{background-image: url(../img/usr/furusato/areasearch/bg_tohoku_sp.gif);}
#title_kanto{background-image: url(../img/usr/furusato/areasearch/bg_kanto_sp.gif);}
#title_chubu{background-image: url(../img/usr/furusato/areasearch/bg_chubu_sp.gif);}
#title_kinki{background-image: url(../img/usr/furusato/areasearch/bg_kinki_sp.gif);}
#title_chugoku{background-image: url(../img/usr/furusato/areasearch/bg_chugoku_sp.gif);}
#title_shikoku{background-image: url(../img/usr/furusato/areasearch/bg_shikoku_sp.gif);}
#title_kyushu{background-image: url(../img/usr/furusato/areasearch/bg_kyushu_sp.gif);}
#title_okinawa{background-image: url(../img/usr/furusato/areasearch/bg_okinawa_sp.gif);}
.areasearch_title_h1_ h1{
}
.areasearch_title_h1_ h1 img{
	display: block;
	width: 100%;
}
.areasearch_title_bottom_ ul{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #e5ddbe solid;
}
.areasearch_title_bottom_ li{
	width: 50%;
	border-bottom: 1px #e5ddbe solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.areasearch_title_bottom_ li:nth-child(odd){
	border-right: 1px #e5ddbe solid;
}
.areasearch_title_bottom_ li.fullwidth{
	width: 100%;
	border-right: none;
}

.areasearch_title_bottom_ li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	background-color: #ffffff;
	padding: 0 1em 5px 1em;
}
.areasearch_title_bottom_ li a{
	text-decoration: none;
}
.areasearch_title_bottom_ li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	bottom: 7px;
	left: 50%;
	margin-left: -3px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(45deg);
	transform: -moz-rotate(45deg);
	transform: -webkit-rotate(45deg);
}
.areasearch_title_+h2,
.areasearch_list_+h2{
	margin-bottom: 20px !important;
}
.areasearch_list_{
  overflow: hidden;
}
.areasearch_list_ ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.areasearch_list_ ul li{
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.areasearch_list_ ul li:nth-child(3n){
  margin-right: 0;
}
.areasearch_list_ .img_{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
	padding-top: 66%;
}
.areasearch_list_ .img_ img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.areasearch_list_ h3{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.areasearch_list_ h3 rb{
    display: block;
    font-size: 17px;
    text-align: left;
}
.areasearch_list_ h3 rt{
    transform: translateY(-3px);
    text-align: left;
}
.areasearch_list_ p{
  margin-top: 0.2em;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.areasearch_list_ .more_btn_ {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 8px auto 0 auto;
}
.areasearch_list_ .more_btn_ a {
  display: block;
  text-align: center;
  width: 214px;
  height: 40px;
  margin: 0 auto;
  background-color: #ffffff;
  border: #af9010 2px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.areasearch_list_ .more_btn_ a:hover{
  border: #e7ddb6 2px solid;
}
.areasearch_list_ .more_btn_ a span{
  display: inline-block;
  position: relative;
  color: #af9010;
  padding: 10px 7px 10px 18px;
  line-height: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.areasearch_list_ .more_btn_ a:hover span{
  color: #b4a152;
}
.areasearch_list_ .more_btn_ a span:before,
.areasearch_list_ .more_btn_ a span:after{
  content: "";
  display: block;
  position: absolute;
}
.areasearch_list_ .more_btn_ a span:before{
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background-color: #af9010;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.areasearch_list_ .more_btn_ a span:after{
  top: 50%;
  left: 3px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-right: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  transform: rotate(-45deg);
}

/* --------------------------------------------------------------------
  特集から探す
--------------------------------------------------------------------- */
.feature_title_{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}
.feature_title_ h1{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 17px;
}
.feature_list_{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 20px;
}
.feature_list_ li{margin-bottom: 35px;}
.feature_list_ li:last-child{margin-bottom: 0;}
.feature_list_ a{
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	text-decoration: none;
}
.feature_list_ a img{
}
.feature_list_ a span{
	display: block;
	background-color: #eae5cb;
	padding: 0.7em 1em;
}

/* --------------------------------------------------------------------
   お知らせ
--------------------------------------------------------------------- */
.common_headline1_{
	margin: 1em 20px;
	border-bottom: #af9010 2px solid;
}
.topiclist_body_{
	margin: 0 20px;
}
.topiclist_body_ .topic_title_:after{
	background-color: #af9010; 
}

/* --------------------------------------------------------------------
  ふるさと特集バナー
--------------------------------------------------------------------- */
.furusato_feature_list_{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.furusato_feature_list_ li{
	max-width: 325px;
	min-width: 325px;
    margin-bottom: 35px;
}
.furusato_feature_list_ a{
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
.furusato_feature_list_ a img{
    max-width: 325px;
	min-width: 325px;
}
.furusato_feature_list_ a span{
	display: block;
	background-color: #eae5cb;
	padding: 0.7em 1em;
}


/* =====================================================================
	共通パーツ
===================================================================== */

#fp_heading {
	position: relative;
	margin-bottom: 40px;
	padding-left: 24px;
	margin: 1.5em 3.125% 40px 3.125%;
	box-sizing: border-box;
}
#fp_heading:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	border-radius: 4px;
	border-style:solid;
	border-color: #af9010;
	width: 0;
	height: 100%;
}
#fp_heading h1 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.15;
}
#fp_nav {
	margin: 0 3.125% 40px 3.125%;
}
#fp_nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}
#fp_nav ul li {
	margin-bottom: 10px;
	border-left: 1px solid #9a9a9a;
	padding-right: 2px;
	padding-left: 2px;
	width: 50%;
	box-sizing: border-box;
}
#fp_nav ul li:not(.btn) a {
	padding-top: 8px;
	padding-bottom: 15px!important;
	height: calc(100% - 26px)!important;
	background-position: 50% 100%!important;
}
#fp_nav ul li:last-child {
	border-right: 1px solid #9a9a9a;
}
#fp_nav ul li:nth-of-type(2n) {
	border-right: 1px solid #9a9a9a;
}
#fp_nav #auction_btn a {
	border: 1px solid #af9010;
	background: #ffffff;
}
#fp_nav ul li.btn {
	border: none!important;
	display: flex!important;
	justify-content: center;
}
#fp_nav ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 25px;
	width: 100%;
	height: calc(100% - 33px);
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #5a4801;
}
#fp_nav ul li a:after{
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  border-right: 2px #af9010 solid;
  border-bottom: 2px #af9010 solid;
  transform: rotate(45deg);
}
#fp_nav ul li.btn a {
	width: 94%!important;
	height: 100%;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	padding: 13px 13px 13px 10px!important;
	color: #af9010;
}
#fp_nav ul li.btn a:after{
	margin-top: -5px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 10px;
  transform: rotate(-45deg);
}

#fp_nav ul#fp_nav_ekinaka_f {
	justify-content: center;
}
#fp_nav ul li#fp_nav_ekinaka {
	display: block;
	border: none;
	/*width: calc((100% - 1px) / 4);*/
	width: auto;
}
#fp_nav ul li#fp_nav_ekinaka:after {
	content: '';
	display: block;
	clear: both;
}
#fp_nav ul li#fp_nav_ekinaka a {
	float: right;
	border: 1px solid rgba(64,0,0,1);
	padding: 0;
	width: 163px;
	/*height: calc(100% - 2px);*/
	height: 75px;
	background-image: url(../fp/img/ico_arrow_r_brn.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: rgba(245,242,241,1);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(64,0,0,1);
}
#fp_nav ul li#fp_nav_ekinaka a img {
	margin-bottom: 5px;
}
#fp_nav.fp_faq ul {
	flex-wrap: wrap;
	justify-content: center;
	width: 767px;
	margin: 0 auto;
}
#fp_nav.fp_faq ul li {
	width: calc((100% - 1px) / 3.1);
	margin-bottom: 30px;
}
#fp_nav.fp_faq ul li:nth-child(3) {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 1px) / 3.1) - 1px);
}
#fp_nav .fz12 {
    font-size: 12px !important;
}

.fp_content {
	line-height: 1.75;
	margin: 40px 3.125% 40px 3.125%;
}
.fp_content:first-child {
	margin-top: 0px;
}
.fp_content h2 {
	position: relative;
	margin-bottom: 25px;
	border-bottom: 2px solid rgba(218,218,218,1);
}
.fp_content h2 span {
	display: inline-block;
	margin-bottom: -2px;
	border-bottom: 2px solid #af9010;
	padding-bottom: 20px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: bold;
}
.fp_content h3 {
	margin-bottom: 15px;
	border: 1px solid rgba(218,218,218,1);
	padding: 10px;
}
.fp_content h3 span {
	display: inline-block;
	border-left: 5px solid rgba(23,152,85,1);
	padding-left: 10px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
}

.fp_content p {
	margin-bottom: 1.5em;
}
.fp_content a.txt_link,
.fp_content a.blank_link,
.fp_content a.page_link {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.fp_content a.txt_link {
	background-image: url(../img/usr/furusato/hnav_arrow.png);
	background-position: 0% 35%;
}
.fp_content .li_indent a.txt_link {
	text-indent: 0;
}
.fp_content a.txt_link {
	position: relative;
}
.fp_content a.txt_link:before,
.fp_content a.txt_link:after{
	content: "";
	display: block;
	position: absolute;
}
.fp_content a.txt_link:before{
	left: 0;
	top: 5px;
	width: 13px;
	height: 13px;
	background-color: #af9010;
	border-radius: 50%;
}
.fp_content a.txt_link:after{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	transform: rotate(-45deg);
}

.fp_content a.blank_link {
	background-image: url(../img/usr/furusato/icon_link.png);
	background-position: 0% 35%;
}
.fp_content a.page_link {
	background-image: url(../img/usr/furusato/hnav_arrow_b.png);
	background-position: 0% 35%;
}

.fp_content ul {
	margin-bottom: 1.5em;
}
.fp_content ul.li_inline li {
	display: inline-block;
}
.fp_content ul.li_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.fp_content ul.li_indent li {
	margin-bottom: 5px;
}
.fp_content ul.li_indent li:last-of-type {
	margin-bottom: 0;
}

.fp_content .fp_box {
	margin-top: 50px;
	margin-bottom: 50px;
}


/* =====================================================================
	よくあるご質問
===================================================================== */

.fp_content.faq > div dl {
	margin-bottom: 40px;
	border-bottom: 1px dotted rgba(218,218,218,1);
}
.fp_content.faq > div dl dt {
	margin-bottom: 25px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url(../img/usr/furusato/ttl_faq_q.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}
.fp_content.faq > div dl dd {
	margin-bottom: 30px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url(../img/usr/furusato/ttl_faq_a.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.fp_content.faq > div dl dd > *:last-of-type {
	margin-bottom: 0;
}

/* =====================================================================
	SP：よくあるご質問
===================================================================== */

header ~ .wrapper_ .fp_content.faq > div {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid rgba(222,222,222,1);
	background: #ffffff;
}
header ~ .wrapper_ .fp_content.faq > div dl {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .fp_content.faq > div dl:last-of-type {
	border-bottom: none;
}
header ~ .wrapper_ .fp_content.faq > div dl dt {
	position: relative;
	margin-bottom: 0;
	padding: 10px 30px 10px 45px;
	background-position: 10px 10px;
	cursor: pointer;
}
header ~ .wrapper_ .fp_content.faq > div dl dt.on {
	border-bottom: 1px dotted rgba(222,222,222,1);
	background-color: rgba(245,245,245,1);
}
header ~ .wrapper_ .fp_content.faq > div dl:first-of-type dt.on {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

header ~ .wrapper_ .fp_content.faq > div dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-image: url(../img/usr/furusato/sp/btn_open.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
header ~ .wrapper_ .fp_content.faq > div dl dt.on:after { background-image: url(../img/usr/furusato/sp/btn_close.png); }
header ~ .wrapper_ .fp_content.faq > div dl dt.off:after { background-image: url(../img/usr/furusato/sp/btn_open.png); }
header ~ .wrapper_ .fp_content.faq > div dl dd {
	display: none;
	margin-bottom: 0;
	padding: 10px 10px 10px 45px;
	background-position: 10px 10px;
}
header ~ .wrapper_ .fp_content.faq > div dl dd > *:last-of-type {
	margin-bottom: 0;
}



/* --------------------------------------------------------------------
  控除上限額シミュレーション
--------------------------------------------------------------------- */
.col1_.mail_{
}
.col1_.mail_ .navitopicpath_{
}
.simulator_title_{
	text-align: center;
	margin-top: 42px;
	margin-bottom: 10px;
}
.simulator_title_ h1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.2;
}
.simulator_intro_{
	margin: 0 20px 33px 20px;
}
.simulator_intro_ p{
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.simulator_text_{
	margin-bottom: 28px;
}
.simulator_text_ p{
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin: 0 20px;
}
.simulator_block{
	background-color: #e5ddbe;
	margin: 28px auto 20px auto;
	padding: 10px 9px 10px 15px;
	display: flex;
	justify-content: center;
}
.simulator_block div{
	position: relative;
	width: calc((100% - 10px) / 2);
	height: 40px;
	border-radius: 4px;
	background-color: #ffffff;
	margin: 0 5px;
}
.simulator_block div:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 100%;
	right: 7px;
	top: 0;
	z-index: 1;
	background-image: url(../img/usr/furusato/select_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
}
.simulator_block div select{
	position: relative;
	z-index: 2;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 35px 0 17px;
	font-size: 17px;
	box-sizing: border-box;
}
.simulator_block div select::-ms-expand {
	display: none;
}
.simulator_button{
	margin: 20px auto 30px auto;
}
.simulator_button div{
	position: relative;
	height: 40px;
	background-color: #af9010;
}
.simulator_button div:after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	right: 11px;
	top: 50%;
	margin-top: -9px;
}
.simulator_button div p{
	position: relative;
	padding: 0 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #ffffff;
}
.simulator_button div p:before,
.simulator_button div p:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	background-color: #af9010;
	top: 50%;
	transition: all .4s ease;
}
.simulator_button div p:before{
	width: 10px;
	height: 2px;
	margin-top: -1px;
	right: 15px;
}
.simulator_button div p:after{
	width: 2px;
	height: 10px;
	margin-top: -5px;
	right: 19px;
}
.simulator_button div p.active:after{
	transform: rotate(90deg);
}
.simulation_result{
	margin: 39px 20px 35px 20px;
	border: 2px #af9010 solid;
	padding: 26px 12px 20px 12px;
	border-radius: 4px;
	background-color: #ffffff;
	box-sizing: border-box;
}
.simulation_result .result_display_block{
	border-bottom: 1px #dddddd solid;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 1.6;
}
.simulation_result .result_display_block span,
.simulation_result .result_display_block strong{
	color: #d93d66;
	font-weight: bold;
}
.simulation_result .result_display_block span{
	font-size: 17px;
}
.simulation_result .result_display_block span:first-of-type{
}
.simulation_result .result_display_block strong{
	font-size: 30px;
	letter-spacing: 0.05em;
	padding: 0 0.1em;
}
.simulation_result form .submit_{
	margin: 24px 0 0 0;
}
.simulation_result form input[type="submit"]{
	display: block;
	width: 274px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #af9010;
	color: #ffffff;
	border-radius: 30px;
	letter-spacing: 0.1em;
	font-size: 13px;
}

.simulator_detail_area_all{
}
.simulator_detail_area_all h3{
	border: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	display: block;
	line-height: 1.2;
	margin: 38px 0 0 0;
}
.simulator_detail_area_all .detail_area+h3{
	margin-top: 40px;
}
.simulator_detail_area_all .detail_area{
	background-color: #ffffff;
	box-sizing: border-box;
	border-top: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	margin: 13px auto 0 auto;
	padding: 27px 20px 18px 20px;
}
.simulator_detail_area_all .detail_area table,
.simulator_detail_area_all .detail_area tbody{
	display: block;
}
.simulator_detail_area_all .detail_area tr,
.simulator_detail_area_all .detail_area th,
.simulator_detail_area_all .detail_area td{
	display: block;
	text-align: left;
}
.simulator_detail_area_all .detail_area tr.border{
	padding-top: 16px;
	border-top: 1px #dddddd solid;
}
.simulator_detail_area_all .detail_area tr:first-of-type{
	padding-top: 0;
	border-top: none;
}
.simulator_detail_area_all .detail_area th{
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}
.simulator_detail_area_all .detail_area th p{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 0px;
	padding-left: 1em;
	text-indent: -1em;
	width: 24em;
	letter-spacing: 0.08em;
}
.simulator_detail_area_all .detail_area td{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.simulator_detail_area_all .detail_area td span{
	font-size: 16px;
}
.simulator_detail_area_all .detail_area tr.tdonly{
}
.simulator_detail_area_all .detail_area tr.tdonly td{
	padding-top: 0;
}
.simulator_detail_area_all .detail_area td input[type="text"] + span{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	width: 25px;
}
.simulator_detail_area_all td input[type="text"]{
	height: 40px;
	line-height: 38px;
	border: 1px #cccccc solid;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding: 0 12px;
}
.simulator_detail_area_all td input::placeholder {
  color: inherit;
}
.simulator_detail_area_all td input:-ms-input-placeholder {
  color: inherit;
}
.simulator_detail_area_all td input::-ms-input-placeholder {
  color: inherit;
}
.simulator_detail_area_all td select{
	position: relative;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	height: 40px;
	line-height: 38px;
	padding: 0 35px 0 21px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	font-size: 17px;
	box-sizing: border-box;
	margin-top: 2px;
	width: 100%;
}
.simulator_detail_area_all .select td{
	position: relative;
}
.simulator_detail_area_all .select td:after{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 40px;
	right: 9px;
	bottom: 20px;
	z-index: 1;
	background-image: url(../img/usr/furusato/select_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
}


.detail_area #txt_income,
.detail_area #txt_money_1,
.detail_area #txt_money_2,
.detail_area #txt_money_3,
.detail_area #txt_money_4,
.detail_area #txt_money_5,
.detail_area #txt_money_6{
	width: calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
}
.detail_area #txt_common_hc,
.detail_area #txt_inside_hc,
.detail_area #txt_outside_hc,
.detail_area #txt_family_15,
.detail_area #txt_family_16,
.detail_area #txt_family_19,
.detail_area #txt_family_23,
.detail_area #txt_family_70a,
.detail_area #txt_family_70b{
	margin-left: 10px;
	width: 80px;
}

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freepage_ {
}
br.display_pc{display: none;}
br.display_sp{display: block;}


/* --------------------------------------------------------------------
	フリーページ　ふるさと納税はじめてガイド
--------------------------------------------------------------------- */
.block-startguide-h1{
	display: flex;
	justify-content: center;
	padding: 0 20px;
	margin: 27px auto 28px auto;
	min-height: 57px;
}
.block-startguide-h1 img{
	display: block;
	width: 100%;
	max-width: 320px;
}
.block-startguide-intro{
	margin-bottom: 36px;
}
.block-startguide-intro h2{
	line-height: 1.1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01em;
	margin-bottom: 13px;
}
.block-startguide-intro p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding: 0 20px;
}
.block-startguide-feature{
	background-color: #eae0b6;
	padding: 31px 10px 20px 11px;
	margin-bottom: 50px;
}
.block-startguide-feature h2{
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
}
.block-startguide-feature h2 img{
	display: block;
	width: 213px;
	height: 19px;
	height: 18.5px;
	margin: 0 auto;
}
.block-startguide-feature ul{
	margin: 0 9px;
}
.block-startguide-feature li{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	padding: 16px 12px 15px 153px;
	box-sizing: border-box;
	margin-bottom: 9px;
	min-height: 150px;
}
.block-startguide-feature li:before,
.block-startguide-feature li:after{
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.block-startguide-feature li:before{
	width: 46px;
	height: 46px;
	left: -7px;
	top: -7px;
	z-index: 2;
}
.block-startguide-feature li:after{
	height: 100%;
	z-index: 1;
	bottom: 0;
	background-position: 0 center;
	box-sizing: border-box;
}
.block-startguide-feature--1:before{
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_feature1.gif);
}
.block-startguide-feature--2:before{
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_feature2.gif);
}
.block-startguide-feature--3:before{
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_feature3.gif);
}
.block-startguide-feature--1:nth-child(1):after{
	width: 122px;
	height: 95%;
	background-image: url(/img/usr/furusato/freepage/start_guide/img_feature1.jpg);
	left: 16px;
}
.block-startguide-feature--2:nth-child(2):after{
	width: 124px;
	height: 98%;
	background-image: url(/img/usr/furusato/freepage/start_guide/img_feature2.jpg);
	left: 19px;
}
.block-startguide-feature--3:nth-child(3):after{
	width: 100px;
	height: 93%;
	background-image: url(/img/usr/furusato/freepage/start_guide/img_feature3.jpg);
	left: 30px;
}
.block-startguide-feature li h3{
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.block-startguide-feature li p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.block-startguide-frepoint{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 40px 10px 0 10px;
	padding: 17px 15px 14px 13px;
}
.block-startguide-frepoint div{
	width: 128px;
	margin-right: 11px;
}
.block-startguide-frepoint div img{
	display: block;
	width: 100%;
}
.block-startguide-frepoint p{
	flex: 1;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
.block-startguide-frepoint p span{
	position: relative;
	display: inline;
	color: #e5793a;
	letter-spacing: 0.06em;
	z-index: 2;
	background:linear-gradient(transparent 55%, #eae0b6 55%);
}
.block-startguide-3step{
	margin-bottom: 40px;
}
.block-startguide-3step h2{
	display: flex;
	justify-content: center;
	margin-bottom: 21px;
}
.block-startguide-3step h2 img{
	display: block;
	width: 254px;
	height: 50px;
	margin: 0 auto;
}
.block-startguide-3step ul{
}
.block-startguide-3step li{
	position: relative;
	margin: 0 20px;
	padding-bottom: 10px;
}
.block-startguide-3step li img{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.block-startguide-3step li:after{
	content: "";
	position: absolute;
	right: 50vw;
	margin-right: 13vw;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e5793a transparent transparent transparent;
}
.block-startguide-3step li:last-child:after{
	display: none;
}
.block-startguide-step1,
.block-startguide-step2,
.block-startguide-step3{
	background-color: #ffffff;
}
.block-startguide-step1{
	margin-bottom: 30px;
}
.block-startguide-step2{
	margin-bottom: 30px;
}
.block-startguide-step3{
	margin-bottom: 26px;
}

.block-startguide-step1 h3,
.block-startguide-step2 h3,
.block-startguide-step3 h3{
	padding-top: 20px;
}
.block-startguide-step1 h3 img,
.block-startguide-step2 h3 img,
.block-startguide-step3 h3 img{
	display: block;
	margin: 0 0 0 20px;
	width: calc(100% - 40px);
}
.block-startguide-step1 h3 img{max-width: 250px;}
.block-startguide-step2 h3 img{max-width: 313px;}
.block-startguide-step3 h3 img{max-width: 310px;}


.block-startguide-step1>p{
	font-size: 15px;
	padding: 0 1em;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin: 16px 5px 12px 4px;
}
.block-startguide-step1 div{
	margin-top: 15px;
	background-color: #eae0b6;
	padding: 20px 20px 20px 20px;
}
.block-startguide-step1 div a{
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 62px;
	text-decoration: none;
	z-index: 2;
}
.block-startguide-step1 div a:before,
.block-startguide-step1 div a:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	border-radius: 4px;
}
.block-startguide-step1 div a:before{
	background-color: #af9010;
	z-index: 1;
}
.block-startguide-step1 div a:after{
	background-color: #89710c;
	z-index: -1;
	top: 3px;
}
.block-startguide-step1 div a p{
	position: relative;
	width: 100%;
	z-index: 2;
	color: #ffffff;
	display: flex;
	align-items: center;
	font-size: 22px;
}
.block-startguide-step1 div a p:before,
.block-startguide-step1 div a p:after{
	content: "";
	display: block;
	position: absolute;
}
.block-startguide-step1 div a p:before{
	top: 50%;
	right: 14px;
	width: 17px;
	height: 17px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #fff;
}
.block-startguide-step1 div a p:after{
	top: 50%;
	right: 20px;
	margin-top: -5px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #af9010;
}
.block-startguide-step1 div a p span{
	display: flex;
	align-items: center;
	padding-left: 42px;
	padding-right: 34px;
	height: 60px;
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_simulation.png);
	background-repeat: no-repeat;
	background-position: 13px 17px;
	background-size: 18px auto;
	letter-spacing: 0.14em;
}

.block-startguide-step2>p{
	font-size: 15px;
	padding: 0 1em;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin: 16px 5px 12px 4px;
}
.block-startguide-step2-list{
	margin-top: 15px;
	background-color: #eae0b6;
	padding: 20px 5px 7px 5px;
}
.block-startguide-step2-list ul{
	display: flex;
	flex-wrap: wrap;
}
.block-startguide-step2-list li{
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 12px;
}
.block-startguide-step2-list li a{
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.block-startguide-step2-list--search-area a{
	pointer-events: none;
}

.block-startguide-step2--modal-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.block-startguide-step2--modal-inner{
	display: none;
	position: fixed;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 400px;
	background-color: #eae0b6;
	top: 50%;
	left: 50%;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 101;
}
.block-startguide-step2--modal-inner li{
	margin-bottom: 5px;
}
.block-startguide-step2--modal-inner a{
	text-decoration: none;
}
.block-startguide-step2--modal-inner a div{
	display: flex;
	align-items: center;
	background-color: #ffffff;
}
.block-startguide-step2--modal-inner a div{
	padding: 0.5em 1em 0.5em 1.2em;
}
.block-startguide-step2--modal-inner a div span{
	position: relative;
	display: block;
	padding-left: 18px;
}
.block-startguide-step2--modal-inner a div span:before,
.block-startguide-step2--modal-inner a div span:after{
	content: "";
	display: block;
	position: absolute;
}
.block-startguide-step2--modal-inner a div span:before{
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #af9010;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.block-startguide-step2--modal-inner a div span:after{
	top: 7px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-startguide-step2--modal-inner>span{
	display: block;
	margin: 25px auto 0 auto;
	background-color: #ffffff;
	line-height: 40px;
	width: 160px;
	text-align: center;
	border-radius: 30px;
}


.block-startguide-step3>p{
	font-size: 15px;
	padding: 0 1em;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin: 16px 5px 12px 4px;
}
.block-startguide-step3-howto{
	margin-top: 15px;
	background-color: #eae0b6;
	padding: 20px 0 1px 0;
}
.block-startguide-step3-block{
	background-color: #ffffff;
	margin: 0 20px 20px 20px;
	padding: 20px 19px 16px 19px;
	border-radius: 5px;
	box-sizing: border-box;
}
.block-startguide-step3-block h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	border-bottom: 2px #e5793a solid;
	letter-spacing: 0.08em;
	padding: 0 0 3px 2px;
	margin-bottom: 7px;
}
.block-startguide-step3-block>p{
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.block-startguide-step3-block>p a{
	color: #af9010;
	display: inline;
	text-decoration: none;
	border-bottom: 1px #af9010 solid;
	line-height: 1.3;
}
.block-startguide-step3-block>span{
	display: block;
}
.block-startguide-step3-block--1>span {
	margin: 11px 0 20px 0;
	padding: 0 4px 0 3px;
}
.block-startguide-step3-block--2>span {
	margin: 10px 0 23px 0;
	padding: 0 16px 0 25px;
}
.block-startguide-step3-block>span img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.block-startguide-step3-block>div{
	border-top: 1px #eae0b6 solid;
	border-bottom: 1px #eae0b6 solid;
	padding: 9px 0;
	margin-bottom: 11px;
}
.block-startguide-step3-block>div p{
	font-size: 16px;
	padding: 3px 0 0 27px;
	letter-spacing: 0.04em;
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_check.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-size: 21px auto;
	margin-bottom: 1px;
}
.block-startguide-step3-block>div ul{
}
.block-startguide-step3-block>div li{
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 1px;
}
.block-startguide-step3-block>a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	margin-top: 11px;
	margin-bottom: 13px;
	height: 62px;
	border-radius: 5px;
	text-decoration: none;
}
.block-startguide-step3-block>a:before,
.block-startguide-step3-block>a:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	border-radius: 4px;
}
.block-startguide-step3-block>a:before{
	background-color: #af9010;
	z-index: 1;
}
.block-startguide-step3-block>a:after{
	background-color: #89710c;
	z-index: 0;
	top: 4px;
}
.block-startguide-step3-block>a span{
	display: block;
	position: relative;
	z-index: 2;
	font-size: 16px;
	padding-right: 23px;
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_download.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: 15px auto;
}

.block-startguide-more{
}
.block-startguide-more ul{
	margin-top: 20px;
}
.block-startguide-more li{
	margin: 0 20px 10px 20px;
}
.block-startguide-more li.pc{
	display: none;
}
.block-startguide-more li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px #af9010 solid;
	background-color: #ffffff;
	border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.block-startguide-more li a span{
	display: block;
	line-height: 30px;
}
.block-startguide-more--1 a{
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_start_guide.png);
	background-position: 14px 6px;
	background-size: 19px auto;
}
.block-startguide-more--2 a{
	background-image: url(/img/usr/furusato/freepage/start_guide/ico_faq.png);
	background-position: 9px 7px;
	background-size: 29px auto;
}


/* --------------------------------------------------------------------
	フリーページ　ふるさと納税とは
--------------------------------------------------------------------- */
/* 共通 */
.block-about-intro h2,
.block-about-feature h2,
.block-about-hope h2{
  border-top: 1px #eae0b6 solid;
  border-bottom: 1px #eae0b6 solid;
  line-height: 1.3;
  font-size: 22px;
  text-align: center;
  color: #af9010;
  padding: 12px 0;
  letter-spacing: 0.03em;
}

.block-about-h1{
	height: 400px;
	background-color: #ffffff;
	background-image: url(/img/usr/furusato/freepage/about/mv_sp.png);
	background-position: center bottom;
	background-size: cover;
}
.block-about-h1 h1{
	padding-top: 109px;
	margin: 0 2.8vw 0px 2vw;
}
.block-about-h1 h1 img{
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.block-about-intro{
  margin-bottom: 55px;
}
.block-about-intro h2{
  margin-bottom: 38px;
}
.block-about-intro h3{
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0.5em 26px 0.5em;
}

.block-about-intro p{
  font-size: 15px;
  line-height: 1.6;
  padding: 0 18px 0 20px;
}
.block-about-feature{
  margin-bottom: 54px;
}
.block-about-feature h2{
  margin-bottom: 30px;
}
.block-about-feature h2 span{
  font-size: 22px;
}
.block-about-feature>ul{
	margin: 0 20px;
}
.block-about-feature>ul>li{
	position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.block-about-feature>ul>li:last-child{
  margin-bottom: 0;
}
.block-about-feature--1{
  padding: 15px 15px 195px 15px;
}
.block-about-feature--2{
  padding: 15px 15px 268px 15px;
}

.block-about-feature--1:after,
.block-about-feature--2:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
}

.block-about-feature--1:after{
	height: 190px;
  background-image: url(/img/usr/furusato/freepage/about/img_feature1_sp.jpg);
  background-position: center 15px;
  background-size: 260px auto;
}
.block-about-feature--2:after{
	height: 269px;
  background-image: url(/img/usr/furusato/freepage/about/img_feature2_sp.jpg);
  background-position: center 16px;
  background-size: 210px auto;
}

.block-about-feature h3{
  position: relative;
  padding-left: 47px;
  padding-top: 2px;
  letter-spacing: 0.03em;
  font-size: 16px;
  min-height: 34px;
  margin-bottom: 10px;
}
.block-about-feature--2 h3{
  padding-top: 5px;
  min-height: 31px;
  margin-bottom: 11px;
}
.block-about-feature h3 span{
  font-size: 21px;
  color: #e5793a;
}
.block-about-feature h3:before,
.block-about-feature h3:after{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block-about-feature h3:before{
  content: "";
  width: 36px;
  height: 36px;
  background-color: #af9010;
  border-radius: 50%;
}
.block-about-feature h3:after{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 36px;
  font-size: 25px;
}
.block-about-feature>ul>li:nth-child(1) h3:after{content: "1";}
.block-about-feature>ul>li:nth-child(2) h3:after{content: "2";}
.block-about-feature>ul>li:nth-child(3) h3:after{content: "3";}
.block-about-feature>ul>li:nth-child(4) h3:after{content: "4";}
.block-about-feature>ul>li:nth-child(5) h3:after{content: "5";}

.block-about-feature li p{
  font-size: 15px;
  letter-spacing: 0.02em;
}
.block-about-feature--1 p{
  line-height: 1.55;
}
.block-about-feature--2 p{
  line-height: 1.6;
}
.block-about-feature li p span{
  font-size: 18px;
  color: #e5793a;
}

.block-about-feature ul ul{
  margin-top: 11px;
}
.block-about-feature ul ul li{
  font-size: 12px;
  line-height: 1.5;
}

.block-about-feature>p{
  margin: 17px 20px 0 20px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.block-about-feature>p span{
  display: inline-block;
  color: #e5793a;
  text-decoration: underline;
}

.block-about-hope{
  margin-bottom: 55px;
}
.block-about-hope h2{
  margin-bottom: 25px;
}
.block-about-hope p{
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
.block-about-hope ul{
  margin: 23px 0 28px 0;
}
.block-about-hope ul li{
	margin-bottom: 10px;
}
.block-about-hope ul li img{
	display: block;
	width: 300px;
	margin: 0 auto;
}
.block-about-hope ul + p{
  line-height: 1.6;
}

.block-about-linklist{
  margin-top: 30px;
  margin-bottom: 26px;
  background-color: #eae0b6;
  padding: 18px 0 10px 0px;
}
.block-about-linklist h2{
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.block-about-linklist ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 5px;
}
.block-about-linklist li{
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	margin-top: 12px;
}
.block-about-linklist li a{
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.block-about-linklist--search-area a{
	pointer-events: none;
}

.block-about-linklist--modal-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.block-about-linklist--modal-inner{
	display: none;
	position: fixed;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 400px;
	background-color: #eae0b6;
	top: 50%;
	left: 50%;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 101;
}
.block-about-linklist--modal-inner li{
	margin-bottom: 5px;
}
.block-about-linklist--modal-inner a{
	text-decoration: none;
}
.block-about-linklist--modal-inner a div{
	display: flex;
	align-items: center;
	background-color: #ffffff;
}
.block-about-linklist--modal-inner a div{
	padding: 0.5em 1em 0.5em 1.2em;
}
.block-about-linklist--modal-inner a div span{
	position: relative;
	display: block;
	padding-left: 18px;
}
.block-about-linklist--modal-inner a div span:before,
.block-about-linklist--modal-inner a div span:after{
	content: "";
	display: block;
	position: absolute;
}
.block-about-linklist--modal-inner a div span:before{
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #af9010;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.block-about-linklist--modal-inner a div span:after{
	top: 7px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-about-linklist--modal-inner>span{
	display: block;
	margin: 25px auto 0 auto;
	background-color: #ffffff;
	line-height: 40px;
	width: 160px;
	text-align: center;
	border-radius: 30px;
}



.block-about-more{
  margin-bottom: 25px;
}
.block-about-more ul{
	margin-top: 20px;
}
.block-about-more li{
	margin: 0 20px 10px 20px;
}
.block-about-more li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px #af9010 solid;
	background-color: #ffffff;
	border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.block-about-more li a span{
	display: block;
	line-height: 30px;
}
.block-about-more--1 a{
	background-image: url(/img/usr/furusato/freepage/about/ico_simulation.png);
	background-position: 14px 5px;
	background-size: 19px auto;
}
.block-about-more--2 a{
	background-image: url(/img/usr/furusato/freepage/about/ico_guide.png);
	background-position: 13px 4px;
	background-size: 20px auto;
}
.block-about-more--3 a{
	background-image: url(/img/usr/furusato/freepage/about/ico_faq.png);
	background-position: 9px 7px;
	background-size: 29px auto;
}

/* --------------------------------------------------------------------
	商品一覧表示の中央ぞろえ
--------------------------------------------------------------------- */
ul.goods_r_ li figure.img_,
ul.goods_t_ li figure.img_,
ul.goods_d_ li figure.img_ {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.goods_d_ li figure.img_ {
	padding-top: 38%;
	position: relative;
}
ul.goods_d_ li figure.img_ img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

ul.goods_p_ li span.postagefree_icon_,
ul.goods_t_ li span.postagefree_icon_,
ul.goods_r_ li span.postagefree_icon_,
ul.goods_d_ li span.postagefree_icon_,
ul.goods_c_ li span.postagefree_icon_ {
	display: none;
}
