html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	vertical-align:baseline;
	background:transparent;
	word-wrap: break-word;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

address {
	font-style: normal;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

p {
	word-wrap: break-word;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input, select {
	max-width: 100%;
	vertical-align:middle;
	cursor: pointer;
}

/* 共通 */
body {
	color:#404040;
	background:#f8f4e3;
	font-size: 14px;
	line-height:1.5;
/*
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}
body.fixed,
body.modal_ofh-body {
	position: fixed;
	width: 100%;
	height: 100%;
}
.bold{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
img {
	max-width: 100%;
	vertical-align: top;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	border: 1px solid #dadada;
	background: #ffffff;
}

textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border: 1px solid #dadada;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	padding: 0.8em 0.6em;
	border: 1px solid #dadada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border:solid 1px #00833f;
	background: #ffffff;
	box-sizing: border-box;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

select {
	padding: 0 0.6em;
	box-sizing: border-box;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}

.SPonly {
    display: block;
}

button:focus,
.slick-slide:focus { outline:0; }


/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 11px;
}
/**/

.leftfloat_ {
	float: left;
}
.rightfloat_ {
	float: left;
}
.clear_ {
	clear: both!important;
}
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
	color:#CC0000;
	font-size: 14px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}

/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #f2faf5;
	border-left: 5px solid #f2faf5;
	padding: 1px 10px;
	margin-top: 3px;
}

.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}

span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}

.hiddenEnter_ {
	width: 0 !important;
	height: 0 !important;
	margin: 0;
	padding: 0;
	font-size: 1px;
	vertical-align: top;
}

/* 表示切り替え */
.pc_only_ {
	display: none !important;
}

/* ボタン */
.button_ {
	border: none;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	padding: 13px 5px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
	padding: 7px 5px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.orange_button_ {
	background-color: #179855;
	background-image: url(../img/usr/sb/common/button_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #ffffff;
}
.orange_button_.search_ {
	padding-left: 15px;
	background-color: #179855;
	background-image: url(../img/sys/sp_go.png);
	background-position: 35% 12px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	color: #ffffff;
}
.shoppage_wrap_ .orange_button_.search_ {
	background-color: #0da4b2;
}
.orange_button_.jre_back_ {
	padding-left: 15px;
	border: #179855 1px solid;
	background-color: #f5fff9;
	background-image: url(../img/usr/sb/common/hnav_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	font-weight: bold;
	color: #00833f;
}
.blue_button_ {
	background-color: #dddddd;
	background-image: url(../img/usr/sb/common/button_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #333333;
}
.brown_button_ {
	background-color: #4d1f1f;
	background-image: url(../img/usr/sb/common/button_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #ffffff;
}
.green_button_ {
	background: #40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background: #40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.gray_button_ {
	background-color:#999;
	background: -moz-linear-gradient(top,#ccc,#999);
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}

.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
/**/

.common_headline1_ {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: #179855 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.shoppage_wrap_ .common_headline1_ {
	border-bottom: #0da4b2 2px solid;
}
.common_headline2_ {
	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;
}
.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #179855;
}
.shoppage_wrap_ .common_headline2_:after {
	background: #0da4b2;
}
#goods_detail_page .common_headline2_ {
	margin: 0 10px 10px;
	padding: 9px 0 9px 0;
	font-size: 14px;
	font-weight: bold;
	border-top: none;
	border-bottom: 1px solid #dadada;
	position: relative;
}
#goods_detail_page .common_headline2_:after {
	display: none;
}
.common_headline3_ {
	margin: 10px 0;
	font-weight: bold;
}
.design_title_ {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: #179855 2px solid;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.shoppage_wrap_ .design_title_ {
	border-bottom: #0da4b2 2px solid;
}
.design_title_.category_ {
	margin: 30px 0 20px 0;
}

/*ネットでエキナカ*/
.design_title_02 {
	padding: 10px;
	margin-bottom: 0;
	margin-top: 20px;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	clear: both;
}

.design_title_02 span.txt{
	color: #400100;
}
/*ネットでエキナカ*/

/* 価格表示 */
.price_pop_ {
	color:#ff0000;
	font-size: 12px;
}
.price_ {
	color:#333333;
}
.price_ .xsmall_{
	display: block;
	margin-right: -0.5em;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	padding: 52px 0 0 0;
	background: #3d3d3d;
}
body header.toppage_,
body header.common_ {
/*
	padding: 155px 0 0 0;
*/
	padding: 0;
}
header #header_inner {
	width: 100%;
	background: #f8f4e3;
/*
	position: fixed;
*/
	position: static;
	top: 0;
	z-index: 1000;
}
header.cart_header_ #header_inner {
	position: absolute;
	top: 0;
}
header #header_nav {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	height: 47px;
}
header #header_nav #sitelogo {
	margin: 9px 0 0 12px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: left;
	vertical-align: middle;
}
header #header_nav #sitelogo img {
	display: block;
	width: 268px;
	height: 35px;
}
header #header_nav #header_point {
	min-width: 42px;
	height: 48px;
	padding: 2px 0 0 0;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	line-height: 1.4;
	text-align: center;
	font-size: 10px;
}
header #header_nav #header_point.renkei_ {
	border-left: #dadada 1px solid;
}
header #header_nav #header_point.renkei_ a {
	text-decoration: none;
	display: block;
}
header #header_nav #header_point span.ttl_ {
	font-size: 10px;
	font-weight: bold;
	display: block;
}
header #header_nav #header_point.renkei_ span.ttl_ {
	padding: 7px 0 4px;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
header #header_nav #header_point span.name_ {
	font-size: 12px;
	font-weight: bold;
	color: #008440;
}
header #header_nav #header_point span.have_ {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #008440;
}
header #header_nav #header_point_auction {
	min-width: 42px;
	height: 48px;
	padding: 2px 0 0 0;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	line-height: 1.4;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
header #header_nav #header_point_auction.renkei_ {
	border-left: #dadada 1px solid;
}
header #header_nav #header_point_auction.renkei_ a {
	text-decoration: none;
	display: block;
}
header #header_nav #header_point_auction span.ttl_ {
	font-size: 10px;
	font-weight: bold;
	display: block;
}
header #header_nav #header_point_auction.renkei_ span.ttl_ {
	padding: 7px 0 4px;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
header #header_nav #header_point_auction span.name_ {
	font-size: 12px;
	font-weight: bold;
	color: #008440;
}
header #header_nav #header_point_auction span.have_ {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
header #header_nav #header_login {
	min-width: 42px;
	max-width: 60px;
	height: 50px;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-left: #dadada 1px solid;
	text-align: center;
	text-indent: -9999px;
	background: url(../img/usr/sb/common/hnav_login.png) center top no-repeat;
	background-size: 42px 50px;
	-webkit-background-size: 42px 50px;
}
header #header_nav #header_login a {
	width: 100%;
	height: 50px;
	display: block;
}
header #header_nav #header_cart {
	min-width: 42px;
	max-width: 60px;
	height: 50px;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-left: #dadada 1px solid;
	position: relative;
	text-indent: -9999px;
	background: url(../img/usr/sb/common/hnav_cart.png) center top no-repeat;
	background-size: 42px 50px;
	-webkit-background-size: 42px 50px;
}
header #header_nav #header_cart a {
	width: 100%;
	height: 50px;
	display: block;
}
header #header_nav #header_cart #cart_qty_ {
	width: 18px;
	height: 18px;
	text-align: center;
	text-indent: 0;
	line-height: 18px;
	color: #ffffff;
	background: #e60012;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 2px;
	right: 2px;
}
header #header_nav #header_menu {
	min-width: 42px;
	max-width: 60px;
	height: 50px;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-left: #dadada 1px solid;
	text-align: center;
	text-indent: -9999px;
	background: url(../img/usr/sb/common/hnav_menu.png) center top no-repeat;
	background-size: 42px 50px;
	-webkit-background-size: 42px 50px;
}
body.bgon_ header #header_nav #sitelogo,
body.bgon_ header #header_nav #header_point,
body.bgon_ header #header_nav #header_login,
body.bgon_ header #header_nav #header_cart {
	border-bottom: #179855 2px solid;
}
body.bgon_ header #header_nav #header_menu {
	border-bottom: #e7eede 2px solid;
	border-left: #179855 1px solid;
	background: #e7eede url(../img/usr/sb/common/hnav_close.png) center top no-repeat;
	background-size: 42px 50px;
	-webkit-background-size: 42px 50px;
}


div.new_header_menu_inner01,
div.new_header_menu_inner01.inner01_fixed{
	position: static;
	padding: 0;
	width: 100%;
	height: 48px;
	background-color: #f8f4e3;
	display: flex;
}
div.new_header_menu_inner01.inner01_fixed{
	top: 47px;
}
.header_inner01 {
}
.header_inner01::after {
  content: "";
  display: block;
  clear: both;
}



header form {
	flex: 1;
	position: relative;
	border: none;
	height: 35px;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 3px;
	margin-left: 10px;
}

header form input#menu_keyword_box {
	width: 100%;
	border: none;
	padding: 0 35px 0 14px;
	line-height: 35px;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
}

header form input#menu_keyword_box_go {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 9px;
	right: 13px;
}
header .header_inner01 .search_form_ div[id^="suggestions-template"] {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	left: 1px;
	margin: 2px 0 0;
	padding: 9px 0;
	position: absolute;
	top: 100%;
	width: calc(100% - 34px);
	z-index: 2;
}
header .header_inner01 .search_form_ input#menu_keyword_box:placeholder-shown ~ div[id^="suggestions-template"] {
	display: none;
}
header .header_inner01 .search_form_ a.suggestions_word {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
	transition: background-color 0s;
	text-decoration: none;
}



.header_usernav{
	width: 156px;
	display: flex;
	justify-content: space-between;
}
.header_usernav li{
	width: 100%;
	height: 40px;
	border-right: 1px #e2decf solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_usernav li:last-child{
	border-right: none;
}
.header_usernav li a,
.header_usernav li div{
	display: block;
	font-size: 10px;
	color: #af9010;
	text-decoration: none;
	padding-top: 22px;
	background-repeat: no-repeat;
}
.header_usernav-cart a{
	background-image: url(../img/usr/furusato/sp/header/ico_cart.png);
	background-position: center 2px;
	background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
    position: relative;
}
.header_usernav-cart a #cart_qty_{
    top: 0px;
    width: 18px;
    right: -10px;
    position: absolute;
    background: #e60012;
    color: #fff;
    font-weight: normal;
    z-index: 5;
    height: 18px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #cart_qty_ {
    line-height: 18.5px;
  }
}
.header_usernav-login a{
	background-image: url(../img/usr/furusato/sp/header/ico_login.png);
	background-position: center 2px;
	background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
}
.header_usernav-menu div{
	background-image: url(../img/usr/furusato/sp/header/ico_menu.png);
	background-position: center 6px;
	background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
}



div.nav_list{
	padding: 0;
}
div.nav_list.nav_list_fixed{
/*
	position: fixed;
*/
	position: static;
	padding: 0;
	width: 100%;
	top: 95px;
	z-index: 999;
}

div.nav_list .header_gnav{
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #af9010;
}
div.nav_list .header_gnav>li{
	width: 100%;
	height: 60px;
	border-right: 1px #a08412 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
div.nav_list .header_gnav>li.active:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #ffffff transparent;
}
div.nav_list .header_gnav>li:last-child{
	border-right: none;
}
div.nav_list .header_gnav>li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 13px;
}
div.nav_list .header_gnav>li>p,
div.nav_list .header_gnav>li>a span{
	display: block;
	font-size: 13px;
	padding-top: 23px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 19px;
	margin-top: 4px;
}
.header_gnav-ranking>p,
.header_gnav-ranking>a>span{
	background-image: url(../img/usr/furusato/sp/header/ico_ranking.png);
}
.header_gnav-area>p,
.header_gnav-area>a>span{
	background-image: url(../img/usr/furusato/sp/header/ico_area.png);
}
.header_gnav-category>p,
.header_gnav-category>a>span{
	background-image: url(../img/usr/furusato/sp/header/ico_category.png);
}
.header_gnav-feature>p,
.header_gnav-feature>a>span{
	background-image: url(../img/usr/furusato/sp/header/ico_feature.png);
}

.header_gnav_content{
	display: none;
	/*position: absolute;
	height: calc(100vh - 155px);
	top: 60px;*/

	position: fixed;
	width: 100%;
	height: calc(100% - 155px);
	left: 0;
	top: 155px;
	background: #ffffff;
	z-index: 7;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*
.header_gnav li:nth-child(1) .header_gnav_content:after{left: 12.5%;}
.header_gnav li:nth-child(2) .header_gnav_content:after{left: 37.5%;}
.header_gnav li:nth-child(3) .header_gnav_content:after{left: 62.5%;}
.header_gnav li:nth-child(4) .header_gnav_content:after{left: 87.5%;}
*/

.header_gnav li:nth-child(1) .header_gnav_content{display: none;}
.header_gnav li:nth-child(4) .header_gnav_content{display: none;}

.header_gnav_content>p{
	font-size: 16px;
	color: #333333;
	margin-top: 2em;
	padding-left: 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px #e5ddbe solid;
}

.header_gnav_btn{
}
.header_gnav_btn a{
	display: block;
	position: relative;
	background-color: #af9010;
	color: #ffffff;
	line-height: 57px;
	padding: 0 40px 0 15px;
}
.header_gnav_btn a span{
	font-size: 16px !important;
}
.header_gnav_btn a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-right: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header_gnav_content01{
}
.header_gnav_content01>a,
.header_gnav_content02>a{
	display: block;
	position: relative;
	padding: 10px 25px 10px 15px;
	border-bottom: 1px #e5ddbe solid;
	color: #333333 !important;
}
.header_gnav_content01>a:after,
.header_gnav_content02>a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header_gnav_content01>a div,
.header_gnav_content02>a div{
	display: flex;
	align-items: center;
}
.header_gnav_content01>a div span,
.header_gnav_content02>a div span{
	font-size: 16px;
}

.header_gnav_content03{
}
.header_gnav_content03>a{
	display: block;
	position: relative;
	padding: 8px 25px 9px 10px;
	border-bottom: 1px #e5ddbe solid;
	color: #333333 !important;
}
.header_gnav_content03>a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header_gnav_content03>a div{
	display: flex;
	align-items: center;
}
.header_gnav_content03>a div img{
	width: 40px;
}
.header_gnav_content03>a div span{
	padding-left: 1em;
	font-size: 16px;
}

.header_gnav_content04{
	padding: 30px 15px;
	flex-wrap: wrap;
}
.header_gnav_content04 li{
	margin-bottom: 15px;
}
.header_gnav_content04 li:last-child{
	margin-bottom: 0;
}


div#new_header_menu_area{
	height: 100%;
	width: 81%;
}
.new_header_menu_area_inn{
	height: 100%;
	background-color: #e5ddbe !important;
}
#new_header_menu_area .new_header_mypageArea {
	background-color: #f8f4e3;
}
#new_header_menu_area .new_header_mypageArea .mypageName .name_ {
	color: #a08412;
}
#new_header_menu_area .new_header_mypointArea {
	background-color: #f8f4e3;
}
#new_header_menu_area .new_header_mypointArea .new_header_mypointArea_inn {
	border: 3px solid #a08412;
}
#new_header_menu_area .new_header_mypointArea .new_header_mypointArea_inn .mypointArea_h {
	background: #a08412;
}
#new_header_menu_area .new_header_mypointArea .new_header_mypointArea_inn .font_pount_num {
	color: #a08412;
}

p#new_header_closeBtn{
	left: -53px;
	top: 14px;
}
p#new_header_closeBtn::before,
p#new_header_closeBtn::after{width: 2px; height: 30px;}

.new_header_menu_form{
	padding: 15px;
}
.new_header_menu_form form{
	margin: 0;
}
.new_header_menu_form .search_form_ div[id^="suggestions-template"] {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	left: 1px;
	margin: 2px 0 0;
	padding: 9px 0;
	position: absolute;
	top: 100%;
	width: calc(100% - 34px);
	z-index: 2;
}
.new_header_menu_form .search_form_ input#menu_keyword_box:placeholder-shown ~ div[id^="suggestions-template"] {
	display: none;
}
.new_header_menu_form .search_form_ a.suggestions_word {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
	transition: background-color 0s;
	text-decoration: none;
}

ul.new_header_menu_list{
	background-color: #ffffff;
}
ul.new_header_menu_list > li{
	border-bottom: 1px solid #e8e2c7;
}
ul.new_header_menu_list > li > a,
ul.new_header_menu_list > li span{
	position: relative;
	display: block;
	padding: 19px 30px 19px 15px;
	line-height: 1.3;
}
ul.new_header_menu_list > li > a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.new_header_login {
  padding: 10px;
  text-align: right;
}
.new_header_login .login_ {
  display: block;
  width: 58%;
  margin-left: auto;
} 
.new_header_login .login_ a {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #af9010;
  border: 1.55px solid #af9010;
  border-radius: 100px;
  background: #fff;
}
.new_header_login .login_ a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px #af9010 solid;
  border-bottom: 1px #af9010 solid;
}
.new_header_submenu_list {
  display: flex;
  padding: 8px 0;
  background: #af9010;
}
.new_header_submenu_list li {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 15px;
  background: #af9010;
}
.new_header_submenu_list li:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 50px;
  margin: auto;
  content: '';
  background: #fff;
}
.new_header_submenu_list a {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #af9010;
  border-radius: 10px;
  background: #fff;
}
.new_header_submenu_list a::before {
  display: block;
  width: 100%;
  height: 30px;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.new_header_submenu_list .submenu_bookmark_ a::before {
  background-image: url(../img/usr/furusato/sp/header/ico_favorite.png);
  background-size: auto 25px;
}
.new_header_submenu_list .submenu_donationhistory_ a::before {
  background-image: url(../img/usr/furusato/sp/header/ico_history.png);
  background-size: auto 29px;
}
.new_header_submenu_list .submenu_calc_ a::before {
  background-image: url(../img/usr/furusato/sp/header/ico_calc.png);
  background-size: auto 30px;
}
.new_header_submenu_list a span {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
.new_header_submenu_list .submenu_calc_ a span {
  transform: scale(0.8);
  white-space: nowrap;
  letter-spacing: 0;
}


p#new_header_menu_closeBtn{
	width: 120px;
	margin: 30px auto 0 auto;
	padding: 0;
	line-height: 40px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #ffffff;
}
p#new_header_menu_closeBtn .btn_icon{
	display: none;
}




/* --------------------------------------------------------------------
	ユーザー定義　メニュー
--------------------------------------------------------------------- */
body.bgon_{
	position: relative;
}
.bgfilter_{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.bgfilter_.bgon_ {
	display: block;
}
.bgfilter_.headnav_{
	top: 52px;
}
body.fixed{
	width: 100%;
	height: 100%;
	position: fixed;
}
#header_menu_area {
	width: 100%;
	height: calc(100% - 52px);
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 9000;
	display: none;
	-webkit-overflow-scrolling: touch;
}
#header_menu_area_inner {
    width: 100%;
	padding: 0 0 1px 0;
	z-index: 9100;
}
#header_menu_area_inner .inner_box_ {
	border-bottom: #179855 2px solid;
	background: #e7eede;
}
#header_menu_area_inner #menu_scroll_area {
	max-height: calc(80vh - 140px);
	padding: 20px 10px 1px 10px;
	overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.inner_box_ .btn_ire_point_shop_,
.inner_box_ .btn_ire_point_detail_ {
	margin-bottom: 20px;
}
#topmenu_search_block {
	margin: 20px 0;
	overflow: hidden;
}
#topmenu_search_block form {
	width: 75%;
	height: 46px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: #179855;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#topmenu_search_block input#menu_keyword_box {
	width: 100%;
	height: 46px;
	padding: 0 46px 0 10px;
	line-height: 52px;
	border-top: #179855 2px solid;
	border-left: #179855 2px solid;
	border-bottom: #179855 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
}
#topmenu_search_block input#menu_keyword_box_go {
	width: 46px;
	height: 46px;
	background: #179855;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
}
#topmenu_search_block p.to_searchdetail_ {
	width: 22%;
	margin-bottom: 10px;
	float: right;
}
#topmenu_search_block p.to_searchdetail_ a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	background: #575757;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#topmenu_search_block #toppage_search_ekinaka {
	text-align: center;
	clear: both;
}
#header_menu_area .listbox_ {
	margin: 0 0 20px 0;
}
#header_menu_area .listbox_.last_ {
	margin-bottom: 0;
}
#header_menu_area .listbox_ ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
}
#header_menu_area .listbox_ ul li {
	border-top: #dedede 1px solid;
}
#header_menu_area .listbox_ ul li:first-child {
	border-top: none;
}
#header_menu_area .listbox_ ul li a {
	text-decoration: none;
	padding: 10px 10px 10px 35px;
	background: url(../img/usr/sb/common/hnav_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: block;
}
#header_menu_area .listbox_ ul li .inner_ {
	padding: 10px;
	overflow: hidden;
}
#header_menu_area .listbox_ ul li .inner_ .ttl_ {
	margin-bottom: 10px;
}
#header_menu_area .listbox_ ul li .inner_ .jre_ {
	width: 48%;
	float: left;
}
#header_menu_area .listbox_ ul li .inner_ .eki_ {
	width: 48%;
	float: right;
}
#header_menu_area .listbox_ ul li .inner_ .jre_ a {
	height: 40px;
	padding: 0;
	border: #179855 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	background: #f5fff9;
	font-weight: bold;
	color: #00833f;
	display: block;
}
#header_menu_area .listbox_ ul li .inner_ .eki_ a {
	height: 40px;
	padding: 0;
	border: #400000 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	background: #f5f2f1;
	font-weight: bold;
	color: #400000;
	display: block;
}
#header_menu_area .listbox_ ul li .inner_ .jre_ img {
	height: 11px;
	vertical-align: middle;
}
#header_menu_area .listbox_ ul li .inner_ .eki_ img {
	height: 13px;
	vertical-align: middle;
}
#header_menu_area .btn_close_ {
	padding: 15px 0;
	text-align: center;
	display: block;
}
#header_menu_area .btn_close_ span {
	padding: 0 20px 0 0;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/usr/sb/common/hnav_menu_close.png) right center no-repeat;
	-webkit-background-size: 13px 13px;
	background-size: 13px 13px;
}

/* ログオフ時 */
#header_menu_area .customermenu_ ul {
	overflow: hidden;
	margin-bottom: 15px;
}
#header_menu_area .customermenu_ ul li {
	width: 48%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
#header_menu_area .customermenu_ ul li:nth-child(2n) {
	float: right;
}
#header_menu_area .customermenu_ ul li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	display: block;
}

/* ログイン時 */
#header_menu_area .btn_ire_point_detail_ a {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}
#header_menu_area .btn_ire_point_shop_ a {
	width: 100%;
	height: 44px;
	margin: 10px auto 0;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/icon_link.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}
#header_menu_area .customer_data_ {
	width: 100%;
	margin-bottom: 15px;
	display: table;
}
#header_menu_area .customer_data_ .welcome_ {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#header_menu_area .customer_data_ .welcome_ .name_ {
	font-size: 18px;
	font-weight: bold;
}
#header_menu_area .customer_data_ .welcome_ span.logout_ {
	font-size: 12px;
	font-weight: normal;
	display: block;
}
#header_menu_area .customer_data_ .mypage_ {
	width: 44%;
	padding: 0 3%;
	vertical-align: middle;
	display: table-cell;
}
#header_menu_area .customer_data_ .mypage_ a {
	border: #ffffff 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	display: block;
}
#header_menu_area .customer_data_ .mypage_ a img {
	width: 110px;
	height: 40px;
}
#header_menu_area .banner_ {
	margin-bottom: 15px;
	text-align: center;
}
#header_menu_area .my_point_ {
	margin-bottom: 15px;
	border: #179855 2px solid;
	background: #ffffff;
}
#header_menu_area .my_point_ h2 {
	padding: 5px;
	background: #179855;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
}
#header_menu_area .my_point_ dl {
	width: 95%;
	padding: 7px 0;
	margin: 0 auto;
	display: table;
}
#header_menu_area .my_point_ dl dt {
	width: 30%;
	vertical-align: middle;
	display: table-cell;
}
#header_menu_area .my_point_ dl dd {
	width: 70%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}
#header_menu_area .my_point_ dl dd span {
	margin-right: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #00833f;
}
#header_menu_area dl.now_point_ {
	border-bottom: #dadada 1px solid;
}
#header_menu_area #topmenu_mypage {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
}
#header_menu_area #topmenu_mypage .slide_box_ .child_ {
	border-top: #dedede 1px dotted;
	border-bottom: #dedede 1px solid;
	padding: 15px 10px;
	display: none;
	background: #ffffff;
}
#header_menu_area #topmenu_mypage .slide_box_.history_ .child_ {
	border-bottom: none;
}
#header_menu_area #topmenu_mypage .slide_box_.bookmark_ .head_ {
	padding: 10px 10px 10px 35px;
	border-bottom: #dedede 1px solid;
	background: url(../img/usr/sb/common/mymenu_icon_bookmark.png) 10px center no-repeat, #ffffff url(../img/usr/sb/common/topmenu_mypage_open.png) right center no-repeat;
	-webkit-background-size: 14px 13px, 69px 14px;
	background-size: 14px 13px, 69px 14px;
}
#header_menu_area #topmenu_mypage .slide_box_.bookmark_ .head_.close_ {
	border-bottom: none;
	background: url(../img/usr/sb/common/mymenu_icon_bookmark.png) 10px center no-repeat, #f5f5f5  url(../img/usr/sb/common/topmenu_mypage_close.png) right center no-repeat;
	-webkit-background-size: 14px 13px, 69px 14px;
	background-size: 14px 13px, 69px 14px;
}
#header_menu_area #topmenu_mypage .slide_box_.history_ .head_ {
	padding: 10px 10px 10px 35px;
	background: url(../img/usr/sb/common/mymenu_icon_history.png) 10px center no-repeat, #ffffff url(../img/usr/sb/common/topmenu_mypage_open.png) right center no-repeat;
	-webkit-background-size: 17px 16px, 69px 14px;
	background-size: 17px 16px, 69px 14px;
}
#header_menu_area #topmenu_mypage .slide_box_.history_ .head_.close_ {
	border-bottom: none;
	background: url(../img/usr/sb/common/mymenu_icon_history.png) 10px center no-repeat, #f5f5f5  url(../img/usr/sb/common/topmenu_mypage_close.png) right center no-repeat;
	-webkit-background-size: 17px 16px, 69px 14px;
	background-size: 17px 16px, 69px 14px;
}
#header_menu_area #topmenu_mypage .slide_box_ ul {
	overflow: hidden;
}
#header_menu_area #topmenu_mypage .slide_box_ ul li.takuhai_ {
	width: 48%;
	float: left;
}
#header_menu_area #topmenu_mypage .slide_box_ ul li.ekiuketori_ {
	width: 48%;
	float: right;
}
#header_menu_area #topmenu_mypage .slide_box_ ul li.takuhai_ a {
	padding: 10px 10px 10px 30px;
	border: #179855 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	background-color: #f5fff9;
	background-image: url(../img/sys/mypage_logo_jre.png);
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 99px 11px;
	font-weight: bold;
	color: #00833f;
	display: block;
}
#header_menu_area #topmenu_mypage .slide_box_ ul li.ekiuketori_ a {
	padding: 10px 10px 10px 10px;
	border: #400000 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	background-color: #f5f2f1;
	background-image: url(../img/sys/mypage_logo_ekinaka.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 104px 13px;
	font-weight: bold;
	color: #400000;
	display: block;
}


/* --------------------------------------------------------------------
	ユーザー定義　緊急告知エリア
--------------------------------------------------------------------- */
#attention_area {
	padding: 10px 0;
	background: url(../img/usr/common/attention_bg.png) center top repeat;
	-webkit-background-size: 40px 20px;
	background-size: 40px 20px;
}
#attention_area .inner_ {
	padding: 10px 10px 10px 40px;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	background: #ffffff url(../img/usr/sb/common/icon_attention.png) 10px 12px no-repeat;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
}

/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
#mainvisual {
	text-align: center;
}
#mainvisual_inner {
	margin: 0 auto 30px;
}
#mainvisual ul.slider_ {
}
#mainvisual_thumbnail_wrap {
	padding: 10px 5px 0;
}
#mainvisual ul.thumbnail_ {
	overflow: hidden;
}
#mainvisual ul.thumbnail_ li {
	width: 50%;
	padding: 0 5px;
	margin: 0 0 6px 0;
	box-sizing: border-box;
	float: left;
}
#mainvisual ul.thumbnail_ li.active_ {
}
#mainvisual ul.thumbnail_ li a {
	border: #ffffff 2px solid;
	padding: 2px;
	display: block;
}
#mainvisual ul.thumbnail_ li.active_ a {
	border: #179855 2px solid;
}

/* --------------------------------------------------------------------
	ユーザー定義　ショップメインビジュアル
--------------------------------------------------------------------- */
#shop_mainvisual {
	text-align: center;
}
#shop_mainvisual_inner {
	margin: 10px auto 30px;
}
#shop_mainvisual ul.slider_ {
}
#shop_mainvisual_thumbnail_wrap {
	padding: 10px 5px 0;
}
#shop_mainvisual ul.thumbnail_ {
	overflow: hidden;
}
#shop_mainvisual ul.thumbnail_ li {
	width: 50%;
	padding: 0 5px;
	margin: 0 0 6px 0;
	box-sizing: border-box;
	float: left;
}
#shop_mainvisual ul.thumbnail_ li.active_ {
}
#shop_mainvisual ul.thumbnail_ li a {
	border: #ffffff 2px solid;
	padding: 2px;
	display: block;
}
#shop_mainvisual ul.thumbnail_ li.active_ a {
	border: #0da4b2 2px solid;
}

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
	margin-top: 80px;
	background-color: #ded7bc;
}
#pagetop {
	position: relative;
}
#pagetop p {
	position: absolute;
	top: -45px;
	right: 10px;
	z-index: 5;
}
#pagetop p img {
	width: 30px;
	height: 30px;
}

#footer_contents{
	padding: 30px 20px;
}
.footer_content{
	margin-bottom: 15px;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.footer_content:last-of-type{
	margin-bottom: 0;
}
.footer_content>div,
.footer_content>a{
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_content>a{
	position: relative;
	text-decoration: none;
	padding-right: 35px;
}
.footer_content>a:before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 50%;
	right: 14px;
	margin-top: -3px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
}
.footer_content>div p,
.footer_content>a p{
	padding: 1px 0 1px 50px;
	font-size: 14px;
	line-height: 18px;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
}
.footer_content-ranking p{
	background-image: url(../img/usr/furusato/sp/footer/ico_ranking.png);
	background-size: auto 17px;
	background-position: 17px 1px;
}
.footer_content-area p{
	background-image: url(../img/usr/furusato/sp/footer/ico_area.png);
	background-size: auto 21px;
	background-position: 19px 0;
}
.footer_content-category p{
	background-image: url(../img/usr/furusato/sp/footer/ico_category.png);
	background-size: auto 20px;
	background-position: 18px 0;
}
.footer_content-feature p{
	background-image: url(../img/usr/furusato/sp/footer/ico_feature.png);
	background-size: auto 20px;
	background-position: 18px 0;
}
.footer_content>div p span,
.footer_content>a p span{
	font-size: 18px;
}
.footer_content>div>span{
	position: relative;
	display: block;
	width: 35px;
	height: 41px;
}
.footer_content>div>span:before,
.footer_content>div>span:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #666666;
	top: 50%;
	left: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.footer_content>div>span:before{
	width: 12px;
	height: 2px;
	margin-top: -1px;
	margin-left: -6px;
}
.footer_content>div>span:after{
	width: 2px;
	height: 12px;
	margin-top: -6px;
	margin-left: -1px;
}
.footer_content>div.active>span:after{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.footer_content:nth-of-type(1) ul,
.footer_content:nth-of-type(2) ul{
	display: none;
}
.footer_content ul{
	display: none;
	padding: 0 20px 20px 20px;
	margin-top: 9px;
}
.footer_content li a{
	position: relative;
	display: block;
	font-size: 16px;
	padding: 0.3em 0 0.3em 20px;
	text-decoration: none;
}
.footer_content li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -4px;
	width: 5px;
	height: 5px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
}

.footer_navi{
	margin: 0 20px;
	padding-top: 20px;
	border-top: 1px #cbc4ac solid;
}
.footer_navi li a{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	padding: 0.3em 0 0.3em 20px;
	text-decoration: none;
}
.footer_navi li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -5px;
	width: 5px;
	height: 5px;
	border-right: 2px #af9010 solid;
	border-bottom: 2px #af9010 solid;
	transform: rotate(-45deg);
}


#footer_bottom {
	margin-top: 19px;
	padding: 18px 10px 17px 10px;
	background: #ffffff;
	text-align: center;
}
#footer_bottom .jr_logo_ a {
	display: block;
}
#footer_bottom .jr_logo_ img {
	width: 106px;
}
#copyright {
	display: block;
	color: #999999;
	text-align: center;
	font-size: 10px;
	margin-top: 1.5em;
}
#footer .change_mode_ {
	padding: 15px 0;
	background: #000000;
	color: #ffffff;
	text-align:center;
}
#footer .change_mode_ ul {
	height: 28px;
}
#footer .change_mode_ ul li {
	padding: 0 3px;
    text-align:center;
	line-height: 28px;
	font-size: 12px;
	display: inline-block;
}
#footer .change_mode_ ul li.smartpn_,
#footer .change_mode_ ul li.pc_ {
	width: 32%;	
}
#footer .change_mode_ ul li.pc_ a {
	height: 26px;
	border: #ffffff 1px solid;
	text-decoration: none;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	display: block;
}
#footer .change_mode_ ul li.smartpn_ span {
	height: 26px;
	border: #ffffff 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
}


/* --------------------------------------------------------------------
	ユーザー定義　絞り込み表示
--------------------------------------------------------------------- */
#filter_block{
	width: 100%;
	height: 55px;
}
#filter_btn {
	position: fixed;
	display: flex;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	padding: 0 25px;
	background-color: #e7dfc2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 6;
}
#filter_btn>div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 100%;
	background-color: #af9010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#filter_btn>div span{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	padding-left: 32px;
}
#filter_btn>div span:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 100%;
	background-image: url(../img/usr/furusato/sp/ico_filter_btn.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-size: 21px auto;
	-moz-background-size: 21px auto;
	-webkit-background-size: 21px auto;
}

#filter_menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	z-index: 7;
	padding-top: 61px;
	box-sizing: border-box;
}
#filter_menu input:focus {
	outline: none;
}

#filter_menu_top{
	display: flex;
	height: 61px;
	border-bottom: 1px #e2decf solid;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8;
}
#filter_menu_top label{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #af9010;
}
#filter_menu_top input{
	border: none;
	background: none;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	padding: 0px 5px 0 30px;
	background-image: url(../img/usr/furusato/sp/ico_filter_search.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
}
#filter_close{
	position: relative;
	width: 62px;
	height: 61px;
	background-color: #e2decf;
}
#filter_close:before,
#filter_close:after{
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	background-color: #adaa9e;
	top: 29px;
	left: 18px;
}
#filter_close:before{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#filter_close:after{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


div.sidebox_{
	margin: 0;
	border-bottom: 4px #e2decf solid;
	background-color: #ffffff;
	padding-top: 25px;
}
div.sidebox_:last-of-type{
	border-bottom: none;
}
div.sidebox_ .title_line_{
	padding: 4px 0 14px 0;
	letter-spacing: 0.01em;
	border-bottom: 1px #e2decf solid;
}
div.sidebox_ .title_line_ span{
	display: block;
	position: relative;
	padding-left: 45px;
	line-height: 20px;
	font-size: 18px;
}
div.sidebox_ .title_line_ span:before{
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#side_category .title_line_ span:before{
	top: 0;
	left: 16px;
	width: 22px;
	height: 21px;
	background-image: url(../img/usr/furusato/sp/ico_filter_category.png);
}
#side_price .title_line_ span:before{
	top: 1px;
	left: 14px;
	width: 20px;
	height: 19px;
	background-image: url(../img/usr/furusato/sp/ico_filter_price.png);
}
#side_area .title_line_ span:before{
	top: -1px;
	left: 14px;
	width: 21px;
	height: 22px;
	background-image: url(../img/usr/furusato/sp/ico_filter_area.png);
}
#side_freeword .title_line_{
	border-bottom: none;
}
#side_freeword .title_line_ span:before{
	top: 1px;
	left: 18px;
	width: 17px;
	height: 18px;
	background-image: url(../img/usr/furusato/sp/ico_filter_word.png);
}

#side_freeword{
	border-bottom: none;
	padding-bottom: 31px;
}
#side_freeword div{
	padding: 0 15px;
}
#side_freeword div input[type="text"]{
	width: 100%;
	border: 1px #e2decf solid;
	background-color: #f8f4e3;
	line-height: 33px;
	padding: 0 11px;
	letter-spacing: 0.14em;
}

#side_category .category_tree2_,
#side_price .category_tree1_,
#side_area .category_tree3_{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

div.sidebox_ .category_tree1_>ul,
div.sidebox_ .category_tree2_>ul{
	height: 0;
	opacity: 0;
	visibility: hidden;
}
div.sidebox_ .category_tree1_open_>ul,
div.sidebox_ .category_tree2_open_>ul{
	height: auto;
	opacity: 1;
	visibility: visible;
}

div.sidebox_ .category_tree_{
	overflow: hidden;
}
div.sidebox_ .category_tree_ li{
	border-bottom: 1px #e2decf solid;
}
div.sidebox_ .category_tree_ ul li:last-child{
	border-bottom: none;
}
div.sidebox_ .category_tree_ ul .category_tree3_{
	border-bottom: none;
}
div.sidebox_ .category_tree_ label{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
div.sidebox_ .category_tree_ input[type="checkbox"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 24px;
	height : 24px;
	border: 1px #dcca81 solid;
	background-color: #f8f4e3;
	top: 50%;
	margin : 0px;
	margin-top: -12px;
	left: 16px;
	box-shadow: none;
	background: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
div.sidebox_ .category_tree_ input[type="checkbox"]:focus {
	outline: 0;
}
div.sidebox_ .category_tree_ input[type="checkbox"]:checked {
	background-color: #af9010;
}
div.sidebox_ .category_tree_ input[type="checkbox"]:checked:before {
	position: absolute;
	left: 4px;
	top: 14px;
	display: block;
	box-shadow: none;
	content: "";
	width: 6px;
	height: 1px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
div.sidebox_ .category_tree_ input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 14px;
	content: "";
	box-shadow: none;
	width: 10px;
	height: 1px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}

div.sidebox_ .category_tree_ input[type="checkbox"] + span{
	display: block;
	line-height: 16px;
}
div.sidebox_ .category_tree_ input[type="checkbox"]:checked + span{
	background-color: #e5ddbe;
}

div.sidebox_ .category_tree_ .category_tree1_>div input[type="checkbox"] + span,
div.sidebox_ .category_tree_ .category_tree1_open_>div input[type="checkbox"] + span{
	padding: 17px 50px 17px 55px;
	font-size: 16px;
}
div.sidebox_ .category_tree_ .category_tree2_>div input[type="checkbox"] + span,
div.sidebox_ .category_tree_ .category_tree2_open_>div input[type="checkbox"] + span{
	padding: 11px 0 11px 65px;
	font-size: 14px;
}
div.sidebox_ .category_tree_ .category_tree3_>div input[type="checkbox"] + span,
div.sidebox_ .category_tree_ .category_tree3_open_>div input[type="checkbox"] + span{
	padding: 12px 0 12px 75px;
	font-size: 14px;
}

div.sidebox_ .category_tree_ input[type="radio"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 23px;
	height : 23px;
	border: 1px #dcca81 solid;
	background-color: #f8f4e3;
	top: 50%;
	margin : 0px;
	margin-top: -11px;
	left: 16px;
	box-shadow: none;
	background: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
div.sidebox_ .category_tree_ input[type="radio"]:focus {
	outline: 0;
}
div.sidebox_ .category_tree_ input[type="radio"]:checked {
	background-color: #af9010;
}
div.sidebox_ .category_tree_ input[type="radio"]:checked:before {
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	box-shadow: none;
	content: "";
	width: 9px;
	height: 9px;
	background: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

div.sidebox_ .category_tree_ input[type="radio"] + span{
	display: block;
	line-height: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
div.sidebox_ .category_tree_ input[type="radio"]:checked + span{
	background-color: #e5ddbe;
}

div.sidebox_ .category_tree_ .category_tree1_>div input[type="radio"] + span{
	padding: 11px 20px 11px 55px;
	font-size: 14px;
	letter-spacing: 0.08em;
}


#side_category li>div,
#side_price li>div{
	position: relative;
	padding: 3px 0;
}
#side_area li>div{
	position: relative;
	padding: 2px 0;
}
#side_area li.category_tree3_>div{
	padding: 1px 0;
}
#side_area li.category_tree3_:first-child{
	margin-top: -1px;
}
#side_area li.category_tree3_:last-child>div{
	padding: 1px 0 2px 0;
}

#side_category .category_tree1_>ul,
#side_category .category_tree1_open_>ul,
#side_area .category_tree1_>ul,
#side_area .category_tree1_open_>ul{
	border-top: 1px #e2decf solid;
}

/*
#side_category .category_tree1_open_>div,
#side_area .category_tree1_open_>div{
	border-bottom: 1px #e2decf solid;
}
*/

#side_category .category_tree1_>div label,
#side_category .category_tree1_open_>div label,
#side_area .category_tree1_>div label,
#side_area .category_tree1_open_>div label{
	width: 100%;
	margin: 0;
	line-height: 16px;
}

.sidebox_ li>div>span{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 2;
}
.sidebox_ li>div>span span{
	position: absolute;
	display: block;
	top: 50%;
	left: 7px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 1px #dcca81 solid;
	background-color: #f8f4e3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebox_ li>div>span span:before,
.sidebox_ li>div>span span:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #af9010;
	top: 50%;
	left: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebox_ li>div>span span:before{
	width: 10px;
	height: 2px;
	margin: -1px 0 0 -5px;
}
.sidebox_ li>div>span span:after{
	width: 2px;
	height: 10px;
	margin: -5px 0 0 -1px;
}
.sidebox_ li.category_tree1_open_>div>span span:after,
.sidebox_ li.category_tree2_open_>div>span span:after,
.sidebox_ li.category_tree3_open_>div>span span:after{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}


#side_price .category_tree1_>span{
	display: flex;
	margin: 6px 5px 12px 15px;
}
#side_price .category_tree1_>span input[type="text"]{
	width: calc((100% - 5em)/2);
	padding: 0 8px;
	border: 1px #e2decf solid;
	background-color: #f8f4e3;
	line-height: 32px;
	height: 34px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#side_price .category_tree1_>span span{
	display: flex;
	align-items: flex-end;
	padding: 0 2px 3px 2px;
	height: 34px;
	width: 2.5em;
}


#side_ranking{
	border: none;
	padding: 0;
	background: none;
}
#side_ranking a{
	display: flex;
	align-items: center;
	min-height: 45px;
	text-decoration: none;
	padding: 0.6em 1em 0.6em 0;
	border-bottom: 1px #e2decf solid;
}
#side_ranking a:hover{
	text-decoration: none;
}
#side_ranking a span{
	position: relative;
	display: block;
	padding-left: 48px;
	line-height: 1.4;
}
#side_ranking a span:before,
#side_ranking a span:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#side_ranking a span:before{
	margin-top: -7px;
	left: 15px;
	width: 14px;
	height: 14px;
	background-color: #af9010;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#side_ranking a span:after{
	margin-top: -3px;
	left: 18px;
	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);
}


/* --------------------------------------------------------------------
	カテゴリ一覧　孫カテゴリ
--------------------------------------------------------------------- */
div.CategoryStyleG_ {
	padding: 0 2px;
	margin-bottom: 30px;
	overflow: hidden;
}
div.CategoryStyleG_Line_ {
	margin: 0 0 15px 0;
	overflow: hidden;
}
div.CategoryStyleG_Item_ {
	width: 50%;
	padding: 0 8px;
	float: left;
	position: relative;
	box-sizing: border-box;
}
div.CategoryStyleG_Item_ .head_ {
	width: 100%;
	border: #dadada 1px solid;
	cursor: pointer;
	display: table;
}
div.CategoryStyleG_Item_ .head_.close_ {
	border: #575757 1px solid;
}
div.CategoryStyleG_Item_ .head_ .image_ {
	padding: 2px;
	text-align: center;
}
div.CategoryStyleG_Item_ .head_ .image_ img {
	width: 166px;
}

div.CategoryStyleG_Item_ h3.name_ {
	width: 100%;
	height: 60px;
	padding: 3px 20px 3px 6px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/usr/sb/common/cate_plus.png) right center no-repeat;
	-webkit-background-size: 19px 14px;
	background-size: 19px 14px;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	display: table-cell;
}
div.CategoryStyleG_Item_ .head_.close_ h3.name_ {
	background: url(../img/usr/sb/common/cate_minus.png) right center no-repeat;
	-webkit-background-size: 19px 14px;
	background-size: 19px 14px;
}
div.CategoryStyleG_Item_ .head_.close_ h3.name_:after {
	content: '';
	width: 28px;
	height: 20px;
	background: url(../img/usr/common/child_open.png) left top no-repeat;
	-webkit-background-size: 28px 20px;
	background-size: 28px 20px;
	display: block;
	position: absolute;
	bottom: -23px;
	left: 70px;
	z-index: 10;
}
div.CategoryStyleG_Item_ .child_ {
	width: 190%;
	max-width: 750px;
	padding: 15px;
	margin-top: 20px;
	border: #179855 2px solid;
	background: #f5fff9;
	position: relative;
	display: none;
}
div.CategoryStyleG_Item_.box02_ .child_ {
	left: -49vw;
}
div.CategoryStyleG_ .child_ ul {
	overflow: hidden;
}
div.CategoryStyleG_ .child_ ul li {
	width: 45%;
	border-bottom: #b8dbc6 1px solid;
	display: table;
	float: left;
}
div.CategoryStyleG_ .child_ ul li:nth-child(2n) {
	float: right;
}
div.CategoryStyleG_ .child_ ul li:nth-child(2n-1) {
	clear: both;
}
div.CategoryStyleG_ .child_ ul li a {
	width: 100%;
	height: 100%;
	padding: 10px 15px 10px 0;
	background: url(../img/usr/common/child_arrow.png) right center no-repeat;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 12px;
}
div.CategoryStyleG_ .child_ .close_ {
	margin: 10px 0 0;
	text-align: right;
}
div.CategoryStyleG_ .child_ .close_ span {
	padding: 0 24px 0 0;
	background: url(../img/usr/common/cate_minus.png) right center no-repeat;
	display: inline-block;
	cursor: pointer;
}
div.CategoryStyleG_ .child_ .close_ span:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	ユーザー定義　システムテンプレート
--------------------------------------------------------------------- */
#point_frame_box {
	border-top: #179855 1px solid;
}
#point_frame_box_inner {
	padding: 20px 10px 20px 10px;
	border-bottom: #179855 1px solid;
}

/* ログオフ時 */
#point_frame_box_inner .ttl_ {
	margin-bottom: 15px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color:#00833f;
}
#point_frame_box_inner .text_ {
	margin-bottom: 15px;
	line-height: 1.8;
}
#point_frame_box_inner .btn_ire_point_detail_ a {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}

/* ログイン時 */
#point_frame_box_inner .btn_ire_point_shop_ a {
	width: 100%;
	height: 44px;
	margin: 10px auto 0;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/icon_link.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}
#point_frame_box_inner .customer_data_ {
	width: 100%;
	margin-bottom: 15px;
	display: table;
}
#point_frame_box_inner .customer_data_ .welcome_ {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#point_frame_box_inner .customer_data_ .welcome_ .name_ {
	font-size: 18px;
	font-weight: bold;
}
#point_frame_box_inner .customer_data_ .mypage_ {
	width: 40%;
	padding: 0 5%;
	vertical-align: middle;
	display: table-cell;
}
#point_frame_box_inner .customer_data_ .mypage_ a {
	border: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #f5f5f5;
	display: block;
}
#point_frame_box_inner .customer_data_ .mypage_ a img {
	width: 110px;
	height: 40px;
}
#point_frame_box_inner .banner_ {
	margin-bottom: 20px;
	text-align: center;
}
#point_frame_box_inner .my_point_ {
	margin-bottom: 15px;
	border: #ddf0c0 2px solid;
}
#point_frame_box_inner .my_point_ h2 {
	padding: 5px;
	background: #ddf0c0;
	font-size: 15px;
	text-align: center;
}
#point_frame_box_inner .my_point_ dl {
	width: 95%;
	padding: 7px 0;
	margin: 0 auto;
	display: table;
}
#point_frame_box_inner .my_point_ dl dt {
	width: 30%;
	vertical-align: middle;
	display: table-cell;
}
#point_frame_box_inner .my_point_ dl dd {
	width: 70%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}
#point_frame_box_inner .my_point_ dl dd span {
	margin-right: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #00833f;
}
#point_frame_box_inner dl.now_point_ {
	border-bottom: #dadada 1px solid;
}

/* --------------------------------------------------------------------
	ユーザー定義　検索ボックス
--------------------------------------------------------------------- */
#search_block {
	padding: 20px 10px 10px;
	margin: 40px 0;
	background: #e6f5ec;
	overflow: hidden;
}
#search_block form {
	width: 75%;
	height: 46px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: #179855;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#search_block input#keyword_box {
	width: 100%;
	height: 46px;
	padding: 0 46px 0 10px;
	line-height: 52px;
	border-top: #179855 2px solid;
	border-left: #179855 2px solid;
	border-bottom: #179855 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
}
#search_block input#keyword_box_go {
	width: 46px;
	height: 46px;
	background: #179855;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	right: 0;
}
#search_block p.to_searchdetail_ {
	width: 22%;
	margin-bottom: 10px;
	float: right;
}
#search_block p.to_searchdetail_ a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	background: #575757;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#search_block .earch_ekinaka_ {
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

.shoppage_wrap_ #search_block {
	background: #e6f6f7;
}
.shoppage_wrap_ #search_block form {
	background: #0da4b2;
}
.shoppage_wrap_ #search_block input#keyword_box {
	border-top: #0da4b2 2px solid;
	border-left: #0da4b2 2px solid;
	border-bottom: #0da4b2 2px solid;
}
.shoppage_wrap_ #search_block input#keyword_box_go {
	background: #0da4b2;
}

/* --------------------------------------------------------------------
	ユーザー定義　予備テンプレ１
--------------------------------------------------------------------- */
div.toppage_middle_ {
	margin-top: 40px;
}
ul.top_free_banner_ {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;
}
ul.top_free_banner_ li {
	text-align: center;
	margin-bottom: 10px;
}
ul.top_free_banner_ li p.txt_ {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　予備テンプレ２
--------------------------------------------------------------------- */
ul.top_free_banner2_ {
	width: 100%;
	padding: 0 2px;
	overflow: hidden;
	box-sizing: border-box;
}
ul.top_free_banner2_ li {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 15px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}

/* --------------------------------------------------------------------
	ユーザー定義　予備テンプレ3
--------------------------------------------------------------------- */
#top_pickup_items {
	padding: 0 0 25px 0;
	margin-bottom: 60px;
	background: #f5f2f1;
}
#top_pickup_items .event_design_bottom_.more_ {
	margin: 0 20px;
	text-align: center;
}
#top_pickup_items .event_design_bottom_.more_ p.more_btn_ {
	height: 40px;
	margin: 0 auto;
}
#top_pickup_items .event_design_bottom_.more_ p.more_btn_ a {
	height: 38px;
	padding: 0 0 0 20px;
	line-height: 40px;
	border: #400000 1px solid;
	background:#ffffff url(../img/usr/common/brown_arrow.png) 25px center no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	display: block;
	color: #400000;
}

/* --------------------------------------------------------------------
	ユーザー定義　ショップテンプレ中部
--------------------------------------------------------------------- */
#shop_middle_block {
	margin: 30px 0;
	word-wrap: break-word;
}
#shop_middle_block ul.banner_ {
	padding: 0 10px;
}
#shop_middle_block ul.banner_ li {
	margin-bottom: 10px;
	text-align: center;
}

/* --------------------------------------------------------------------
	ユーザー定義　ショップテンプレ下部
--------------------------------------------------------------------- */
#shop_bottom_block {
	padding-bottom: 30px;
}
ul.fs2_banner_ {
	padding: 20px 10px 10px;
	margin-bottom: 20px;
	background: #f1f1f1;
}
ul.fs2_banner_ li {
	margin-bottom: 10px;
	text-align: center;
}
#shop_bottom_block ul.linklist_ {
	margin: 10px;
	border-top: #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;
}
#shop_bottom_block ul.linklist_ li {
	border-bottom: #dadada 1px solid;
}
#shop_bottom_block ul.linklist_ li a {
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	background: url(../img/usr/sb/common/shop_nav_arrow.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: block;
}
#shop_bottom_block ul.top_free_banner_ {
	margin-top: 30px;
	padding-top: 30px;
	border-top: #dadada 1px solid;
}

/* --------------------------------------------------------------------
	最近見た商品
-------------------------------------------------------------------- */
#itemhistory {
	margin: 30px 0;
	position: relative;
}
#itemhistory .design_title_ {
	margin-bottom: 0;
}
#itemhistory #itemHistoryButton {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 10px;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ div.loginform_ {
	margin-bottom: 10px;
}
div.login_ div.loginform_#first_entry h2 span {
	padding: 0 22px 0 0;
	background: url(../img/usr/sb/common/icon_wakaba.png) right center no-repeat;
	-webkit-background-size: 12px 15px;
	background-size: 12px 15px;
}
div.login_ div.loginform_#customer_entry input.button_ {
	padding-left: 14px;
	background-color: #179855;
	background-image: url(../img/usr/sb/common/icon_btn_login.png);
	background-position: 30% 12px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 17px;
	background-size: 14px 17px;
	color: #ffffff;
}
div.login_ div.loginform_#first_entry input.button_ {
	padding-left: 16px;
	background-image: url(../img/usr/sb/common/icon_btn_entry.png);
	background-position: 24% center;
	background-repeat: no-repeat;
	-webkit-background-size: 21px 16px;
	background-size: 21px 16px;
}
div.login_ .guest_btn_ {
	margin: 0 10px 10px;
}
div.login_ div.loginform_#first_entry .guest_btn_ input.button_ {
	padding-left: 16px;
	background-image: url(../img/usr/sb/common/button_arrow.png);
	background-position: 16% center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 15px 0;
}
div.login_ div.loginform_ div.loginform_wrap_ {
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #edf4fe;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dt {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dd {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dd input {
	width: 100%;
	box-sizing: border-box;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dd .system_ {
	margin-bottom: 10px;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dd p {
	font-size: 12px;
}
div.login_ div.loginform_ div.loginform_wrap_ dl dd p.indent_ {
	padding-left: 1em;
	text-indent: -1em;
}
div.login_ div.forgotpass_,
div.login_ div.askpass_ {
	margin: 10px auto;
	text-align: center;
}
div.login_ div.firstentry_ {
	margin: 10px auto;
	text-align: center;
	color: #3fb578;
	font-weight: bold;
}
div.login_ div.firstentry_ a {
	color: #3fb578;
}
.login-list {
	overflow:hidden;
	text-align:left;
	border-top:1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width:100%;
}
.login-list li.inputimage_ a {
	display:block;
	padding-left:50px;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #9fb7d4;
	color:#000;
	background-repeat:no-repeat;
	background-position:5px 50%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agree_page_head_ {
	margin-bottom: 20px;
}
.agree_page_head_ p {
	margin: 0 10px 20px;
}
.agree_page_head_ p.net_de_ekinaka_ {
	margin: 0 10px 40px;
}
.agree_page_head_ .image_ {
	margin: 0 10px 50px;
	text-align: center;
}
.agree_page_head_ h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #00833f;
}
.agreebody_ {
	padding: 15px 15px 0 15px;
	margin: 0 10px 10px;
	border: 1px solid #dadada;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	position: relative;
}
.agreebody_ dl#agree_contents {
	padding: 0;
	margin: 0;
}
.agreebody_ dl#agree_contents.open_ {
	padding: 0 0 50px 0;
	margin: 0;
}
.agreebody_ dl#agree_contents dt {
	width: 100%;
	height: 40%;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.4), rgba(255,255,255,1.0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,1.0)));
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.agreebody_ dl#agree_contents dt:after {
	content: '';
	width: 140px;
	height: 40px;
	margin-left: -70px;
	background-image: url(../img/usr/sb/common/agree_more.png);
	-webkit-background-size: 140px 40px;
	background-size: 140px 40px;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;	
	bottom: 20px;
	left: 50%;
}
.agreebody_ dl#agree_contents.open_ dt {
	width: 100%;
	height: 40px;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.5), rgba(255,255,255,1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.agreebody_ dl#agree_contents.open_ dt:after {
	content: '';
	width: 140px;
	height: 40px;
	margin-left: -70px;
	background-image: url(../img/usr/sb/common/agree_close.png);
	-webkit-background-size: 140px 40px;
	background-size: 140px 40px;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;	
	top: -20px;
	left: 50%;
}
.agreebody_ dl#agree_contents dd {
	display: none;
}
.customer_ p.withdrawal_ {
	margin: 10px 0;
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
}

div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #f2faf5;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
/* card_regist */
.customer_ span.card_regist_userid input.hidden{
	display: none;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 10px 10px;
}
div.customer_name_ {
	font-size: 14px;
}
div.customer_name_ span {
	font-size: 18px;
	font-weight: bold;
}
#mypage_point_frame_box .customer_name_ {
	width: 100%;
	display: table;
}
#mypage_point_frame_box .customer_name_ .loginname_ {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#mypage_point_frame_box .customer_name_ .loginname_ .name_ {
	font-size: 18px;
	font-weight: bold;
}
#mypage_point_frame_box .customer_name_ .logout_ {
	width: 40%;
	padding: 0 5%;
	vertical-align: middle;
	display: table-cell;
}
#mypage_point_frame_box .customer_name_ .logout_ a {
	border: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #f5f5f5;
	display: block;
}
#mypage_point_frame_box .customer_name_ .logout_ a img {
	width: 110px;
	height: 40px;
}
div.mymenu_ .common_headline2_ {
	margin-bottom: 0;
}
div.mymenu_ .common_headline2_#mymenu_withdrawal:after {
	background: #999999;
}
div.mymenu_item_ {
	padding: 20px 0 10px;
	margin: 0 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
div.mymenu_item_.noborder_ {
	border-bottom: none;
}
div.mymenu_item_ .img_ {
	margin: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 60px;
}
div.mymenu_item_ h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
div.mymenu_item_ p.text_ {
	margin-bottom: 10px;
}
div.mymenu_item_ ul.mymenulist_ {
	width: 100%;
	overflow: hidden;
}
div.mymenu_item_ ul.mymenulist_ li {
	margin-bottom: 10px;	
}
div.mymenu_item_ ul.mymenulist_ li a {
	padding: 10px;
	border: #179855 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
	background-color: #f5fff9;
	font-weight: bold;
	color: #00833f;
	display: block;
}
div.mymenu_item_ ul.mymenulist_ li.custdest_list_ a {
	padding: 10px;
	border: #179855 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
	background-color: #fff;
	font-weight: bold;
	color: #00833f;
	display: block;
}
div.mymenu_item_ ul.mymenulist_ li.takuhai_ {
	width: 48%;
	float: left;
}
div.mymenu_item_ ul.mymenulist_ li.ekinaka_ {
	width: 48%;
	float: right;
}
div.mymenu_item_ ul.mymenulist_ li.takuhai_ a {
	padding: 10px 10px 10px 30px;
	border: #179855 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	background-color: #f5fff9;
	background-image: url(../img/sys/mypage_logo_jre.png);
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 99px 11px;
	font-weight: bold;
	color: #00833f;
	display: block;
}
div.mymenu_item_ ul.mymenulist_ li.ekinaka_ a {
	padding: 10px 10px 10px 10px;
	border: #400000 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	background-color: #f5f2f1;
	background-image: url(../img/sys/mypage_logo_ekinaka.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 104px 13px;
	font-weight: bold;
	color: #400000;
	display: block;
}
div.mymenu_item_ ul.mymenulist_ li.withdrawal_ a {
	padding: 10px 10px 10px 40px;
	border: #999999 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url(../img/sys/mypage_ico_person.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	font-weight: bold;
	color: #333333;
	display: block;
}
div.mymenu_item_ ul.mymenulist_ li.customeredit_ a {
	padding-left: 40px;
	background-image: url(../img/sys/mypage_ico_edit.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
}
div.mymenu_item_ ul.mymenulist_ li.mailchange_ a {
	padding-left: 40px;
	background-image: url(../img/sys/mypage_ico_mail.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
}
div.mymenu_item_ ul.mymenulist_ li.passchange_ a {
	padding-left: 40px;
	background-image: url(../img/sys/mypage_ico_key.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
}
div.mymenu_item_ ul.mymenulist_ li.addresschange_ a {
	padding-left: 40px;
	background-image: url(../img/sys/mypage_ico_address.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
}
div.mymenu_item_ ul.mymenulist_ li.mailnews_ a {
	padding-left: 40px;
	background-image: url(../img/sys/mypage_ico_news.png);
	background-position:  10px center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
}
div.mymenu_item2_ {
	padding: 20px 0 20px;
	margin: 0 10px 0 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
div.mymenu_item2_ h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
div.mymenu_item2_ ul.mymenulist_ li.takuhai_ {
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	max-width: 710px;
}
div.mymenu_item2_ ul.mymenulist_ li.takuhai_ img.takuhai_left_ {
	width: 64%;
}
div.mymenu_item2_ ul.mymenulist_ li.takuhai_ img.takuhai_right_ {
	width: 32%;
	float: right;
}
div.mymenu_item2_ ul.mymenulist_ li.ekinaka_ {
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}
div.mymenu_item2_ p.text_ {
	font-size: 13px;
	margin-bottom: 10px;
}
.mymenu_page_middle_ {
	padding: 0 0 15px 0;
}
.mymenu_page_footer_ {
	margin-top: 20px;
	padding-top: 20px;
}
.mymenu_page_footer_ .submit_ {
	margin: 0 10px 20px;
	text-align: center;
}
.mymenu_page_footer_ .submit_ a {
	margin: 0 0 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
}
.submit_ img{
	width: 47%;
	height: auto;
	padding: 0 2px 0 2px;
}
.submit_ a.maypage_to_{
	display: inline;
}

/* ログオフ時 */
#mypage_point_frame_box {
	margin-bottom: 40px;
}
#mypage_point_frame_box_inner {
	padding: 20px 10px 20px 10px;
	border-top: #179855 1px solid;
	border-bottom: #179855 1px solid;
}
.jre_ #mypage_point_frame_box_inner {
	padding: 0 10px 20px 10px;
	border-top: none;
	border-bottom: #179855 1px solid;
}
#mypage_point_frame_box_inner .ttl_ {
	margin-bottom: 15px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color:#00833f;
}
#mypage_point_frame_box_inner .text_ {
	margin-bottom: 15px;
	line-height: 1.8;
}
#mypage_point_frame_box_inner .btn_ire_point_detail_ a {
	width: 100%;
	height: 44px;
	margin: 0 auto;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}
#mypage_point_frame_box_inner .banner_ {
	margin-top: 20px;
	text-align: center;
}

/* ログイン時 */
#mypage_point_frame_box_inner .btn_ire_point_shop_ a {
	width: 100%;
	height: 44px;
	margin: 10px auto 0;
	border: #179855 1px solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/icon_link.png) 16px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	color: #008340;
	font-weight: bold;
	display: block;
}
#mypage_point_frame_box_inner .my_point_ {
	margin-bottom: 15px;
	border: #ddf0c0 2px solid;
}
#mypage_point_frame_box_inner .my_point_ h2 {
	padding: 5px;
	background: #ddf0c0;
	font-size: 15px;
	text-align: center;
}
#mypage_point_frame_box_inner .my_point_ dl {
	width: 95%;
	padding: 7px 0;
	margin: 0 auto;
	display: table;
}
#mypage_point_frame_box_inner .my_point_ dl dt {
	width: 30%;
	vertical-align: middle;
	display: table-cell;
}
#mypage_point_frame_box_inner .my_point_ dl dd {
	width: 70%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}
#mypage_point_frame_box_inner .my_point_ dl dd span {
	margin-right: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #00833f;
}
#mypage_point_frame_box_inner dl.now_point_ {
	border-bottom: #dadada 1px solid;
}

#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

/* 担当者情報 */
div.staff_ {
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	margin-bottom: 10px;
	background-color:#ffbfbf;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.staff_ div.staff_head_ {
	width: 100%;
	overflow: hidden;
}
div.staff_ div.staff_head_ h2 {
	float: left;
	display: inline;
	line-height:1.1;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.staff_ div.staff_info_ {
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 5px 5px 5px 15px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
}

/* トピック一覧 */
div.mymenu_topic_ {
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.mymenu_topic_ .topiclist_head_ {
	overflow: hidden;
}
div.mymenu_topic_ .topiclist_head_ h2 {
	float: left;
	display: inline;
	line-height:1.1;
	font-weight: normal;
	text-shadow: 1px 1px 2px #ccc;
	padding-left: 4px;
	padding-bottom: 4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_ {
	float: right;
	display: inline;
	text-align: right;
}
div.mymenu_topic_ .topiclist_body_ {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	background-color:#ffffff;
	padding: 2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_ {
	margin: 0;
	padding: 0;
}
div.mymenu_topic_ ul.topicline_ li {
	border-bottom: 1px dotted #cccccc;
	background: url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding: 2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child {
	border-bottom-style: none
}
div.mymenu_topic_ ul.topicline_ li.img_ {
	padding: 5px 0;
	background: none;
}

.customer_ {
	margin-bottom: 10px;
}
.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_ {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #cccccc;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th {
	width: 30%;
	background-color: #f2faf5;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	text-align: left;
	border: 1px solid #dadada;
	background-color: #f2faf5;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	border: 1px solid #dadada;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_ {
	border: none !important;
}
table.order_ {
}
table.sales_,
table.method_ {
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #dadada;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #dadada;
}
table.history_ th {
	background-color: #f2faf5;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #dadada;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_id_ span{
	color:#ff0000;
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #dadada;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ a {
	text-decoration: none;
}
table.history_ td.order_detail_ .order_again_ span {
	width: 100%;
	padding: 7px 5px 7px 15px;
	margin: 5px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: #179855 1px solid;
	background-color: #f5fff9;
	background-image: url(../img/usr/sb/common/hnav_arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #00833f;
	display: block;
	box-sizing: border-box;
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_ {
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd {
	display: block;
	white-space: nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left: 0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd {
	margin-left: 5px;
}
/**/

/* 承認 */
div.approval_ table th {
	white-space: nowrap;
}
div.approval_ table td.total_ {
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td { 
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td {
	
}
div.approval_ table.approvallist_.approval_1st_ok_ td {
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td {
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td {
}
div.approval_ table.approvallist_.approval_sales_ng_ td {
	background-color:#f3f3f3;
}
table.approval_cart_ {
	width: 100%;
}
table.approval_cart_ tr.linespace_ {
	border-style: none;
}
table.approval_cart_ tr.linespace_ td {
	border-style: none;
	height: 10px;
}
table.approval_cart_ .goods_name_ {
	width: auto;
}
table.approval_cart_ td.money_ {
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.money_ ul {
	width: 100%;
}
table.approval_cart_ li.money_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ li.qty_ {
	white-space:nowrap;
	text-align:right;
	width: 80px;
}
table.approval_cart_ td.button_ {
	text-align: center;
	width: 66px;
}
table.approval_cart_ td.total_ {
	text-align:right;
}
table.approval_cart_ td.cancel_dt_ {
	color: #cc0000;
	font-weight: bold;
	width: 66px;
}
table.approval_cart_ .qty_ input {
}
td.reapproval_ {
	background-color:#ffffe0;
}
.doapproval_ {
	background-color:#ffffe0;
}

table.approval_comment_ {
	width: 100%;
}
table.approval_comment_ td {
	border-style:none;
	padding: 3px;
}
table.approval_comment_ th {
	padding: 3px;
	text-align: left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_ {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #dadada;
}
table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th {
	width: 30%;
	white-space: nowrap;
	background-color: #f2faf5;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td {
	border-bottom: 1px solid #dadada;
	padding: 3px;
}
table.approval_cart_ th {
	white-space: nowrap;
	background-color: #f2faf5;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea {
	width: 100%;
}

/* 商品一覧 */
table.approval_ {
	text-align:left;
	margin-bottom: 10px;
}
table.approval_ {
	border: 1px solid #dadada;
}
table.approval_ td {
	padding: 3px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
table.approval_ .goods_ {
	width: 20%;
}
table.approval_ .name_ {
}
table.approval_ .qty_ {
	width: 16%;
	text-align: right;
}
table.approval_ .amt_ {
	width: 20%;
	text-align: right;
}
table.approval_ .money_ {
	width: 20%;
	text-align: right;
}
table.approval_ th {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f2faf5;
	padding: 3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ p.recommend_ {
	margin: 0 10px;
}
div.customer_ .bookmark_frame_ {
	margin: 0;
}
div.customer_ li.bookmark_item_ {
	width: 100%;
	padding: 10px;
	border-bottom: #dadada 1px solid;
	vertical-align: top;
	display: table;
	box-sizing: border-box;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: #dadada 1px solid;
}
li.bookmark_item_ div.cartgoods_ {
	width: 20px;
	padding: 5px 0;
	display: inline;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"] {
	display: none !important;
}
li.bookmark_item_ div.cartgoods_ label {
	position: relative;
	display: inline-block;
	padding: 0 3px 0 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	text-indent: -9999px;
	font-size: 12px;
}
li.bookmark_item_ div.cartgoods_ label::before,
li.bookmark_item_ div.cartgoods_ label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
li.bookmark_item_ div.cartgoods_ label::before {
	top: 49%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
li.bookmark_item_ div.cartgoods_ 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);
}
li.bookmark_item_ div.cartgoods_ label:hover::before {
	background: #fff;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"]:checked + label {
	color: #0da4b2;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"]:checked + label::before {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #0da4b2;
}
li.bookmark_item_ div.cartgoods_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
li.bookmark_item_ div.img_ {
	width: 100px;
	padding: 0 10px 0 0;
	display: inline;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
li.bookmark_item_ div.img_ img {
	max-width: 100px;
	max-height: 100px;
}
li.bookmark_item_ div.desc_ {
	width: auto;
	padding: 0 10px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ div.comment_ a {
	padding: 3px 7px;
	margin-bottom: 10px;
	border: #dedede 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	text-decoration: none;
	font-size: 13px;
	background: #f5f5f5;
	display: inline-block;
}
li.bookmark_item_ div.comment_ span {
	color: #098745 !important;
}
li.bookmark_item_ div.comment_ input {
	padding: 3px 14px;
	border: #dedede 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	text-decoration: none;
	font-size: 13px;
	background: #f5f5f5;
	display: inline-block;
}
li.bookmark_item_ div.comment_ input[disabled] {
	background: #ffffff;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
div.customer_ div.del_ {
	margin-top: 10px;
	text-align: right;
}
div.customer_ div.del_ input {
	min-width: 65px;
	padding: 5px 25px 5px 15px;
	position: relative;
	background:#f5f5f5 url(../img/usr/sb/common/icon_del.png) right center no-repeat;
	-webkit-background-size: 20px 10px;
	background-size: 20px 10px;
}
div.bookmark_ {
	width: 100%;
}
table.bookmark_ {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}
table.bookmark_ td.form_ {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	background-color: #f2faf5;
}
table.bookmark_ td.form_ p.input_title_ input {
	width: 95%;
}
table.bookmark_ td.img_ {
	padding: 5px;
	width: 60px;
	border-bottom: 1px solid #cccccc;
}
table.bookmark_ td.img_ img {
	width: 50px;
}
table.bookmark_ td.name_ {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
.customer_ .submit_ .button_.large_button_.orange_button_,
.customer_ .submit_ .button_.large_button_.blue_button_ {
	font-size: 14px;
}
.customer_ .submit_ .button_.large_button_.blue_button_.withdrawal_ {
	background-color: #454545;
	color: #ffffff;
}

/* --------------------------------------------------------------------
	マイページ　入荷案内申し込み
-------------------------------------------------------------------- */
div.customer_ .backorder_frame_ {
	margin: 0;
}
div.customer_ li.backorder_item_ {
	width: 100%;
	padding: 10px;
	border-bottom: #dadada 1px solid;
	vertical-align: top;
	display: table;
	box-sizing: border-box;
}
div.customer_ li.backorder_item_:first-child {
	border-top: #dadada 1px solid;
}
li.backorder_item_ div.img_ {
	width: 100px;
	padding: 0 10px 0 0;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}
li.backorder_item_ div.img_ img {
	width: 100px;
}
li.backorder_item_ div.desc_ {
	width: auto;
	padding: 0 10px;
	display: table-cell;
	vertical-align: top;
}
li.backorder_item_ div.name_ {
	display: inline;
}
li.backorder_item_ div.spec_ {
	margin-bottom: 10px;
}
li.backorder_item_ div.customer_ div.del_ {
	margin-top: 10px;
	text-align: right;
}
li.backorder_item_ div.customer_ div.del_ input {
	min-width: 65px;
	padding: 5px 10px 5px 30px;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #dadada;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #dadada;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px 30px 10px 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/sb/common/goods_list_arrow.png) 96% center no-repeat;
	-webkit-background-size: 10px 16px;
	background-size: 10px 16px;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
/* 上部テンプレ */
div.cartlist_ .cart_top_block_ .order_flow_ {
	text-align: center;
}
div.cartlist_ .cart_top_block_ .banner_ {
	margin: 0 10px 20px;
	text-align: center;
}
div.cartlist_ .cart_top_block_ h2.cart_notice_ {
	min-height: 40px;
	padding: 10px 10px 10px 60px;
	margin: 0 10px 20px;
	border: #179855 2px solid;
	text-align: left;
	background: url(../img/usr/sb/common/icon_shop_notice.png) 10px 15px no-repeat;
	-webkit-background-size: 40px 32px;
	background-size: 40px 32px;
}
div.cartlist_ .cart_top_block_ h2.cart_notice_ {
	font-size: 14px;
	font-weight: normal;
}

div.cartlist_ {
}
div.order_flow_ {
	text-align: center;
	margin: 0 10px 25px;
}
div.order_flow_ img {
	width: 100%;
}
div.cartlist_ div.shop_frame_ {
	padding: 0 10px 30px;
	margin-bottom: 30px;
	border-bottom: #dadada 1px solid;
}
div.cartlist_ div.shop_frame_ h2.shop_name_line_ {
	padding: 10px 10px 10px 46px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #179855 url(../img/usr/sb/common/icon_shop.png) 10px center no-repeat;
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
}
div.cartlist_ div.shop_frame_inner_ {
	padding: 0 10px 1px 10px;
	border-left: #179855 1px solid;
	border-right: #179855 1px solid;
	border-bottom: #179855 1px solid;
}

div.cartlist_ div.shop_frame_inner_.next_no_error_ {
	padding: 0 10px 20px 10px;
	border-left: #179855 1px solid;
	border-right: #179855 1px solid;
	border-bottom: #179855 1px solid;
}

div.cartlist_ h2.cart_notice_ {
	padding: 12px 0 12px 34px;
	border-bottom: #179855 2px solid;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background: url(../img/usr/sb/common/icon_info.png) left center no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
div.cartlist_ div.shopback_ {
	margin: 30px 10px 0 10px;
}
div.cartlist_ div.shopback_ input {
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 13px 0 13px 5px;
	border: #179855 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow_back.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px; 
	background-size: 15px 15px; 
	box-sizing: border-box;
	color: #179855;
	display: block;
}
div.submit_ input#back_mall {
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 13px 0 13px 5px;
	border: #179855 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow_back.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px; 
	background-size: 15px 15px; 
	box-sizing: border-box;
	color: #179855;
	display: block;
}
div.submit_ input#back_shop {
	max-width: 90%;
	margin: 10px auto;
	padding: 13px 0 13px 5px;
	border: #179855 1px solid;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow_back.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	box-sizing: border-box;
	color: #179855;
	display: block;
}
div.submit_ input#next_order_step {
	padding: 20px 5px;
	background: #179855 url(../img/usr/sb/common/icon_arrow.png) 15% center no-repeat;
	-webkit-background-size: 8px 11px;
	background-size: 8px 11px;
	font-weight: bold;
}
div.cartlist_ div.cart_submit_ {
	padding: 20px 0;
	text-align: center;
}
div.cartlist_ div.cart_submit_ input.orange_button_ {
	padding-left: 14px;
	background-image: url(../img/usr/sb/common/order_button_arrow.png);
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
	background-position: 30% center;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 10px;
	border: none;
	border-collapse: collapse;
}
table.cartlist_ td {
	padding: 10px 0;
	border: none;
	border-collapse: collapse;
}
table.cartlist_ td.img_ {
	width: 75px;
	padding: 20px 10px 10px 0;
}
table.cartlist_ td.img_ img {
	width: 75px;
}
table.cartlist_ td.name_ {
	padding: 20px 0 10px 0;
	vertical-align: top;
}
table.cartlist_ td.name_ div.name_ { 
	min-height: 45px;
}
table.cartlist_ td.name_ .name1_ {
	margin-bottom: 10px;
	font-weight: normal;
}
table.cartlist_ td.name_ a {
	text-decoration: none;
}
table.cartlist_ td.name_ dl.type_ {
	width: 100%;
	margin-bottom: 5px;
	display: table;
}
table.cartlist_ td.name_ dl.type_ dt {
	width: 70px;
	vertical-align: middle;
	display: table-cell;
}
table.cartlist_ td.name_ dl.type_ dd {
	vertical-align: middle;
	display: table-cell;
}
table.cartlist_ td.name_ dl.type_ dd div {
	text-align: center;
	font-size: 11px;
	display: inline-block;
}
table.cartlist_ td.name_ dl.type_ dd div img {
	max-height: 30px;
}
table.cartlist_ td.name_ dl.size_ {
	width: 100%;
	margin-bottom: 10px;
	display: table;
}
table.cartlist_ td.name_ dl.size_ dt {
	width: 70px;
	vertical-align: middle;
	display: table-cell;
}
table.cartlist_ td.name_ dl.size_ dd {
	vertical-align: middle;
	display: table-cell;
}
table.cartlist_ td.name_ dl.size_ dd div {
	min-width: 54px;
	padding: 4px 10px;
	border: #f1f1f1 1px solid;
	text-align: center;
	font-size: 11px;
	display: inline-block;
}
table.cartlist_ td.button_ {
	border-top: #dadada 1px dotted;
	vertical-align: top;
}
table.cartlist_ td.button_ input.delete_ {
	width: 70px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	background: url(../img/sys/button/delete_s_sp.gif) left top no-repeat;
	-webkit-background-size: 70px 30px;
	background-size: 70px 30px;
}
table.cartlist_ div.money_ span.price_ {
	font-size: 14px;
}
table.cartlist_ div.money_ span.point_ {
	font-size: 11px;
	margin-left: 5px;
}
table.cartlist_ .jre_ a {
	font-size: 10px;
	color: #00833f;
	text-decoration: underline !important;
}
table.cartlist_ td.qty_ {
	border-top: #dadada 1px dotted;
	text-align: right;
}
table.cartlist_ td.qty_ .qty_wrap_ {
	margin: 0;
	border: #c2c2c2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
}
table.cartlist_ td.qty_ input {
	height: 28px;
	min-width: 40px;
	padding: 0;
	text-align: center;
	border: none;
	border-left: #c2c2c2 1px solid;
	border-right: #c2c2c2 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
table.cartlist_ td.qty_ img {
	width: 28px;
	height: 28px;
	cursor: pointer;
}
table.cartlist_ td.s_total_ {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background: #eeeeee;
}
table.cartlist_ td.s_total_ span.ttl_ {
	padding-right: 20px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}
table.cartlist_ td.s_total_ span.price_ {
	min-width: 75px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}
div.cartlist_ .total_line_ {
	padding: 10px;
	border: #dedede 1px solid;
	background: #f2faf5;
}
div.cartlist_ .total_line_ ul {
	width: 100%;
	display: table;
}
div.cartlist_ .total_line_ ul li {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	text-align: right;
}
div.cartlist_ .total_line_ ul li.button_ {
	padding-right: 20px;
	text-align: left;
}
div.cartlist_ .total_line_ ul li.button_ input.recount_ {
	width: 85px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	background: url(../img/sys/button/recount_sp.gif) left top no-repeat;
	-webkit-background-size: 85px 30px;
	background-size: 85px 30px;
}
div.cartlist_ .total_line_ ul li.money_ {
	min-width: 75px;
}
div.cartlist_ .total_line_ ul li.button_ input {
	width: 70px;
}
div.cartlist_ p.plus_message_ {
	width: 100%;
	padding: 5px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	background: #facd89;
	position: relative;
}
div.cartlist_ p.plus_message_::before{
  content: '';
  position: absolute;
  right: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #facd89;
  border-left: 10px solid transparent;
}
input.calc_ {
	width      : 1px;
	height     : 1px;
	min-width  : 1px;
	min-height : 1px;
	margin     : 0px;
	padding    : 0px;
	display    : block;
}

div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}
div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}

/* --------------------------------------------------------------------
	購入フロー共通
-------------------------------------------------------------------- */
div.order_ input[type="radio"] + label,
div.order_gift_ input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 0 0 10px 36px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	left: -36px;
}
div.order_ input[type="radio"] + label::before,
div.order_gift_ input[type="radio"] + label::before {
	top: 49%;
	left: 5px;
	width: 24px;
	height: 24px;
	margin-top: -18px;
	background: #ffffff;
	border: 1px solid #cecece;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ input[type="radio"] + label::after,
div.order_gift_ input[type="radio"] + label::after{
	opacity: 0;
	top: 49%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ input[type="radio"]:checked + label::before,
div.order_gift_ input[type="radio"]:checked + label::before {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cecece;
}
div.order_ input[type="radio"]:checked + label::after,
div.order_gift_ input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}
dl.method_data_ {
	border: #dadada 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
dl.method_data_ dt {
	padding: 8px 10px;
	font-weight: bold;
	background: #e9f5ed;
}
dl.method_data_ dd {
	padding: 10px;
}
dl.method_data_ dd input {
	max-width: 100%;
	box-sizing: border-box;
}
#method_point dl.method_data_ dd input,
#method_cupon dl.method_data_ dd input,
#method_campaign dl.method_data_ dd input {
	width: 100%;
	box-sizing: border-box;
}
dl.method_data_ dd p.now_ {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
dl.method_data_ dd p.now_ strong {
	font-size: 16px;
	font-weight: bold;
	color: #00833f;
}
dl.method_data_ dd p.limited_ {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
dl.method_data_ dd p.limited_ strong {
	font-size: 12px;
	font-weight: bold;
	color: #00833f;
}
div.order_ #method_point .method_box_content_ input[type="radio"],
div.order_gift_ #method_point .method_box_content_ input[type="radio"] {
	display: none;
}
div.order_ #method_point .method_box_content_ input[type="radio"] + label,
div.order_gift_ #method_point .method_box_content_ input[type="radio"] + label {
	width: 100%;
	height: 58px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 45px;
	border: #f2f2f2 1px solid;
	line-height: 60px;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 0;
}
div.order_ #method_point .method_box_content_ input[type="radio"] + label:hover,
div.order_gift_ #method_point .method_box_content_ input[type="radio"] + label:hover {
	border: #f1faf5 1px solid;
	background: #f1faf5;
}
div.order_ #method_point .method_box_content_ input[type="radio"] + label::before,
div.order_gift_ #method_point .method_box_content_ input[type="radio"] + label::before {
	margin-top: -12px;
	left: 10px;
}
div.order_ #method_point .method_box_content_ input[type="radio"] + label::after,
div.order_gift_ #method_point .method_box_content_ input[type="radio"] + label::after{
	margin-top: -7px;
	left: 15px;
}
div.order_ #method_point .method_box_content_ input[type="radio"]:checked + label,
div.order_gift_ #method_point .method_box_content_ input[type="radio"]:checked + label {
	border: #bbe2ca 1px solid;
	background: #f2faf5;
}

/* 商品情報 */
#method_goods_wrap {
	margin: 0 10px 30px;
	border: #7c7c7c 1px solid;
}
#method_goods_wrap h2.common_headline2_ {
	margin-bottom: 0;
	background: #7c7c7c;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#method_goods_wrap h2.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #ffffff;
}
#method_goods_wrap .destgoodslist_ {
	padding: 0 15px 0;
}
#method_goods_wrap ul.destgoodslist_items_ li {
	padding: 15px 0;
	border-bottom: #dadada 1px dotted;
}
#method_goods_wrap ul.destgoodslist_items_ li:last-child {
	padding: 15px 0 0 0;
	border-bottom: none;
}
#method_goods_wrap ul.destgoodslist_items_ .method_goodsimage_ {
	width: 75px;
	float: left;
}
#method_goods_wrap ul.destgoodslist_items_ .method_desc_ {
	width: calc(100% - 95px);
	float: right;
}
#method_goods_wrap ul.destgoodslist_items_ .method_desc_ .method_goodsname_ {
	margin-bottom: 10px;
	word-break: break-all;
}
#method_goods_wrap ul.destgoodslist_items_ .method_desc_ .method_price_ {
	margin-bottom: 10px;
	word-break: break-all;
}
#method_goods_wrap ul.destgoodslist_items_ .method_desc_ .method_qty_ {
	text-align: right;
}
#method_goods_wrap ul.destgoodslist_items_ .method_subtotal_ {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background: #eeeeee;
	clear: both;
}
#method_goods_wrap ul.destgoodslist_items_ .method_gift_ {
	clear: both;
}
#method_goods_wrap ul.destgoodslist_items_ .method_gift_ dl {
	width: 100%;
	padding-top: 10px;
	display: table;
}
#method_goods_wrap ul.destgoodslist_items_ .method_gift_ dl dt {
	padding-right: 10px;
	display: table-cell;
	word-break: keep-all;
	font-size: 12px;
}
#method_goods_wrap ul.destgoodslist_items_ .method_gift_ dl dd {
	display: table-cell;
	font-size: 12px;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ {
	margin-bottom: 10px;
	position: relative;
}
.method_sales_detail_append_ .append_box_ input,
.method_sales_detail_append_ .append_box_ select,
.method_sales_detail_append_ .append_box_ label,
.method_sales_detail_append_ .append_box_ textarea {
	max-width: 100%;
	box-sizing: border-box;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ p.name_ {
	margin-bottom: 10px;
	padding: 5px 40px 5px 10px;
	background: #e9f5ed;
	word-break: break-all;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ img.must_ {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ label {
	margin: 0 0 5px 0;
	padding: 0 0 7px 40px;
	display: block;
	left: 0;
	position: relative;
}

div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="radio"] {
	display: none !important;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ p.comment_ {
	padding: 5px 0 0;
	font-size: 11px;
	word-break: break-all;
}

/* check */
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] {
	display: none !important;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label {
	padding-left: 0; 
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label span.ttl_ {
	padding: 0 20px 0 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	display: block;
	position: relative;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label span.ttl_::before {
	top: 49%;
	left: 5px;
	width: 21px;
	height: 21px;
	margin-top: -12px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label span.ttl_::after {
	opacity: 0;
	top: 49%;
	left: 12px;
	width: 9px;
	height: 6px;
	margin-top: -6px;
	border-left: 3px solid #179855;
	border-bottom: 3px solid #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"]:checked + label span.ttl_ {
	color: #000000;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"]:checked + label span.ttl_::before {
	width: 19px;
	height: 19px;
	background: #fff;
	border: 3px solid #179855;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"]:checked + label span.ttl_::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
div.order_comment1_ {
	padding: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}


/* お支払い情報 */
#method_payment_wrap {
	margin: 0 10px 30px;
	border: #179855 1px solid;
}
#method_payment_wrap h3 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	background: none;
	color: #00833f;
}
#method_payment_wrap .method_box_content_ {
	padding: 0;
}
#method_payment_wrap .method_box_content_ .method_list_ li {
}
#method_payment_wrap .method_box_content_ .method_list_ li p {
	font-size: 12px;
}
#method_payment_wrap .method_box_content_memo_ {
	margin: 15px 0 0 0;
	text-align: center;
}
#method_payment_wrap .method_box_content_memo_ a {
	padding: 0 0 0 24px;
	height: 20px;
	line-height: 20px;
	text-decoration: underline;
	background: url(../img/usr/common/icon_payinfo_sp.png) left center no-repeat;
	-webkit-background-size: 17px 17px;
	background-size: 17px 17px;
	display: inline-block;
}
#method_payment_wrap .method_box_content_memo_ a span {
	padding: 0 14px 0 0;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/usr/common/icon_blanklink_sp.png) right center no-repeat;
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
}
#method_payment_wrap h2.common_headline2_ {
	margin-bottom: 15px;
	background: #179855;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#method_payment_wrap h2.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #ffffff;
}
div.order_ #method_pay .method_box_content_ input[type="radio"],
div.order_gift_ #method_pay .method_box_content_ input[type="radio"] {
	display: none;
}
div.order_ #method_pay .method_box_content_ input[type="radio"] + label,
div.order_gift_ #method_pay .method_box_content_ input[type="radio"] + label {
	width: 100%;
	min-height: 58px;
	margin: 0 10px 10px 0;
	padding: 18px 10px 18px 45px;
	border: #f2f2f2 1px solid;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 0;
}
div.order_ #method_pay .method_box_content_ input[type="radio"] + label:hover,
div.order_gift_ #method_pay .method_box_content_ input[type="radio"] + label:hover {
	border: #f1faf5 1px solid;
	background: #f1faf5;
}
div.order_ #method_pay .method_box_content_ input[type="radio"] + label::before,
div.order_gift_ #method_pay .method_box_content_ input[type="radio"] + label::before {
	margin-top: -12px;
	left: 10px;
}
div.order_ #method_pay .method_box_content_ input[type="radio"] + label::after,
div.order_gift_ #method_pay .method_box_content_ input[type="radio"] + label::after{
	margin-top: -7px;
	left: 15px;
}
div.order_ #method_pay .method_box_content_ input[type="radio"]:checked + label,
div.order_gift_ #method_pay .method_box_content_ input[type="radio"]:checked + label {
	border: #bbe2ca 1px solid;
	background: #f2faf5;
}
#method_pay .method_box_content_memo_ ul {
	width: 105%;
	overflow: hidden;
}
#method_pay .method_box_content_memo_ ul li {
	width: 290px;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 1.4;
	float: left;
}

/* ご注文者様 */
#method_host_wrap {
	margin: 0 10px 30px;
	border: #179855 1px solid;
}
#method_host_wrap h2.common_headline2_ {
	margin-bottom: 15px;
	background: #179855;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#method_host_wrap h2.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #ffffff;
}
#method_host_wrap .formdetail_.method_host_ {
	margin: 0 15px 15px;
	border: #dadada 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#method_host_wrap .formdetail_ dt span.memo_ {
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#method_host_wrap .formdetail_.method_host_ dd p.small_ {
	margin: 10px 0 0 0;
}
#method_host_wrap .formdetail_.method_host_ dd.input_l_ input {
	max-width: 100%;
	box-sizing: border-box;
}
#method_host_wrap .formdetail_.method_host_ dd.input_l_ select {
	max-width: 100%;
	box-sizing: border-box;
}
#method_host_wrap .formdetail_.method_host_ dd.input_s_ input {
	width: 48%;
	max-width: 48%;
	box-sizing: border-box;
}
div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/* 送り主（ログイン時） */
#method_sender_wrap {
	margin: 0 10px 30px;
	border: #179855 1px solid;
}
#method_sender_wrap h2.common_headline2_ {
	margin-bottom: 10px;
	background: #179855;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#method_sender_wrap h2.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #ffffff;
}
div.method_sender_ dl.formdetail_ {
	margin: 0 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.sender_info_.open_ {	
}
div.method_sender_ div.sender_same_host_ {
	margin: 0 15px 10px;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] {
	display: none !important;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label {
	padding: 9px 10px 8px 50px;
	border: #f2f2f2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	background: #f2f2f2;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	display: block;
	position: relative;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label:hover {
	border: #f1faf5 1px solid;
	background: #f1faf5;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label::before,
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label::before {
	top: 49%;
	left: 10px;
	width: 27px;
	height: 27px;
	margin-top: -15px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"] + label::after {
	opacity: 0;
	top: 49%;
	left: 17px;
	width: 12px;
	height: 9px;
	margin-top: -8px;
	border-left: 3px solid #179855;
	border-bottom: 3px solid #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
div.method_sender_ div.sender_same_host_ label:hover::before {
	background: #fff;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"]:checked + label {
	border: #bee0cf 1px solid;
	background: #f1faf5;
	color: #000000;
}
div.method_sender_ div.sender_same_host_ .method_sender_.open_ input[type="checkbox"]:checked + label {
	color: #ffffff;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"]:checked + label::before {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 3px solid #179855;
}
div.method_sender_ div.sender_same_host_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
#method_sender_wrap .formdetail_ dt span.memo_ {
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#method_sender_wrap .formdetail_ dd p.small_ {
	margin: 10px 0 0 0;
}
#method_sender_wrap .formdetail_ dd.input_l_ input {
	max-width: 100%;
	box-sizing: border-box;
}
#method_sender_wrap .formdetail_ dd.input_l_ select {
	max-width: 100%;
	box-sizing: border-box;
}
#method_sender_wrap .formdetail_ dd.input_s_ input {
	width: 48%;
	max-width: 48%;
	box-sizing: border-box;
}
div.method_sender_ div.sender_info_ {
	display: none;
}
div.method_sender_ div.sender_info_.open_ {
	display: block;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
div.method_sender_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}

/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.method_sender_ dl.customer_ input[type="radio"],
div.order_ .address_title_ input[type="radio"] {
	display: none !important;
}
.method_sender_ dl.customer_ input[type="radio"] + strong,
div.order_ .address_title_ input[type="radio"] + strong {
	position: relative;
	display: block;
	padding: 10px 0 10px 36px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	left: 0;
}
.method_sender_ dl.customer_ input[type="radio"] + strong::before,
div.order_ .address_title_ input[type="radio"] + strong::before {
	top: 49%;
	left: 5px;
	width: 24px;
	height: 24px;
	margin-top: -13px;
	background: #ffffff;
	border: 1px solid #cecece;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.method_sender_ dl.customer_ input[type="radio"] + strong::after,
div.order_ .address_title_ input[type="radio"] + strong::after{
	opacity: 0;
	top: 49%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.method_sender_ dl.customer_ input[type="radio"]:checked + strong::before,
div.order_ .address_title_ input[type="radio"]:checked + strong::before {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cecece;
}
.method_sender_ dl.customer_ input[type="radio"]:checked + strong::after,
div.order_ .address_title_ input[type="radio"]:checked + strong::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.method_sender_ .address_change_,
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.method_sender_ .address_change_ input.button_,
div.address_item_ .address_change_ input.blue_button_ {
	padding: 8px 30px 8px 10px;
	border: #dedede 1px solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #ffffff;
	background-image: url(../img/usr/sb/common/icon_pencil01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	font-weight: normal;
	color: #484848;	
}
div.method_sender_ div.address_bottom_ {
	margin-bottom: 10px;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.method_sender_ div.address_bottom_ input.button_,
div.address_bottom_ input.blue_button_ {
	padding: 8px 30px 8px 10px;
	margin-bottom: 10px;
	border: #179855 1px solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #00833f;
	background-image: url(../img/usr/sb/common/icon_pencil02.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	font-weight: normal;
	color: #ffffff;	
}

/* 配送方法 */
div.method_box_ {
	margin: 0 15px 30px;
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
	vertical-align: baseline;
}
div.method_box_ div.method_box_content_ label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* 配送希望日時指定 */
#method_delivery_wrap {
	margin: 0 10px 30px;
	border: #179855 1px solid;
}
#method_delivery_wrap div.method_box_ {
	margin: 0 15px 15px;
}
#method_delivery_wrap h2.common_headline2_ {
	margin-bottom: 10px;
	background: #179855;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#method_delivery_wrap h2.common_headline2_:after {
	width: 5px;
	height: 56%;
	content: '';
	display: block;
	position: absolute;
	top: 22%;
	left: 10px;
	background: #ffffff;
}
#method_delivery_wrap dl.method_data_ dd.time_ {
	padding: 10px 0 1px 10px;
}
div.order_ #method_date input[type="radio"],
div.order_gift_ #method_date input[type="radio"] {
	display: none;
}
div.order_ #method_date input[type="radio"] + label,
div.order_gift_ #method_date input[type="radio"] + label {
	width: 46%;
	height: 58px;
	margin: 0 3% 10px 0;
	padding: 0 0 0 38px;
	border: #f2f2f2 1px solid;
	line-height: 58px;
	font-size: 12px;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 0;
}
div.order_ #method_date input[type="radio"] + label:hover,
div.order_gift_ #method_date input[type="radio"] + label:hover {
	border: #f1faf5 1px solid;
	background: #f1faf5;
}
div.order_ #method_date input[type="radio"] + label::before,
div.order_gift_ #method_date input[type="radio"] + label::before {
	margin-top: -12px;
	left: 5px;
}
div.order_ #method_date input[type="radio"] + label::after,
div.order_gift_ #method_date input[type="radio"] + label::after{
	margin-top: -7px;
	left: 10px;
}
div.order_ #method_date input[type="radio"]:checked + label,
div.order_gift_ #method_date input[type="radio"]:checked + label {
	border: #bbe2ca 1px solid;
	background: #f2faf5;
}
#method_date .calendar_ {
	padding-left: 10px;
	display: inline;
	position: relative;
}
#method_date .calendar_ p {
	display: inline;
}
#method_date .calendar_ a#clear_button {
	bottom: -3px;
	cursor: pointer;
	display: block;
	height: 27px;
	left: -35px;
	line-height: 100%;
	position: absolute;
	top: -3px;
	width: 27px;
}
#method_date .calendar_ a#clear_button.hidden_btn_ {
	display: none;
}
#method_date .calendar_ img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#method_date .calendar_ img:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.method_data_ div.calendararea div.calendarlayer table {
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	width: 280px;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	z-index: 1000;
	margin-left: 10px;
}
.method_data_ div.calendararea div.calendarlayer table th {
	padding: 0px 9px;
	margin: 0;
	border: 1px solid #d3d3d3;
	height: 42px;
	font-weight: normal;
	overflow: hidden;
}
.method_data_ div.calendararea div.calendarlayer table th .prevmonth,
.method_data_ div.calendararea div.calendarlayer table th .nextmonth{
  float: left;
  width: 30%;
}
.method_data_ div.calendararea div.calendarlayer table th .prevmonth{
  text-align: left;
}
.method_data_ div.calendararea div.calendarlayer table th .nextmonth{
  text-align: right;
}
.method_data_ div.calendararea div.calendarlayer table th .nowmonth {
  float: left;
  width: 40%;
}
.method_data_ div.calendararea div.calendarlayer table th .nowmonth{
  text-align: center;
}
.method_data_ div.calendararea div.calendarlayer table th .prevmonth a,
.method_data_ div.calendararea div.calendarlayer table th .nextmonth a{
	color: #886a55;
}
.method_data_ div.calendararea div.calendarlayer table td.week {
	font-weight: bold;
	color: #7f7f7f;
}
.method_data_ div.calendararea div.calendarlayer table td.sunday {
	background: #fff2f2;
}
.method_data_ div.calendararea div.calendarlayer table td.nextmonthday {
	color: #cccccc;
	background: #f2f2f2;
}
.method_data_ div.calendararea div.calendarlayer table td.pastday {
	color: #cccccc;
}
.method_data_ div.calendararea div.calendarlayer table td.pday {
	color: #cccccc;
}
.method_data_ div.calendararea div.calendar_close {
	height: 32px;
	line-height: 32px;
	background: #179855;
	border-radius: 16px;
	color: #FFF;
	margin: 10px 0 0 10px;
	text-align: center;
}

/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}

div.confirm_box_wrap_green_ {
	padding: 0 5px;
	margin: 0 10px 30px;
	border: #179855 1px solid;
	overflow: hidden;
}
div.confirm_box_wrap_gray_ {
	padding: 0 5px;
	margin: 0 10px 30px;
	border: #7c7c7c 1px solid;
	overflow: hidden;
}
div.confirm_box_wrap_gray_ h2.common_headline2_ {
	margin: 0 -5px 15px !important;
	background: #7c7c7c;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
div.confirm_box_wrap_green_ h2.common_headline2_ {
	margin: 0 -5px 15px !important;
	background: #179855;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
div.confirm_box_wrap_gray_ h2.common_headline2_::after,
div.confirm_box_wrap_green_ h2.common_headline2_::after {
    width: 5px;
    height: 56%;
    content: '';
    display: block;
    position: absolute;
    top: 22%;
    left: 10px;
    background: #ffffff;
}
div.confirm_box_wrap_gray_ table.formlist_ th,
div.confirm_box_wrap_gray_ table.formdetail_ th {
	background-color: #f7f7f7;
}

div.spandual_ table {
	width: 100%;
}

/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_,
table.estimate_method_ td.nocell_ {
	border: none !important;
	text-align: left;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}

table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f2faf5;
	padding: 3px;
}

/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #dadada;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #dadada;
	background-color: #f2faf5;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #f2faf5;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_ {
	border:none;
}
div.order_ div.method_gift_ .gift_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_gift_ label {
	margin-right: 20px;
}
div.order_ div.method_gift_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_gift_ td {
	border:none;
}
div.estimate_card_form_ {
}


/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 3px;
	background-color: #f2faf5;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	padding: 3px;
	border-top: 1px solid #dadada;
	vertical-align: top;
	word-break: break-all;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input,
table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"],
table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #f2faf5;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
div.order_ table.order_ td {
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #f2faf5;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #f2faf5;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	display: none;
}
div.order_ dl.card_ dd label {
	margin-bottom: 0;
	left: 0 !important;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}

/* check */
div.order_ .estimate_mailnews_ input[type="checkbox"] {
	display: none !important;
}
div.order_ .estimate_mailnews_ input[type="checkbox"] + span.ttl_ {
	padding: 0 20px 0 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	display: block;
	position: relative;
}
div.order_ .estimate_mailnews_ input[type="checkbox"] + span.ttl_::before {
	top: 49%;
	left: 5px;
	width: 21px;
	height: 21px;
	margin-top: -12px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ .estimate_mailnews_ input[type="checkbox"] + span.ttl_::after {
	opacity: 0;
	top: 49%;
	left: 12px;
	width: 9px;
	height: 6px;
	margin-top: -6px;
	border-left: 3px solid #179855;
	border-bottom: 3px solid #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_ .estimate_mailnews_ input[type="checkbox"]:checked + span.ttl_ {
	color: #000000;
}
div.order_ .estimate_mailnews_ input[type="checkbox"]:checked + span.ttl_::before {
	width: 19px;
	height: 19px;
	background: #fff;
	border: 3px solid #179855;
}
div.order_ .estimate_mailnews_ input[type="checkbox"]:checked + span.ttl_::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
div.order_complete_ {
}
div.order_complete_comment_ {
	margin: 10px 20px;
	text-align: left;
}
div.order_complete_comment_ h2 {
	padding: 10px 0 10px 42px;
	margin: 0 auto 20px;
	border-bottom: #179855 2px solid;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: url(../img/usr/sb/common/icon_mail_circle.png) left center no-repeat;
	-webkit-background-size: 29px 29px;
	background-size: 29px 29px;
}
div.order_complete_comment_ p {
	margin-bottom: 20px;
	text-align: left;
}
div.order_complete_ .box_ {
	margin: 0 10px 20px;
}
div.order_complete_ table.formdetail_.order_ {
	margin: 0 auto;
	border: #179855 1px solid;
	border-collapse: collapse;
}
div.order_complete_ table.formdetail_.order_ th {
	width: 40%;
	padding: 15px;
	border-top: #179855 1px solid;
	border-left: #179855 1px solid;
	border-right: none;
	border-bottom: #179855 1px solid;
	font-weight: bold;
	text-align: right;
}
div.order_complete_ table.formdetail_.order_ td {
	width: 60%;
	border-top: #179855 1px solid;
	border-left: none;
	border-right: #179855 1px solid;
	border-bottom: #179855 1px solid;
	padding: 15px;
}
div.new_customer_ {
	margin: 40px 10px;
	border: #daeee4 2px solid;
}
div.new_customer_ .common_headline1_ {
	margin-bottom: 50px;
	text-align: left;
}
div.new_customer_ h2 {
	padding: 8px 0 8px 42px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background:#daeee4 url(../img/usr/sb/common/icon_first_circle.png) 10px center no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}
div.new_customer_ h3 {
	margin: 10px 10px 20px 10px;
	font-weight: normal;
	text-align: left;
}
div.new_customer_ .submit_.inputimage_ {
	margin: 0 30px;
	text-align: center;
}
div.new_customer_ p.notice_ {
	padding: 0 0 0 1em;
	margin: 20px 10px 10px 10px;
	text-indent: -1em;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
div.order_complete_middle_ {
	margin: 40px 0;
}
div.order_complete_middle_ ul.banner_ {
	margin: 0 10px;
	overflow: hidden;
}
div.order_complete_middle_ ul.banner_ li {
	margin: 0 0 10px 0;
	text-align: center;
}
div.order_complete_ .submit_.back_ {
	margin: 0 40px;
}
div.order_complete_ .submit_.back_ a.button_ {
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 5px;
	border: #179855 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow_back.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px; 
	background-size: 15px 15px; 
	box-sizing: border-box;
	color: #179855;
	display: block;
}
div.order_complete_ .submit_.back_ input {
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 13px 0 13px 5px;
	border: #179855 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #f5fff9 url(../img/usr/sb/common/hnav_arrow_back.png) 10px center no-repeat;
	-webkit-background-size: 15px 15px; 
	background-size: 15px 15px; 
	box-sizing: border-box;
	color: #179855;
	display: block;
}

/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom: 10px;
}
div.intro_box_ table {
	width: 100%;
}
div.intro_box_ table.intro_address_ {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
div.intro_box_ table th {
	font-weight: normal;
	text-align: left;
	background-color: #f2faf5;
	padding: 3px;
}
div.intro_box_ table td  {
	padding: 3px;
}
div.intro_box_ table td.title_  {
	width: 24%;
}
div.intro_box_ table.intro_address_ .even td  {
	background-color: #ffffe0;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding: 5px 10px;
	background-color: #e9f5ed;
	font-weight: bold;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding:10px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 100%;
	box-sizing: border-box;
}
#radio_card_how_to_register input[type="radio"],
div.customer_ dl.formdetail_ input[type="radio"] {
	display: none;
}
#radio_card_how_to_register input[type="radio"] + label,
div.customer_ dl.formdetail_ input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 0 0 10px 40px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	left: 0;
}
#radio_card_how_to_register input[type="radio"] + label::before,
#radio_card_how_to_register input[type="radio"] + label::after,
div.customer_ dl.formdetail_ input[type="radio"] + label::before,
div.customer_ dl.formdetail_ input[type="radio"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
#radio_card_how_to_register input[type="radio"] + label::before,
div.customer_ dl.formdetail_ input[type="radio"] + label::before {
	top: 49%;
	left: 10px;
	width: 24px;
	height: 24px;
	margin-top: -18px;
	background: #ffffff;
	border: 1px solid #cecece;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
#radio_card_how_to_register input[type="radio"] + label::after,
div.customer_ dl.formdetail_ input[type="radio"] + label::after{
	opacity: 0;
	top: 49%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
#radio_card_how_to_register input[type="radio"]:checked + label::before,
div.customer_ dl.formdetail_ input[type="radio"]:checked + label::before {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cecece;
}
#radio_card_how_to_register input[type="radio"]:checked + label::after,
div.customer_ dl.formdetail_ input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
#radio_card_how_to_register input[type="radio"] + label a {
	color: blue;
}
/* check */
div.customer_ dl.customer_ input[type="checkbox"] {
	display: none !important;
}
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_ {
	padding: 0 20px 0 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	display: block;
	position: relative;
}
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_::before,
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_::before {
	top: 49%;
	left: 5px;
	width: 21px;
	height: 21px;
	margin-top: -12px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_::after {
	opacity: 0;
	top: 49%;
	left: 12px;
	width: 9px;
	height: 6px;
	margin-top: -6px;
	border-left: 3px solid #179855;
	border-bottom: 3px solid #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
div.customer_ dl.customer_ input[type="checkbox"]:disabled + span.ttl_::after {
	opacity: 0;
	top: 49%;
	left: 12px;
	width: 9px;
	height: 6px;
	margin-top: -6px;
	border-left: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
div.customer_ dl.customer_ input[type="checkbox"]:checked + span.ttl_ {
	color: #000000;
}
div.customer_ dl.customer_ input[type="checkbox"]:checked + span.ttl_::before {
	width: 19px;
	height: 19px;
	background: #fff;
	border: 3px solid #179855;
}
div.customer_ dl.customer_ input[type="checkbox"]:checked:disabled + span.ttl_::before {
	width: 19px;
	height: 19px;
	background: #fff;
	border: 3px solid #cccccc;
}
div.customer_ dl.customer_ input[type="checkbox"]:checked + span.ttl_::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

div.customer_ dl.customer_ dt.radio_mailnews button,
div.customer_ dl.customerconfirm_ dt.radio_mailnews button {
	padding: 2px 19px;
	margin: 0;
	border: #dedede 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f5f5f5;
	cursor: pointer;
}
div.customer_ dl.customer_ dd input#mailnews_1 + label,
div.customer_ dl.customerconfirm_ dd input#mailnews_1 + label {
	padding: 10px 15px 10px 40px;
	margin-top: 0;
	margin-bottom: 10px;
	border: #f2f2f2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	display: block;
}
div.customer_ dl.customer_ dd input#mailnews_0 + label,
div.customer_ dl.customerconfirm_ dd input#mailnews_0 + label {
	padding: 10px 15px 10px 40px;
	margin-top: 0;
	border: #f2f2f2 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	display: block;
}
div.customer_ dl.customer_ dd input#mailnews_1 + label::before,
div.customer_ dl.customerconfirm_ dd input#mailnews_1 + label::before,
div.customer_ dl.customer_ dd input#mailnews_0 + label::before,
div.customer_ dl.customerconfirm_ dd input#mailnews_0 + label::before {
	margin-top: -13px;
}
div.customer_ dl.customer_ dd input#mailnews_1 + label::after,
div.customer_ dl.customerconfirm_ dd input#mailnews_1 + label::after,
div.customer_ dl.customer_ dd input#mailnews_0 + label::after,
div.customer_ dl.customerconfirm_ dd input#mailnews_0 + label::after {
	margin-top: -8px;
}
div.customer_ dl.customer_ dd input#mailnews_1:checked + label,
div.customer_ dl.customerconfirm_ dd input#mailnews_1:checked + label,
div.customer_ dl.customer_ dd input#mailnews_0:checked + label,
div.customer_ dl.customerconfirm_ dd input#mailnews_0:checked + label {
	border: #bbe2ca 1px solid;
	background-color: #f2faf5;
}

/* --------------------------------------------------------------------
	Bx-Slider
-------------------------------------------------------------------- */
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
	position: absolute;
	bottom: -38px;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dadada;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #af9010;
}
.bx-wrapper .bx-prev {
	width: 20px;
	height: 45px;
	margin-top: -20px;
	background: url(../img/usr/visual/bx_prev_sp.png) center center no-repeat;
	-webkit-background-size: 20px 45px; 
	background-size: 20px 45px; 
	left: 0;
}
.bx-wrapper .bx-next {
	width: 20px;
	height: 45px;
	margin-top: -20px;
	background: url(../img/usr/visual/bx_next_sp.png) center center no-repeat;
	-webkit-background-size: 20px 45px; 
	background-size: 20px 45px; 
	right: 0;
}
.bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 45px;
	position: absolute;
	top: 50%;
	outline: 0;
	z-index: 1;
	text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.login_loader{
	margin-top:5vh;
	border:16px solid #f3f3f3;
	border-radius:50%;
	border-top:16px solid #3498db;
	width:120px;
	height:120px;
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite
}
@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}

/* --------------------------------------------------------------------
	レールヤード
--------------------------------------------------------------------- */
#railyard_head div#shopLogo{
	position: static;
}

/* --------------------------------------------------------------------
	四季島
--------------------------------------------------------------------- */
#shiki-sihma_head div#shopLogo{
	position: static;
    margin: 30px auto 0 !important;
}

/* --------------------------------------------------------------------
	おせち・お歳暮修正
--------------------------------------------------------------------- */
header ~ .wrapper_ .container_ .osechi2019 h1, header ~ .wrapper_ .container_ #wintergift h1,
header ~ .wrapper_ .container_ .wintergift h1 {
    top: 170px !important;
}

header ~ .wrapper_ .container_ #wintergift .box:first-of-type {
    margin: 43vw 0 0 0 !important;
}

/* --------------------------------------------------------------------
	マイページ　お届けサイクル変更
--------------------------------------------------------------------- */
.cyclechange_ {
	margin: 0 10px 10px;
	border: 1px solid #179855;
}
.cyclechange_ .common_headline2_ {
	margin-bottom: 0;
	color: #fff;
	border: 1px solid #179855;
	background: #179855;
}
.cyclechange_ .common_headline2_::after {
	background: #fff;
}
.cyclechange_inner_ {
	padding: 15px;
	background-color: #f0f0f0;
}
.cyclechange_ h3 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #00833e;
}
.cyclechange_ input[type="radio"] {
	display: none;
}
.cyclechange_ input[type="radio"] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	left: 0;

	margin: 0 10px 15px 0;
	padding: 15px 15px 15px 40px;;
	border: #f2f2f2 1px solid;
	border-radius: 5px;
	background-color: #f2f2f2;
	width: 100%;
	box-sizing: border-box;
}
.cyclechange_ input[type="radio"] + label::before {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	top: 49%;
	left: 10px;
	width: 24px;
	height: 24px;
	margin-top: -13px;
	background: #ffffff;
	border: 1px solid #cecece;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.cyclechange_ input[type="radio"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	top: 49%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
.cyclechange_ input[type="radio"]:checked + label::before {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #cecece;
}
.cyclechange_ input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.cyclechange_ input[type="radio"]:checked + label {
	border: #bbe2ca 1px solid;
	background-color: #f2faf5;
}
.cyclechange_ input[type="radio"]:checked + label a {
	color: blue;
}
.cyclechange_ .submit_ {
	margin: 0 0 10px;
}
.formdetail_cyclearea_ {
	position:relative;
	margin: 0 auto 20px;
	padding: 10px 15px;
	border: 1px solid #bbe2ca;
	border-radius: 8px;
	background-color: #fff;
}
.formdetail_cyclearea_::before {
	content:'';
  position: absolute;
	bottom:100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 2;
}
.formdetail_cyclearea_::after {
	content:'';
  position: absolute;
	bottom:100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-bottom: 10px solid #bbe2ca;
  z-index: 1;
}
.formdetail_cycle_ .formdetail_cycle_sel_ {
	font-weight:normal;
}
.formdetail_cycle_ .formdetail_cycle_sel_ select {
	margin: 5px 0;
	padding-left: 1em;
	padding-right: 0.5em;
	min-width: 85px;
}
.formdetail_cycle_ .formdetail_cycle_desc_ {
	margin-top: 10px;
	font-weight:normal;
	word-wrap: break-word;
}

/* --------------------------------------------------------------------
	202209 サイドメニュー
--------------------------------------------------------------------- */
#side_category li > div,
#side_area li > div {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 3px 0;
}
#side_category li[class^="category_tree"] > div.category_checked_,
#side_area li[class^="category_tree"] > div.category_checked_ {
  background: #e5ddbe;
}
#side_category li[class^="category_tree"] > div label,
#side_area li[class^="category_tree"] > div label {
  display: block;
  width: 24px;
  padding: 16px;
}
#side_category li.category_tree2_ > div label,
#side_category li.category_tree2_open_ > div label,
#side_area li.category_tree2_ > div label,
#side_area li.category_tree2_open_ > div label {
  padding: 7px 16px;
}
#side_category .category_tree_ input[type="checkbox"],
#side_area .category_tree_ input[type="checkbox"] {
  position: relative;
  left: 0;
  margin: 0;
}
#side_category li[class^="category_tree"] > div a,
#side_area li[class^="category_tree"] > div a {
  display: block;
  text-decoration: none;
  width: calc(100% - 96px);
}
#side_category .category_tree1_ > div a,
#side_category .category_tree1_open_ > div a,
#side_area .category_tree1_ > div a,
#side_area .category_tree1_open_ > div a {
  font-size: 16px;
}
#side_category .category_tree2_ > div a,
#side_category .category_tree2_open_ > div a,
#side_area .category_tree2_ > div a,
#side_area .category_tree2_open_ > div a {
  padding-left: 10px;
  font-weight: normal;
}
#side_category li > div > span.acd-btn,
#side_area li > div > span.acd-btn {
  position: relative;
}

#goods_detail_page .revico-star-zone {
	margin: -10px 10px 0px 10px;
	padding-bottom: 10px;
}



/* カテゴリ上部バナー。ハッシュタグ追加 */
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner { margin: 0 0 10px 0;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner li { margin: 0 0 20px 0; text-align: center;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner li img { width: 100%; vertical-align: top;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner li.size-l { width: 100%;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner li.size-s { width: calc(50% - 10px);}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_banner li.size-s-pc { width: 100%;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_hash ul { padding: 0 0 0 10px; display: flex; flex-wrap: wrap;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_hash { margin: 0 0 20px 0;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_hash li { min-height: 29px; margin: 0 10px 10px 0;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_hash li a {	min-height: 29px; padding: 0 10px; border: 1px solid #e0e0e0; border-radius: 5px; text-decoration: none; display: flex; justify-content: center; align-items: center; background: #ffffff;}
.category_furusato_freespace_top_frame .category_furusato_freespace_top_hash li a::before {	content: '#'; font-size: 15px; display: inline;}


/* 202306　ヘッダーロゴ変更・調整 */
#cmn_sitelogo a img{
	width: 80%;
}

#cmn_sitelogo {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

/* 202308　下部バナー追加 */
#bnr_box {
    display: flex;
    margin: 10px 10px 30px;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}
#bnr_box a {
    width: 48%;
    margin-bottom: 2%;
}