<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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:#ffffff;
	font-size: 14px;
	line-height:1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}

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;
}
input[type=text].classerror,
input[type=search].classerror,
input[type=number].classerror,
input[type=tel].classerror,
input[type=email].classerror,
input[type=password].classerror,
textarea.classerror,
select.classerror {
	outline: 0;
	border: 1px solid #C6000F;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}

.SPonly {
    display: block;
}




/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 10px;
}
/**/

.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.complete_ {
	background-color:#e7f8ff;
	border:solid 1px #24bfff;
	color: #036;
	padding:8px;
	margin:4px auto;
	text-align:left;
	width: 560px;
}
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;
}
.ARS_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;
	border: none;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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;
}
.blue_button_back_ {
	background-color: #dddddd;
	background-image: url(../img/usr/sb/common/button_arrow_back.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));
}

/*ふるさと納税のベージュボタン*/
.beige_button_ {
	background-color: #af9010;
	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;
}
/**/

.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;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	padding: 52px 0 0 0;
	background: #3d3d3d;
}
header.toppage_,
header.common_ {
	padding: 128px 0 0 0;
}
header #header_inner {
	width: 100%;
	background: #ffffff;
	position: fixed;
	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%;
}
header #header_nav #sitelogo {
	width: 140px;
	height: 30px;
	padding: 10px;
	margin: 0 0 0 0;
	border-bottom: #dadada 2px solid;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: left;
	vertical-align: middle;
}
header #header_nav #sitelogo img {
	width: 125px;
	height: 30px;
}
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;
}



.header_inner01 {
	background: #3d3d3d;
	padding: 15px 10px;
}
.header_inner01::after {
  content: "";
  display: block;
  clear: both;
}

header .header_inner01 form {
	width: 75%;
	height: 46px;
	float: left;
	position: relative;
	background: #179855;
	border-radius: 6px;
}

header .header_inner01 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;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
	float: left;
}

header .header_inner01 input#menu_keyword_box_go {
	width: 46px;
	height: 46px;
	background: #179855;
	border-radius: 0 6px 6px 0;
	position: absolute;
	top: 0;
	right: 0;
}
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 .header_inner01 p.to_searchdetail_ {
	width: 22%;
	float: right;
}

header .header_inner01 p.to_searchdetail_ a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	background: #575757;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: normal !important;
}

.nav_list {
	background: #3d3d3d;
	padding: 0 10px 20px;
}

.nav_list ul {
	display: flex;
	justify-content: space-between;
}

.nav_list ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.nav_list ul #shop_list a {
	display: block;
	padding-left: 25px;
}

.nav_list ul #shop_list a:before {
	content: "";
	display: block;
	background: url(../img/usr/sb/common/icon_shop.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.nav_list ul #shop_list a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.nav_list ul #login a {
	display: block;
	padding-left: 23px;
}

.nav_list ul #login a:before {
	content: "";
	display: block;
	background: url(../img/usr/sb/common/icon_btn_login.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav_list ul #login.logout_ a:before {
	content: "";
	display: block;
	background: url(../img/usr/sb/common/icon_btn_logout.png) no-repeat;
	background-size: contain;
}

.nav_list ul #favorite a {
	display: block;
	padding-left: 23px;
}

.nav_list ul #favorite a:before {
	content: "";
	display: block;
	background: url(../img/usr/sb/common/icon_favorite.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}




/* --------------------------------------------------------------------
	ユーザー定義　メニュー
--------------------------------------------------------------------- */
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 {
	padding-top: 50px;
}
#pagetop {
	position: relative;
	z-index: 11;
}
#pagetop p {
	position: absolute;
	top: -45px;
	right: 10px;
}
#pagetop p img {
	width: 60px;
	height: 60px;
}
.auction #pagetop p img {
	width: 30px;
	height: 30px;
}
#pagetop &gt; p {
	top: auto !important;
	/*bottom: 10px !important;*/
}


.search_detail_btn_ {
	position: relative;
	z-index: 11;
}
.search_detail_btn_ p {
	position: absolute;
	top: -120px;
	right: 10px;
}
.search_detail_btn_ &gt; p {
	top: auto !important;
	/*bottom: 80px !important;*/
}
.search_detail_btn_ p img {
	width: 60px;
	height: 60px;
}

#footer_top {
	background: #575757;
}
#footernav_top a {
	padding: 12px 0 12px 0;
	border-bottom: #808080 1px solid;
	line-height: 1.2;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#footernav_top span {
	padding: 0 0 0 23px;
	background: url(../img/usr/sb/common/fnav_arrow.png) left center no-repeat;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
}
#footernav {
	text-align: left;
}
#footernav:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#footernav li {
	width: 50%;
	float: left;
	position: relative;
}
#footernav li.nav_toppage_ {
	letter-spacing: -1px;
}
#footernav li &gt; a,
#footernav li &gt; p.head_ {
	padding: 12px 0 12px 30px;
	border-bottom: #808080 1px solid;
	line-height: 1.2;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background: url(../img/usr/sb/common/fnav_arrow.png) 10px center no-repeat;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	display: block;
}
#footernav li .popbox_ {
	width: 296px;
	height: 81px;
	background: url(../img/usr/sb/common/footer_popup_bg.png) center top no-repeat;
	-webkit-background-size: 296px 81px; 
	background-size: 296px 81px; 
	overflow: hidden;
	position: absolute;
	top: -65px;
	right: 10px;
}
#footernav li .popbox_ .jre_ {
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
}
#footernav li .popbox_ .eki_ {
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: right;
}
#footernav li .popbox_ div a {
	padding: 24px 0 0 0;
	border: none !important;
	box-sizing: border-box;
	display: block;
}
#footernav li .popbox_ div.jre_ a img {
	height: 11px;
}
#footernav li .popbox_ div.eki_ a img {
	height: 13px;
}
#footernav li.nav_privacy_ a {
	background: url(../img/usr/sb/common/fnav_pc_only.png) 9px center no-repeat;
	background-size: 14px 13px;
	-webkit-background-size: 14px 13px;
}
#footernav li:nth-child(2n) a,
#footernav li:nth-child(2n) p.head_ {
	border-left: #808080 1px solid;
}
#footernav li:nth-child(2n-1):last-child a {
	border-right: #808080 1px solid;
}
#footer_middle {
	padding: 7px 0;
	background: #e4ede7;
	text-align: center;
}
#footer_middle ul {
	overflow: hidden;
}
#footer_middle ul li {
	width: 50%;
	text-align: center;
	float: left;
}
#footer_middle ul li a {
	padding: 10px 0;
	display: block;
	color: #333333;
	text-decoration: underline;
}
#footer_bottom {
	padding: 15px 10px;
	background: #00833f;
	text-align: center;
}
#footer_bottom .jr_logo_ img {
	width: 92px;
}
#copyright {
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}
#footer .change_mode_ {
	padding: 12px 0;
	background: #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;
	color: #333333;
	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: #00833f 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: #00833f 1px solid;
	background: #00833f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
}
.add_mailnews_btn_ {
	position: relative;
	z-index: 11;
}
.add_mailnews_btn_ p {
	position: absolute;
	top: -120px;
	right: 10px;
}
.add_mailnews_btn_ &gt; p {
	top: auto !important;
	/*bottom: 80px !important;*/
}
.add_mailnews_btn_ p img {
	width: 60px;
	height: 60px;
}
.coupon_btn_ {
	position: relative;
	z-index: 11;
	display: none;
}
.coupon_btn_ p {
	position: absolute;
	top: -120px;
	right: 10px;
}
.coupon_btn_ &gt; p {
	top: auto !important;
}
.coupon_btn_ p img {
	width: 60px;
	height: 60px;
}

/* --------------------------------------------------------------------
	カテゴリ一覧　孫カテゴリ
--------------------------------------------------------------------- */
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_ ul.mymenulist_ li.furusato_ {
	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: 25px;
	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;
}

#mypagenav{
	margin-top: 5px;
}
.mymenu_wrap_{
	border-bottom: 2px #dadada solid;
}
.mymenu_toggle_title_{
	border-top: 2px #dadada solid;
}
.mymenu_toggle_title_ div{
	position: relative;
	border-left: 5px #179854 solid;
	padding: 12px 24px 12px 12px;
}
.mymenu_toggle_title_ div h2{
	font-size: 18px;
	line-height: 1.3;
}
.mymenu_toggle_title_ div:before,
.mymenu_toggle_title_ div:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: #666666;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.mymenu_toggle_title_ div:before{
	width: 11px;
	height: 1px;
	right: 9px;
}
.mymenu_toggle_title_ div:after{
	width: 1px;
	height: 11px;
	margin-top: -5px;
	right: 14px;
}
.mymenu_toggle_title_.active div:after{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.mymenu_toggle_wrap_{
	display: none;
	border-top: 2px #dadada solid;
	padding-bottom: 30px;
}
.mymenu_toggle_wrap_:last-of-type{
	border-bottom: 2px #dadada solid;
	padding-bottom: 0;
}
.mymenu_toggle_wrap_ .mymenu_item2_:last-of-type{
	border-bottom: none;
}

.mymenu_toggle_wrap_ div.mymenu_item2_ a.txt_link {
	background-image: url(../img/usr/common/hnav_arrow.png);
	background-position: 0% 35%;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.mymenu_furusato_{
	margin-bottom: 18px;
}
.mymenu_furusato_ .title_{
	margin: 18px 13px 5px 13px;
}
.mymenu_furusato_ .title_ h3{
	font-size: 16px;
	color: #179855;
	letter-spacing: 0.06em;
	line-height: 1.3;
}
.mymenu_furusato_ .title_ div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mymenu_furusato_ .title_ p{
}
.mymenu_furusato_ .title_ p span{
	font-size: 18px;
	padding: 0 6px 0 13px;
}
.mymenu_furusato_ .block_{
	background-color: #f5f5f5;
	padding: 12px;
	display: flex;
}
.mymenu_furusato_ .block_ div{
	width: calc((100% - 24px) / 3);
	width: -moz-calc((100% - 24px) / 3);
	width: -webkit-calc((100% - 24px) / 3);
	background-color: #ffffff;
	padding: 12px 5px 16px 5px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mymenu_furusato_ .block_ div h4{
	line-height: 20px;
	margin-bottom: 3px;
	text-align: center;
}
.mymenu_furusato_ .block_ div p{
	font-size: 16px;
	font-weight: bold;
	color: #df7578;
	text-align: center;
}
.mymenu_furusato_ .block_ span{
	width: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-align: center;
}
.mymenu_furusato_ .block_ + p{
	margin-top: 0.7em;
	margin: 0.4em 13px 0 13px;
}
.mymenu_furusato_ .block_ + p a{
	text-decoration: underline;
}

.mymenu_furusato_link_{
	padding-top: 10px;
	margin-bottom: 20px;
}
.mymenu_furusato_link_ ul{
	padding: 0 10px;
}
.mymenu_furusato_link_ li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc dotted;
}
.mymenu_furusato_link_ li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.mymenu_furusato_link_ h3{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 9px;
	line-height: 1.3;
}
.mymenu_furusato_link_ p{
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.mymenu_furusato_link_ a{
	display: block;
	margin-top: 15px;
}
.mymenu_furusato_link_ a img{
	display: block;
	width: 100%;
	max-width: 355px;
	margin: 0 auto;
}

/* ログオフ時 */
#mypage_point_frame_box_inner {
	padding: 20px 10px 20px 10px;
	border-top: #179855 1px solid;
}
.jre_ #mypage_point_frame_box_inner {
	padding: 0 10px 20px 10px;
	border-top: none;
}
#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;
}

#mypage_point_frame_box .customer_name_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mypage_point_frame_box .customer_name_ .loginname_{
  width: auto;
}
#mypage_point_frame_box .customer_name_ .logout_{
  width: 35%;
  padding: 0;
}
#mypage_point_frame_box.jre_ .my_point_{
  margin-top: 45px;
  margin-bottom: 45px;
}
#mypage_point_frame_box.jre_ .my_point_ .now_point_,
#mypage_point_frame_box.jre_ .my_point_ .limited_point_{
  text-align: center;
}
#mypage_point_frame_box.jre_ .my_point_ h2{
  color: #fff;
}
#mypage_point_frame_box_inner .my_point_ dl{
  width: calc(95% - 40px);
  padding: 25px 20px;
}
#mypage_point_frame_box.jre_ .my_point_ .now_point_ span,
#mypage_point_frame_box.jre_ .my_point_ .limited_point_ span{
  font-size: 20px;
}
#mypage_point_frame_box.jre_ .my_point_ .point_stage{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#mypage_point_frame_box.jre_ .my_point_ .point_stage span{
  font-weight: bold;
}
#mypage_point_frame_box.jre_ .my_point_ .point_stage img{
  width: 40px;
  margin-right: 8px;
}
#mypage_point_frame_box.jre_ .my_point_ a.member_btn{
  display: block;
  text-align: center;
  width: 160px;
  line-height: 35px;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
}
#mypage_point_frame_box.jre_ .my_point_ a.member_btn::before{
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
#mypage_point_frame_box.jre_ .my_point_ a.member_btn::after{
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 13px;
}
#mypage_point_frame_box.jre_.jp_pr .my_point_{
  border: 3px solid #B2891E;
}
#mypage_point_frame_box.jre_.jp_pr .my_point_ h2{
  background-color: #B2891E;
}
#mypage_point_frame_box.jre_.jp_pr .my_point_ .now_point_ span,
#mypage_point_frame_box.jre_.jp_pr .my_point_ .limited_point_ span{
  color: #B2891E;
}
#mypage_point_frame_box.jre_.jp_pr .my_point_ a.member_btn{
  background-color: #FCF0BD;
  color: #B2891E;
  border: 2px solid #B2891E;
}
#mypage_point_frame_box.jre_.jp_pr .my_point_ a.member_btn::after{
  border-top: 1px solid #B2891E;
  border-right: 1px solid #B2891E;
}
#mypage_point_frame_box.jre_.jp_s1 .my_point_{
  border: 3px solid #00833F;
}
#mypage_point_frame_box.jre_.jp_s1 .my_point_ h2{
  background-color: #00833F;
}
#mypage_point_frame_box.jre_.jp_s1 .my_point_ .now_point_ span,
#mypage_point_frame_box.jre_.jp_s1 .my_point_ .limited_point_ span{
  color: #00833F;
}
#mypage_point_frame_box.jre_.jp_s1 .my_point_ a.member_btn{
  background-color: #DDEDE5;
  color: #00833F;
  border: 2px solid #00833F;
}
#mypage_point_frame_box.jre_.jp_s1 .my_point_ a.member_btn::after{
  border-top: 1px solid #00833F;
  border-right: 1px solid #00833F;
}
#mypage_point_frame_box.jre_.jp_s2 .my_point_{
  border: 3px solid #8B6652;
}
#mypage_point_frame_box.jre_.jp_s2 .my_point_ h2{
  background-color: #8B6652;
}
#mypage_point_frame_box.jre_.jp_s2 .my_point_ .now_point_ span,
#mypage_point_frame_box.jre_.jp_s2 .my_point_ .limited_point_ span{
  color: #8B6652;
}
#mypage_point_frame_box.jre_.jp_s2 .my_point_ a.member_btn{
  background-color: #FAF3ED;
  color: #8B6652;
  border: 2px solid #8B6652;
}
#mypage_point_frame_box.jre_.jp_s2 .my_point_ a.member_btn::after{
  border-top: 1px solid #8B6652;
  border-right: 1px solid #8B6652;
}
#mypage_point_frame_box.jre_.jp_s3 .my_point_{
  border: 3px solid #95A5AC;
}
#mypage_point_frame_box.jre_.jp_s3 .my_point_ h2{
  background-color: #95A5AC;
}
#mypage_point_frame_box.jre_.jp_s3 .my_point_ .now_point_ span,
#mypage_point_frame_box.jre_.jp_s3 .my_point_ .limited_point_ span{
  color: #95A5AC;
}
#mypage_point_frame_box.jre_.jp_s3 .my_point_ a.member_btn{
  background-color: #F5F5F5;
  color: #95A5AC;
  border: 2px solid #95A5AC;
}
#mypage_point_frame_box.jre_.jp_s3 .my_point_ a.member_btn::after{
  border-top: 1px solid #95A5AC;
  border-right: 1px solid #95A5AC;
}
#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;
}
#connect_jrep_check {
	text-align: initial;
	font-weight: bold;
}
/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
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_,
table.history_ td.order_detail_ .order_again_goods_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ a,
table.history_ td.order_detail_ .order_again_goods_ 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: #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;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	box-sizing: border-box;
}
table.history_ td.order_detail_ .order_again_goods_ 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;
}

table.goodslist_ .order_again_button_ {
	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: 8px 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;
}

/**/
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%;
}
#historydetail_receive .receive_able_time td:nth-child(1){
	vertical-align:top;
	padding-right:16px;
	width:86px;
}

/* 法人購入履歴検索 法人承認検索 */
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;
}

#exp_certificate {
	margin: 30px 0;
}
#exp_certificate .margin_lr_ {
	margin: 0 10px;
}
#exp_certificate .font_bold_ {
	font-weight: bold;
}
#exp_certificate .explain_user {
	margin-bottom: 10px;
}
#exp_certificate .select_donation_year {
	line-height: 1.2;
	padding: 10px 0;
}
#exp_certificate .message_ {
	padding: unset;
}
#exp_certificate input[name="exp_button"]:disabled {
	opacity: 0.4;
	cursor: default;
}

/* --------------------------------------------------------------------
	マイページ　入荷案内申し込み
-------------------------------------------------------------------- */
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;
	display: flex;
}
div.order_flow_ .order_flow_target_ {
	width: 19.4%;
	margin-right: 0.6%;
}
div.order_flow_ .order_flow_step2_ {
	width: 80%;
}
div.order_flow_ .order_flow_step3_ {
	width: 60%;
}
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 {
	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) 14px 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;
}

.receive_description_{
	margin:5% 0;
	padding:1%;
	border:1px solid;
}

.receive_alert{
	font-weight:bold;
}


/* --------------------------------------------------------------------
	購入フロー共通
-------------------------------------------------------------------- */
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;
}

/* 配送希望日時指定 modal*/
.win_fixed_{
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
span.link_setting_{
	font-weight: bold;
	padding: 3px 0;
	text-decoration: none;
	color: #08a4b2;
	cursor: pointer;
}

.shipping-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	align-items: center;
	justify-content: center;
	background-color: rgba(219,219,219,0.5);
	z-index: 9999;
	transition: all 1s ease;
}

.shipping-bg.active_{
	display: flex;
	opacity: 1;
}

.shipping-wrap{
	width: calc(100% - 40px);
	height: 90%;
	overflow-y: scroll;
	background-color: #fff;
}

.shipping-top{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 63px;
	background-color: #fff;
	border-bottom: 2px solid #b3b3b3;
}

.shipping-top .close--btn{
	position: absolute;
	top: 18px;
	right: 10px;
	width: 25px;
	height: 25px;
	text-indent: -55px;
	overflow: hidden;
}

.shipping-top .close--btn::after,
.shipping-top .close--btn::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 16%;
}
.shipping-top .close--btn::before{
	transform: rotate(45deg);
	transform-origin:0% 50%;
	left: 16%;
}
.shipping-top .close--btn::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	right: 16%;
}

.shipping-top h4{
	font-size: 15px;
}

.shipping-main{
}
.shipping-main div.method_box_ {
	margin: 15px 15px 25px;
}
.shipping-main .method_data_ dd {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.shipping-main .method_data_ dd#time_spec_list {
	justify-content: flex-start;
}

.shipping-main .method_data_ div.calendararea div.calendarlayer table{
	width: 100%;
	margin-left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.shipping-main .method_data_ div.calendararea div.calendarlayer table th{
	vertical-align: middle;
}

div.shipping-main table.calendar td {
	width: 40px;
	height: 43px;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #FFF;
	border-bottom: 1px dotted #dadada;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.shipping-main table.calendar td.active{
	border: 2px solid #00833e;
}
div.shipping-main table.calendar td a{
	text-decoration: none;
}
div.order_ .shipping-main #method_date input[type="radio"] + label{
	width: 48.5%;
}
div.order_ .shipping-main #method_date input[type="radio"] + label:nth-of-type(2n){
	margin-right: 0;
}

.shipping-bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 27px;
}

.shipping-bottom .shipping-change{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 50px);
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #00833e;
}

#method_delivery_wrap dl.method_data_ dd.time_ #time_spec_name{
	margin-bottom: 10px;
}

/* 商品情報 */
#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;
	padding: 0 10px;
}
.method_sales_detail_append_ .append_box_ input,
.method_sales_detail_append_ .append_box_ label,
.method_sales_detail_append_ .append_box_ textarea {
	max-width: 100%;
	box-sizing: border-box;
}
.method_sales_detail_append_ .append_box_ select {
	max-width: 250px;
	box-sizing: border-box;
}
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ p.name_ {
	margin: 0 -10px 10px;
	padding: 5px 40px 5px 10px;
	background: #e9f5ed;
	word-break: break-all;
	font-weight: bold;
}
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"] + label,
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label {
	display: inline-block;
}

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;
}

div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type='text'],
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ textarea {
	width: 100%;
}

/* check */
dl.furusato_data_ input[type="checkbox"],
div.furusato_agree_ input[type="checkbox"],
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] {
	display: none !important;
}
dl.furusato_data_ input[type="checkbox"] + label ,
div.furusato_agree_ input[type="checkbox"] + label ,
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"] + label {
	padding-left: 0; 
}
dl.furusato_data_ input[type="checkbox"] + label span.ttl_ ,
div.furusato_agree_ input[type="checkbox"] + label span.ttl_ ,
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;
}
dl.furusato_data_ input[type="checkbox"] + label span.ttl_::before ,
div.furusato_agree_ input[type="checkbox"] + label span.ttl_::before ,
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;
}
dl.furusato_data_ input[type="checkbox"] + label span.ttl_::after ,
div.furusato_agree_ input[type="checkbox"] + label span.ttl_::after ,
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;
}
dl.furusato_data_ input[type="checkbox"]:checked + label span.ttl_ ,
div.furusato_agree_ input[type="checkbox"]:checked + label span.ttl_ ,
div.order_ div.method_gift_ .method_sales_detail_append_ .append_box_ input[type="checkbox"]:checked + label span.ttl_ {
	color: #000000;
}
dl.furusato_data_ input[type="checkbox"]:checked + label span.ttl_::before ,
div.furusato_agree_ input[type="checkbox"]:checked + label span.ttl_::before ,
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;
}
dl.furusato_data_ input[type="checkbox"]:checked + label span.ttl_::after ,
div.furusato_agree_ input[type="checkbox"]:checked + label span.ttl_::after ,
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.store_receive_msg_ {
	display:none;
	border: #bee0cf 1px solid;
	background: #f1faf5;
	color: #000000;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 15px 10px;
}

/* 宛て先（ログイン時） */
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.furusato_agree_ {
	margin-top: 15px;
	margin-bottom: 20px;
}
div.furusato_agree_ span.ttl_ {
	margin-left: 110px;
}
#method_furusato_agree p{
	text-align: center;
}

div.order_ #method_receive input[type="radio"],
div.order_gift_ #method_receive input[type="radio"] {
	display: none;
}
div.order_ #method_receive input[type="radio"] + label,
div.order_gift_ #method_receive 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_receive input[type="radio"] + label:hover,
div.order_gift_ #method_receive input[type="radio"] + label:hover {
	border: #f1faf5 1px solid;
	background: #f1faf5;
}
div.order_ #method_receive input[type="radio"] + label::before,
div.order_gift_ #method_receive input[type="radio"] + label::before {
	margin-top: -12px;
	left: 5px;
}
div.order_ #method_receive input[type="radio"] + label::after,
div.order_gift_ #method_receive input[type="radio"] + label::after{
	margin-top: -7px;
	left: 10px;
}
div.order_ #method_receive input[type="radio"]:checked + label,
div.order_gift_ #method_receive input[type="radio"]:checked + label {
	border: #bbe2ca 1px solid;
	background: #f2faf5;
}
div.method_sender_ .receive_zip {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}

#dest_receive_list .receive_able_time td:nth-child(1){
	vertical-align:top;
	padding-right:16px;
	width:20%;
}

div.method_box_content_ dl.method_data_ dd a.block-coupon-modal-open {
    margin-bottom: 10px;
    border: #179855 1px solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #00833f;
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    font-weight: normal;
    color: #ffffff;
}

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
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;
}

div.regularbuyingdetail_ {
	margin-bottom: 20px;
	margin-left : 0 ;
	margin-right : auto ;
	overflow:auto;
}
table.regularbuying_ {
	margin-left : 0 ;
	margin-right : auto ;
	white-space: nowrap; 
	width:auto;
}
table.regularbuying_ th {
	min-width : 100px;
	text-align : left;
}
table.regularbuying_ td {
	min-width : 100px;
	text-align : right;
}
table.regularbuyingsubtotal_ {
	width : auto;
	margin-left : 0 ;
	margin-right : auto ;
}
table.regularbuyingsubtotal_ th {
	min-width : 150px;
}
table.regularbuyingsubtotal_ td {
	min-width : 100px;
	text-align : right;
}
p.regularbuyingheader_ {
	color: #ff0000;
	font-size : 13px;
}
div.regularbuyingcommnent_ {
	font-size : 10px;
	margin-bottom : 20px;
}
p.regularbuyingpointcomment_ {
	font-size : 12px;
	font-weight : bold;
	color: #ff0000;
	margin-bottom : 20px;
}
table.regularbuyingtotal_ {
	width:auto;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-left : 0;
	margin-right : auto;
}
table.regularbuyingtotal_ th {
	min-width : 150px;
}
table.regularbuyingtotal_ td {
	min-width : 100px;
	text-align : right;
}
a.regular_buying_detail_display_ {
	width: 100%;
	text-align:center;
}
div.str_regular_buying_detail_display_ {
	padding-bottom:18px;
}


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_ .usage_agreement_ input[type="checkbox"] {
	opacity: 0!important;
	position: absolute!important;
	display: flex!important;
}
div.order_ .estimate_mailnews_ input[type="checkbox"] + span.ttl_,
div.order_ .usage_agreement_ 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,
div.order_ .usage_agreement_ 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,
div.order_ .usage_agreement_ 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,
div.order_ .usage_agreement_ 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,
div.order_ .usage_agreement_ input[type="checkbox"]:checked + span.ttl_::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

#estimate_receive_list .receive_able_time td:nth-child(1){
	vertical-align:top;
	padding-right:16px;
	width:86px;
}


.red_button_ {
  color: #fff;
  background-color: #c6000f;
  background-image: url(../img/usr/sb/common/button_arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}

.setting_button_ {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  min-width: 75%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #08a4b2;
  border-radius: 2px;
  background: #08a4b2;
}
.setting_button_.card_ {
  color: #c6000f;
  border: 1px solid #c6000f;
  background: #fff;
}
.setting_button_.card_change_ {
  color: #08a4b2;
  border: 1px solid #08a4b2;
  background: #fff;
}
.setting_button_:link,
.setting_button_:visited {
  text-decoration: none;
  color: #fff;
}
.setting_button_.card_:link,
.setting_button_.card_:visited {
  color: #c6000f;
}
.setting_button_.card_change_:link,
.setting_button_.card_change_:visited {
  color: #08a4b2;
}

.shop_name_ {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #f5f5f5;
}
.order_ .submit_ {
  margin-top: 20px;
  padding: 0 5px;
}
.order_ .red_button_ {
  font-weight: bold;
}
div.confirm_box_wrap_ {
  overflow: hidden;
  margin: 0 10px 30px;
  padding: 0 5px;
}
h2.common_headline2_.center_headline_ {
  font-size: 16px;
  font-weight: bold;
  margin: 0 -5px 15px !important;
  padding: 9px 10px;
  text-align: center;
  color: #fff;
  border: none;
  background: #179855;
}
div.confirm_box_wrap_green_ h2.common_headline2_.center_headline_::after {
  display: none;
}

div.order_ .box_ + .box_ {
  margin-top: 10px;
}
.box_header_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2px;
}
.box_header_ h3 {
  font-weight: 16px;
}
div.order_ p.small_ {
  font-size: 11px;
  margin-top: 5px;
}
div.order_ .form_content_ {
  margin-top: 5px;
}
div.order_ .form_content_ p.small_ {
  margin-left: 5px;
}

div.order_ .form_content_ input[type='radio'] {
  display: none;
}
div.order_ .form_content_ input[type='radio'] + label {
  left: -4px !important;
  margin-bottom: 0;
}
div.order_ .form_content_ input[type='number'] {
  width: 50%;
  margin-left: 32px;
}
div.order_ .form_content_ input[type='number']:disabled {
  opacity: 0.6;
  background-color: #f5f5f5;
}
#method_cupon .form_content_ input[type='text'] {
  width: 100%;
}
.amount_content_ table.estimate_.sales_ {
  font-size: 15px;
  border: none;
}
.amount_content_ table.estimate_.sales_ th {
  padding: 0;
  border: none;
  background: #fff;
}
.amount_content_ table.estimate_.sales_ td {
  padding: 0;
  border: none;
}
.amount_content_ table.estimate_.sales_ .total_ th {
  font-size: 16px;
}
.amount_content_ table.estimate_.sales_ .total_ td {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
}

.set_button_wrap_ {
  margin: 10px auto 0;
  text-align: center;
}

.link_setting_:link,
.link_setting_:visited {
  font-weight: bold;
  padding: 3px 0;
  text-decoration: none;
  color: #08a4b2;
}

/* modal */
.estimate_modal_ {
  position: fixed;
  z-index: 190002;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.estimate_modal_ dl.formdetail_ {
  margin: 0;
}
.estimate_modal_inner_ {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 737px) {
  .estimate_modal_inner_ {
    width: 90vw;
    max-width: 900px;
  }
}
@media screen and (max-width: 736px) {
  .estimate_modal_inner_ {
    width: 95vw;
  }
}
.estimate_modal_inner2_ {
  position: relative;
  width: 100%;
}
.estimate_modal_inner3_ {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .estimate_modal_inner3_ {
    max-height: calc(90vh - 45px);
    border: 1.5rem solid #fff;
    border-radius: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .estimate_modal_inner3_ {
    max-height: calc(90vh - 45px);
    margin-top: 45px;
    border-width: 15px 0 20px;
    border-style: solid;
    border-color: #fff;
  }
}
.estimate_modal_body_ {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.estimate_modal_scroll_.is-scroll {
  overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
  .estimate_modal_scroll_.is-scroll {
    padding-right: 0.5rem;
  }
}
.estimate_modal_ div.estimate_card_form_ {
  margin: 0 15px;
}
.estimate_modal_ div.estimate_card_form_notice_ {
  margin: 10px 15px 20px;
  text-align: right;
}
div.estimate_card_form_notice_ a {
  line-height: 20px;
  display: inline-block;
  height: 20px;
  padding: 0 0 0 24px;
  text-decoration: underline;
  background: url(../img/usr/common/icon_payinfo.png) left center no-repeat;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
div.estimate_card_form_notice_ a span {
  font-size: 12px;
  font-weight: normal;
  padding: 0 14px 0 0;
  background: url(../img/usr/common/icon_blanklink.png) right center no-repeat;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
.estimate_modal_close_ {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
}
.estimate_modal_close_btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.estimate_modal_close_btn_ span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;

/* overflow: hidden; */
  text-indent: -9999px;
}
.estimate_modal_close_btn_ span::before,
.estimate_modal_close_btn_ span::after {
  position: absolute;
  box-sizing: border-box;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.estimate_modal_close_btn_ span::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 0;
  transform: rotate(45deg);
  border-top: 2px solid #ccc;
}
.estimate_modal_close_btn_ span::after {
  top: 0;
  bottom: 0;
  left: 9px;
  width: 0;
  height: 20px;
  transform: rotate(45deg);
  border-left: 2px solid #ccc;
}
.estimate_modal_overlay_ {
  position: fixed;
  z-index: 190001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
div.order_ .destgoodslist_items_ {
  margin-bottom: 10px;
}
div.order_ .destgoodslist_items_ &gt; li {
  border: 1px solid #ccc;
}
div.order_ .destgoodslist_items_ &gt; li + li {
  border-top: none;
}
.destgoodslist_item_label_ {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f7f7f7;
}
div.order_ .method_gift_ {
  border-top: 1px solid #ccc;
}
.method_item_ {
  display: flex;
  align-items: center;
  padding: 10px;
}
.method_item_ .method_goodsimage_ {
  width: 75px;
  margin-right: 10px;
}

.method_gift_ dl.sales_detail_append_.formdetail_ {
  margin: 0;
  border: none;
}
.method_gift_ dl.sales_detail_append_.formdetail_ dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.order_ dl.sales_detail_append_ dd.noshi_ input[type='radio'] {
  display: none;
}
div.order_ dl.sales_detail_append_ dd.noshi_ label {
  left: 0 !important;
  margin-bottom: 0;
  padding: 0 0 10px 36px;
}
.method_gift_ dl.formdetail_ input[type='text'] {
  width: 100%;
}

/* agree */
div.order_ .usage_agreement_ {
	margin: 30px 0 20px;
	align-items: center;
	display: flex;
	flex-direction: column;
}
div.order_ .usage_agreement_ .error_ {
	color: #ff0000;
	font-weight: bold;
}
div.order_ div.usage_agreement_ input[type="checkbox"] + span.ttl_ {
	padding: 0 10px 0 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 70px;
  position: absolute;
  transform: scale(0.5);
  top: 49%;
  left: -20px;
  margin-top: -35px;
}

#aerosmith-choices {
  z-index: 100001 !important;
}

/* --------------------------------------------------------------------
	ご注文完了
-------------------------------------------------------------------- */
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;
}

/* 20230113 Add */
#cart_ordercompleted_rtbnr {
	margin: 0 10px;
}
#cart_ordercompleted_rtbnr .el_rtbnr_ttl {
	margin-bottom: 12px;
	padding: .4em;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border-bottom: #179855 2px solid;
}
#cart_ordercompleted_rtbnr img {
	width: auto;
	max-width: 100%;
}

#cart_ordercompleted_rtbnr .bl_rtbnr_rcmlist {
	display: flex;
	justify-content: space-between;
}
#cart_ordercompleted_rtbnr .bl_rtbnr_rcmlist-item { flex-basis: calc((100% - 12px) / 2); }
#cart_ordercompleted_rtbnr .bl_rtbnr_rcmlist-item:nth-child(odd) { text-align: right; }

#cart_ordercompleted_rtbnr .bl_rtbnr_furu { margin-top: 15px; }
#cart_ordercompleted_rtbnr .bl_rtbnr_furulist {
	display: flex;
	justify-content: center;
}
#cart_ordercompleted_rtbnr .bl_rtbnr_furulist-item { max-width: 600px; }


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.mall_mailnews_link_ {
	margin: 0 20px 20px;
	padding: 10px;
	border: #179855 1px solid;
	background-color: #f2faf5;
}
div.mall_mailnews_link_ a {
	width: 250px;
	display: block;
	margin: 10px auto;
	padding: 10px 10px;
	background: #179855;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
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"],
div.customer_ .usage_agreement_ input[type="checkbox"] {
	display: none !important;
}
div.customer_ dl.customer_ input[name="connect_jrep_check"] {
	 max-width: 100%;
    vertical-align: middle;
}
div.customer_ dl.customer_ input[type="checkbox"] + span.ttl_,
div.customer_ .usage_agreement_ 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,
div.customer_ .usage_agreement_ input[type="checkbox"] + span.ttl_::before,
div.customer_ .usage_agreement_ 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,
div.customer_ .usage_agreement_ 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,
div.customer_ .usage_agreement_ 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,
div.customer_ .usage_agreement_ 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,
div.customer_ .usage_agreement_ 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;
}

/* agree */
div.customer_ .usage_agreement_ {
	margin: 25px 10px 5px;
	align-items: center;
	display: flex;
	flex-direction: column;
}
div.customer_ div.usage_agreement_ input[type="checkbox"] + span.ttl_ {
	padding: 0 5px 0 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* --------------------------------------------------------------------
	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: -46px;
}
.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: #0da4b2;
}
.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;
}

.cartlist_ div.info_ {
	margin: 20px 0;
}

/*SEO-h1タグ*/
div.search_name_header_ {
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: #179855 2px solid;
	font-weight: bold;
}

.search_name_header_ .common_headline1_ {
    margin-bottom: 0;
    border-bottom: 0;
}

.search_name_header_ .category_name_,
.shoppage_wrap_ .search_name_header_ .category_name_ {
	margin-bottom: 0;
	border-bottom: none;
}

/* --------------------------------------------------------------------
	マイページ　誘導枠
-------------------------------------------------------------------- */
/* newsBlock_inner */

.hp_sp { display: none;}
.newsBlock_inner{
  margin: 40px auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  background: #ffeee0;
  padding: 30px 35px 15px;
}
.newsBlock_inner &gt; h2{
  font-weight:bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.newsBlock_inner p a {
  text-decoration: underline;
  color: #00833e;
}
.newsBlock_inner p a:hover {
  opacity: 0.8;
  text-decoration: underline;
  color: #00833e;
}
.newsBlock_inner ul{
  display: flex;
  justify-content: center;
}
.newsBlock_inner ul li{
	width: 32%;
}
.newsBlock_inner ul li:first-child{
	margin-right: 1.5%;
}
.newsBlock_inner ul li:nth-child(3){
	margin-left: 1.5%;
}
.newsBlock_inner .btn_orange a {
  border-radius: 50px;
  padding: 1em 2em .8em 1.5em;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 17px;
  color: #fff;
  border-bottom: 3px solid #cc6815;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBlock_inner .btn_orange a.arrow1 {
	background: #f78222 url(/feature/ereview/img/ar3_under2305.png) no-repeat right 14px center;
}
.newsBlock_inner .btn_orange a.arrow2 {
	background: #f78222 url(/feature/ereview/img/ar3.png) no-repeat right 18px center;
}
.newsBlock_inner .btn_orange a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: .5s ease-in-out;
}
@media screen and (max-width: 768px) {
	.hp_sp { display: block;}
	.newsBlock_inner {
		margin: 28px 0 15px;
		padding: 30px 15px 25px;
	}
	.newsBlock_inner &gt; h2 {
		font-size: 15px;
	}
	.newsBlock_inner ul {
		flex-direction: column;
		margin-top: 10px;
	}
	.newsBlock_inner ul li{
		width: auto;
	}
	.newsBlock_inner ul li:first-child{
		margin-right: 0;
	}
	.newsBlock_inner ul li:nth-child(3){
		margin-left: 0;
	}
	.newsBlock_inner .btn_orange a {
		margin: 10px auto 5px auto;
		font-size: 15px;
		text-decoration: none;
		padding: 1em 2em .8em 2em;
	}
	.newsBlock_inner .btn_orange a.arrow1 {
		background: #f78222 url(/feature/ereview/img/ar3_under2305.png) no-repeat right 22px center;
	}
}
/* --------------------------------------------------------------------
	デジタルコンテンツ
-------------------------------------------------------------------- */

/* 認証画面 */
div.welcome_ div.welcomeform_ {
    margin-bottom: 10px;
}
div.welcome_ div.welcomeform_ div.welcomeform_wrap_ {
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #edf4fe;
}
div.welcome_ div.welcomeform_ div.welcomeform_wrap_ dl dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
div.welcome_ div.welcomeform_ div.welcomeform_wrap_ dl dd {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
}
div.welcome_ div.welcomeform_ div.welcomeform_wrap_ dl dd input {
    width: 100%;
    box-sizing: border-box;
}
div.welcome_ div.welcomeform_ 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.present_ div.present_wrap_ {
    text-align: center;
}
div.present_ div.src_ {
}
div.present_ div.src_ img {
    max-width: 90%;
}
div.present_ div.explain1_ {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 15px;
}
div.present_ div.digital_contents_ {
    margin-bottom: 5px;
}
div.present_ div.digital_contents_wrap_ a {
    text-decoration: underline;
}
div.present_ div.explain2_ {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
}

/* --------------------------------------------------------------------
   利用するポイントを変更：モーダル
-------------------------------------------------------------------- */
.point_change_btn_wrapper .set_button_wrap_ .setting_button_ {
	min-width: 75%;
}
.point_change_modal_ {
	position: fixed;
	z-index: 190002;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
.point_change_modal_inner_ {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}
@media print, screen and (min-width: 737px) {
	.point_change_modal_inner_ {
		width: 90vw;
		max-width: 720px;
	}
}
@media screen and (max-width: 736px) {
	.point_change_modal_inner_ {
		width: calc(100vw - 10px);
	}
}
.point_change_modal_inner2_ {
	position: relative;
	width: 100%;
}
.point_change_modal_inner3_ {
	background-color: #fff;
}
@media print, screen and (min-width: 769px) {
	.point_change_modal_inner3_ {
		max-height: 80vh;
		border: 1.5rem solid #fff;
	}
}
@media print, screen and (max-width: 768px) {
	.point_change_modal_inner3_ {
		max-height: calc(80vh);
		border-width: 1px;
		border-width:  16px 15px 20px;
		border-style: solid;
		border-color: #fff;
	}
}
.point_change_modal_body_ {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.point_change_modal_scroll_.is-scroll {
	overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
	.point_change_modal_scroll_.is-scroll {
		padding-right: 0.5rem;
	}
}

/* クローズボタン */
.point_change_modal_close_ {
	position: absolute;
	top: -46px;
	right: 0;
	transform: translate(0, 0);
}
.point_change_modal_close_btn_ {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border: 1px solid #bcbcbc;
	border-radius: 18px;
	background-color: #fff;
	cursor: pointer;
}
.point_change_modal_close_btn_ span {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
.point_change_modal_close_btn_ span::before,
.point_change_modal_close_btn_ span::after {
	position: absolute;
	box-sizing: border-box;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.point_change_modal_close_btn_ span::before {
	top: 0;
	bottom: 0;
	left: 8px;
	width: 18px;
	height: 0;
	transform: rotate(45deg);
	border-top: 1px solid #cccccc;
}
.point_change_modal_close_btn_ span::after {
	top: 0;
	bottom: 0;
	left: 16px;
	width: 0;
	height: 18px;
	transform: rotate(45deg);
	border-left: 1px solid #cccccc;
}
@media print, screen and (min-width: 769px) {
	.point_change_modal_close_btn_ span {
	width: 15px;
	height: 15px;
	}
	.point_change_modal_close_btn_ span::before {
	width: 15px;
	}
	.point_change_modal_close_btn_ span::after {
	left: 7px;
	height: 15px;
	}
}
.point_change_modal_overlay_ {
	position: fixed;
	z-index: 190001;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
}

/* モーダル内 */
.formdetail_point_change_modal_ .point_info {
	color: #00833e;
	margin-bottom: 1em;
	font-weight: bold;
}
.formdetail_point_change_modal_ .point_input_container .point_input_box {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
}
.formdetail_point_change_modal_ .point_input_container .point_input_box.active {
	border: 1px solid #d7ebdc;
	background-color: #e9f5ed;
}
.formdetail_point_change_modal_ .point_input_container .point_input_box + .point_input_box {
	margin-top: 10px;
}

/* モーダル内：フォーム */
div.order_ .formdetail_point_change_modal_ .point_input_container input[type="radio"] + label {
	left: -26px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.order_ .formdetail_point_change_modal_ .point_input_container input[type="radio"] + label::before {
    margin-top: -13px;
}
div.order_ .formdetail_point_change_modal_ .point_input_container input[type="radio"] + label::after{
	margin-top: -8px;
}
div.order_ .formdetail_point_change_modal_ .point_input_container input[type=number] {
	width: 100px;
	margin-left: 32px;
}
/* モーダル内：ボタン */
.point_change_btn_wrapper .point_change_modal_ .set_button_wrap_ .setting_button_ {
	min-width: 50%;
}
#btn_furusato_mypage_ {
  padding: 30px 10px 0px 10px;
  margin: 0 auto;
}
#btn_furusato_mypage_ a {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #af9010 url(../img/usr/sb/common/button_arrow.png) 20px / 15px no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#btn_furusato_mypage_ span.bold {
  font-size:15px;
  font-weight: bold;
}

/* --------------------------------------------------------------------
   スクリーンリーダー
-------------------------------------------------------------------- */
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 50px;
    overflow: hidden;
    position: absolute!important;
    word-wrap: normal!important;
    display: flex;
    justify-content: flex-end;
    padding: 0 300px 0 0;
    font-size: 10px;
    transform: scale(0.3);
    transform-origin: 0;
}</pre></body></html>