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: 13px;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

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;
}

/* 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 {
	vertical-align:middle;
	margin:0px;
}

/* 共通 */

body {
	color:#000000;
	background:#ffffff;
	font-size: 13px;
	line-height:1.357;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
}
img {
	max-width:100%;
	vertical-align: bottom;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	border:1px solid #cbc3b1;
	min-height:20px;
	max-width:90%;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
}

textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border:1px solid #cbc3b1;
	border-radius: 0;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	height:1.0em;
	padding:0.6em;
	margin:5px 0;
	border:1px solid #cbc3b1;
	border-radius: 0;
}


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 #EEA34A;
}

/* チェックボックスデザイン
----------------------------------------------------- */
input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 19px;
    height: 19px;
    background:#fff;
    position: relative;
    margin-bottom:3px;
	margin-right:5px;
	border: 1px solid #aaaaaa;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* タップ後のデザイン */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 3px;
    top: 11px;
    display: block;
    -webkit-box-shadow: 0 1px 1px ;
    box-shadow: 0 1px 1px ;
    content: "";
    width: 5px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 11px;
    content: "";
    -webkit-box-shadow: 0 1px 1px ;
    box-shadow: 0 1px 1px ;
    width: 8px;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/* ラジオボタンデザイン
----------------------------------------------------- */
input[type="radio"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 27px;
    height: 27px;
    background:#fff;
    position: relative;
	margin: 5px 5px 5px 0;
	border: 1px solid #cbc3b1;
	border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
input[type="radio"]:focus {
	outline: none;
}
/* タップ後のデザイン */
input[type="radio"]:checked:before {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
	border: 1px solid #a88313;
	border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    content: "";
    width: 13px;
    height: 13px;
    background: #a88313;
	border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
/**/


select {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #777777;
}

/* 文字サイズ */
.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:#e52400;
	font-size: 14px;
}
.notice_ {
	color:#e52400;
}
.info_ {
	font-weight:bold;
}
.order_info_ {
	color:#5f9ea0;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #e52400;
	padding:4px;
	margin:4px 10px;
}
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: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	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;
	height:0;
}

.classrequired {
	background: #ffeeee;
}

.classerror {
	background: #ffeeee;
}

/**/

.efo_icon_ {
	vertical-align:middle;
}

/* ボタン */
.button_ {
	color: #fff;
}

.large_button_ {
	width: 90%;
	font-size: 12px;
	text-align: center;
	margin: 10px 5%;
	padding: 13px 0 13px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.small_button_ {
	font-size: 14px;
	text-align: center !important;
	padding:8px 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 58px;
	height: 40px;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.main_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	text-decoration:none;
	-webkit-appearance: none;
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a88313), color-stop(0.00, #a88313));
	background: -webkit-linear-gradient(#a88313, #a88313);
	background: -moz-linear-gradient(#a88313, #a88313);
	background: -o-linear-gradient(#a88313, #a88313);
	background: -ms-linear-gradient(#a88313, #a88313);
	background: linear-gradient(#a88313, #a88313);
	border-radius: 10px;
    font-size: 18px;
}
#recount.main_action_button_ {
	background:#CCCCCC;
	border:none;
	color:#555555;
}
#order_next.main_action_button_,
#cart_next.main_action_button_ {
	padding:0;
	background:#e52400 !important;
}
#cart_next.main_action_button_ {
    width: 73%;
    border-radius: 10px;
}
#cart_gift.main_action_button_ {
	padding:0;
	border-bottom: 0;
	border-radius: 10px;
}

.ajax_wait_button_ {
	-moz-text-shadow: 0 -1px 1px #F66 !important;
	-webkit-text-shadow: 0 -1px 1px #F66 !important;
	text-shadow: 0 -1px 1px #F66 !important;
	background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00) !important;
	background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00)) !important;
	background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00) !important;
	border: 2px solid #FF9900 !important;
}
.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:none;
	-webkit-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #666), color-stop(0.00, #666));
	background: -webkit-linear-gradient(#666, #666);
	background: -moz-linear-gradient(#666, #666);
	background: -o-linear-gradient(#666, #666);
	background: -ms-linear-gradient(#666, #666);
	background: linear-gradient(#666, #666);
	border-radius: 10px;
}
.sub_action_button2_ {
	color: #8d8d8d;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:none;
	-webkit-appearance: none;
	background: none;
	padding: 1px;
	margin: 1px;
	border-bottom: 1px solid #8d8d8d;
}
.sub_action_button_.small_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #666666;
	border:none;
	color:#ffffff;
}
#order_back.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	text-decoration:underline;
	font-size:12px;
	background:#FFF;
	border:none;
	border-bottom:none;
	color:#666666;
}
.ajax_wait_sub_button_ {
	border: 1px solid #006AB8 !important;
}
/**/

.common_headline1_ {
	font-size: 15px;
	line-height: 1.35;
	text-align: center;
	margin: 20px 0;
}
.common_headline2_ {
	text-align : center;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin:0 auto;
	/*border-bottom: 1px solid #aaaaaa;*/
	clear: both;
}
.common_headline2_:first-child,
.common_headline1_ + .common_headline2_ {
	margin-top: 0;
}
#block_of_accessory .common_headline2_ {
	margin:0 0 0 0;
}
.common_headline3_ {
	color: #8c7558;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	margin-bottom: 8px;
	clear: both;
}
.common_headline4_ {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px 0 20px;
	border-bottom: 1px dotted #CCC;
	clear: both;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.position_relative_ {
	position: relative;
}
.fontsize_small_ {
	font-size:small;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}
/* 価格表示 */
.price_pop_ {
	color: #e52400;
}
.price_ {
	color: #2c2c2c;
}
.price_ small {
}
.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}
.usually_price_ {
	color: #999999;
	text-decoration: line-through;
}
.special_price_ {
	color: #e52400;
}
/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
header.fixed{
	z-index: 1000;
}
h1.optimaizedH1 {
	width: 100%;
}
header .header_top_ {
	padding: 7px 10px;
	overflow: hidden;
	border-bottom: 2px solid #a88313;
	box-sizing: border-box;
	height: 57px;
	position: relative;
}
header .header_top_ #sitelogo {
	position: absolute;
	left: 50%;
	top: 7px;
;
	transform: translate(-50%,0);
}
header .header_top_ #sitelogo img {
	height: 34px;
}
header .header_top_ #gnav_entry {
	float: left;
	display: block;
}
header.fixed .header_top_ #gnav_entry,
header#logged.fixed .header_top_ #gnav_entry {
	display: none;
}
header .header_top_ #gnav_entry img {
	max-height: 35px;
}
header#logged .header_top_ #gnav_entry img {
	height: 23px;
	margin-top: 7px;
}
header .header_top_ #globalnav {
	float: right;
}
header .header_top_ #globalnav.login_ {
}
header .header_top_ #globalnav ul {
	overflow: hidden;
}
header .header_top_ #globalnav ul li {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 1px;
}
header .header_top_ #globalnav ul li a{
	display: block;
}
header .header_top_ #globalnav ul li#header_menu,
header .header_top_ #globalnav ul li#sitemenu_close{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0,-50%);
}
header .header_top_ #globalnav ul li#gnav_search{
	position: absolute;
	left: 52px;
	top: 50%;
	transform: translate(0,-50%);
}
header .header_top_ #globalnav ul li#gnav_login {
	position: absolute;
	right: 49px;
	top: 50%;
	transform: translate(0,-50%);
}
header .header_top_ #globalnav ul li#gnav_cart{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
}
header .header_top_ #globalnav ul li#gnav_search a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
header .header_top_ #globalnav ul li#gnav_search img{	
	height: 23px;
	position: relative;
	top: -3px;
}
header .header_top_ #globalnav ul li#gnav_login a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header_top_ #globalnav ul li#gnav_login img{	
	height: 29px;
}
header .header_top_ #globalnav.login_ ul li {
}
header#logged .header_top_ #globalnav ul li,
header.fixed .header_top_ #globalnav ul li {
	float: left;
	text-align: center;
}
header .header_top_ #globalnav ul li#gnav_cart #jscart_replace_ {
	display: block;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 50%;
	top: 3px;
	margin-right: -21px;
	background-color: #e52400;
	border-radius: 20px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
header .header_top_ #globalnav ul li img {
	max-height: 40px;
}
#sitemenu div.header_btm_ {
	padding: 15px 10px;
	overflow: hidden;
	background-color: #f0eee8;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#sitemenu div.header_btm_ #header_searchbox {
	display: table-cell;
	box-sizing: border-box;
}
#sitemenu div.header_btm_ .to_searchdetail_ {
	display: table-cell;
	padding: 0 0 0 9px;
	box-sizing: border-box;
	width: 76px;
	vertical-align: middle;
}
#sitemenu div.header_btm_ .to_searchdetail_ a {
	display: block;
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	padding-right: 17px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
header div.header_btm_ #header_menu {
	float: right;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
}
header .header_top_ #globalnav ul li#header_menu {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../img/usr/sb/common/gnav_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	text-indent: -9999px;
	cursor: pointer;
}
header .header_top_ #globalnav ul li#sitemenu_close {
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../img/usr/sb/common/gnav_menu_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 28px;
	text-indent: -9999px;
	cursor: pointer;
}
/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	position: relative;
	padding-right: 40px;
	background-color: #ffffff;
}
form.search_form_ input.keyword_,
form.search_form_ input.keyword_:focus{
	width: 100%;
	max-width: 100%;
	height: 40px;
	margin:0;
	padding: 0;
	line-height:40px;
	font-size:12px;
	text-indent: 5px;
	outline: none !important;
	border: none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}
form.search_form_ .search_button_ {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border:none;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	background-image: url(../img/usr/sb/common/go.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	text-indent: -9999px;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}


/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer {
	background-color: #f5f3ee;
	border-top: 1px solid #cbc3b1;
	position: relative;
	margin-top : 20px;
}
/*ご利用ガイド
----------------------------------------------------*/
div.nav_guide_ {
	padding: 0 10px;
	margin-bottom: 25px;
}
div.nav_guide_ h2 {
	color: #b99c44;
	font-size: 18px;
	font-weight: normal;
	padding: 24px 0 22px;
}
div.nav_guide_ ul {
	background-color: #ffffff;
}
div.nav_guide_ ul li {
	border-bottom: 1px solid #f0eee8;
}
div.nav_guide_ ul li a {
	display: block;
	color: #000000;
	font-size: 13px;
	line-height: 1.23;
	padding: 17px 25px 16px 16px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
div.nav_guide_ ul li a{
	position: relative;
	padding-left: 60px;
}
div.nav_guide_ ul li a:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: calc(50% - 15px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
div.nav_guide_ ul li.h_guide_login a:before{ background-image: url(../img/usr/sb/common/h_guide_login.png);}
div.nav_guide_ ul li.h_guide_bookmark a:before{ background-image: url(../img/usr/sb/common/h_guide_bookmark.png);}
div.nav_guide_ ul li.h_guide_mail a:before{ background-image: url(../img/usr/sb/common/h_guide_mail.png);}
div.nav_guide_ ul li.h_guide_catalog a:before{ background-image: url(../img/usr/sb/common/h_guide_catalog.png);}
div.nav_guide_ ul li.h_guide_shoplist a:before{ background-image: url(../img/usr/sb/common/h_guide_shoplist.png);}

/*リーベ君
----------------------------------------------------*/
footer .banner_bear_ {
	margin: 0 10px 10px;
}
footer .banner_bear_ a {
	display: block;
}
/*バナーリンク
----------------------------------------------------*/
div.nav_bnrlink_ {
    margin: 15px 10px 10px 10px;
}

div.nav_bnrlink_ ul {
	overflow: hidden;
	width: 100%;
}
div.nav_bnrlink_ ul li {
	margin-bottom: 10px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.nav_bnrlink_ ul li a {
	display: block;
}
div.nav_bnrlink_ ul li img {
	vertical-align: top;
}
div.nav_bnrlink_ ul li.column1_ {
	clear: both;
	width: 100%;
}
div.nav_bnrlink_ ul li.column2_ {
	width: 49%;
}
div.nav_bnrlink_ ul li.column2_:nth-child(odd) {
	float: left;
    margin-right: 2%;
}
div.nav_bnrlink_ ul li.column2_:nth-child(even) {
	float: left;
}

div.nav_bnrlink_ ul li.outlink_ {
	background-color: #cbc3b1;
}
div.nav_bnrlink_ ul li.inlink_ {
}
div.nav_bnrlink_ ul li.txt_ {
	display: table;
}
div.nav_bnrlink_ ul li.txt_ a {
	color: #000000;
	font-size: 11px;
	line-height: 1.5;
	padding: 13px 0 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.nav_bnrlink_ ul li.outlink_ a {
	color: #ffffff;
	background-image: url(../img/usr/sb/common/ico_link.png);
	background-position: 95% 5px;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
}

/*アプリケーションダウンロード
----------------------------------------------------*/
.nav_application_ {
	margin-bottom : 7%;
	background-color : white;
}
.nav_application_ div:first-child{
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	margin-bottom : 3%;
	padding-top : 4%;
}

.nav_application_ div:last-child {
	text-align : center;
	padding-bottom : 5%;
}

.nav_application_ div:last-child a:first-child img{
	width : 33%;
}

.nav_application_ div:last-child a:last-child img{
	width : 40%;
}



/*SNSボタン
----------------------------------------------------*/
ul.nav_sns_ {
	text-align: center;
	padding-bottom: 15px;
}
ul.nav_sns_ li {
	width: 11%;
	display: inline-block;
	margin: 0 10px;
	background-color: #cbc3b1;
}
ul.nav_sns_ li a {
	display: block;
	text-align: center;
}
/*PCチェンジ
----------------------------------------------------*/
footer div.change_mode_ {
	background-color: #cbc3b1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 189px;
}
footer div.change_mode_ a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 16px 0 17px;
}
footer div.change_mode_ a span {
	display: inline-block;
	padding: 1px 0 1px 40px;
	background-image: url(../img/usr/sb/common/ico_pc.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 21px;
	background-size: 25px 21px;
}
/*フッター下部
----------------------------------------------------*/
#footer_btm {
	color: #ffffff;
	padding: 16px 0 20px;
	background-color: #a6977c;
	text-align: center;
}
#footer_btm p.company_name_ {
	line-height: 1.428;
	margin-bottom: 11px;
}
#footer_btm p.company_name_ span {
	display: block;
	font-size: 12px;
	line-height: 1.66;
}
#footernav {
	margin-bottom: 13px;
}
#footernav ul {
	letter-spacing: -4px;
}
#footernav ul li {
	letter-spacing: 0;
	display: inline-block;
	margin: 0 16px;
}
#footernav ul li a {
	display: block;
	color: #ffffff;
	font-size: 10px;
	line-height: 2.0;
	text-decoration: underline;
}
#copyright {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.6;
}
/*ページトップへ
----------------------------------------------------*/
#footer_pagetop {
	width: 100%;
}
/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}
img.top_banner_ {
	max-width: 100%;
}

/* 静的バナー群 */
div.event_pickup_banner_ ul {
	margin:12px 0 0 12px;
	overflow:hidden;
}
div.event_pickup_banner_ ul li {
	width:30%;
	text-align:center;
	margin:0 3% 3% 0;
	float:left;
}
/* --------------------------------------------------------------------
	KEYWORD
-------------------------------------------------------------------- */
#search_keyword {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-y: hidden;
	margin: -10px 0;
}
#search_keyword h2 {
	text-indent: -9999px;
	margin: 0 4%;
	width: 25%;
	background-image: url(../img/usr/sb/top/search_keyword2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#search_keyword ul {
	width: 75%;
	padding: 20px 0;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	font-size: 0;
}
#search_keyword ul li {
	display: inline-block;
	padding: 0;
	margin-left: 2%;
}
#search_keyword ul li a {
	font-size: 10px;
	line-height: 1.0;
	background: #f3f2ee;
	border-radius: 15px;
	padding: 10px 15px;
	display: block;
	color: #333333;
}
/* --------------------------------------------------------------------
	メインビジュアル
-------------------------------------------------------------------- */
div.visual_ {
	text-align: center;
	position: relative;
	padding-bottom: 60px;
	border-top: 1px solid #cbc3b1;
}
/*ビジュアル上部お知らせ*/
#toppage .visual_ .info_{
	text-align: left;
	margin: 10px 0;
	outline: 1px solid #b68400;
	padding: 3%;
	margin: 1%;
	width: 92%;
}
#toppage .visual_ .info_ a{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}
.info_.common_ {
	text-align: right;
	padding: 3%;
	width: 94%;
}
.info_.common_ a {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;	
}
div.visual_ ul {
	overflow: hidden;
}
div.visual_ ul li {
	float: left;
}
div.visual_ ul li:nth-child(n+2) {
	display: none;
}
div.visual_ .bx-wrapper ul li:nth-child(n+2) {
	display: block;
}
div.visual_ .bx-pager {
	text-align: center;
	letter-spacing: -4px;
	padding: 9px 0 0;
	height: 9px;
}
div.visual_ .bx-pager .bx-pager-item {
	width: 7px;
	height: 7px;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 4px;
}
div.visual_ .bx-pager .bx-pager-item a {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #a88313;
	background-color: #ffffff;
	text-indent: -999px;
	border-radius: 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
div.visual_ .bx-pager .bx-pager-item a.active {
	background-color: #a88313;
}
div.visual_ .bx-controls .bx-prev,
div.visual_ .bx-controls .bx-next {
	display: none;
}
/* --------------------------------------------------------------------
	トップページ；ショップリスト
-------------------------------------------------------------------- */
#top_shoplist {
	margin: 60px 21px 20px;
}
#top_shoplist h2 {
	text-align: center;
	margin-bottom: 17px;
}
#top_shoplist p.lead_ {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 16px;
}
#top_shoplist ul.shoplist_btn_ {
	padding-bottom: 10px;
	overflow: hidden;
}
#top_shoplist ul.shoplist_btn_ li {
	width: 48%;
	border: 1px solid #ba9f5c;
	margin-bottom: 10px;
}
#top_shoplist ul.shoplist_btn_ li:nth-child(odd) {
	float: left;
}
#top_shoplist ul.shoplist_btn_ li:nth-child(even) {
	float: right;
}
#top_shoplist ul.shoplist_btn_ li a {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 12px 16px 12px 0;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
#top_shoplist ul.shoplist_btn_ li.bnr_ a {
	padding: 0;
	background-position: 97% center;
}
#top_shoplist ul.shoplist_btn_ li.bnr_ img{
	height: 42px;
	width: auto;
}
#top_shoplist .shoplist_img_ {
	text-align: center;
}
/* --------------------------------------------------------------------
	トップページ：バナー：2個並び
-------------------------------------------------------------------- */
div.banner_flame_ {
	padding: 25px 10px 15px;
}
div.banner_flame_.border_ {
	border-top: 1px solid #cbc3b1;
}
div.banner_flame_ .nav_bnrlink_ {
	margin: 0;
}
div.banner_flame_ .nav_bnrlink_ li {
	margin: 0;
}
/* --------------------------------------------------------------------
	会員規約
-------------------------------------------------------------------- */
#agree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#agree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin: 0 10px;
}

.loginform_space {
	margin-top : 25px !important;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0 20px;
	font-size: 11px;
	padding: 0;
	letter-spacing : 0.3px;
}
div.login_ div.askpass_ {
	margin:10px auto;
}
.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%;
}

div.login_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_ {
	width: 100%;
	max-width:100%;
	height: auto;
	text-indent: 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


div.login_ input[type=submit].main_action_button_,
div.login_ input[type=button].main_action_button_ {
	-webkit-appearance: none;
}

div.login_ div.loginform_ span.headline_text_ {
	display : inline-block;
	text-align : center;
	width : auto;
	padding-top : 5%;
	margin-bottom : 20px;
	font-size : 15px;
	font-weight : 600;

}
div.login_ div.loginform_ span.headline_text_relate_ {
	top: -3px;
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left:10px;
	padding-right:10px;
	width: 30px;
	height: 30px;
	display: none;
}

div.login_ .forgotpass_{
	
}

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

div.certify_escape_ {
	margin-top:10px;
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
	font-size:13px;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}
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: #e5f3ff;
	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;
}
div.customer_ input.zip_ {
	width: 140px;
}
dl.customer_ input.customer_card_ {
	width: 190px;
}
dl.customer_ input.pin_ {
	width: 140px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
    border-bottom: 1px dotted #abaaa6;
    margin: 0 0 20px;
    padding: 0 10px 10px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}
#mypagenav {
	margin-bottom: 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
#mypagenav li img {
	margin-right: 5px;
	width: 74px;
	vertical-align: middle;
	border: 1px solid #000000;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
#mypagenav #dest_change a.open_ {
	background-image: url(../img/usr/sb/common/ico_arrow03.png);
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
}
#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-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}

.customer_ {
	margin-bottom: 10px;
}

.customer_ p {
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}
.submit_ .message_ {
	font-size:12px;
}
.submit_ .order_text_ {
	font-weight: bold;
	font-size:12px;
	padding: 0 10px 10px;
}
.storecustomercard_ {
    border: 1px solid #dcdcdc;
    margin: 20px -8px 30px -8px;
}
.storecustomercard_ .storecustomercard_title_ p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
    margin: 20px 0;
}
.storecustomercard_ #barcodeTarget {
    width: auto!important;
    transform: scale(0.9);
    margin-left: -21px;
}
.storecustomercard_ table.formlist_.history_ {
    margin: 0 0px 10px 6px;
    width: 95%;
    border: #E5E5E5 1px solid;
    border-bottom: none;
    padding-right: 10px;
}
.storecustomercard_ table.formlist_.history_ tr td{
    padding: 10px 0px 10px 10px;
}
/*画面サイズが320px以下*/
@media screen and (max-width:320px) { 
	.storecustomercard_ #barcodeTarget {
	    transform: scale(0.7);
    	margin-left: -45px;
	}
	.storecustomercard_ table.formlist_.history_ tr td {
    	width: 155px;
    	display: block;
	}
}
.storecustomercard_ table.formlist_.history_ th{
    text-align: center;
}
.storecustomercard_ div.amount_alert_{
    color: red;
	margin: 0px 20px;
}

.storecustomercard_ div.amount_alert_ dt{
	float: left;
}

.storecustomercard_ div.amount_alert_ dd{
	margin-left: 130x;
  }
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #e3e3e3;
	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.historydetail_ th
{
	text-align: left;
	border: 1px solid #e3e3e3;
	background-color: #f9f8f6;
	width: 40%;
	font-weight: normal;
	padding: 10px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.historydetail_ td
{
	border: 1px solid #e3e3e3;
	border-left: none;
	padding: 10px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_
{
	border: none !important;
}
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%;
}
.salescancel_notice {
   text-align: left;
   margin: 10px 5%;
}

/* 購入履歴 */
div.history_table_ {
	margin: 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border:#E5E5E5 1px solid;
	border-bottom: none;
}
table.history_ td {
	padding: 10px;
	border-bottom:1px solid #e3e3e3;
}
table.history_ th {
	background-color: #f9f8f6;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-bottom:1px solid #e3e3e3;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
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 solid #e3e3e3;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 10px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	background-color: #f0eee8;
}
table.history_ td.order_detail_ .order_again_ span {
	padding-left: 15px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}
table.history_ td.status_ {
	text-align: center;
}
table.history_ td.status_ img {
	/*width: 160px;*/
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}
table.destgoodslist_ img.img_{
	max-width: 180px;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

table.sales_ td.nocell_ p.tax_alert{
text-align: left;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 10px;
}
div.customer_ li.bookmark_item_ {
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	display: table;
	border-bottom: 1px solid #e3e3e3;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px solid #e3e3e3;
}

li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: inline;
	width: 20px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	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_ .comment_ textarea {
	width: 100%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break:break-all;
}
div.customer_  div.del_ {
	text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin: 10px 0;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
div.contact_ .contact_body_ {
	word-break:break-all;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin: 0 10px 10px;
	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.contact_reform_ textarea {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* スレッド */
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;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}
dl.contactlist_line_ .contactlist_head_ {
	overflow: hidden;
	padding: 10px;
	background: #f9f8f6;
	border-bottom: 1px solid #e3e3e3;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	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_ {
}
div.order_flow_ {
	margin: 19px 0 32px;
	text-align: center;
}
h1.order_headline_ {
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 35px;
}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}
div.cartinfo_ {
	margin:0 10px 20px;
	text-align: center;
	font-size:15px;
	border: 1px solid #a88313;
	padding: 5px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 15px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 15px;
	font-weight:bold;
	color:#ff6600;
}
input.calc_ {
	display:none;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #e5e5e5;
}
table.cartlist_ tr.list_ td {
	border-bottom: 1px solid #e5e5e5;
}
table.cartlist_ td {
	padding:10px;
	vertical-align:top;
}
table.cartlist_ td.img_ {
	width: 130px;
}
table.cartlist_ td.img_ img {
	width: 130px;
}
table.cartlist_ td.desc_ {
	padding:10px 10px 10px 0; 
}
table.cartlist_ td.name_ {
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.desc_ .price_box_ {
	margin:0 10px 0 0;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
	font-size:11px;
}
table.cartlist_ td.desc_ .money_ {
	margin:0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
	margin:0 0 10px 0;
	height:40px;
	line-height:40px;
	text-align:right;
}
table.cartlist_ td.desc_ .qty_ img {
	width:40px;
	height:40px;
}
table.cartlist_ td.desc_ .button_ {
	margin:10px 0 0 0;
	text-align: right;
}
table.cartlist_ td.total_ {
	vertical-align: middle;
	text-align:right;
}
table.cartlist_ td.button_ {
	text-align: right;
}
table.cartlist_ .qty_ input {
	width: 48px;
	height:38px;
	padding:0;
	margin:0 2px;
	line-height:40px;
	text-align: center;
	font-size:16px;
}
table.cartlist_ td.money_ .price_ {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: left;
}
table.cartlist_ span.promotionmsg_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
input.calc_ {
	width:0px;
	height:0px;
}
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;
}

table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #a88313;
	margin-bottom: 5px;
}

table.cartlist_ span.promotionmsg_title_ {
	font-size:12px;
	display:block;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
	padding-left:18px;
}


table.cartlist_ span.promotionmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

.promotionmsg_title_ .promotionmsg_title_js_span {
	color: #a88313;
	font-weight: bold;
}

table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
    display:inline-table;
}

table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

table.cartlist_ div.promotionshortmsg_box_ .pr_name {
	color: #a88313;
    font-weight: bold;
}

table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left:25px;
}

table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

div.cartlist_ .submit_ {
	margin-bottom: 0;
}
div.cartlist_ #order_back {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------
	カートの確認
-------------------------------------------------------------------- */

/* アイコンの指定 */
table.formlist_.cartlist_ .name_ img {
	height: 15px;
	margin: 3px;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
	/*margin: 0 10px;*/
}
div.method_host_ div.host_info_ {
	margin: 0 10px 20px;
}
div.method_host_ .host_name_ {
}
div.method_host_ address {
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
dl.method_host_ input.zip_ {
	width: 140px;
}
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;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin: 0 10px 10px;
}
div.method_sender_ div.sender_info_ {
	/*margin-bottom: 5px;*/
	/*padding-left: 10px;*/
	padding: 0 10px 10px;
}
div.method_sender_ div.sender_info_ address,
div.method_sender_ div.sender_info_ p.sender_name_ {
	font-size: 12px;
	line-height: 1.6;
	font-style: normal;
}
div.sender_change_ {
	display: inline-block;
	width: auto;
}
div.sender_change_ label {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 27px;
	width: 60px;
	height: 27px;
	display: inline-block;
	margin-left: 15px;
	background-color: #af8100;
	border-radius: 5px;
}
div.sender_change_ input[type="checkbox"] {
	display: none;
}
div.sender_change_ input.zip_ {
	width: 140px;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
	margin: 0 10px;
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e3e3e3;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ address {
	font-style: normal;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.addresslist_ input.address_disabled_ {
	background-color:#DEDEDE;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
    margin-bottom: 10px;
    border-radius: 8px;
    width: 180px;
}
div.address_bottom_ input[alt="店舗を選択する"] {
    width: 110px;
}
div.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.destgoodslist_ div.method_address_ {
	margin-bottom: 20px;
}
div.destgoodslist_ div.method_address_:last-of-type{
	margin-bottom: 15px;
}
/**/

/* 受取店舗 */
address p.err_msg_atstore_ {
	color:#ff0000;
	font-size: 14px;
	font-style: normal;
}

div.address_change_atstore_ {
	width: 50%;
}
div.address_change_atstore_ a {
	text-decoration: underline;
}
div.address_change_atstore_msg_ {
	width: 100%;
}

/* 配送方法 */
div.method_box_ {
	margin: 0 10px;
}
#gift_noset div.method_box_ {
	margin: 0;
}

#gift_noset #gift_noset_delivery {
	color: #ffffff;
    font-size: 12px;
    line-height: 1.607;
    text-align: center;
    background-color: #a88313;
    padding: 22px 0 18px;
	margin: 15px auto 0;
}
#gift_noset .gift_noset_method_ {
	display: none;
}
div.method_box_ h3 {
	font-size: 15px;
	line-height: 1.333;
	font-weight: normal;
	margin-bottom: 12px;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ .method_date_disabled_ {
	background-color:#DEDEDE;
}
div.method_box_ div.method_box_content_ input.method_disabled_ {
	background-color:#aaaaaa;
}
div.method_box_ div.method_box_content_ input {
	margin: 10px 5px 10px 0;
}
/**/
/* 配送希望日時指定 */
#method_date select {
	margin: 0;
}
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
.order_gift_ div.delivery_dest_ .method_box_content_ {
	padding: 0 0 25px;
}
.order_gift_ div.delivery_dest_ .method_box_content_ .small_ {
	font-size: 12px;
	line-height: 1.375;
	padding-top: 8px;
	display: block;
}
.order_gift_ div.delivery_dest_ .method_box_content_ ul.time_ {
	overflow: hidden;
}
.order_gift_ div.delivery_dest_ .method_box_content_ ul.time_ li {
	width: 50%;
	float: left;
	margin-top: 20px;
}
.order_gift_ div.delivery_dest_ .method_box_content_ ul.time_ li:nth-child(1),
.order_gift_ div.delivery_dest_ .method_box_content_ ul.time_ li:nth-child(2) {
	margin-top: 0;
}
.order_gift_ div.delivery_dest_ .method_box_content_ ul.time_ li input {
	margin: 0 5px 0 0;
}
/**/
/* 岐阜と設定していない商品があります。 */
#gift_noset {
	padding: 20px 33px 28px;
	margin-bottom: 35px;
	background-color: #f0eee8;
}
#gift_noset h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 21px;
}

#gift_noset table.item_list_ {
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}
#gift_noset table.item_list_ td {
	vertical-align: middle;
	background-color: #ffffff;
}
#gift_noset table.item_list_ td.goods_img_ {
	width: 42%;
	padding: 10px 3%;
	text-align: center;
}
#gift_noset table.item_list_ td.goods_img_ img {
	max-width: 100%;
}
#gift_noset table.item_list_ td.goods_name_ {
	padding: 10px 10px 10px 0;
}
#gift_noset table.item_list_ td.method_qty_ {
	padding-left: 5%;
	padding-bottom: 20px;
	text-align: center;
}
#gift_noset table.item_list_ td.method_qty_ strong {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
#gift_noset table.item_list_ td.btn_deldest_ {
	padding-right: 10px;
	padding-bottom: 20px;
}
#gift_noset table.item_list_ td.btn_deldest_ input {
	font-size: 12px;
	width: 60px;
	padding: 5px;
	border: 1px solid #b5b5b5;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}

#gift_noset h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.166;
	padding-bottom: 14px;
	margin-top: 35px;
	border-bottom: 1px solid #aaaaaa;
}
#gift_noset .address_item_ {
	padding: 15px 15px 15px 10px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
}
#gift_noset .address_item_ .address_title_ {
	overflow: hidden;
}
#gift_noset .address_item_ .address_title_ {
}
#gift_noset .address_item_ .address_title_ .address_change_ {
	float: right;
	width: 60px;
	margin: 0;
}
#gift_noset .address_item_ .address_title_ .address_change_ input {
	font-size: 12px;
	margin: 0;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
#gift_noset .address_item_ address {
	font-style: normal;
	margin: 0 30px;
}
#gift_noset .address_bottom_ {
	margin: 25px 0 0;
	text-align: center;
}
#gift_noset .address_bottom_ input {
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.point_use_ input[type=number] {
	width: 5.0em;
}
#method_point {
	margin-bottom: 10px;
}
/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
/**/

.block-order-method--amazonpay {
  text-align: right;
  padding: 20px;
}

.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  width: 70px;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.order_gift_ h2.common_headline2_ {
	font-size: 15px;
	line-height: 1.833;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.order_gift_ .dest_list_ {
	margin: 0 10px;
	background: #F0F0F0;
}
.order_gift_ .dest_list_ h2.common_headline2_ {
	padding: 5px;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
	padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
	text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	margin-right: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}
.order_gift_ .form_senderinfo_ .submit_ {
	margin-top: 0;
}
.order_gift_ .form_senderinfo_ .submit_ input {
	margin: 0 0 30px;
}
/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin: 0 10px 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_, .order_gift_ .add_goods_giftset_list_ {
	padding: 15px;
	margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
	background: #f9f8f6;
	border: 3px solid #a88313;
}
.order_gift_ .highlight_ table.width_full_ td {
	vertical-align: middle;
}
.order_gift_ .highlight_ table.width_full_ td.qty_ {
	text-align: center;
	padding-right: 0;
}
.order_gift_ .delivery_dest_ .dest_goods_ {
	padding: 20px 15px;
	margin-bottom: 15px;
	background-color: #f9f8f6;
}
.order_gift_ .delivery_dest_ .dest_goods_ .dest_ttl h2 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}
.order_gift_ .delivery_dest_ .dest_goods_ .dest_ttl h2 div.changedest_ {
	display: block;
	width: 60px;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	padding: 0;
	margin-top: 10px;
}
.order_gift_ .delivery_dest_ .dest_goods_ h3.headline3_ {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.166;
	padding: 24px 0  8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
}
.order_gift_ .delivery_dest_ .dest_goods_ .highlight_ {
	border: 1px solid #a88313;
}
.order_gift_ .delivery_dest_ .dest_goods_ .highlight_ .noshi_set {
	width: 100%;
	padding: 20px 0 18px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e52400), color-stop(0.00, #e52400));
	background: -webkit-linear-gradient(#e52400, #e52400);
	background: -moz-linear-gradient(#e52400, #e52400);
	background: -o-linear-gradient(#e52400, #e52400);
	background: -ms-linear-gradient(#e52400, #e52400);
	background: linear-gradient(#e52400, #e52400);
}
.order_gift_ .delivery_dest_ .dest_goods_ .highlight_ .order_info_ {
	margin-top: 10px;
}
.order_gift_ .delivery_dest_{
	margin-bottom: 30px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
	margin: 0 7px 12px;
	position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.333;
	margin-bottom: 12px;
}
.order_gift_ .delivery_dest_ .dest_goods_ .dest_ttl {
	margin: 0;
}
.order_gift_ .delivery_dest_ .dest_goods_ .dest_ttl p.order_info_ {
	margin-top: 10px;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right: -7px;
	top: -5px;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_ input {
	font-size: 11px;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding: 0 7px 15px;
	margin: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	padding: 16px 10px 10px;
	margin: 0 5px 20px;
	border: 1px solid #e1e1e1;
}

.order_gift_ .delivery_dest_ .total_dest_price_ {
	padding: 0 10px 10px 10px;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table{
	width:100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th{
	width: 30%;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 10px;
	background-color: #f9f8f6;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}

.order_gift_ .goodsinfo_box_{
}
table.goodsinfo_box_{
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}
table.goodsinfo_box_ td {
	vertical-align: middle;
	background-color: #ffffff;
}
table.goodsinfo_box_ td.goods_img_ {
	width: 42%;
	padding: 10px 3%;
	text-align: center;
}
table.goodsinfo_box_ td.goods_img_ img {
	max-width: 100%;
}
table.goodsinfo_box_ td.goods_name_ {
	padding: 10px 10px 10px 0;
}
table.goodsinfo_box_ td.method_qty_ {
	padding-left: 5%;
	padding-bottom: 20px;
	text-align: center;
}
table.goodsinfo_box_ td.method_qty_ strong {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
table.goodsinfo_box_ td.btn_deldest_ {
	padding-right: 10px;
	padding-bottom: 20px;
}
table.goodsinfo_box_ td.btn_deldest_ input {
	font-size: 12px;
	width: 60px;
	border: 1px solid #b5b5b5;
	padding: 5px;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
table.goodsinfo_box_ input[type=text],
table.goodsinfo_box_ input[type=number],
table.goodsinfo_box_ textarea {
    width: 90%;
}

.order_gift_ .btn_add_goods_, .order_gift_ .giftset_add_delivery_, .order_gift_ .noshi_set_ {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.607;
    text-align: center;
    background-color: #e52400;
    padding: 22px 0 18px;
    border-radius: 10px;
}
.order_gift_ .giftset_add_delivery_ {
	font-size: 12px;
}
.order_gift_ .btn_add_goods_ {
	width: 88%;
}
.order_gift_ .giftset_add_delivery_,
.order_gift_ .noshi_set_ {
	width: 81%;
}
.order_gift_ .btn_add_goods_,
.order_gift_ .giftset_add_delivery_ {
	margin: 15px auto 30px;
}
.order_gift_ .noshi_set_ {
	margin: 0 auto 60px;
}

.order_gift_ .goodsinfo_box_ th{
	background: #F8F8F8;
}
table.goodsinfo_box_  td img.img_ {
	/*max-width: 180px;*/
}

.order_gift_ .select_dest_goods_box_{
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_, .order_gift_ .select_dest_goods_giftset_box_ .btn_add_goods_giftset_{
	margin-bottom: 4px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table, .order_gift_ .select_dest_goods_giftset_box_ .add_goods_giftset_list_ table{
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td, .order_gift_ .select_dest_goods_giftset_box_ .add_goods_giftset_list_ td{
	padding: 7px 10px 0 0;
}

.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_, .order_gift_ .select_dest_goods_giftset_box_ .add_goods_giftset_list_ td.qty_{
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input, .order_gift_ .select_dest_goods_giftset_box_ .add_goods_giftset_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 0 0;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
	position: absolute;
	right: 5px;
	top: -8px;
}
.order_gift_ .total_dest_price_ .btn_recalc_ input {
	margin: 0;
	padding: 5px 10px;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 15px;
}
.order_gift_ .noshi_box_{
	width: 100%;
	margin-bottom: 15px;
}
.order_gift_ .noshi_box_ th,
.order_gift_ .noshi_box_ td{
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.order_gift_ .noshi_box_ th{
	background: #f9f8f6;
	font-weight: normal;
}
.order_gift_ .noshi_box_ td div {
	margin-top: 5px;
}
.order_gift_ .noshi_box_ td div p {
	padding-left: 10px;
}
.order_gift_ .noshi_box_ .btns_ {
	width: 60px;
    padding-bottom: 0;
	vertical-align: middle;
}
.order_gift_ .noshi_box_noselect_{
	width: 100%;
	margin-bottom: 15px;
}
.order_gift_ .noshi_box_noselect_ th{
	padding: 15px 0 10px;
	text-align: center;
	font-weight: normal;
}
.order_gift_ .noshi_box_noselect_ td{
	padding: 5px 10px 15px 10px;
	text-align: center;
}

.order_gift_ ul.noshi_box_ li {
	font-size: 14px;
	line-height: 1.607;
}

.order_gift_ .giftset_copy_ {
	width: 90%;
	margin: 0 auto;
}
.order_gift_ .giftset_copy_ input {
	font-size: 13px;
}

div.gift_noset_method_ .method_box_{
	display: none;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面　ポップアップ
-------------------------------------------------------------------- */
#noshi_modal {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width: 96%;
	height: calc(100% - 87px);
	margin-left: -48%;
	padding: 67px 0 20px;
	z-index: 1200;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#noshi_modal_bg {
	display: none;
	background-color: rgba(0,0,0,0.70);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
#noshi_modal .modal_wrap_ {
	position: relative;
}
#noshi_modal .close_ {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.333;
	text-align: right;
	padding: 10px 0;
	width: 120px;
	float: right;
	position: relative;
	z-index: 10;
}
#noshi_modal .modal_sec_ {
	display: none;
	border: 1px solid #e1e1e1;
	clear: both;
}
#noshi_modal .modal_sec_.active_ {
	display: block;
}
#noshi_modal .modal_sec_ .modal_step_ {
	padding: 15px 0 14px;
	background-color: #ffffff;
}
#noshi_modal .modal_sec_ .modal_step_ ul {
	text-align: center;
	letter-spacing: -5px;
}
#noshi_modal .modal_sec_ .modal_step_ ul li {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0;
	padding: 0 4px 0 12px;
	background-image: url(../img/usr/sb/common/ico_arrow05.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}
#noshi_modal .modal_sec_ .modal_step_ ul li:first-child {
	background: none;
}
#noshi_modal .modal_sec_ .modal_step_ ul li.current_ {
	color: #a88313;
}
#noshi_modal .modal_sec_ .modal_inner_ {
	padding: 10px 10px 25px;
	background-color: #f9f8f6;
}
#noshi_modal .modal_sec_ .modal_inner_ h2.common_headline2_ {
	margin: 0;
}
#noshi_modal .modal_sec_ .modal_inner_ h2.common_headline2_ span {
	display: block;
	font-size: 10px;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_title_ {
	overflow: hidden;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_title_ .address_change_ {
	float: right;
	width: 60px;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_title_ .address_change_ input {
	font-size: 12px;
	margin: 0;
	border-radius:0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_item_ {
	padding: 14px 6px 17px;
	border: 0;
	margin: 0;
	border-top: 1px solid #e6e6e6;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_item_:first-child {
	border-top: 0;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_item_ address {
	font-style: normal;
	margin: 0 33px;
}
#noshi_modal .modal_sec_ .modal_inner_ .address_item_ p.order_info_ {
	margin: 10px 33px 0;
}
#noshi_modal .modal_sec_ .modal_inner_ .submit_ {
	margin: 15px 18px 0;
}
#noshi_modal .modal_sec_ .modal_inner_ .submit_ input {
    margin: 0;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
}
#noshi_modal .modal_sec_ .modal_inner_ .order_gift_ {
	padding: 0;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ {
	padding: 15px 5px;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table {
	width: 100%;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td {
	vertical-align: middle;
	padding: 20px 10px;
	background-color: #ffffff;
	border-bottom: 5px solid #f9f8f6;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_check_ {
	width: 15px;
	text-align: center;
	padding-left: 20px;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_check_ input {
	margin: 0;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_img_ {
	width: 95px;
	text-align: center;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_name_ {
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_name_ div.name_,
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_name_ div.price_box_ {
	line-height: 1.6;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_name_ .goods_qty_ {
	text-align: right;
  padding-right: 10px;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_name_ .goods_qty_ select {
	width: 75px;
	margin-left: 10px;
	text-align: center;
}
#noshi_modal .modal_sec_ .modal_inner_ .back_button_ {
	font-size: 15px;
	line-height: 1.333;
	text-decoration: underline;
	text-align: center;
	padding: 15px 0 3px;
	margin: 0 auto;
	width: 20%;
}
#modal_step1 input.dest_disabled_ {
	background-color:#aaaaaa;
}
/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
div.noshi_sender_ {
	margin: 0 10px 10px;
	padding: 12px 15px 0;
	border-top: 1px solid #aaaaaa;
}
div.noshi_sender_ p.sender_info_ {
	margin-bottom: 7px;
}
div.noshi_sender_ p.sender_info_ span {
	display: inline-block;
	padding: 2px 5px 0;
	border: 1px solid #b9b9b9;
}
div.noshi_sender_ address {
	font-style: normal;
	margin-bottom: 3px;
}
div.noshi_sender_ p.sender_name_ {
}

div.noshi_goods_ {
	margin: 0 10px;
	padding: 13px 0 0;
	border-top: 1px solid #aaaaaa;
	overflow: hidden;
}
div.noshi_goods_ .noshi_goods_line_ {
	overflow: hidden;
	margin-top: 15px;
}
div.noshi_goods_ .noshi_goods_line_:first-child {
	margin-top: 0;
}
div.noshi_goods_ .noshi_goods_img_ {
	float: left;
	width: 30%;
}
div.noshi_goods_ .noshi_goods_desc_ {
	float: right;
	width: 65%;
}
div.noshi_goods_ .noshi_goods_desc_ dl {
	padding-bottom: 12px;
	margin-bottom: 13px;
	border-bottom: 1px solid #e3e3e3;
}
div.noshi_goods_ .noshi_goods_desc_ dt {
	color: #666666;
	font-size: 10px;
	margin-bottom: 2px;
}
div.noshi_goods_ .noshi_goods_desc_ dd {
	font-size: 12px;
	line-height: 1.33;
}
div.noshi_goods_ .noshi_goods_desc_ dd .name_ {
	color: #8c7558;
	font-size: 15px;
	line-height: 1.33;
}
div.noshi_goods_ .noshi_goods_desc_ dd .color_ {
	font-size: 12px;
	line-height: 1.33;
}


div.noshi_area_wrap_ {
	margin: 0 0 30px;
}
div.noshi_area_wrap_ h2.common_headline2_ {
	margin-top: 45px;
}
.order_gift_ {
	padding: 0 0 57px;
}
.order_gift_ .section_ {
	margin: 0 5px;
}
.order_gift_ .section_ label {
	padding: 0;
	display: inline-block;
}

/*.order_gift_ .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}*/
.order_gift_ .section_ ul{
	overflow: hidden;
	/*padding: 10px 20px;*/
}
.order_gift_ .section_ ul li{
	float: left;
}
.order_gift_ .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin: 15px 0 30px;
	/*padding: 10px 26px 22px;*/
	padding: 10px 26px 0;
	overflow: hidden;
	background-color: #ffffff;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ > p {
	clear: both;
	line-height: 1.32;
	text-indent: -1em;
    padding-left: 1em;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
	margin: 15px 0 30px;
	padding: 20px 14px 2px;
	background-color: #ffffff;
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_wrapper_ .fixed_phrase_ {
	padding: 0 0 25px;
}
.order_gift_ .section_ .thum_box_wrapper_ .fixed_phrase_ select {
	width: 100%;
	max-width: none;
}
.order_gift_ .section_ .thum_box_ {
	/*float: left;*/
	/*padding: 10px 0 10px 20px;*/
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
}
.order_gift_ .section_ .thum_item_ {
	text-align: center;
	/*width: 45%;*/
	width: 48%;
	margin-bottom: 19px;
}
.order_gift_ .section_ .thum_item_:nth-child(odd) {
	float: left;
}
.order_gift_ .section_ .thum_item_:nth-child(even) {
	float: right;
}

.order_gift_ .section_ .thum_item_ label {
	display: block;
}
.order_gift_ .section_ .thum_item_ label > span {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.order_gift_ .section_ .thum_item_ img {
	display: block;
	margin-bottom: 7px;
}
.order_gift_ .section_ .thum_item_ span.note_ {
	font-size: 10px;
	line-height: 1.2;
	display: inline-block;
}
.order_gift_ .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
.order_gift_ .section_ .free_input_ {
	padding: 10px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.order_gift_ .section_ .free_input_ input{
	padding: 5px;
	width: 5.0em;
	margin: 0;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #e3e3e3;
}
.order_gift_ .section_ .input_detail_ th,
.order_gift_ .section_ .input_detail_ td {
	padding: 5px 0;
	border-bottom: 1px solid #e3e3e3;
}
.order_gift_ .section_ .input_detail_ th {
	width: 24%;
	font-weight: normal;
	vertical-align: middle;
}
.order_gift_ .section_ .input_detail_ td {
}
.order_gift_ .section_ .input_detail_ td input {
	width: 100%;
}
.order_gift_ .section_ .input_detail_ td span {
	display: block;
	font-size: 10px;
}

.noshi_default_ {
	clear: both;
	display: none;
}
.order_gift_ #divoption {
	margin-top: 30px;
}
.order_gift_ #noshi_option {
	/*margin: 15px 0 30px;*/
	/*padding: 20px 26px 2px;*/
	margin: 15px 0 0;
	padding: 0;
	background-color: #ffffff;
}
.order_gift_ #noshi_option label {
	margin: 0 30px 20px 0;
}
.order_gift_ #noshi_purpose {
	margin: 15px 0 0;
	padding: 20px 14px 2px;
	background-color: #ffffff;
}
.order_gift_ #noshi_purpose label {
	margin: 0 15px 20px 0;
}
.order_gift_ .submit_ {
	margin: 60px 22px 0;
}
.order_gift_ .page_back_ {
	margin: 33px 0 0;
	text-align: center;
}
.order_gift_ .page_back_ input {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.order_gift_ .noshi_comment_ {
	padding: 18px 20px 16px;
	margin: 0 0 25px;
	background-color: #f5f3ee;
}
.order_gift_ .noshi_comment_ h3 {
	line-height: 1.15;
	margin-bottom: 6px;
}
.order_gift_ .noshi_comment_ p {
	color: #666666;
	line-height: 1.69;
}
.order_gift_ .noshi_comment_ p.ex_ {
	padding: 15px 0 0;
	margin: 15px 0 0;
	border-top: 1px dotted #abaaa6;
}
/* メッセージカード */
div.order_gift_ #msgcard {
	margin: 15px 0 0;
	padding: 20px 26px 2px;
	background-color: #ffffff;
	overflow: hidden;
}
div.order_gift_ #msgcard li {
	width: 48%;
	margin: 0 0 10px;
}
div.order_gift_ #msgcard li:nth-child(odd) {
	float: left;
}
div.order_gift_ #msgcard li:nth-child(even) {
	float: right;
}
div.order_gift_ #msgcard li label {
	display: block;
	margin: 0;
}

div.order_gift_ #divmsgfixedimg {
	margin: -30px 0 0;
	padding: 0 14px 10px;
	background-color: #ffffff;
}
p.msg_ {
	border: dotted 1px #a88313;
	padding: 5px 10px 5px 5px;
	margin-left: 10px;
	display: inline-block;
}
div.order_gift_ #divmsginput {	
	margin: -30px 0 0;
	padding: 0 14px 2px;
	background-color: #ffffff;
}
div.order_gift_ #nameprint_input {	
	margin: -30px 0 0;
	padding: 0 14px 2px;
	background-color: #ffffff;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}
.zero_alert_ {
	color: #CC0000;
}
/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #e3e3e3;
	background-color: #F8F8F8;
	padding: 10px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 10px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #e3e3e3;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	white-space:nowrap;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	text-align: right;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #e3e3e3;
}
table.goodslist_ td {
	padding: 10px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
	width: 64%;
}
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 #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background-color: #f9f8f6;
	padding: 10px;
}
table.goodslist_ img.img_{
	/*max-width: 180px;*/
}

/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #e3e3e3;
	background-color: #f9f8f6;
	padding: 10px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 10px;
}

div.order_ .method_addr_ {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e3e3e3;
}

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: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.estimate_card_form_ {
}
div.estimate_card_form_ input.card_num_ {
	width: 150px;
}
div.estimate_card_form_ input.security_code_ {
	width: 60px;
}
div.estimate_.card_ input.card_num_ {
	width: 150px;
}
div.estimate_.card_ input.security_code_ {
	width: 60px;
}
.pointpay_num_bg_ {
	background-color: #dedede;
}

/* お届け先 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	/*padding: 0 10px 10px;*/
	padding: 20px 0 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 10px;
	background-color: #f9f8f6;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #e3e3e3;
	vertical-align: top;
	padding: 10px;
}
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_sales_detail_append_, 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: #e5f3ff;
	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 #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
div.order_ table.order_ td {
/*	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #f9f8f6;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color:#e52400;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: right;
	text-align: left;
	width:48.5%;
}
div.order_ .thum_item_:nth-child(odd){
	float: left;
	clear: both;
}
div.order_ .thum_item_ label{
	display: block;
}
div.order_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:100%;
}
div.order_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
	display: none;
}
div.order_ .thum_item_  span{
	font-size: 11px;
}

/* 注文同時会員登録 */
div.order_ span.point_ {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
/**/
div.order_ h2.common_headline2_ {
	margin: 0 10px 20px;
}
div.order_ .method_address_ h2.common_headline2_ {
	margin: 0 0 20px;
}
/* のし */
div.noshi_info_{
	border: 1px solid #e3e3e3;
	margin: 0;
	padding: 10px;
	background-color: #f9f8f6;
}
div.noshi_detail_{
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 10px;
}
div.noshi_detail_ div {
	margin-top: 5px;
}
div.noshi_detail_ div p {
	padding-left: 10px;
}
/* 配送希望日・時間帯 */
div.noshi_info_{
	border: 1px solid #e3e3e3;
	margin: 0;
	padding: 10px;
	background-color: #f9f8f6;
}
/*div.noshi_detail_{
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 10px;
	margin-bottom: 10px;
}*/
/**/
div.order_ dl.formdetail_.estimate_ {
	margin-top: 20px;
	border: 0;
}

/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 10px;
	color: #777;
}
.discount_ {
	margin: 5px 0;
}
.discount_message_ {
	text-indent: 0.5em;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 10px 0;
}
.return_agree_ {
	font-size: 12px;
	padding: 10px 0;
	margin: 5px 0;
}

div.order_ .card_info_message_ {
	margin: 0 10px;
}
div.order_ .card_info_message_ p {
	margin-bottom: 10px;
}
div.order_ #new:disabled {
	background-color:#DEDEDE;
}
div.order_ .select_keepcard_ {
	margin-bottom:20px;
}

/* --------------------------------------------------------------------
	バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
	height: auto;
	width: 100%;
}

p.barcodenumber_ {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

.login_ #AmazonPayButton {
	width: 250px !important;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_login_ {
	padding: 12px 20px;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

h2.amazon_payment_ {
	/*padding: 8px 24px 8px;*/
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	border:1px solid #e3e3e3;
	border-bottom: 0;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding: 10px 5px;
	background-color: #f9f8f6;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding: 10px 5px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}
dl.formdetail_ dd.breakword_ {
	word-wrap:break-word;
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width20per_ {
	width: 20%!important;
}
.width80per_ {
	width: 80%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}


/* --------------------------------------------------------------------
	共通ヘッダー 横から出てくるメニュー
-------------------------------------------------------------------- */
.stop_scroll_ {
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow: hidden;
}
#sitemenu_wrap>.btn_ {
	position: fixed;
	top: 12px;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #000;
	z-index: 10001;
}
#sitemenu_wrap #sitemenu {
	position: fixed;
	top: 72px;
	left: -320px;
	width: 280px;
	z-index: 20000;
	display: none;
	height: calc(100% - 72px);
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body.scrolled #sitemenu_wrap #sitemenu {
	top: 57px;
	height: calc(100% - 57px);
}
#sitemenu_wrap #sitemenu_cont {
	overflow: hidden;
	padding: 0;
	background-color: #f0eee8;
}
#sitemenubg {
	height: calc(100% - 72px);
	left: 0;
	outline: medium none;
	overflow: hidden;
	position: fixed;
	top: 72px;
	width: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
body.scrolled #sitemenubg {
	height: calc(100% - 57px);
	top: 57px;
}
#sitemenubg {
	height: calc(100% - 72px );
	left: 0;
	outline: medium none;
	overflow: hidden;
	position: fixed;
	top: 72px;
	width: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#sitemenubg div {
	height: 150%;
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
}
/* 閉じる */

/* --------------------------------------------------------------------
	共通ヘッダー 横から出てくるメニューの中身
-------------------------------------------------------------------- */

#sitemenu #catalog_nav{
background: #FFF;
	padding: 20px 12px 12px;
}
#sitemenu #catalog_nav .catalog_nav_title{
	padding-bottom: 12px;
	border-bottom: 1px solid #A88313;
	position: relative;
	line-height: 0;
	margin-bottom: 10px;
}
#sitemenu #catalog_nav .catalog_nav_title > img{
	width: 86px;
}

#sitemenu #catalog_nav .catalog_nav_title a{
	position: absolute;
	top: -9px;
	right: 0;
	padding: 10px 0 10px 15px;
	line-height: 0;
}
#sitemenu #catalog_nav .catalog_nav_title a img{
	width: 57px;
}
#sitemenu #catalog_nav .nav_catalog_item{
	padding: 0 15px;
}
#sitemenu #sitemenu_nav {
	border-top: 1px solid #cbc3b1;
}
#sitemenu #sitemenu_nav ul {
	overflow: hidden;
	background-color: #ffffff;
}
#sitemenu #sitemenu_nav ul li {
	float: left;
	text-align: center;
	width: 33%;
	border-right: 1px solid #cbc3b1;
	border-bottom: 1px solid #cbc3b1;
}
#sitemenu #sitemenu_nav ul li:last-child {
	border-right: 0;
}
#sitemenu #sitemenu_nav ul li a {
	display: block;
	color: #000000;
	line-height: 1.142;
	padding: 23px 0;
	font-weight: bold;
	font-size: 14px;
	margin-right: 8px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
#sitemenu .nav_guide_ {
	background-color: #f0eee8;
}
#sitemenu .nav_guide_.nav_login_ {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}
#sitemenu .nav_guide_.nav_login_ li {
	border-bottom: 1px solid #f0eee8;
}
#sitemenu .nav_guide_.nav_login_ li:last-child {
	border-bottom: none;
}
/* ジャンルタブ */
#sitemenu_genre {
	padding: 15px 10px 25px;
	border-top: 1px solid #cbc3b1;
}
#sitemenu_genre .sitemenu_genre_nav_ {
}
#sitemenu_genre .sitemenu_genre_nav_ ul {
	overflow: hidden;
}
#sitemenu_genre .sitemenu_genre_nav_ ul li {
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	color: #333333;
	line-height: 1.5;
	text-align: center;
	padding: 3px 0 5px;
}
#sitemenu_genre .sitemenu_genre_nav_ ul li.select_ {
	color: #a88313;
	background-color: #ffffff;
	border-top: 1px solid #ba9f5c;
	padding: 2px 0 5px;
}

#sitemenu_genre .sitemenu_genre_tab_ {
	display: none;
	background-color: #ffffff;
}
#sitemenu_genre .sitemenu_genre_tab_.active_ {
	display: block;
}

#sitemenu_genre ul.side_color_ {
	overflow: hidden;
	padding: 22px 0 7px 20px;
}
#sitemenu_genre ul.side_color_ li {
	float: left;
	width: 13%;
	margin: 0 4% 15px 0;
	text-align: center;
	border: 2px solid #ffffff;
}
#sitemenu_genre ul.side_color_ li a {
	display: block;
}
#sitemenu_genre ul.side_color_ li.active_ {
	margin-bottom: 16px;
	border: 2px solid #a88313;
}
#sitemenu_genre ul.side_txt_ {
}
#sitemenu_genre ul.side_txt_ li {
	border-top: 1px solid #f0eee8;
}
#sitemenu_genre ul.side_txt_ li:first-child {
	border-top: 0;
}
#sitemenu_genre ul.side_txt_ li a {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 1.142;
	padding: 23px 0 16px 25px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
/* 価格 */
#sitemenu_genre .filter_price_ {
	padding: 25px;
}
#sitemenu_genre .filter_price_ .price_input_ {
	padding: 0 0 15px 0;
}
#sitemenu_genre .filter_price_ .price_input_ input {
	margin: 0;
	width: 25%;
	text-align: right;
}
#sitemenu .banner_flame_.border_ nav.CategoryStyleG_.brand_ ul.layer0_ > li {
	background-color: transparent;
	border-bottom: none;
}
#sitemenu div.banner_flame_.border_ {
	padding: 3px 10px 0 10px;
}
#sitemenu #sitemenu_category h2.ttl_category {
	padding: 22px 10px 25px 10px;
}

/* --------------------------------------------------------------------
	トップページ：RECOMMEND
-------------------------------------------------------------------- */
#top_recommend {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
#top_recommend h2{
	margin-bottom: 25px;
}
.top_topics_wrappaer{
	padding: 0 10px;
}
.top_topics_wrappaer:after{content: ""; height: 0; display: block; clear: both;}
.top_topics_wrappaer li{
	width: calc(50% - 5px);
	float: right;
	margin-bottom: 25px;
}
.top_topics_wrappaer li:nth-child(odd){
	clear: both;
	float: left;
}
.top_topics_wrappaer li img{
	margin-bottom: 5px;
}
.top_topics_wrappaer li time{
	display: block;
	margin-bottom: 3px;
}
.topics_more_area_{
	display: none;
}
.topics_more_area_ .top_topics_wrappaer{
	margin-bottom: 10px;
}
.topics_more_btn_{
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #cbc3b1;
}
.topics_more_btn_:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	right: calc(50% - 5px);
	top: calc(50% - 7px);
	width: 10px;
	height: 10px;
	border-right: 1px solid #A88313;
	border-bottom: 1px solid #A88313;
	transform: rotate(45deg);
}
.topics_more_btn_.open_:after{
	transform: rotate(-135deg);
	top: calc(50% - 3px);
}
/* --------------------------------------------------------------------
	カートボタンテキスト変更
-------------------------------------------------------------------- */
.submit_ div.gift_order_text_ {
    margin: 0 auto 10px;
    width: 65%;
}
.submit_ ul.gift_order_text_ {
    text-align: left;
    margin-left: 2%;
}
.submit_ div.eazy_order_text_ {
    margin: auto;
    width: 65%;
}
.submit_ ul.eazy_order_text_ {
    text-align: left;
    margin-left: 2%;
}
/* --------------------------------------------------------------------
	ジャンル上部 人気キーワード
--------------------------------------------------------------------- */
#popular_keyword {
	padding: 4% 0 5%;
	border-top: 1px solid #c8c2b2;
}
#popular_keyword h2 {
	text-align: center;
	padding-bottom: 3%;
	width: 24.67%;
	margin: 0 auto;
}
#popular_keyword ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin-right: 3%;
}
#popular_keyword ul li {
	margin-top: 2%;
	margin-left: 3%;
}
#popular_keyword ul li a {
	font-size: 12px;
	line-height: 1.0;
	background: #f3f2ee;
	border-radius: 15px;
	padding: 10px 15px;
	display: block;
	color: #333333;
}
#popular_keyword ul li.loverary_ a {
	padding: 0;
}
#popular_keyword ul li.loverary_ a img{
	border: 2px solid #f3f2ee;
	border-radius: 15px;
	height: 28px;
}
/* --------------------------------------------------------------------
	ジャンル上部 ランキングページ導線
--------------------------------------------------------------------- */
#goto_page a{
	display: block;
	background-image: url(../../../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 2.1vw 3.7vw;
	border-top: 1px solid #c8c2b2;
	font-size: 3.7vw;
	line-height: 1;
	padding: 6.6vw;
	color: #333333;
}
/* --------------------------------------------------------------------
	ジャンル下部 柄からラブラリーへ誘導
--------------------------------------------------------------------- */
#loverary_attention_box {
  display: none;
  width: 95%;
  margin: 7vw auto 0;
  padding-bottom: 7vw;
}
#loverary_attention_box .txt_box_ {
  text-align: center;
}
#loverary_attention_box .txt_box_ h3 {
  font-size: 3vw;
  color: #ee619d;
}
#loverary_attention_box .txt_box_ .txt_lead_ {
  margin-top: 8px;
}
#loverary_attention_box .txt_box_ .txt_lead_ a,
#loverary_attention_box .txt_box_ .txt_lead_ a:link,
#loverary_attention_box .txt_box_ .txt_lead_ a:visited {
  font-size: 3.7vw;
  font-weight: bold;
  color: #ee619d;
}
#loverary_attention_box .txt_box_ .ruby_ {
  margin-left: -36vw;
  font-size: 2.4vw;
  color: #f7b8d3;
}
#loverary_attention_box .bnr_box_ {
  margin-top: 7vw;
}
#loverary_attention_box .bnr_box_ img {
  width: 100%;
}
#loverary_attention_box .txt_box_ .txt_desc_ {
  margin-top: 7vw;
  font-size: 3.3vw;
  color: #696969;
  line-height: 1.8;
}

/* --------------------------------------------------------------------
	メールマガジン登録
--------------------------------------------------------------------- */
.agreement_area{
	margin: 10px 0 40px;
	font-size: 12px;
	padding: 0 10px;
}
.agreement_in{
	border: 1px solid #AAA;
	padding: 15px 10px;
	margin-bottom: 15px;
}
.agreement_area h3{
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: normal;
}

.agreement_area a{
	text-decoration: underline;
}

#consent_policy_box{
	position: relative;
	transition: 0.3s;
	margin-bottom: 10px;
}
.agree_policy #consent_policy_box{
	margin-bottom: 0;
}

#consent_policy{
	position: absolute;
	left: 0;
	top: 2px;
	cursor: pointer;
}
label[for="consent_policy"]{
	display: block;
	padding-left:18px;
	cursor: pointer;
}
.agree_attention{
	color:#fc0505;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.5;
	transition: 0.3s;
}
.agree_policy .agree_attention{
	overflow: hidden;
	line-height: 0;
}
.enter_none span{
    display: block;
    background: #9E9E9E;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    padding: 20px 0 18px;
    color: #FFF;
    vertical-align: middle;
    line-height: normal;
}
.agreement_area .submit_{
	display: none;
	margin: 0;
}
.agreement_area.agree_policy .submit_{
	display: block;
}
.agreement_area.agree_policy .enter_none{
	display: none;
}

.agreement_area ul{
	margin: 10px 0 20px;
}
.agreement_area ul li{
	position: relative;
	padding-left: 1.2em;
	font-size: 11px;
}
.agreement_area ul li:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.agreement_area ul li + li{
	margin-top: 5px;
}

.inquiry_name{
	font-size: 12px;
	margin-bottom: 10px;
}
.inquiry_mail{
	font-size: 11px;
}

/* --------------------------------------------------------------------
	カート　ラッピングバナー
--------------------------------------------------------------------- */
#footer #footer_pagetop{
	position: fixed;
	bottom: 10px;
}
#footer #footer_pagetop > a{
	display: none;
}
#banner_wrapping{
	position: absolute;
	bottom: -5px;
	right: 90px;
	width: calc(100vw - 105px);
	text-align: left;
}
#banner_wrapping a{
	display: inline;
}
#banner_wrapping img{
	width: auto;
	height: auto;
	max-height: 85px;
}
#banner_wrapping .close_btn{
	position: absolute;
	left: -7px;
	top: -27px;
	width: 17px;
	height: 17px;
	padding: 7px;
	cursor: pointer;
	border-radius: 100%;
	z-index: 100;
}
#banner_wrapping .close_btn span{
	display: block;
	width: 15px;
	height: 15px;
	background: #A88313;
	border: 1px solid #d8cba3;
	border-radius: 100%;
	font-size: 0;
	position: relative;
}
#banner_wrapping .close_btn span:before,
#banner_wrapping .close_btn span:after{
	content: "";
	width: 9px;
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 3px;
	top: 7px;
}
#banner_wrapping .close_btn span:before{
	transform: rotate(45deg);
}
#banner_wrapping .close_btn span:after{
	transform: rotate(-45deg);
}

/* --------------------------------------------------------------------
	ポップアップバナー　表示
--------------------------------------------------------------------- */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: .6s;
	opacity: 0;
	visibility: hidden;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 87%;
	text-align: center;
  z-index: 2;
}
.popup-inner img {
  max-width: 100%;
	transition: .3s;
}
.popup-inner a:hover img {
	opacity: .9;
}
.close-btn {
  position: absolute;
  right: -14px;
  top: -23px;
	width: 47px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
	z-index: 10;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
  cursor: pointer;
}

/* --------------------------------------------------------------------
	SPハンバーガーメニュー位置調整
--------------------------------------------------------------------- */
/* h1が無い場合 */
#sitemenu_wrap #sitemenu{
	top: 57px;
	height: calc(100% - 52px);
}
/* h1がある場合 */
h1.optimaizedH1 ~ #sitemenu_wrap #sitemenu{
	top: 134px;
	height: calc(100% - 134px);
}

/* h1がある場合 */
.g_detail h1.optimaizedH1 ~ #sitemenu_wrap #sitemenu{
	top: 149px;
	height: calc(100% - 149px);
}
/* h1があり、ヘッダーがfixedになった場合 */
h1.optimaizedH1 ~ header.fixed ~ #sitemenu_wrap #sitemenu{
	top: 119px;
	height: calc(100% - 119px);
}

/* --------------------------------------------------------------------
	詳細検索 キーワード検索
--------------------------------------------------------------------- */
form.search_detail_form_{
	width: calc(100% - 20px);
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cbc3b1;
	margin: 0 auto 20px;
}
form.search_detail_form_:after{content: ""; height: 0; display: block; clear: both;}

form.search_detail_form_ #serach_detail_keyword,
form.search_detail_form_ #serach_detail_keyword:focus{
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
	border: none !important;
	outline: none !important;
	border-radius: 0 !important;
	float: left;
	width: calc(100% - 40px);
}
form.search_detail_form_ .search_detail_button_{
	float: right;
	width: 40px;
	height: 40px;
	background: url(../img/usr/sb/common/go.png) no-repeat center center / 50% 50%;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}


/* --------------------------------------------------------------------
	メールマガジン登録(会員変更画面用)
--------------------------------------------------------------------- */
.agreement_area_customer #consent_policy_box_customer{
	margin: 25px 0;
	padding: 15px 15px;
	background: #EEE;
}
.agreement_area_customer #consent_policy_customer{
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
}
.agreement_area_customer label[for="consent_policy_customer"]{
	display: inline-block;
	cursor: pointer;
}
.agreement_area_customer a{
	text-decoration: underline;
}
.agreement_area_customer .submit_{
	display: none;
	margin: 0;
}
.agreement_area_customer.agree_policy .submit_{
	display: block;
}

.agreement_area_customer ul{
	margin-bottom: 20px;
}
.agreement_area_customer ul li{
	position: relative;
	padding-left: 1.2em;
	font-size: 10px;
}
.agreement_area_customer ul li:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.agreement_area_customer.agree_policy .customer_none{
	display: none;
}

.customer_none span{
    display: block;
    background: #9E9E9E;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    padding: 20px 0 18px;
    color: #FFF;
    vertical-align: middle;
    line-height: normal;
}

.loginform_ {
	background-color : #f9f8f6;
}

.form_collaspe_sp {
	background-image: linear-gradient(to 
	right, #c9c3b5 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	margin : 0 2.5%;
	width:95%;
}

.loginform_parent {
	margin-top : 25px !important;
}

.forgotpass_ > a {
	font-size : 9px;
}


/*退会CSS*/
.freespark {
	position: fixed;
	height: 129px;
	width: 280px;
	top: 50% !important;
	left: 50% !important;
	z-index: 900000000 !important;
	cursor: pointer;
	display: block;
	transform: translate(-50%,-50%);
}
.delivery_detail_ .freesparks,
.go_next_page_ .freesparks {
	position: fixed;
	height: 129px;
	width: 280px;
	top: 50% !important;
	left: 50% !important;
	z-index: 900000000 !important;
	cursor: pointer;
	display: block;
	transform: translate(-50%,-50%);
}
._fs_bb_dialog_top{
	background-color:white;
	display:flex !important;
	align-items: center;
	justify-content: center;
	width:280px;
	height:70px;
	cursor:auto;
}
._fs_bb_dialog_top fsdiv{
	letter-spacing: 1px; 
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	cursor:auto;
	color:#393939;
	display:block;
	font-size:14px;
}
._fs_bb_dialog_bottom{
	background-color:#F0F0F0;
	width:280px;
	height:59px;
	cursor:auto;
	display:block;
	padding-top:0px;
}

.go_next_page_ ._fs_bb_dialog_bottom table tbody tr {
	display : flex;
	padding-top : 12px;
}

._fs_bb_dialog_bottom input.button_ {
	color: #393939;
	border : none;
	background-color: #F9F9F9;
	cursor: pointer;
	line-height: 1;
    letter-spacing: 1px;
	font-size : 11px;
	font-weight : normal;
	margin:9px 10px;
}
.go_next_page_ ._fs_bb_dialog_bottom input.button_:focus {
	outline:none;
}
._fs_bb_dialog_bottom input[type=submit]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

._fs_bb_dialog_bottom table {
	margin:auto !important;
	border-style: none !important;
	width:auto !important;
	overflow:auto !important;
	border-collapse: unset !important;
}
.go_next_page_ ._fs_bb_dialog_bottom table td{
	padding-top : 0px !important;
	max-height : 33px;
}
._fs_bb_dialog_bottom table td:first-child{
	padding-top:12px;
	padding-right:0px;
	padding-left: 0px;
	cursor:auto;
	border:0;
	background-color:transparent !important;
}
#_fs_back_btn{
	line-height:1;
	letter-spacing: 1px; 
	border: 1px solid #AAAAAA;
	background-color:#F9F9F9;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	color:#393939;
	margin-right:6px;
	display:block;
	padding : 0px !important;
	box-sizing: border-box;
}
#_fs_stay_btn{
	line-height:1;
	letter-spacing: 1px; 
	border: 1px solid #AAAAAA;
	background-color:#F9F9F9;
	font-size:11px;
	padding:10px;
	text-align:center;
	cursor:pointer;
	margin-left:3px;
	color:#393939;
	display:block;
}

.bk-blackout {
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	z-index : 1;
	background : #000000;
	opacity : 0.5;
}

.not_scroll {
	position : fixed;
	overflow : hidden;
	width : 100%;
	height : 100%;
}

.backorder_frame_ #_fs_back_btn input {
	border: none !important;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

.backorder_frame_ #_fs_back_btn input:focus,
.backorder_frame_ #_fs_back_btn input:active {
	outline : none;
	box-shadow: none;
}

table.goodsinfo_box_ td.btn_deldest_ .sub_action_button2_ {
	font-size: 12px;
    width: 60px;
    border: 1px solid #b5b5b5;
    padding: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
}

.order_gift_ .delivery_detail_ #_fs_back_btn .sub_action_button2_ {
	border: none;
	appearance: none;
	color: #393939;
	border: none;
	background-color: #F9F9F9;
	cursor: pointer;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin: 9px 10px;
}
/*221208 visumo css*/
.ecbn-selection-preview .ecbn-selection-snap-carousel-wrapper,
.ecbn-selection-preview .ecbn-selection-snap-carousel .ecbn-selection-snap-carousel-slide,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	width: 90% !important;
	background-color: #fff !important;
}
.ecbn-selection-preview .ecbn-selection-snap-carousel-wrapper img {
	width: 88% !important;
}
.ecbn-selection-right-item-list {
	flex-wrap: unset !important;
	overflow: scroll !important;
}
#photo_gallery_ .ecbn-selection-page-wrapper {
	margin: 0 auto !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
	background-color: unset !important;
	border: unset !important;
	padding: 0 !important;
	font-size: 100% !important;
	display: inline !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
	border: 0 !important;
	padding: 0 !important;
	font-size: 100% !important;
	display: inline !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
	width: auto !important;
}
.ecbn-selection-item .ecbn-selection-user::before {
	top: 60% !important;
}
.ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-content {
	width: 100%;
}
.ecbn-selection-preview .ecbn-selection-preview-close:before, .ecbn-selection-preview .ecbn-selection-preview-close:after {
display: none !important;
}	

.revico-star {
margin-left: -5px;
	
}
.revico-star .revico-star-block {
	/* margin-left: -15px; */
	justify-content: center;
	/* width: 100%; */
}
.revico-star .revico-star-block .revico-star-block--title {
	font-size: 13px;
	font-weight: normal;
}
.revico-star .revico-star-block .revico-star-block--total {
	color: inherit;
	font-size: 13px;
}
.revico-star .revico-star-block--rate {
	transform-origin: center !important;
	top: 0px !important;
}
.revico-star-block--title {
	margin-left: -30px !important;
}
.revico-star .revico-star-block--rate {
	margin-right: 0px !important;
}
.revico-widget .revico-star-block--total {
	margin-top: 0px !important;
}
/* cart page revico 星調整 */
.cartlist_ .revico-star .revico-star-block {
	transform: scale(0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
}
.cartlist_ .revico-star .revico-star-block .revico-star-block--rate {
	transform: scale(0.6);
	margin: auto;
	transform-origin: center !important;
}
.cartlist_ .revico-star .revico-star-block .revico-star-block--rate .starability-result{
	width: 150px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: auto;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="5"] {
	background-position: left 0 top 0;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="4"] {
	background-position: left 20% top 0;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="3"] {
	background-position: left 40% top 0;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="2"] {
	background-position: left 60% top 0;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="1"] {
	background-position: left 80% top 0;
}
.cartlist_ .revico-multicomment-top .revico-starability-result[data-star-rating="0"] {
	background-position: left 100% top 0;
}
.cartlist_ .revico-star .revico-star-block .revico-star-block--title {
	margin-left: -30px;
}
.block-thumbnail-t--price.price {
  margin-left: -12%;
}

/*----------20250210_add_mksm_button_change----------*/

table.cartlist_ td.desc_ .button_ {
    border-radius: 10px;
    width: 70px;
    margin-left: auto;
    position: relative;
}

table.cartlist_ td.desc_ .button_ input {
    position: relative;
    text-align: right !important;
    padding-right: 13px;
    height: 35px;
    padding-top: 6px;
}

table.cartlist_ td.desc_ .button_::before {
    display: block !important;
    content: "" !important;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    top: 10px;
    bottom: 0;
    margin: auto;
    z-index: 10;
    left: 10px;
    transform: rotate(45deg);
}

table.cartlist_ td.desc_ .button_::after {
    display: block !important;
    content: "" !important;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    top: 10px;
    bottom: 0;
    margin: auto;
    z-index: 10;
    left: 10px;
    transform: rotate(-45deg);
}

#recount.main_action_button_ {
    font-size: 15px;
    height: 40px;
    width: 75px;
    background-color: #ccc !important;
}

table.cartlist_ td.money_ .price_{
	color: #333;
}

#cart_next.main_action_button_{
	width: 90%;
}

div.sender_change_ label{
	    background-color: #666666;
}

.address_change_ input {
    width: 100%;
}

.main_action_button_ {
    background: #b89650 !important;
}

#noshi_modal .modal_sec_ .modal_inner_ .submit_ input{
	font-size: 15px;
}

#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_check_ input:checked {
    background-color: #b89650;
    border: #b89650;
}
#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_check_ input:checked::after {
    background: #fff !important;
    box-shadow: 0 1px 1px #fff;
    height: 2px;
    width: 10px;
}

#noshi_modal .modal_sec_ .modal_inner_ .add_goods_list_table_ table td.goods_check_ input:checked::before {
    background: #fff !important;
    box-shadow: 0 1px 1px #fff;
}

.dest_ttl h2 input {
    width: 60px;
}

.main_action_button_ {
    background: #666666;
}

.order_gift_ .delivery_dest_ .dest_goods_ .dest_ttl h2 div.changedest_ {
    background-color: #666 !important;
    letter-spacing: 4.5px;
    text-align: center;
    padding-left: 5px;
}

table.goodsinfo_box_ td.btn_deldest_ .sub_action_button2_ {
    background-color: #666;
    color: #fff;
    padding: 8px 0px 7px 25px;
    border-radius: 12px;
    width: 80px;
    font-size: 15px;
    letter-spacing: 2.5px;
    position: relative;
    box-sizing: border-box;
    border: 0;
}

table.goodsinfo_box_ td.btn_deldest_ .sub_action_button2_::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 12px;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto;
}

table.goodsinfo_box_ td.btn_deldest_ .sub_action_button2_::after{
	content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 12px;
    transform: rotate(-45deg);
    top: 0px;
    bottom: 0;
    margin: auto;
}

dd.salesappend_checkbox input[type="checkbox"]:checked {
    background-color: #b89650;
    border: 0;
    border-radius: 3px;
}

dd.salesappend_checkbox input[type="checkbox"]:checked::before{
	position: absolute;
    left: 4px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    content: "";
    width: 5px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}


dd.salesappend_checkbox input[type="checkbox"]:checked::after{
	    display: block;
    position: absolute;
    left: 8px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.order_gift_ .btn_add_goods_ {
    font-size: 16px;
    width: 86.7%;
}

.order_gift_ .giftset_add_delivery_ {
    font-size: 15px;
}

#gift_noset #gift_noset_delivery {
    background-color: #b89650;
    font-size: 16px;
    border-radius: 9px;
}

.formdetail_.estimate_ input[type="checkbox"]:checked{
	background-color: #b89650;
    border: 0;
    border-radius: 3px;
}

.formdetail_.estimate_ input[type="checkbox"]:checked::before{
	position: absolute;
    left: 4px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    content: "";
    width: 5px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}


.formdetail_.estimate_ input[type="checkbox"]:checked::after{
	    display: block;
    position: absolute;
    left: 8px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    width: 9px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

@media only screen and (max-width: 768px){

#gift_noset #gift_noset_delivery{
	    padding: 14px 0 11px;
}

.order_gift_ .btn_add_goods_,.order_gift_ .giftset_add_delivery_{
	padding: 14px 0 12px;
}

#gift_noset table.item_list_ td.btn_deldest_ input {
    background-color: #666;
    color: #fff;
    padding: 6px 0px 8px 25px;
    border-radius: 12px;
    width: 80px;
    font-size: 15px;
    letter-spacing: 2.5px;
    position: relative;
    box-sizing: border-box;
    border: 0;
}

#gift_noset table.item_list_ td.btn_deldest_{
	position: relative;
}

#gift_noset table.item_list_ td.btn_deldest_::after{
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        transform: rotate(45deg);
        top: -20px;
        bottom: 0;
        margin: auto;
        right: 65px;
        z-index: 100;
}

    #gift_noset table.item_list_ td.btn_deldest_::before {
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        transform: rotate(-45deg);
        top: -20px;
        bottom: 0;
        margin: auto;
        right: 65px;
        z-index: 100;
    }

}

/*----------20250210_add_mksm_button_change_end----------*/

/*LINEログイン調整*/
.block-login--linelogin-contents .line_word {
	font-size: calc(13px*0.9) !important;
}	
/*抽選の確認画面に進む*/
.submit_ input[src*="raffle_ordernext_sp.png"] {
	background: unset !important;
}

/*抽選申し込みをする*/
.submit_ input[value="抽選申し込みをする"] {
    background: #c89245 !important;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 400;
}