@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;400;700&display=swap');
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
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:12px;
	vertical-align:baseline;
	background:transparent;
}
body{
width:100%;
	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;
}
a img{
vertical-align:middle;
}
img {
	max-width: 100%;
}
/* 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;
}
th,
td{
text-align:left;
vertical-align:top;
font-weight:normal;
}

/* 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;
}

/* 共通 */

body{
	color:#000000;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Osaka, 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight: 400;
	min-width:320px;
}

input, textarea{
    font-size:14px;
}


input[type="text"],input[type="password"],input[type="email"],select {
    height: 2.5em;
    line-height: 2.5em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    /*text-indent: 6px;*/
    margin:0 0 8px;
	border: 1px solid #DBDCDB;
	background-color: #ffffff;
}

select{
    appearance: none;
    -moz-appearance:none;
	-webkit-appearance:none;
	line-height: 1.6em;
	padding: 0 10% 0 10px;
	background:url(../img/usr/sb/arrow_select.png) no-repeat 90% center;
	background-size: 8px 6px;
}

input[type=text],
input[type=password],
textarea,
select{
	border:1px solid #959595;
	min-height: 40px;
    font-size:14px;
}
input[type=text],
input[type=password],
textarea{
	padding:0 2px;
	-webkit-appearance: none;
}
input[type=button] {
	-webkit-appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=button]:focus,
textarea:focus,
select:focus {
	outline: none;
}

strong{
font-weight:bold;
}
a,
a:link,
a:hover{
	color:#000000;
	text-decoration:none;
}

/* 文字サイズ */
.large_{
	font-size:16px;
}
.xlarge_{
	font-size:18px;
}
.small_{
	font-size:12px;
}
.xsmall_{
	font-size:10px;
}
/**/

.leftfloat_{
	float:left;
}
.rightfloat_{
	float:left;
}
.clear_{
	clear:both!important;
}
.lefttext_{
	text-align:left;
}
.righttext_{
	text-align:right;
}
.centertext_{
	text-align:center;
}

/* 特定メッセージ（インライン） */
.error_{
	color:#CC0000;
	font-size:14px;
}
.notice_{
	color:#993300;
}
.info_{
	font-weight:bold;
}
.order_.col1_ p.error_{
	color: #F23508;
	font-size: 14px;
	border: 1px solid #F23508;
	background: #FFF3F3;
	box-sizing: border-box;
	padding: 11px 15px;
	margin-bottom: 10px;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_{
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_{
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_{
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 10px;
}
ul.error_{
	margin-left:16px;
}
.box_{
	padding:0 10px 10px;
}
.order_.col1_ div.error_{
	color: #F23508;
	font-size: 14px;
	border: 1px solid #F23508;
	background: #FFF3F3;
	box-sizing: border-box;
	padding: 11px 15px;
	margin: 0 10px 40px;
}
.order_.col1_ div.error_ p{
	font-size: 14px;
	margin-bottom: 10px;
}
.order_.col1_ div.error_ a{
	margin-bottom: 10px;	
	font-size: 14px;
	display: block;
}
.order_.col1_ div.error_ a span{
	font-size: 14px;
	color: #F23508;
	padding-right: 35px;
	background: url(../img/sys/anchor.png) right center no-repeat;
	background-size: 8px 6px;
}
.order_.col1_ div.error_ a:last-child{
	margin-bottom: 0;
}
/**/

.message_{
	padding:0 10px 10px;
}
div.title_ + .message_ {
	padding-bottom: 0;
}
/* 入力フォーム */
.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;
	margin-bottom: 6px;
}

/* ボタン */
input[type=submit],
input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
}
.button_ {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Osaka, 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.large_button_{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.312;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 10px 0;
	padding: 0 5px;
	border-radius: 4px;
	width: 100%;
}
.large_button_s_{
	width: 100%;
	font-size: 13px;
	text-align:center;
	line-height: 1.3;
	margin: 8px 0;
	padding: 13px 5px 14px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}

.small_button_{
	font-size: 13px;
	text-align:center;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.auto_small_button_{
	text-align:center;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.orange_button_{
	color: #EB3334;
	background-color: #ffffff;
	border: 1px solid #EB3334;
}
.customer_.col1_ .large_button_.orange_button_{
/*	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f03f2c), color-stop(0.00, #d31d0a));
	background: -webkit-linear-gradient(#f03f2c, #d31d0a);
	background: -moz-linear-gradient(#f03f2c, #d31d0a);
	background: -o-linear-gradient(#f03f2c, #d31d0a);
	background: -ms-linear-gradient(#f03f2c, #d31d0a);
	background: linear-gradient(#f03f2c, #d31d0a);
	border:2px solid #ed3d2a;*/
}
.customer_.col1_ .large_button_.orange_button_[name="regist.x"]{
    color: #ffffff;
    background-color: #EB3334;
    border: 1px solid #EB3334;
    font-weight: normal;
}
.red_button_.main_action_button_ {
/*	color: #ffffff;
	background-color: #EB3334;
	border: 1px solid #EB3334;*/
	margin-top: 30px;
}

.blue_button_ {
	color: #777777;
	border: 1px solid #777777;
	background-color: #ffffff
}

.red_button_ {
	color: #ffffff;
	background-color: #EB3334;
	border: 1px solid #EB3334;
}

.green_button_{
	background:#40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background:#40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.gray_button_{
	background-color:#999;
	background:-moz-linear-gradient(top,#ccc,#999);
	background:-webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}

.black_button_{
	background-color:#000;
	background:-moz-linear-gradient(top,#999,#000);
	background:-webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
/**/




/* 価格表示 */
.price_pop_ {
	color: #E72515;
	font-size: 10px;
	line-height: 1.33;
}
.price_ {
	font-size: 10px;
	text-align: right;
	line-height: 2.1;
}
.price_ strong {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	display: inline-block;
}

/**/
table.formlist_ {
	width:100%;
	border:1px solid #BBBBBB;
}
table.formlist_ th,
table.formlist_ td {
	padding: 15px 12px;
	border:1px solid #BBBBBB;
}
table.formlist_ th {
	font-weight:normal;
	text-align:left;
	background-color: #F5F5F5;
	vertical-align:middle;
	padding: 15px 12px;
	border:1px solid #BBBBBB;
}
table.formlist_ td {
}
table.formdetail_ {
	width:100%;
	border:1px solid #BBBBBB;
}
table.formdetail_ th,
table.formdetail_ td {
	padding: 15px 12px;
	border:1px solid #BBBBBB;
}
table.formdetail_ th {
	font-weight:normal;
	text-align:left;
	background-color: #F5F5F5;
	vertical-align:middle;
	padding: 15px 12px;
	border:1px solid #BBBBBB;
}
/* --------------------------------------------------------------------
	ヘッダ
-------------------------------------------------------------------- */
header {
	padding: 6px 12px 6px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
}
#header_login {
	width: 48px;
	height: 48px;
}
#header_login > span {
	display: block;
	padding: 36px 0 0;
	background-image: url("../img/usr/sb/common/ico_login.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
#header_login.at-mypage {
	width: 52px;
	height: 48px;
}
#header_login.at-mypage > span {
	display: block;
	padding: 38px 0 0;
	background-image: url("../img/usr/common/ico_mypage.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
#header_link div{
	float: left;
}
#header_login span span {
	font-size: 9px;
	line-height: 1.33;
	text-align: center;
	letter-spacing: 0.025em;
	display: block;
	transition: all .3s;
}
#header_login > span.js-active {
	background: none;
	width: 32px;
	height: 32px;
	margin: 8px 0 8px 16px;
	background-color: #FEE3DD;
	border-radius: 50%;
	position: relative;
}
#header_login > span.js-active::before,
#header_login > span.js-active::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 2px;
	margin: -1px 0 0 -5px;
	border-radius: 2px;
	background-color: #F23508;
}
#header_login > span.js-active::before {
	transform: rotate(-45deg);
}
#header_login > span.js-active::after {
	transform: rotate(45deg);
}
#header_login > span.js-active span {
	opacity: 0;
}



#header_cart {
	width: 48px;
	height: 48px;
	margin-left: 10px;
	position: relative;
}
#header_cart > a > span#header_cart_icon {
	display: block;
	padding: 36px 0 0;
	background: url("../img/usr/sb/common/gnav_cart.png") center 5px no-repeat;
	background-size: 28px 28px;
}
span.cart-count{
  color: #ffffff;
  font-size: 10px;
  line-height: 1.0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 1px;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  background-color: #F23508;
  border-radius: 50%;
}
#header_cart.at-mypage {
	width: 52px;
	height: 48px;
}
#header_cart.at-mypage > span {
	display: block;
	padding: 32px 0 0;
	background-image: url("../img/usr/common/ico_mypage.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
#header_cart span span {
	font-size: 9px;
	line-height: 1.33;
	text-align: center;
	letter-spacing: 0.025em;
	display: block;
	transition: all .3s;
}
#header_cart > span.js-active {
	background: none;
	width: 32px;
	height: 32px;
	margin: 8px 0 8px 16px;
	background-color: #FEE3DD;
	border-radius: 50%;
	position: relative;
}
#header_cart > span.js-active::before,
#header_cart > span.js-active::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 2px;
	margin: -1px 0 0 -5px;
	border-radius: 2px;
	background-color: #F23508;
}
#header_cart > span.js-active::before {
	transform: rotate(-45deg);
}
#header_cart > span.js-active::after {
	transform: rotate(45deg);
}
#header_cart > span.js-active span {
	opacity: 0;
}



/* ------------info------------ */
#slider_info {
	width: 100%;
	margin: 0;
}
#slider_info li {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#slider_info li::before,
#slider_info li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #ffffff;
}
#slider_info li::before {
	top: 5px;
}
#slider_info li::after {
	bottom: 3px;
}
#slider_info li a {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #9ACD32;
	white-space: nowrap;
}
#slider_info li span {
	font-size: 13px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0 25px;
}
#slider_info li strong {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
/*	padding: 0 0 0 50px;
	background-image: url("../img/usr/common/ico_gift.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;*/
}
#slider_info li a.no-font {
	font-size: 0;
}



/* ----------食べたいリスト---------- */
#tabetailistbtn{
width:42px;
height: 42px;
text-align:center;
position: relative;
z-index:11;
}

#tabetailistbtn a{
display:block;
background:#f6f6f6 url(../img/usr/sb/ico_tabetailistbtn_gray.png) center 7px no-repeat;
background-size: 14px auto;
border-radius: 3px;
font-size:10px;
line-height:2em;
width:42px;
height: 42px;
}
/*
#tabetailistbtn.shadow a{
box-shadow:0 2px 6px #ccc;
}*/
#tabetailistbtn a span{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	font-size:10px;
	line-height: 1; 
	margin: 0 auto;
}

/* ----------メニューボタン---------- */
.header_btn {
	width:42px;
	height: 42px;
	text-align:center;
	position: relative;
	z-index:11;
}
.header_btn a {
	display: block;
    background: #f6f6f6;
    border-radius: 3px;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    font-size: 10px;
    line-height: 2em;
    width: 42px;
    height: 42px;
}
.header_btn a span {
	position: absolute;
    bottom: 5px;
	left: 0;
	right: 0;
    width: 100%;
    display: block;
    font-size: 8px;
	line-height: 1;
	color: #686868;
	margin: 0 auto;
}
.header_btn a span.js-news-count {
	position: absolute;
    top: -4px;
    right: -3px;
    bottom: initial;
    left: inherit;
    background: #e22e2e;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menubtn{
width:42px;
height: 42px;
text-align:center;
position: relative;
z-index:11;
}

#menubtn a{
display:block;
background:#f6f6f6 url(../img/usr/sb/ico_menu_gray.png) center 9.5px no-repeat;
border-radius: 3px;
-moz-background-size:100% auto;
-webkit-background-size:100% auto;
background-size:14px auto;
font-size:10px;
line-height:2em;
width:42px;
height: 42px;
}
/*
#menubtn.shadow a{
box-shadow:0 2px 6px #ccc;
}*/
#menubtn a span{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	font-size:10px;
	line-height: 1;
	margin: 0 auto;
}
/* ----------ロゴ---------- */
#sitelogo{
width: 208px;
position: relative;
/* top:10px;
left:10px; */
}
#sitelogo img{
width:100%;
}
@media screen and (max-width: 374px) {
	#sitelogo {
		width: 120px;
	}
	#gnav_favorite a{
	font-size: 10px;
	}
}
/* ----------ようこそ---------- */
#welcomeMessage{
padding:0 2%;
text-align:right;
margin: 10px 0px 5px;
}
/* ----------送料無料---------- */
.header_bar#header_bar {
    text-align: center;
    margin: 0;
}
.header_bar#header_bar .flex-direction-nav,
.header_bar#header_bar .flex-control-nav{
	display: none;
}
.header_bar#header_bar.fixed_{
	position: fixed;
	top: 55px;
	left: 0;
	z-index: 10001;
}

.header_bar li {
	color: #fff;
  padding: 6px 4px;
  font-size: 13px;
  line-height: 1;
}
.header_bar li a{
	display: block;
	line-height: 1;
	color: #231815;
}
.header_bar li:nth-child(odd) {
  background: #95b44d;
}
.header_bar li:nth-child(even) {
  background: #ffea9e;
  color: #231815;
}
.header_bar .flexslider li img{
	width: 15px;
	display: inline;
	vertical-align: text-bottom;
	margin: 1px 5px 0 0;
}
.header_bar li span {
	font-size: 11px;
}
#header_bar .flexslider{
	margin-bottom: 0;
}
/* ----------お知らせモーダル---------- */
.newsmodal {
	display: none;
	background: rgba(243, 152, 141, 0.97);
	padding: 15px;
	position: absolute;
	z-index: 1000;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
}
.newsmodal.active {
	display: block;
}
.newsmodal ul {
	margin: 0;
	padding: 0;
}
.newsmodal > .ttl {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 0 16px;
}
.newstab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.newstab li {
	background: #DFDFDF;
	color: #919191;
	width: 44%;
	padding: 8px;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px;
}
.newstab li.current {
	background: #fff;
	color: #000;
}
.newsarea {
	background: #fff;
	border-radius: 5px;
	padding: 14px 20px;
}
.newscont {
	display: none;
}
.newscont.current {
	display: block;
}
.newscont > .txt {
	font-size: 12px;
}
.newslist {
	padding: 0;
}
.newslist li {
	border-bottom: 1px solid #ccc;
	padding: 14px 0;
}
.newslist li:last-child {
	border: none;
}
.newslist a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #000;
}
.newslist .ph {
	width: 42%;
}
.newslist .ph img {
	width: 100%;
}
.newslist .txtbox {
	width: 53%;
}
.newslist .txtbox .ttl {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
.newslist .txtbox .txt {
	font-size: 12px;
}
#newsclose {
	text-align: center;
	margin: 15px 0 0;
}

/* ----------グローバルナビ---------- */
#gnav {
	width: 100%;
	/*height: 64px;*/
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #FAFAFA;
	border-top: 1px solid #F2EFEF;
	z-index: 99999;
}
#gnav ul {
	padding: 9px 0 calc(8px + env(safe-area-inset-bottom));
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gnav ul li {
	width: 18%;
	margin: 0 2%;
}
#gnav ul li a {
	padding-top: 35px;
	text-align: center;
	display: block;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
#gnav ul li a span.text_ {
	font-size: 9px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	letter-spacing: 0.025em;
	display: block;
}
#gnav ul li#gnav_menu a {
	background-image: url("../img/usr/sb/common/gnav_menu.png");
}
#gnav ul li#gnav_menu a.js-active {
	background-image: url("../img/usr/sb/common/gnav_menu_on.png");
}
#gnav ul li#gnav_search a {
	background-image: url("../img/usr/sb/common/gnav_search.png");
}
#gnav ul li#gnav_search a.js-active {
	background-image: url("../img/usr/sb/common/gnav_search_on.png");
}
#gnav ul li#gnav_history a {
	background-image: url("../img/usr/sb/common/gnav_history.png");
}
#gnav ul li#gnav_point a {
	background-image: url("../img/usr/sb/common/gnav_point.png");
}
#gnav ul li#gnav_bookmark a {
	background-image: url("../img/usr/sb/common/gnav_bookmark.png");
}
#gnav ul li#gnav_cart a {
	background-image: url("../img/usr/sb/common/gnav_cart.png");
}

#gnav ul li#gnav_cart {
	position: relative;
}
#gnav ul li#gnav_cart .js-cart-count {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 50%;
	top: -1px;
	width: 18px;
	height: 18px;
	margin-right: -18px;
	background-color: #F23508;
	border-radius: 50%;
}
/* ----------ヘッダバナー---------- */
#hbnr{
width:100%;
border-bottom:#e6240f 1px solid;
}
#hbnr p{
width:96%;
margin:0 auto 2px;
}
#hbnr p a img{
width:100%;
}
/* --------------------------------------------------------------------
	メインコンテンツエリア
-------------------------------------------------------------------- */
div.wrapper_{
}
/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select{
	max-width:80%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer{
width:100%;
}
/* ----------フッタバナー---------- */
#fbnr{
padding: 10px 10px 0;
background:#f6f1eb;
text-align: left;
}
/* ----------フッタSNS--------- */
#modal div.sidebox_sns{
	background: #271212;
	padding-bottom: 25px;
}
div.sidebox_sns{
	background: #f6f1eb;
	padding: 20px 15px 30px;
}
#modal div.sidebox_sns .sidebox_sns_main{
	padding: 17px 10px 16px;
}
.sidebox_sns_main{
	background: #fff;
	padding: 17px 15px 16px;
}
.sidebox_sns_main h2{
	line-height: 1;
	display: block;
	margin-bottom: 16px;
	text-align: center;
	background: #e83725;
	border-radius: 4px;
	padding: 10px 0;
}
.sidebox_sns_main h2 img{
	vertical-align: bottom;
	height: 19px;
}
.sidebox_sns_main span{
	line-height: 1;
	display: block;
	margin: 0 11px 16px;
	text-align: center;
}
.sidebox_sns_main span img{
	vertical-align: bottom;
	max-width: 100%;
}
.sidebox_sns_main ul{
	padding: 0;
	font-size: 0;
	text-align: center;
}
.sidebox_sns_main ul li{
	display: inline-block;
	width: 58px;
	margin-right: 8%;
}
.sidebox_sns_main ul li:last-child{
	margin-right: 0;
}
.sidebox_sns_main ul li img{
	width: 100%;
}
/* ----------ページトップ---------- */
#pagetop{
width:100%;
padding:5px 0 0;
background:#f6f1eb;
text-align:right;
	display: none;
}
#pagetop a{
margin:0 2%;
padding:6px 12px 6px 20px;
display:inline-block;
-moz-border-top-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-top-right-radius:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
background:#e6240f url(../img/usr/sb/ico_arw_up.gif) 8px center no-repeat;
-moz-background-size:9px 9px;
-webkit-background-size:9px 9px;
background-size:9px 9px;
font-size:13px;
color:#ffffff;
}

/* ----------メリット---------- */
#merit{
border-top:#e6240f 5px solid;
}
.merit_item_{
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
.merit_item_ span{
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.merit_item_ span img{
	vertical-align: middle;
	width: 58.5px;
}
.merit_item_ p{
	width: 62%;
	padding: 0 5% 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.merit_item_ a{
	color: #231815;
  background: url(../img/usr/sb/ico_arw.png) 98% center no-repeat;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  padding: 2% 3% 2% 0;
  display: block;
}
/* ----------フッタナビ2---------- */
#fnav2 li{
border-bottom:#cbcccc 1px solid;
}
#fnav2 a{
display:block;
padding:1em 4% 1em 2%;
background:url(../img/usr/sb/ico_arw.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#231815;
}
/* ----------フッタナビ---------- */
#fnav{
padding:0.5em 0 0.5em;
background:#e6240f;
text-align:center;
}
#fnav ul li{
display:inline-block;
line-height:1;
}
#fnav ul li + li{
border-left:1px #ffffff solid;
}
#fnav a{
padding:0 0.5em;
white-space:nowrap;
font-size:10px;
color:#ffffff;
}
/* ----------コピーライト---------- */
#copyright {
	color: #444444;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	width: 90%;
	margin: 20px auto 65px;
	padding: 30px 0 0;
	border-top: 1px solid #EEEEEE;
}
/* ----------表示モード---------- */
.chage_mode_{
padding:0.5em 0;
background:#f6f6f6;
text-align:center;
	display: none;
}
/* ----------フッターガイド---------- */
#footer_guide {
	color: #222222;
	padding: 37px 0 24px;
	background-color: #F7F7F7;
}
#footer_guide h2 {
	font-size: 18px;
	text-align: center;
	line-height: 1.77;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
}
#footer_guide .footer_inner_ {
	width: 89.5%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer_guide .guide_box_ {
	text-align: center;
	width: 48%;
	background-color: #ffffff;
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 20px 16px;
}
#footer_guide .guide_box_ h3 {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_guide .guide_box_ p {
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: 0.05em;
	margin: 10px 0 12px;
}
#footer_guide .guide_box_ .icon_ {
}
#footer_guide .guide_box_ .icon_ img {
	height: 48px;
}
#footer_guide .guide_box_ .btn_ {
	width: 100%;
	margin: 15px auto 0;
}
#footer_guide .guide_box_ .btn_ a {
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.45;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #000000;
	height: 36px;
}

#footer_info {
	color: #444444;
	text-align: center;
	padding: 38px 0 32px;
}

#footer_info .footer_sns_ {
}
#footer_info .footer_sns_ p {
	font-size: 11px;
	line-height: 1.36;
	letter-spacing: 0.19em;
	margin: 0 0 20px;
}
#footer_info .footer_sns_ ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer_info .footer_sns_ ul li {
	margin: 0 12px;
}
#footer_info .footer_sns_ ul li img {
	height: 24px;
}

#footer_info .footer_tel_ {
	width: 90%;
	margin: 27px auto 0;
	padding: 21px 0 15px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
#footer_info .footer_tel_ h2 {
	font-size: 13px;
	line-height: 1.384;
	letter-spacing: 0.05em;
}
#footer_info .footer_tel_ p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 13px;
}
#footer_info .footer_tel_ p a {
	display: block;
}
#footer_info .footer_tel_ p strong {
	display: block;
}
#footer_info .footer_tel_ p strong span {
	color: #444444;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3125;
	display: inline-block;
	padding-left: 30px;
	background-image: url("../img/usr/common/ico_tel_b.png");
	background-position: left 11px;
	background-repeat: no-repeat;
	background-size: 23px 25px;
}
#footer_nav {
	width: 90%;
	margin: 0 auto;
}
#footer_nav ul li {
}
#footer_nav ul li a {
	color: #444444;
	display: block;
	position: relative;
}
#footer_nav ul.footer_nav_guide_ li a {
	font-size: 14px;
	line-height: 1.428;
	padding: 12px 20px 11px 0;
}
#footer_nav ul.footer_nav_guide_ li a::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
}
#footer_nav ul.footer_nav_site_ {
	padding-top: 22px;
	margin-top: 20px;
	border-top: 1px solid #EEEEEE;
}
#footer_nav ul.footer_nav_site_ li a {
	font-size: 12px;
	line-height: 1.33;
	padding: 8px 0 8px 0;
}
#footer_nav .link_blank_ span {
	padding-right: 20px;
	background-image: url("../img/usr/common/ico_blank.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	display: inline-block;
}
#footer_nav .link_corporate_ {
	width: 100%;
	margin-top: 5px;
}
#footer_nav .link_corporate_ a {
	font-size: 12px;
	line-height: 1.66;
	/*padding-left: 30px;*/
	display: block;
/*	background-image: url("../img/usr/common/logo_min.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;*/
}


/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
/* ----------バナー---------- */
nav.bnr_{
text-align:center;
}
nav.bnr_ p{
width:96%;
padding:2%;
display:inline-block;
}
nav.bnr_ ul{
padding:1% 0;
}
nav.bnr_ li{
width:47%;
padding:1%;
display:inline-block;
}
nav.bnr_ a{
display:block;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#ffffff;
}
nav.bnr_ p a{padding:1%;}
nav.bnr_ li a{padding:2%;}
nav.bnr_ img{
width:100%;
}
#trial_bnr_ li{
	width:100%;
}
/* ----------トップコンテンツ---------- */
#topcntents{
margin-bottom:0.5em;
padding-bottom:0.5em;
background:#f6f1eb;
}
/* ----------スライダー---------- */
#slider{
width:96%;
margin:0 2%;
}
#slider .flexslider{
padding:1%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#ffffff;
}
#ranking-bnr{
	margin: 10px 2%;
	padding: 1%;
	background: #FFF;
}
#ranking-bnr a{
	display: block;
}
#ranking-bnr img{
	width: 100%;
	vertical-align: bottom;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {/*width: 100%;*/ display: block; max-height: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Control Nav */
.flex-control-nav {width: 100%; /*position: absolute; bottom: -2.5em; */ margin-top: 12px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block;}
.flex-control-paging li a {width: 8px;height: 8px;display:block;background: #FFFFFF; border: 1px solid #BBBBBB;cursor:pointer;text-indent: -9999px; border-radius: 50%;}
.flex-control-paging li a:hover {background:#1D1D1D;}
.flex-control-paging li a.flex-active {background:#1D1D1D; border-color: #1D1D1D; cursor:default;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	display:block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	/*overflow:hidden;*/
	/*opacity:0;*/
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	text-indent:-9999px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	opacity: 0.9;
}
.flex-direction-nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	margin: -3px 0 0 -3px;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
}
.flex-direction-nav .flex-prev::after {
	transform: rotate(-45deg);
/*	background: #ccc url(../img/usr/sb/arw_l.png) left center no-repeat;
	-moz-background-size:22px 27px;
	-webkit-background-size:22px 27px;
	background-size:22px 27px;*/
}
.flex-direction-nav .flex-next::after {
	transform: rotate(135deg);
/*	background: #ccc url(../img/usr/sb/arw_r.png) right center no-repeat;
	-moz-background-size:22px 27px;
	-webkit-background-size:22px 27px;
	background-size:22px 27px;*/
}
.flexslider .flex-prev {left: 0; }
.flexslider .flex-next {right: 0; }
/*.flexslider:hover .flex-prev { opacity:1; left:-2%; }
.flexslider:hover .flex-next { opacity:1; right:-2%; }*/
/*.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover { opacity: 1; }*/
/*.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=1); cursor: default; }*/
.flex-direction-nav .flex-disabled { opacity: 0; filter:alpha(opacity=1); cursor: default; }
@media screen and (max-width: 860px) {
  /*.flex-direction-nav .flex-prev { opacity: 1; left:-2%;}*/
  /*.flex-direction-nav .flex-next { opacity: 1; right:-2%;}*/
}

/* ----------どのような商品をお探しですか？---------- */
#navigation{
margin-bottom:1em;
}
#navigation .title_{
width:auto;
margin-bottom:1%;
padding:10px 2%;
border:none;
display:block;
background:url(../img/usr/sb/title_bg.gif) left bottom repeat-x;
-moz-background-size:auto 2px;
-webkit-background-size:auto 2px;
background-size:auto 2px;
}
#navigation h2{
height:24px;
line-height:24px;
padding-left:30px;
background:url(../img/usr/sb/ico_search.gif) left center no-repeat;
-moz-background-size:24px 24px;
-webkit-background-size:24px 24px;
background-size:24px 24px;
font-size:16px;
font-weight:bold;
}
#navigation li a{
border:1px #e6240f solid;
}

/* ----------主要製品---------- */
#main_products {
}
#main_products img {
	width: 100%;
}
#main_products .inner_ {
	padding: 15px 10px;
}
#main_products ul {
	overflow: hidden;
	margin-bottom: 15px;
}
#main_products li {
	float: right;
	width: 48%;
	margin-bottom: 10px;
}
#main_products li:nth-of-type(odd) {
	clear: both;
	float: left;
}
#main_products .img_ {
	margin-bottom: 20px;
}
#main_products .img_ img {
	display: block;
}
#main_products .btn_first_ {
	border: 1px solid #e82511;
	background: #e82511 -webkit-linear-gradient(90deg, #e82511 0%, #fa4532 85%);
	background: #e82511 linear-gradient(0deg, #e82511 0%, #fa4532 85%);
}
#main_products .genteibtn_ a,
#main_products .btn_first_ a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	background: url(../img/usr/sb/arrow_white_r.png) 96% center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}

#main_products .feature_ {
	width:85%;
	margin:0 auto;
}

#main_products .feature_ li {
	width:100%;
	margin-bottom:10px;
}

#topcntents .btn_first_ {
	border: 1px solid #e82511;
	background: #e82511 -webkit-linear-gradient(90deg, #e82511 0%, #fa4532 85%);
	background: #e82511 linear-gradient(0deg, #e82511 0%, #fa4532 85%);
}
#topcntents .btn_first_ a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	background: url(../img/usr/sb/arrow_white_r.png) 96% center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_{
	padding: 1px 0 1px;
	background-color: #F7F7F7;
}
div.login_ div.loginform_ {
	margin: 0 10px 5px;
	padding: 25px 20px 30px;
	border-radius: 4px;
	background-color: #ffffff;
}
div.login_ div.loginform_ .common_headline2_ {
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 15px;
}
div.login_ div.loginform_ .box_ {
	padding: 0;
}
div.login_ div.loginform_ div.form_text_ {
	font-size: 13px;
	line-height: 1.538;
	margin: 30px 0 28px;
}
#member_login div.form_text_{
	display: none;
}
div.login_ div.loginform_ div.point_gift_ {
	color: #A78A12;
	font-size: 14px;
	line-height: 1.57;
	background-color: #ffffff;
	border: 2px solid #A78A12;
	margin: 28px 0 32px;
	padding: 18px 18px 13px 80px;
	background-image: url("../img/usr/login/ico_point_gift.png");
	background-position: 18px center;
	background-repeat: no-repeat;
	background-size: 39px 36px;
}
div.login_ div.loginform_ dl.loginform_ dt {
	line-height: 1.35;
	margin: 13px 0 6px;
}
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_,
.customer_.col1_ .box_.mail_ input[type=text] {
	width: 100%;
	max-width:100%;
	padding:1.0em 0;
	text-indent: 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #959595;
}
div.login_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_ {
	padding: 10px 0;
	font-size: 1.5em;
}
.customer_.col1_ .box_.mail_ input[type=text] {
	height: 43px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 17px;
}
.mail_ p.settingmail_{
	margin-top: 5px;
}
div.login_ .topBoader_{
	border-top: 2px solid #3fbf0d;
	padding-top: 10px;
}
div.login_ .bottomBoader_{
	border-bottom: 2px solid #3fbf0d;
	padding-bottom: 10px;
}
div.login_ .common_headline1_{
	/*font-size:18px;*/
}
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_ {
	font-weight: bold;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
}
div.login_ div.loginform_ span.headline_text_relate_ {
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left:10px;
	padding-right:10px;
	width: 30px;
	height: 30px;
}
div.login_ .forgotpass_ {
	margin-top: 20px;
}
div.login_ .forgotpass_ a {
	color: #20A0D0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	display: block;
}
div.login_ div.loginform_ dl.loginform_ dt,
div.login_ div.loginform_ .login_amazon_msg_,
div.login_ .forgotpass_ {
	font-size: 14px;
}
div.login_ div.loginform_ .login_amazon_msg_ {
	padding-top: 10px;
}
.loginform_banner_{
	display: none;
	margin-bottom: 5px;
}
.loginform_banner_ img {
	width:100%;
}
.block-login--login-state-saving {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.block-login--login-state-saving input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}
.block-login--login-state-saving-mesage {
  margin-top: 10px;
}
.help-block {
    font-size: 11px;
    color: #737373;
}
#beginner_login{
	padding-bottom: 0;
	margin-bottom: 0;
}
#beginner_login h2{
	margin: 0;
}
#beginner_login .box_{
	display: none;
}


#loginmain{
	padding: 20px 0 0;	
}
#loginmain .block-login--linelogin-contents-btn,
#loginmain #AmazonPayButton3,
#loginmain .line_word{
	width: 100%!important;
}
#loginmain .block-login--linelogin-contents-line{
	margin-bottom: 5px;
}
#registermain{
	background: #fff;
	margin: 0 10px 5px;
  padding: 10px 20px 10px;
}
#registermain div.freepage_wrap_{
	background: none;
	padding: 0;
}
#registermain div.freepage_wrap_ h3.freepage_title03_{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 15px;
}
#registermain p a{
	text-decoration: underline;
}
#registermain h3.common_headline2_{
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	display: block;
	line-height: 1;
}
#registermain h3.common_headline2_ + p{
	line-height: 1.6;
}
#registermain h3.common_headline2_:last-of-type{
	margin-top: 40px;
}
#registermain .block-login--linelogin-contents-btn,
#registermain .line_word{
	width: 100%!important;
}
#registermain .block-login--linelogin-contents-line{
	margin-bottom: 5px;
}
#registermain h4{
	margin: 20px 0;
	display: block;
	line-height: 1;
	text-align: center;
}
#loginmain.authmailform_{
	padding: 25px 10px 0;
}
#loginmain.authmailform_ h2{
	margin: 5px 0 10px;
	padding: 10px 12px;
	background-color: #F5F5F5;
	font-size: 14px;
	display: block;
	text-align: left;
}
#loginmain.authmailform_ h2 + p{
	text-align: left;
	margin: 20px 0 0 ;	
}
#loginmain.authmailform_ h3{
	text-align: center;
	margin: 20px 0;
}
p#authmailformfootertext{
	display: none;
}
p#authmailformfootertext2{
	margin: 15px 0 10px;
  font-size: 13px;
  line-height: 1.5;	
}

#authmailformfootertext{
	margin: 0 10px;
	font-size: 13px;
	line-height: 1.5;	
}
div.login_.authmailform_{
	background: none;
	padding: 30px 10px 0;
}
div.login_.authmailform_ div.loginform_.sns_login_ .common_headline2_{
	margin: 0 0 10px;
	padding: 10px 12px;
	background-color: #F5F5F5;
	font-size: 14px;
}
div.login_ div.loginform_.sns_login_ .block-login--linelogin-contents-btn{
	width: 100%!important;
	height: 50px!important;
	margin-bottom: 10px;
}
div.login_ div.loginform_.sns_login_ .amazon_login{
	margin-bottom: 32px;
}
div.login_ #beginner_login .freepage_wrap_{
	margin-bottom: 32px;
	padding: 30px 0;
	background: #FFFFE8;
}
div.login_ #beginner_login .freepage_wrap_ .btn_more_{
	margin: 0 auto;
}
div.login_ #beginner_login .freepage_wrap_ h3 + .merit_main_{
	padding-top: 10px;
}
div.login_ #beginner_login .freepage_wrap_ h3{
	margin: 0;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 1.7;
}
div.login_ #beginner_login .freepage_wrap_ + .box_ .form_text_,
div.login_ #beginner_login .freepage_wrap_ + .box_ .point_gift_{
	display: none;
}
div.login_ #beginner_login .sns_login_.loginform_ .freepage_wrap_ .btn_more_{
	margin: 10px auto 0 auto;
}
div#amazon_login{
	display: none;
}
div#amazon_login + .loginform_{
	display: none;
}	
#member_login .line_login{
	margin-top: 20px;
}
#line_login_top{
	margin-bottom: 30px;
}
#member_login .block-login--linelogin-contents-btn,
#member_login .block-login--linelogin-contents .line_word{
	width: 100%;
}
#member_login .main_action_button_ {
	margin-bottom: 0;
}
/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_{
	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;
}

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;
}

.block-member-info-confirmation--login-state-saving {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}
/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_ dd p a,
div.customer_ p.message_ a {
	color: #20A0D0;
	text-decoration: underline;
}
div.customer_ dd p a {
	display: block;
	padding-top: 5px;
}
div.customer_status_{
	margin: 0 10px 20px;
}
div.customer_name_{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.loginname_{
	font-size: 14px;
	line-height: 1.57;
}
div.customer_name_ div.loguot_ a {
	color: #20A0D0;
	font-size: 13px;
	line-height: 1.69;
	display: block;
}
.mypoint_{
}
.point_{
	font-weight:bold;
}
div.mypage_top_,
div.customer_.col1_.bookmark_ {
	background-color: #F7F7F7;
	padding: 1px 0;
	margin: 0;
}
div.mypage_customer_info_ {
	margin: 0 10px;
}
div.mypage_customer_info_ .members_rank,
div.mypage_customer_info_ .mypoint_box_,
div.mypage_customer_info_ .mycoupon_box_,
div.mypage_customer_info_ .mypage_line_ {
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0 0 10px;
	padding: 25px 20px;
}
div.mypage_customer_info_ .members_rank h2,
div.mypage_customer_info_ .mypoint_box_ h2,
div.mypage_customer_info_ .mycoupon_box_ h2,
div.mypage_customer_info_ .mypage_line_ h2,
div.mymenu_ h2.mymenu_title_ {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	margin: 0 0 25px;
}
div.mypage_customer_info_ .members_rank .rank_mark_ {
	width: 275px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	border-radius: 70px;
	margin: 0 auto;
}
div.mypage_customer_info_ .members_rank .rank_mark_ img {
	width: 30px;
	margin-right: 5px;
}
div.mypage_customer_info_ .members_rank .rank_mark_ span {
	font-size: 17px;
	line-height: 2.11;
	display: inline-block;
}
div.mypage_customer_info_ .members_rank .rank_up_ {
	font-size: 13px;
	line-height: 1.69;
	margin-top: 30px;
}
.yearly_payment_{
	margin-top: 5px;
	font-size: 13px;
}
div.mypage_customer_info_ .members_rank .rank_up_ .rank_txt_ {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
div.mypage_customer_info_ .members_rank .rank_up_ .rank_txt_ span {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.69;
}
div.mypage_customer_info_ .members_rank p {
	font-size: 12px;
	line-height: 1.53;
	margin-top: 40px;
}
div.mypage_customer_info_ .members_rank p.link_ {
	margin-top: 25px;
}
div.mypage_customer_info_ .members_rank p.link_ a {
	color: #20A0D0;
	text-align: right;
	display: block;
}
div.mypage_customer_info_ .mypoint_box_ .mypoint_ {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
div.mypage_customer_info_ .mypoint_box_ .mypoint_ strong {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.0;
}
div.mypage_customer_info_ .mypage_line_ p {
	font-size: 13px;
	line-height: 1.5;
}

div.mymenu_ {
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0 10px 10px;
	padding: 25px 20px;
}
.mypage_modal_bg {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	cursor: pointer;
	display: none;
}
div.mymenu_ h2.mymenu_title_ {
	padding-left: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
#shopping_info h2.mymenu_title_ {
	background-image: url(../img/usr/common/ico_cart6.png);
	background-size: 20px auto;
}
#customer_info h2.mymenu_title_ {
	background-image: url(../img/usr/common/ico_mypage2.png);
	background-size: 16px auto;
}
#contact_info h2.mymenu_title_ {
	background-image: url(../img/usr/common/ico_mail.png);
	background-size: 21px auto;
}
#mypagenav{
	margin-bottom:10px;
}
#mypagenav li{
}
#mypagenav li a.menu_ {
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 0;
	display:block;
}
#mypagenav li:first-child a.menu_ {
	padding-top: 0;
}
.mypage__update_address_book_modal_ {
	position: fixed;
	left: 3%;
	top: 50%;
	width: 94%;
	margin-top: -100px;
	max-height: calc(100% - 20px);
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
	display: none;
	z-index: 9999999;
}
.mypage__update_address_book_modal_ .btn_close_ {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F5F5F5;
}
.mypage__update_address_book_modal_ .btn_close_::before,
.mypage__update_address_book_modal_ .btn_close_::after {
	content: "";
	width: 14px;
	height: 2px;
	background-color: #808080;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
}
.mypage__update_address_book_modal_ .btn_close_::before {
	transform: rotate(-45deg);
}
.mypage__update_address_book_modal_ .btn_close_::after {
	transform: rotate(45deg);
}
.mypage__update_address_book_modal_ .modal_body {
	padding: 20px;
}
.mypage__update_address_book_modal_ .modal_body h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: left;
	margin: 0 0 30px;
}
.mypage__update_address_book_modal_ .modal_body p {
	font-size: 13px;
	line-height: 1.5;
}
div.mypage__update_address_book_modal_ ul li {
	margin-top: 15px;
}
div.mypage__update_address_book_modal_ ul li a {
	font-size: 14px;
	line-height: 1.57;
	padding: 14px 40px 15px 20px;
	background-color: #ffffff;
	border: 1px solid #DBDCDB;
	border-radius: 4px;
	display: block;
	position: relative;
}
div.mypage__update_address_book_modal_ ul li a::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
}
div.mypage__update_address_book_modal_ .modal_inner_ {
	overflow-y: auto;
	max-height: 400px;
	height: auto;
	padding: 0;
}

/* 担当者情報 */
div.staff_{
	padding:4px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom:10px;
	background-color:#ffbfbf;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.staff_ div.staff_head_{
	width:100%;
	overflow:hidden;
}
div.staff_ div.staff_head_ h2{
	float:left;
	display:inline;
	line-height:1.1;
	font-weight:bold;
	padding-left:4px;
	padding-bottom:4px;
}
div.staff_ div.staff_info_{
	background:url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding:5px 5px 5px 15px;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
}

/* トピック一覧 */
div.mymenu_topic_{
	margin-bottom:10px;
	padding:5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.mymenu_topic_ .topiclist_head_{
	overflow:hidden;
}
div.mymenu_topic_ .topiclist_head_ h2{
	float:left;
	display:inline;
	line-height:
	line-height:1.1;
	font-weight:normal;
	text-shadow:1px 1px 2px #ccc;
	padding-left:4px;
	padding-bottom:4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_{
	float:right;
	display:inline;
	text-align:right;
}
div.mymenu_topic_ .topiclist_body_{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
	padding:2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_{
	margin:0;
	padding:0;
}
div.mymenu_topic_ ul.topicline_ li{
	border-bottom:1px dotted #cccccc;
	background:url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding:2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child{
	border-bottom-style:none
}
div.mymenu_topic_ ul.topicline_ li.img_{
	padding:5px 0;
	background:none;
}

.customer_{
	margin-bottom:10px;
}

.customer_ p{
}

.submit_{
	margin:0 10px 20px;
	text-align:center;
}

/* --------------------------------------------------------------------
	マイページ　ポイント履歴一覧
-------------------------------------------------------------------- */
/* ポイント履歴一覧 */
div.point_table_{
margin:0 10px;
}
table.point_{
	margin:0 0 10px;
}
table.point_ th{
	width:35%;
	white-space:nowrap;
}
table.point_ td{
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_{
	width:100%;
	margin:5px 0;
	border:1px solid #cccccc;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th{
	width:30%;
	background-color:#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.bizuserlist_ td,
div.customer_ table.cardlist_ td{
	border-bottom:1px solid #cccccc;
	padding:3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_{
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 0 10px;
}
div.customer_ .destgoodslist_{
	margin-bottom:10px;
}
div.sales_info_{
	margin:0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	text-align:left;
	/*border:1px solid #CCCCCC;*/
	/*background-color:#F8F8F8;*/
	width:40%;
	font-weight:normal;
	/*padding:3px;*/
	white-space:nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	/*border:1px solid #CCCCCC;*/
	border-left:none;
	/*padding:3px;*/
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_{
	border:none !important;
}
table.order_{
}
table.sales_,
table.method_{
}
table.sales_ td,
table.method_ td{
	text-align:right;
}
table.purchase_{
	margin-bottom:10px;
	width:100%;
}
table.purchase_ th{
	width:22%;
}
table.ship_{
	margin:0 0 10px;
	width:100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_{
	margin:0 10px;
}
table.history_{
	margin:0 0 10px;
}
table.history_ td{
}
table.history_ th{
	width:35%;
	white-space:nowrap;
}
table.history_ td.order_dt_{
}
table.history_ td.order_id_{
}
table.history_ td.order_detail_{
	padding: 10px 12px;
}
table.history_ td.order_detail_ ul{
	width:100%;
}
table.history_ td.order_detail_ ul li{
	list-style:none;
	border-bottom:1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.img_{
	margin: 5px 5px 10px 5px;
	text-align: left;
}
table.history_ td.order_detail_ ul li div.img_ img{
	width: 180px;
	vertical-align: bottom;
}
table.history_ td.order_detail_ ul li{
	list-style:none;
	border-bottom:1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_{
	margin:5px;
}
table.history_ td.order_detail_ .order_again_{
	margin: 20px 5px;
}
table.history_ td.order_detail_ .order_again_ span{
	color:#ffffff;
	padding:8px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color: #EB3334;
	border: 1px solid #EB3334;
}
table.history_ td.status_{
	/*padding-top:5px;*/
}
table.history_ td.status_ img{
	/*width:160px;*/
}
table.history_ td.total_{
	font-size:16px;
}
div.historydetail_{
	width:100%;
	margin:10px 0;
	text-align:center;
}

/**/
div.estimate_box_content_{
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color:#f6f6f6;
}
table.destgoodslist_{
	width:100%;
	margin-bottom:10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color:#cc0000;
}

div.processimage_{
	margin:0 10px 10px;
	text-align:center;
}
div.processimage_ img{
	max-width:320px;
	width:100%;
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_{
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd{
	display:block;
	white-space:nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left:0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd{
	margin-left:5px;
}
/**/

/* 承認 */
div.approval_ table th{
	white-space:nowrap;
}
div.approval_ table td.total_{
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td{ 
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td{
	
}
div.approval_ table.approvallist_.approval_1st_ok_ td{
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td{
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td{
}
div.approval_ table.approvallist_.approval_sales_ng_ td{
	background-color:#f3f3f3;
}
table.approval_cart_{
	width:100%;
}
table.approval_cart_ tr.linespace_{
	border-style:none;
}
table.approval_cart_ tr.linespace_ td{
	border-style:none;
	height:10px;
}
table.approval_cart_ .goods_name_{
	width:auto;
}
table.approval_cart_ td.money_{
	text-align:right;
	width:80px;
}
table.approval_cart_ td.money_ ul{
	width:100%;
}
table.approval_cart_ li.money_{
	white-space:nowrap;
	text-align:right;
	width:80px;
}
table.approval_cart_ li.qty_{
	white-space:nowrap;
	text-align:right;
	width:80px;
}
table.approval_cart_ td.button_{
	text-align:center;
	width:66px;
}
table.approval_cart_ td.total_{
	text-align:right;
}
table.approval_cart_ td.cancel_dt_{
	color:#cc0000;
	font-weight:bold;
	width:66px;
}
table.approval_cart_ .qty_ input{
}
td.reapproval_{
	background-color:#ffffe0;
}
.doapproval_{
	background-color:#ffffe0;
}

table.approval_comment_{
	width:100%;
}
table.approval_comment_ td{
	border-style:none;
	padding:3px;
}
table.approval_comment_ th{
	padding:3px;
	text-align:left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_{
	margin-bottom:10px;
	width:100%;
	border:1px solid #CCCCCC;
}
table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th{
	width:30%;
	white-space:nowrap;
	background-color:#e5f3ff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
	font-weight:normal;
	text-align:left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td{
	border-bottom:1px solid #CCCCCC;
	padding:3px;
}
table.approval_cart_ th{
	white-space:nowrap;
	background-color:#e5f3ff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
	font-weight:normal;
	text-align:left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea{
	width:100%;
}

/* 商品一覧 */
table.approval_{
	text-align:left;
	margin-bottom:10px;
}
table.approval_{
	border:1px solid #CCCCCC;
}

table.approval_ td{
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
table.approval_ .goods_{
	width:20%;
}
table.approval_ .name_{
}
table.approval_ .qty_{
	width:16%;
	text-align:right;
}
table.approval_ .amt_{
	width:20%;
	text-align:right;
}
table.approval_ .money_{
	width:20%;
	text-align:right;
}
table.approval_ th{
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5f3ff;
	padding:3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ ul.bookmark_frame_ {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px;
}
div.customer_ .bookmark_frame_ + .navipage_.top_ #favoritelist_desc {
	display: none;
}
div.customer_ li.bookmark_item_{
	width: 48%;
	margin-bottom: 32px;
}

li.bookmark_item_ div.cartgoods_{
	padding:5px;
	/*display:inline;*/
	width:20px;
	/*display:table-cell;*/
	vertical-align:top;
	display: none;
}
li.bookmark_item_ div.img_ {
}
li.bookmark_item_ .img_ a {
	display: block;
	text-align: center;
}
li.bookmark_item_ .img_ img {
	border-radius: 4px;
}
li.bookmark_item_ div.desc_ {
	margin-top: 8px;
}
li.bookmark_item_ div.name_ .name1_ {
	font-size: 14px;
	line-height: 1.285;
}
li.bookmark_item_ div.name_ .name2_ {
	display: none;
}
li.bookmark_item_ div.spec_ {
	margin-bottom:10px;
}
li.bookmark_item_ div.spec_ .updt_ {
	display: none;
}
li.bookmark_item_ .edit_memo_{
	margin-top:5px;
	font-weight:bold;
}
li.bookmark_item_ .comment_ {
	text-align: right;
	width: 100%;
	margin: 8px 0 14px;
}
li.bookmark_item_ .comment_ a {
	font-size: 12px;
	line-height: 1.6;
	text-decoration: underline;
}
li.bookmark_item_ .comment_ div.bookmark_comment_.comment_on_ {
	text-align: left;
	padding: 12px;
	background-color: #F5F5F5;
	border: 1px solid #D6D7D6;
	border-radius: 3px;
	margin-top: 8px;
}
li.bookmark_item_ .comment_ textarea {
	font-size: 12px;
	line-height: 1.5;
	width:100%;
}
div.customer_ div.del_ {
	margin: 8px 0 0;
}
div.customer_ div.del_ {
}
div.bookmark_{
	width:100%;
}
table.bookmark_{
	width:100%;
	margin-bottom:10px;
	border:1px solid #cccccc;
	border-bottom:none;
}
table.bookmark_ td.form_{
	text-align:left;
	border-bottom:1px solid #cccccc;
	background-color:#e5f3ff;
}
table.bookmark_ td.form_ p.input_title_ input{
	width:95%;
}
table.bookmark_ td.img_{
	padding:5px;
	width:60px;
	border-bottom:1px solid #cccccc;
}
table.bookmark_ td.img_ img{
	width:50px;
}
table.bookmark_ td.name_{
	padding:5px;
	border-bottom:1px solid #cccccc;
	vertical-align:top;
}
div#favoritelist_desc{
	background: #fff0f0;
	padding: 2.6% 4.8% 2.6% 4.8%;
	margin: 0 0 6px;
	text-align: left;
	display: none;
}
div#favoritelist_desc img{
	vertical-align: top;
}
.navipage_.top_ div#favoritelist_desc{
	display: block;
}
div#favoritelist_desc{
	margin-top: 13px;
}
div#favoritelist_desc p{
	color: #000;
	line-height: 20px;
	font-weight: normal;
}
div#favoritelist_desc p img{
	margin: 0 1px;
	width: 6%;
}
li.bookmark_item_ div.cartgoods_{
	/*position: relative;*/
}
.bookmark_frame_ input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 24px;
	display: block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	outline: none;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;  
  height: 100%;	
}
.bookmark_frame_ input[type="checkbox"]{
	width: 25px;
	height: 25px;
	margin-top: 80%;
}
.bookmark_frame_ input[type="checkbox"] + label{
	background: url(../img/usr/favorite/checkedoffsp.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin-top: 80%;
	background-size: 100%;
}
.bookmark_frame_ input[type="checkbox"]:checked + label{
	background: url(../img/usr/favorite/checkedonsp.png) no-repeat;
	background-size: 100%;
}
.submit_ .favoritebtn_{
	position: relative;
}
.submit_ .favoritebtn_ .orange_button_{
	color: #fff;
	font-size: 14px;
	border: 1px solid #e73522;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/usr/favorite/checkbtn.png);
	background-size: 100% 40px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 5%;
	text-align: center;
	position: relative;
}
.submit_ .favoritebtn_ span{
	background: url(../img/usr/favorite/checkmark.png);
	width: 19px;
	height: 16px;
	background-size: 19px 16px;
	display: block;
	position: absolute;
	left: 5%;
	top: 30%;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_{
	margin: 15px 10px;
}
div.contact_ ul.contactlist_ li{
	margin-bottom: 15px;
}
div.contact_ ul.contactlist_ li a {
	font-size: 14px;
	line-height: 1.57;
	padding: 14px 40px 15px 20px;
	background-color: #ffffff;
	border: 1px solid #DBDCDB;
	border-radius: 4px;
	display: block;
	position: relative;
}
div.contact_ ul.contactlist_ li a::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
}
div.contact_ table.detaillistline_{
	border:dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_{
	font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Osaka, 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
.contactdetail_title_ .common_headline2_ {
	margin-top: 0;
}
.contactdetail_title_ .subject_{
}
.contactdetail_title_ .date_{
	margin-left:10px;
	float:left;
}
.contactdetail_title_ .id_{
	margin-right:10px;
	float:right;
}
div.goods_info_{
	margin:0 10px 10px;
}
/* スレッド */
div.contactlist_{
	margin:0 10px 10px;
}
div.contactlist_ .contactlist_order_id_{
	margin:0 0 0 20px;
}
div.contactlist_ .contactlist_goods_{
	margin:0 0 0 20px;
}
dl.contactlist_line_{
	border:1px solid #BBBBBB;
}

dl.contactlist_line_ .contactlist_head_{
	width:100%;
	overflow:hidden;
    padding: 15px 12px;
    background-color: #F5F5F5;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
dl.contactlist_line_ .contactlist_head_ .name_{
	/*padding:5px;*/
	float:left;
	display:inline;
	font-weight:bold;
	width:40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_{
	/*padding:5px;*/
	float:right;
	display:inline;
	text-align:right;
	width:40%;
	font-family: 'Roboto', sans-serif;
}
dl.contactlist_line_ .comment_{
    padding: 15px 12px;
	background-color: #ffffff;
    border-top: 1px solid #BBBBBB;
}
.contact_reform_comment_{
	margin:0 10px 10px;
	padding:10px;
	border:1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */

div.cartlist_{
}
div.order_flow_{
	text-align:center;
	margin:0 0 10px;
}
.order_flow_step_{
	background: #F5F5F5;
	padding: 14px 10px;
}
.order_flow_step_ ul{
	display: flex;
	position: relative;
}
.order_flow_step_ ul::after{
	content: "";
	width: 75%;
	height: 1px;
	border-top: 1px dashed #BBB;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.order_flow_step_ ul li{
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	width: 100%;
	flex-grow: 1;
	padding-top: 32px;
}
.order_flow_step_ ul li::after{
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #BBB;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.order_flow_step_ ul li.order_flow_step_current_::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/sys/order_current.png) center center / contain no-repeat;
	top: 0;
}
div.order_flow_ img{
	width:100%;
	max-width:660px;
}

table.cartlist_{
	margin:0 auto;
	width:calc(100% - 46px);
	border: 0;
	margin: 0 auto;
}
table.cartlist_ tr.list_{
	border-bottom:1px solid #BBBBBB;
}
table.cartlist_ td{
	padding: 15px 0;
	border: 0;
}
table.cartlist_ td.img_{
	/*width:52px;*/
	width: 34.9%;
}
table.cartlist_ td.img_ img{
	/*width:48px;*/
	max-width: 100%;
}
table.cartlist_ td.name_{
	/*width: 80%;*/
	width: 65.1%;
	vertical-align:top;
	padding: 15px 0 15px 10px;
}
table.cartlist_ td.name_ img {
	height: 38px;
	margin: 3px;
	vertical-align: bottom;
}
table.cartlist_ td.name_ .name1_{
	font-size:16px;
	line-height: 1.375;
}
table.cartlist_ td.name_ .name2_{
	font-size:12px;
}
table.cartlist_ td.price_box_ {
	vertical-align:top;
	text-align:right;
	/*width: 170px;*/
	width: 45%;
}
table.cartlist_ .price_box_ .price_ {
	font-size: 14px;
	text-align: left;
}
table.cartlist_ .price_box_ .price_::after {
	content: "(税込)";
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
}
table.cartlist_ td.price_box_ p.qty_ {
	white-space: nowrap;
}
table.cartlist_ td.price_box_ p.qty_ input,
table.cartlist_ td.price_box_ p.qty_ img {
	vertical-align: middle;
}
table.cartlist_ td.price_box_ p.qty_ img {
	width: 25px;
	margin: 0 0 0 3px;
}
table.cartlist_ td.money_{
	width:90px;
	text-align:right;
}
table.cartlist_ td.money_ .price_ {
	font-size: 12px;
}
table.cartlist_ .price_box_ li.money_{
	width:90px;
	text-align:right;
	padding:2px;
}
table.cartlist_ .price_box_ li.qty_{
	text-align:right;
	width:90px;
	padding:2px;
}
table.cartlist_ td.button_{
	vertical-align: top;
	text-align: right;
	/*width: 170px;*/
	padding-top: 0;
}
table.cartlist_ td.button_ .price_ {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
table.cartlist_ td.button_ .price_ .yen_ {
	font-size: 12px;
	font-weight: 400;
}
table.cartlist_ td.button_ .price_::before {
	content: "小計";
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	margin-right: 10px;
}
table.cartlist_ td.button_ .price_::after {
	content: "(税込)";
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
}
table.cartlist_ td.button_ input.button_{
	color: #808080;
	border: none;
	text-decoration: underline;
}
table.cartlist_ td.total_{
	text-align:right;
	line-height:2.1;
}
table.cartlist_ .qty_ input{
	font-size: 16px;
	text-align:right;
	width: 27%;
	height: 38px;
	margin: 3px 0;
	padding: 0 6px;
	min-height: 28px;
}
div.cartlist_ .tel_ {
	margin: 0 50px;
}
div.cartlist_ .tel_ img {
	width: 100%;
	margin-bottom: 20px;
}
.subtotal_{
	background: #FFE2DB;
	border-radius: 5px;
	margin: 10px 13px 0;
	padding: 16px 10px 10px 20px;
}
.subtotal_inner_{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}
.subtotal_ .total_{
	font-size: 14px;
	font-weight: bold;
	margin-right: auto;
}
.subtotal_ .money_ .price_{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.subtotal_ .money_ .price_::after {
	content: "(税込)";
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
}
.subtotal_ .money_ .price_ .yen_{
	font-size: 14px;
	font-weight: 400;
}
.subtotal_ .orange_button_{
	color: #FFF;
	background: #F23508;
	border-color: #F23508;
	border-radius: 3px;
}
.subtotal_ div.postage_comment_ {
	font-size: 13px;
	font-weight: 400;
	color: #F23508;
}
.cartlist_.col1_ div.info_{
	border: solid 2px #F23508;
	padding: 10px;
	border-radius: 5px;
}
.cartlist_.col1_ div.info_ .info_ {
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
}
.cartlist_.col1_ div.info_ ul.error_{
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	color: #F23508;
	margin: 5px 0 0;
}
.cartlist_.col1_ div.info_ ul.error_ li{
	font-size: 14px;
}

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;
}

div.postage_comment2_{
	padding:0 5px 0 5px;
	margin:0 0 0 auto;
	text-align:right;
	color:#ff0000;
}
div.cartlist_ div.submit_inner_{
	background: #f2eeee;
	margin: 0 0 2%;
	padding: 3%;
	overflow: hidden;
}
div.cartlist_ div.submit_ {
	margin-top: 5%;
}
div.cartlist_ div.submit_ input{
	/*margin: 0;*/
	padding: 0;
	height: 60px;
	line-height: 1;
	margin: 0 0 2%;
	border: none;
	border-radius: 5px;
}
div.cartlist_ div.submit_inner_ input{
/*	background:#fd8a15 -moz-linear-gradient(top, #ed3d2a, #de2713);
	background:#fd8a15 -webkit-gradient(linear, left top, left bottom, from(#ed3d2a), to(#de2713));
	background:#fd8a15 linear-gradient(top, #ed3d2a, #de2713);
	box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1);*/
}
div.cartlist_ div.submit_inner_ + input{
	color: #EB3334;
	border-radius: 4px;
	border: 1px solid #EB3334;
	background-color: #ffffff;
/*	background:#6f4444 -moz-linear-gradient(top, #6f4444, #4c2525);
	background:#6f4444 -webkit-gradient(linear, left top, left bottom, from(#6f4444), to(#4c2525));
	background:#6f4444 linear-gradient(top, #6f4444, #4c2525);
	box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1);*/
	/*color: #fff;*/
	font-size: 16px;
	margin: 0 3%;
	width: 94%;
}
div.cartlist_ div.submit_inner_ a{
	display: block;
	width: 49%;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #FFB50D;
	border: 1px solid #FFB50D;
/*	padding: 0;
	border: none;
	border-radius: 5px;
	-moz-text-shadow:1px 1px 1px #ffffff;
	-webkit-text-shadow:1px 1px 1px #ffffff;
	background:#fd8a15 -moz-linear-gradient(top, #f8a344, #fd8a15);
	background:#fd8a15 -webkit-gradient(linear, left top, left bottom, from(#f8a344), to(#fd8a15));
	background:#fd8a15 linear-gradient(top, #f8a344, #fd8a15);
	box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1);*/
}
div.cartlist_ div.submit_inner_ a:first-of-type{
	float: left;
}
div.cartlist_ div.submit_inner_ a:last-of-type{
	float: right;
}

div.cart_submit_ {
	margin: 25px 0;
}
div.cart_submit_ ul {
	padding: 15px;
}
div.cart_submit_ ul li {
	text-align: center;
}
div.cart_submit_ .submit_top_ ul li {
	margin-top: 10px;
}
div.cart_submit_ .submit_bottom_ {
	background-color: #F0F0F0;
	margin-top: 25px;
}
div.cart_submit_ .submit_bottom_ ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.cart_submit_ .submit_bottom_ ul li {
	width: 48%;
}
div.cart_submit_ .submit_bottom_ ul li.btn_logn_ {
	width: 100%;
	margin-top: 10px;
}
div.cart_submit_ .submit_bottom_ ul li a {
	display: block;
	width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #FFB50D;
	border: 1px solid #FFB50D;
}
div.cart_submit_ .submit_bottom_ ul li .large_button_ {
	color: #EB3334;
	margin: 0;
	border: 1px solid #EB3334;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_{
}

/* ご注文主（ログイン時） */
div.method_host_{
}

div.method_host_ div.host_info_{
	margin: 0 10px;
}

div.method_host_ .host_name_ {
	margin: 0 0 10px;
}
div.method_host_ .host_name_ strong{
	font-weight: normal;
	font-size: 16px;
}
div.address_item_ .address_title_ strong {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	margin-left: 10px;
}
.addresslist_ .address_item_:nth-child(3) .dest_disp{
	display: none;
}
.addresslist_ .address_item_:nth-child(3) .address_title_{
	position: relative;

}
.addresslist_ .address_item_:nth-child(3) .address_title_::before{
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: -0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	content: '';
	z-index: 1;
}
.addresslist_ .address_item_.disp_before .address_title_::before{
	display: none;
}
.addresslist_ .address_item_:nth-child(3) .address_change_{
	display: none;
}
.addresslist_ .address_item_:nth-child(n+3){
	display: none;
}
div.method_host_ address{
	font-size: 14px;
	line-height: 1.5;
	background:#FFF;
	font-style:normal;
}
table.method_host_{
	margin-bottom:20px;
	width:100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input{
	width:300px;
}

/**/
/* 送り主（ログイン時） */
div.method_sender_{
	margin-bottom:10px;
}
div.method_sender_ div.sender_info_{
	margin-bottom:5px;
	padding-left:10px;
}
div.sender_change_{
	padding:5px;
	margin:0 10px 10px 10px;
	background:#F0F0F0;
	border:1px solid #CCC;
	width:auto;
}
div.method_sender_ ul.method_sender_{
	width:90%;
	padding-left:20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_{
}
div.addresslist_{
}
div.address_item_{
	margin:0 10px 10px;
	padding: 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position: relative;
	background: #FFF;
	border: 5px solid #F0F0F0;
	box-sizing: border-box;
	overflow: hidden;
}
div.address_item_ .address_title_{
	padding: 0 7px 0;
	background: #F0F0F0;
}
div.address_item_ .address_title_ input[type="radio"] {
	margin: 0 5px 0 0;
}
div.address_item_ .dest_disp address{
	font-size: 14px;
	line-height: 1.5;
	padding:10px;
	background:#FFF;
	font-style:normal;
}
#address .address_item_ label{
	padding: 0 0 0 12px;
    margin: 0 0 0 -22px;

    height: 45px;
    line-height: 45px;
    display: inline-block;	
}
#address .address_item_ label strong{
	height: 45px;
    line-height: 45px;
    display: block;	
}
div.address_change_{
	text-align: center;
  float: right;
  margin: 0 15px 15px
}
div.address_change_ input{
	background: #FFF;
	border: 1px solid #7A7A7A;
	border-radius: 5px;
	color: #7A7A7A;
	font-size: 12px;
	display: block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 10px;
}
div.address_bottom_{
	padding:0 10px;
	text-align:right;
}
div.address_bottom_ input{
	margin-bottom: 40px;
	font-size: 14px;
	color: #FFF;
	background: #444444;
	border-radius: 5px;
	padding: 5px 10px;
}
div.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #444444;
	border: 1px solid #CCC;
}
.address_item_morebtn_{
	width: auto;
	font-size: 14px;
	border: 1px solid #000000;
	border-radius: 5px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 14px;
	margin: 0 10px 10px;
	background: url(../img/sys/morebtn.png) right 14px center no-repeat;
	background-size: 12px 12px;
}
/**/
/* 配送方法 */
div.method_box_{
}
#couponpoint_title,
div.method_host_ h2.common_headline2_,
div.method_address_ h2.common_headline2_,
div.method_box_ h2.common_headline2_ {
	text-align: left;
	margin: 40px 10px 20px;
	width: auto;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
}
#couponpoint_title{
	margin-bottom: 30px;
}
div.method_box_ h3{
	margin:0 0 10px 0;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	background:#F0F0F0;
}
div.method_box_ div.method_box_content_{
	padding:0 10px 10px;
}
div.method_box_ div.method_box_content_ label{
	font-size: 13px;
	line-height: 1.5;
	padding:0;
	margin: 0;
	display:inline-block;
}
div.method_box_ div.method_box_content_ label strong {
	font-size: 13px;
	line-height: 1.5;
}
div.method_box_ div.method_box_content_ input[name="coupon"] {
	width: 55.7%;
	margin: 0;
	padding: 0 10px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #BBB;
}
div.method_box_ div.method_box_content_ input[name="promotion_code"] {
	width: 100%;
	margin-top: 10px;
}
/**/
/* 配送希望日時指定 */
#method_gift,
#method_date,
#method_coupon,
#method_point{
	margin: 0 10px;
}
#method_gift h2,
#method_date h2{
	margin: 0 0 20px;
	padding: 0;
}
#method_gift h2 + p,
#method_date h2 + p{
	font-size: 12px;
	margin: 15px 0 34px 0;
	line-height: 1.5;
}

#method_date.method_box_ h3,
#method_coupon.method_box_ h3,
#method_point.method_box_ h3{
	background-color: unset;
	line-height: 1;
	margin: 0 0 20px;
	padding: 0 0 16px;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px dashed #707070;
}
div#method_gift.method_box_ .method_box_content_,
div#method_date.method_box_ .method_box_content_{
	padding: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.noshi_pulldown_{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
	height: 45px;
	line-height: 45px;
	background: url(../img/sys/pulldown.png) right 17px center no-repeat;
	background-size: 8px 6px;
	color: #000000;
	font-size: 13px;
	border-radius: 5px;
	margin: 0 0 39px;
	padding: 0 0 0 15px;
}
div#method_date.method_box_ .method_box_content_ select{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
	height: 45px;
	background: url(../img/sys/pulldown.png) right 17px center no-repeat;
	background-size: 8px 6px;
	color: #000000;
	font-size: 13px;
}
#method_date dl dt{
	margin-bottom:5px;
	float:left;
	display:inline;
	font-weight:bold;
}
#method_date dl dd{
	margin-left:8em;
	margin-bottom:5px;
}
#method_gift .noshi_comment_,
#method_date .noshi_comment_{
	margin: 0 0 8px;
	padding: 0;
	color: #000000;
	font-size: 13px;
}
/**/

/*のし*/
#gift{
	text-align: center;
	margin-bottom: 40px;
	display: none;
}
#gift img{
	height: 129px;
}
#noshi_wrap{
	position: relative;
}
div#method_gift.method_box_ #noshi.method_box_content_{
	position: absolute;
	top: 100px;
	background: #fff;
	border-radius: 5px;
	width: 194px;
	border-radius: 8px;
	margin: 0;
	display: none;
	box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.16);
}
#noshi span{
	width: 9.6%;
}
#noshi span,
#noshi label{
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: none;
	border-bottom: 1px solid #D7D7D7;
}
#noshi label{
	width: 90%;
}
#noshi span:last-of-type,
#noshi label:last-of-type{
	border: none;
}
#noshi input[type="radio"]:checked + span::before{
	width: 11px;
	height: 11px;
	background: url(../img/sys/checked.png) center 50% no-repeat;
	background-size: 11px 9px;
	border: none;
	display: block;
}
#noshi input[type="radio"]:checked + span::after{
	display: none;
}

#noshi input[type="radio"] + span::before{
	display: none;
}
/*のし*/


/* ポイント */
#method_point .method_box_content_{
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
}
.currentpoint_{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 13px;
}
.currentpoint_ strong{
	font-size: 16px;
}
.point_use_ #pointpay_num{
	margin: 10px 6px 0 0;
	padding: 0 10px;
	width: 65%;
	height: 40px;
	box-sizing: border-box;
}
.point_use_ #pointpay_num + span{
	vertical-align: bottom;
	font-size: 14px;
}
.point_use_{
	font-size: 14px;
	margin-top: 9px;
	margin-bottom: 20px;
}
/**/


/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_{
}
div.spandual_ .common_headline2_ {
	text-align: left;
	margin: 37px 10px 21px;
	width: auto;
}
div.spandual_ table{
	width:100%;
}
div.spandual_ img.promotion_{
	width: 200px;
	height: 150px;
}
div.spandual_ img.promotion_none_{
	width: 200px;
	height: 50px;
}
div.estimate_textlink{
	margin: 20px 5px 25px;
}
div.estimate_textlink a{
	color: #20A0D0;
	font-size: 12px;
	text-decoration: underline;
}
div.estimate_textlink a:hover{
	text-decoration: none;
}
div.estimate_textlink p{
	margin: 0 0 12px;
	padding: 0;
}
div.estimate_textlink p:last-child{
	margin: 0;
}
/* ご注文の商品 */
table.estimate_{
	border: 0;
	/*border:1px solid #CCCCCC;*/
	margin-bottom:10px;
	width:100%;
}
table.estimate_ th{
	/*border-bottom:1px solid #CCCCCC;*/
	/*background-color:#F8F8F8;*/
	/*padding:3px;*/
	font-weight:normal;
	text-align:left;
}
table.estimate_ td{
	/*padding:3px;*/
}
table.estimate_ td textarea{
	max-width:95%
}
table.estimate_.sales_,
table.estimate_method_{
	/*border-top:1px solid #CCCCCC;*/
}
table.estimate_.sales_ th,
table.estimate_method_ th{
	font-size: 13px;
	line-height: 1.5;
	width:40%;
	text-align:left;
	/*border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
	white-space:nowrap;
	/*background-color:#F8F8F8;*/
	/*padding:3px;*/
}
table.estimate_.sales_ td,
table.estimate_method_ td{
	font-size: 13px;
	line-height: 1.5;
	width:60%;
	/*padding:3px;*/
	text-align:right;
	/*border-bottom:1px solid #CCCCCC;*/
	/*border-right:1px solid #CCCCCC;*/
}
table.estimate_.sales_ td.nocell_{
	border:none !important;
}

/* 商品一覧 */
table.goodslist_{
	text-align:left;
}
table.goodslist_{
	/*border:1px solid #CCCCCC;*/
	margin-bottom: 10px;
}

table.goodslist_ td{
	/*padding:3px;*/
	/*border-right:1px solid #CCCCCC;*/
	/*border-bottom:1px solid #CCCCCC;*/
}
table.goodslist_ .goods_{
	width:20%;
}
table.goodslist_ .name_{
	font-size: 13px;
	line-height: 1.5;
	width: 20%;
}
#frmLP table.goodslist_ .name_{
	font-size: 13px;
	line-height: 1.5;
	width: 5%;
}
table.goodslist_ .qty_{
	width: 10%;
	text-align:right;
}
table.goodslist_ .net_{
	width: 10%;
}
table.goodslist_ .tax_{
	width: 10%;
}
table.goodslist_ .amt_{
	width:20%;
	text-align:right;
}
table.goodslist_ .money_{
	width:20%;
	text-align:right;
}
table.goodslist_ th {
	padding: 15px 5px;
	white-space:nowrap;
	text-align: center;
}
table.goodslist_ th, table.goodslist_ .title_{
	font-size: 13px;
	line-height: 1.5;
	/*white-space:nowrap;*/
	font-weight:normal;
	/*border-bottom:1px solid #CCCCCC;*/
	/*border-right:1px solid #CCCCCC;*/
	/*background-color:#F8F8F8;*/
	/*padding:3px;*/
}
table.goodslist_ .title_ {
	text-align:left;
}
div.goodslist_{
	margin-top: 50px;
}
div.goodslist_item_{
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #BBBBBB;
}
div.formlist_.goodslist_ figure{
	margin: 0 2.6% 0 0;
	padding: 0;
	width: 24%;
	float: left;
}
div.formlist_.goodslist_ figure img{
	max-width: 100%;
}
div.goodslist_item_detail_{
	width: 73.4%;
	float: left;
}
div.goodslist_item_detail_ p:nth-child(1){
	font-size: 14px;
	color: #000;
	margin-bottom: 4.5%;
}
div.goodslist_item_detail_ p:nth-child(2){
	text-align: right;
	font-size: 13px;
	margin: 0 0 12px;
	color: #000;
}
div.goodslist_item_detail_ p:nth-child(3){
	text-align: right;
}
div.goodslist_item_detail_ p:nth-child(2) > span,
div.goodslist_item_detail_ p:nth-child(3) > span{
	display: inline-block;
	font-size: 13px;
	color: #000;
}
div.goodslist_item_detail_ p:nth-child(2) > span:first-child,
div.goodslist_item_detail_ p:nth-child(3) > span:first-child{
	width: 80px;
}
div.goodslist_item_detail_ p:nth-child(2) > span:last-child,
div.goodslist_item_detail_ p:nth-child(3) > span:last-child{
	min-width: 50px;
}
div.goodslist_item_detail_ span.value_{
	font-size: 15px;
}
div.goodslist_item_detail_ span.tax_{
	font-size: 10px;
}
div.goodslist_item_detail_ span.current_{
	font-size: 13px;
}
.detail_price_{
	text-align: right;
	border-bottom: 1px solid #000000;
	padding: 0 0 14px;
	margin: 13px 0 19px;
}
.detail_price_ p{
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	width: 70px;
}
.detail_price_ p:first-child{
	margin-right: 4%;
    width: 112px;
    text-align: left;
}
.detail_price_ p:first-child span.tax_{
	font-size: 10px;
}
.total_ p span.tax_{
	font-size: 10px;
}
.detail_price_ p:last-child{
	margin-bottom: 0;
}
.estimate_.sales_ .total_ {
	text-align: right;
}
.estimate_.sales_ .total_ p{
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}
.estimate_.sales_ .total_ p span.tax_{
	font-size: 12px;
}
.estimate_.sales_ .total_ p span.value_{
	font-size: 24px;
	color: #F23508;
	font-weight: bold;
}
.estimate_.sales_ .total_ p span.current_{
	font-size: 14px;
	color: #F23508;
}
.estimate_.sales_ .total_ p:first-child{
	margin-right: 23px;
}
.estimate_.sales_ .tax_ {
	text-align: right;
	margin-bottom: 15px;
}
.estimate_.sales_ .tax_ p{
	display: inline-block;
	font-size: 12px;
}
.estimate_.sales_ div.tax_percentage_{
	text-align: right;
	color: #000000;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.estimate_.sales_ div.method_{
	text-align: right;
	color: #000000;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.estimate_.sales_ .method_ p{
	display: inline-block;
	font-size: 12px;
}
.estimate_.sales_ .point_main_{
	background: #F7F7F7;	
	height: 36px;
	float: right;
	line-height: 36px;
	padding: 0 9px 0 16px;
	box-sizing: border-box;
	margin-bottom: 11px;
}
.estimate_.sales_ .point_{
	overflow: hidden;
	margin-bottom: 10px;
}
.estimate_.sales_ .point_ > p{
	clear: both;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
}
.estimate_.sales_ .point_ > p:last-child{
	margin: 0;
}
.estimate_.sales_ .point_main_:after, .estimate_.sales_ .point_main_:before {
    content: "";
    clear: both;
    display: block;
}
.estimate_.sales_ .point_main_ p{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
}
.estimate_.sales_ .point_main_ p:last-child{
	font-size: 12px;
	color: #F23508;
	padding-left: 38px;
}
.estimate_.sales_ .point_main_ p:last-child span{
	font-size: 16px;
	color: #F23508;
	font-weight: bold;
}
.formdetail_.estimate_.sales_ ul{
	text-align: right;
	margin: 0;
	padding: 0;
}
.formdetail_.estimate_.sales_ ul li{
	margin-bottom: 10px;
}
.formdetail_.estimate_.sales_ ul li a{
	color:#20A0D0;
	font-size: 12px;
}
.formdetail_.estimate_.sales_ ul li:last-child{
	margin: 0;
}
/* 配送情報 */
table.host_, table.sender_{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
table.host_ th, table.sender_ th{
	/*border-bottom:1px solid #CCCCCC;*/
	/*background-color:#F8F8F8;*/
	/*padding:3px;*/
	font-weight:normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	font-size: 13px;
	line-height: 1.5;
	/*padding:3px;*/
}

div.order_ .method_addr_{
	font-size: 13px;
	line-height: 1.5;
	margin:0 10px 10px;
	padding:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width:100%;
}
table.card_ label{
	margin:0 20px 0 5px;
}
table.convinience_ th{
	width:16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_{
}
div.order_ table.estimate_method_ th{
	width:40%;
	text-align:left;
	background-color:#F8F8F8;
	font-weight:normal;
}
div.order_ table.estimate_method_ td{
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_{
	border:none;
}
div.order_ div.method_gift_ .gift_comment_{
	margin-bottom:10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label{
	padding:5px 0;
	display:inline-block;
}
div.order_ div.method_gift_ label{
	margin-right:20px;
}
div.order_ div.method_gift_ p.comment_{
	margin:5px 0 10px 0;
}
div.order_ table.method_gift_ td{
	border:none;
}
div.estimate_card_form_{
}


/* お届け先 */
div.order_ table.dest_{
	width:100%;
}
div.destgoodslist_{
	padding:0 10px 10px;
}
table.destgoodslist_{
	width:100%;
}
table.destgoodslist_{
	margin-bottom:10px;
/*	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
}
table.destgoodslist_ th{
	font-size: 13px;
	line-height: 1.5;
	width:30%;
/*	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:3px;
	background-color:#F8F8F8;*/
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
table.destgoodslist_ td{
	font-size: 13px;
	line-height: 1.5;
	/*border-top:1px solid #CCCCCC;*/
	vertical-align:top;
	/*padding:3px;*/
}
table.destgoodslist_ span.img_s_{
	float:left;
	width:20%;
}
table.destgoodslist_ span.img_s_ img{
	width:46px;
}
table.destgoodslist_ span.name_{
	font-size: 13px;
	line-height: 1.5;
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align:left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea{
	width:95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin:0;
	padding:0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea{
	width:95%;
}
table.approval_purchase_ th{
	border-right-style:none;
	background-color:#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 #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div.order_ table.order_ td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
div.order_ table.order_ th{
	width:25%;
	background-color:#F8F8F8;
	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;
	vertical-align:baseline;
}
div.order_ dl.card_ dd label{
	padding:5px 0;
	margin-right:20px;
	display:inline-block;
}

form#frmLP h2.common_headline2_{
	width: auto;
	line-height: 1;
}
form#frmLP table.formlist_.goodslist_{
  margin: 0 10px 10px;
  width: auto;
}
form#frmLP table.formlist_.goodslist_ select{
	margin-bottom: 0;
}
form#frmLP table.formlist_.goodslist_ select[name="goods"]{
	width: 100%;
	background: url(../img/usr/sb/arrow_select.png) no-repeat 97% center;
  background-size: 8px 6px;
}
form#frmLP table.formlist_.goodslist_ select[name="qty"]{
	background: url(../img/usr/sb/arrow_select.png) no-repeat 90% center;
  background-size: 8px 6px;
}
table.goodslist_ .name_#goods_name{
	width: 50%;
}
/*注文確認画面*/
.spandual_.estimate_{
	background: #F5F5F5;
	padding: 20px 10px;
	margin: 40px 0;
}
.spandual_.estimate_ .box_{
	margin: 0 0 10px;
	padding: 22px 20px;
	background: #FFF;
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
	border-radius: 5px;
}
#carderr_dialog + .common_headline2_{
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	text-align: left;	
	margin: 0 10px 16px;
}
.spandual_.estimate_ .common_headline2_{
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}
.spandual_.estimate_ .method_addr_{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 1.8;
}
.spandual_.estimate_ .box_ p{
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
.spandual_.estimate_ .box_ p:first-child{
	font-size: 14px;
	margin: 0 0 10px 0;
}
.estimate_card_form_ span{
	margin: 0 10px;
	display: block;
}
.formdetail_.estimate_.card_.history_{
	margin-bottom: 18px;	
}
.formdetail_.estimate_.card_.history_,
.formdetail_.estimate_.card_.history_ dd{
	border: none;

}
.formdetail_.estimate_.card_.history_ dd{
	background: #F0F0F0;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.formdetail_.estimate_.card_.history_ dd:last-child{
	margin-bottom: 0;
}
.formdetail_.estimate_.card_.history_ label{
	position: relative;
	padding: 0 0 0 5px;
}
.formdetail_.estimate_.card_.history_ label span{
	display: inline;
}
.formdetail_.estimate_.card_.history_ label span::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #DBDCDB;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    vertical-align: text-top;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.formdetail_.estimate_.card_.history_ label input{
	display: none;
}
.formdetail_.estimate_.card_.history_ label input:checked + span::before{
    background-color: #000000;
    border-color: #00
}

.formdetail_.estimate_.card_.history_ label input + span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
}
input[name="submit.x"]{
	color: #FFF;
	background: #F23508;
	border: none;
}
/*注文確認画面*/

/*会員登録画面*/
.customer_.col1_ .formdetail_.customer_.at-checkbox-design{
	margin: 0;
	border: none;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd,
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dt{
	border: none;
	position: relative;
}
#isErrorIcon_kana,
#isErrorIcon_name{
	position: absolute;
	top: 5px;
	left: 40%;
	border-radius: 50%;
}
#isErrorIcon_kana2,
#isErrorIcon_name2{
	position: absolute;
	top: 5px;
	right: 15px;
	border-radius: 50%;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dt{
	font-size: 16px;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd{
	font-size: 14px;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input{
	margin-left: 10px;
	margin-right: 14px;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="name"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="name2"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="kana"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="kana2"]{
	width: 135px;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd p.small_{
	line-height: 1.5;
	
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd div.label_{
	background: #F0F0F0;
	border-radius: 5px;
	padding: 14px 16px;
	margin-top: 40px;
	margin-bottom: 15px;
}
dl.formdetail_.customer_ dd div.label_ input[type="radio"] + span{
	margin: 0;
	padding: 0;
}
dl.formdetail_.customer_ dd div.label_ input[type="radio"] + span + label{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;	
}
dl.formdetail_.customer_ dd div.label_ input[type="checkbox"] + span + label{
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	margin: 1px 0 0 10px;
	padding: 0;
}
.at-checkbox-design div.label_ input[type="checkbox"]:checked + span{
	background: #FFF;
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
}
.at-checkbox-design div.label_ input[type="checkbox"]:checked + span::after{
	border-right: 2px solid #000;
    border-bottom: 2px solid #000;	
}
.customer_.col1_ .submit_ .message_{
	text-align: left;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/*会員登録画面*/



/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width:95%;
}
.formdetail_.estimate_.card_{
	margin-top: 20px;
}
#frmSalesVT3G #chkmailnews_title,
#frmSalesVT3G #chkcustomer_title,
#frmSales #chkmailnews_title,
#frmSales #chkcustomer_title{
	margin: 0 10px;
	padding: 15px 12px;
	background-color: #F5F5F5;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;	
	font-size: 13px;
	line-height: 1.5;
}
#frmSalesVT3G #chkmailnews_title + dd,
#frmSalesVT3G #chkcustomer_title + dd,
#frmSales #chkmailnews_title + dd,
#frmSales #chkcustomer_title + dd{
	margin: 0 10px;
	font-size: 13px;
	line-height: 1.5;	
	padding: 15px 12px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

#frmSalesVT3G #chkcustomer_title + dd,
#frmSales #chkcustomer_title + dd{
	margin-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;	
}
#frmSalesVT3G .customer_other_info_ dd + p.message_,
#frmSales .customer_other_info_ dd + p.message_{
	margin-bottom: 10px;
	margin-top: 20px;
}
form#frmSales div.submit_ input.button_.large_button_.orange_button_{
	color: #fff;
  backgroun d-color: #EB3334;
  border: 1px solid #EB3334;
} 
#loginstatesaving{
	display: inline;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  border: 1px solid #5D5D63;
	accent-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
.block-landingpage-login--member-body{
	text-align: center;
}
.block-landingpage-login--member-body .submit_{
    margin: 20px 10px 20px;
}
/* 注文同時会員登録 */
.block-estimate-customer--login-state-saving {
	margin-top: 20px;
	margin-bottom: 15px;
}
.block-estimate-customer--login-state-saving label {
	margin: 0px;
}
.block-estimate-customer--login-state-saving-message {
	margin-top: 10px;
}

.block-lp-estimate-customer--login-state-saving {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.block-lp-estimate-customer--login-state-saving label {
	margin: 0px;
}
.block-lp-estimate-customer--login-state-saving-message {
	margin-top: 10px;
}
/**/
div.method_salesappend_ .common_headline2_ {
	margin: 37px 10px 21px;
	text-align: left;
	width: auto;
}
div.method_salesappend_ dl.salesappend_ dt,
div.method_salesappend_ dl.salesappend_ dd {
	font-size: 13px;
	line-height: 1.5;
}

/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom:10px;
}
div.intro_box_ table{
	width:100%;
}
div.intro_box_ table.intro_address_{
	border:1px solid #cccccc;
	margin-bottom:10px;
}
div.intro_box_ table th{
	font-weight:normal;
	text-align:left;
	background-color:#e5f3ff;
	padding:3px;
}
div.intro_box_ table td {
	padding:3px;
}
div.intro_box_ table td.title_ {
	width:24%;
}
div.intro_box_ table.intro_address_ .even td {
	background-color:#ffffe0;
}
.mail_ input {
/*	width:95%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
}
/* 注文同時会員登録 */
div.order_ span.point_ {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

div.order_ div.point_box_ {
margin-left:1.5em;
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
	margin: 0 auto 20px;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

div.amazon_wrapper {
	margin: 30px 0 0;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_{
	margin:0 0 10px;
}
div.box_ dl.formdetail_{
	margin-left:0;
	margin-right:0;
}
dl.formdetail_ dt{
	padding: 15px 12px;
	background-color: #F5F5F5;
	font-size: 16px;
}
dl.formdetail_ dd img.must_{
	margin-left:5px;	
	width: 36px;
	vertical-align: sub;
}
div.col1_ dl.formdetail_ dt img.must_,
dl.formdetail_ dt img.must_{
	margin-left:5px;
	vertical-align:sub;
	position: absolute;
	right: 20px;
	width: 36px;
	height: auto;
}
dl.formdetail_ dd{
	padding: 15px 12px;
}
dl.formdetail_ dd:last-child{
	border-bottom: 0;
}
dl.formdetail_ dd input[type="text"]{
	margin-left: 10px;
    margin-right: 16px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #BBBBBB;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select{
	max-width:96%;
	min-width:26%;
}
dl.formdetail_ dd select[name="yy_birth"],
dl.formdetail_ dd select[name="mm_birth"],
dl.formdetail_ dd select[name="dd_birth"],
dl.formdetail_ dd select[name="pref"]{
	border: 1px solid #BBBBBB;
	background: url(../img/sys/pulldown.png) right 17px center no-repeat;
	background-size: 8px 6px;

}
dl.formdetail_ dd select[name="yy_birth"]{
	width: 100px;
	margin-right: 5px;
	margin-bottom: 10px;
}
dl.formdetail_ dd select[name="mm_birth"],
dl.formdetail_ dd select[name="dd_birth"]{
	width: 75px;
	max-width: 75px;
	min-width: 75px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
dl.formdetail_ dd select[name="job1"],
dl.formdetail_ dd select[name="sex"]{
	width: 100%;
	max-width: 100%;
	margin: 15px 0;
	border: 1px solid #BBBBBB;
	background: url(../img/sys/pulldown.png) right 17px center no-repeat;
	background-size: 8px 6px;
}
dl.formdetail_ dd textarea{
	width: 100%;
	max-width: 100%;
	height: 85px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design{
	margin: 0 0 0;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design:last-of-type{
	margin-bottom: 60px;
}
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="addr"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="addr2"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="addr3"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="tel"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="job2"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="pwd"],
.customer_.col1_ .formdetail_.customer_.at-checkbox-design dd input[name="cpwd"]{
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-left: 0;
	border: 1px solid #BBBBBB;
	margin: 15px 0;
}
#lp_order_step2{
	display: block;
	margin: 0 10px 21px;
}
#lp_order_step2 img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* --------------------------------------------------------------------
	モーダルエリア
-------------------------------------------------------------------- */
#modal{
display:none;
}
#modal .close_ span{
padding:5px 40px 5px 7%;
display:block;
background:#4b3131 url(../img/usr/sb/ico_close.png) 98% center no-repeat;
-moz-background-size:22px 22px;
-webkit-background-size:22px 22px;
background-size:22px 22px;
text-align:right;
color:#ffffff;
line-height:22px;
}
#modal .search_{
padding:10px 3% 5px 7%;
background:#f6f1eb;
position:relative;
}

.modalmenu_ttl {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background: #f6f1eb;
	-moz-shadow: 40px 0 50px -50px #000000 inset;
    -webkit-box-shadow: 40px 0 50px -50px #000000 inset;
	box-shadow: 40px 0 50px -50px #000000 inset;
	padding: 3%;
}
.modalmenu_ttl a {
	color: #000;
	text-decoration: underline;
}
.modalmenu_tokusyu {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	background: #f6f1eb;
	-moz-shadow: 40px 0 50px -50px #000000 inset;
    -webkit-box-shadow: 40px 0 50px -50px #000000 inset;
    box-shadow: 40px 0 50px -50px #000000 inset;
	padding: 0 3% 5%;
}
.modalmenu_tokusyu li {
	width: 48%;
}
.modalmenu_tokusyu img {
	width: 100%;
}
.modal_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.modal_bnr_img {
	width: 50%;
}
.modal_bnr img {
	width: 100%;
}
#meritbnr{
	text-align: center;
	padding: 0 3% 15px;
	display: block;
	background: #f6f1eb;
  -moz-shadow: 40px 0 50px -50px #000000 inset;
  -webkit-box-shadow: 40px 0 50px -50px #000000 inset;
  box-shadow: 40px 0 50px -50px #000000 inset;
}
#meritbnr a{
	display: block;
}
#meritbnr a img{
	vertical-align: bottom;
	width: 100%;
}


#modal h2.navtitle_{
/*padding:10px 2% 10px 3%;*/
font-size:12px;
}
#modal h2.navtitle_top {
	border-bottom: 1px solid #fff;
	background: #e6240f url(../img/usr/sb/modalshape.gif) 97% center no-repeat;
	background-size: 5px 7px;
	padding: 0;
}
#modal h2.navtitle_top a {
	display: block;
	padding:10px 2% 10px 3%;
}
#modal nav.CategoryStyleG_,
#modal nav.GenreStyle_{
border-bottom:1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul.layer0_,
#modal nav.GenreStyle_ ul.layer0_{
background-color:#775656;
}
#modal nav.CategoryStyleG_ ul.layer1_,
#modal nav.GenreStyle_ ul.layer1_{
display:block;
background-color:#271212;
}
#modal #bnr_line_discount{
	padding: 0px 15px 20px;
	background: #271212;
}
#modal #bnr_line_discount img{
	width: 100%;
}

#modal nav.CategoryStyleG_ ul.layer1_,
#modal nav.guide_ ul.layer1_ {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
}
#modal nav.CategoryStyleG_ ul.layer1_ li,
#modal nav.guide_ ul.layer1_ li {
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#modal nav.CategoryStyleG_ ul.layer1_ li:nth-child(odd),
#modal nav.guide_ ul.layer1_ li:nth-child(odd) {
	border-right: 1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul.layer1_ li:nth-child(even):nth-last-child(2),
#modal nav.guide_ ul.layer1_ li:nth-child(even):nth-last-child(2) {
	border-bottom: 1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul li,
#modal nav.GenreStyle_ ul li{
border-top:1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul li.bn {
	display: none;
}
#modal nav.CategoryStyleG_ ul.layer0_ > li > a,
#modal nav.GenreStyle_ ul.layer0_ > li > a,
#modal nav.guide_ > a{
display: block;
padding:5px 2% 5px 3%;
color:#ffffff;
font-weight:bold;
background: #775656 url(../img/usr/sb/arrow_white_r.png) 97% center no-repeat;
background-size: 4px 6px;
}
#modal nav.CategoryStyleG_ ul.layer0_ > li > a.nolink {
background: #775656;
}
#modal nav.CategoryStyleG_ ul.layer0_ > li > a.nolink img {
	display: inline-block;
	width: 7px;
	margin: 0 1px;
	vertical-align: text-bottom;
}
#modal nav.guide_ > a p {
	margin: 0;
}
#modal nav.CategoryStyleG_ ul.layer1_ > li > a,
#modal nav.GenreStyle_ ul.layer1_ > li > a{
width: 100%;
padding:10px 20px 10px 7%;
background:url(../img/usr/sb/ico_arw_menu.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#ffffff;
}
#modal nav.GenreStyle_ ul.layer1_ > li > a {
padding:10px 20px 10px 3%;
}
#modal nav.CategoryStyleG_ ul.layer2_,
#modal nav.GenreStyle_ ul.layer2_,
#modal nav.CategoryStyleG_ ul li p.parent_,
#modal nav.GenreStyle_ ul li p.parent_,
#modal nav.CategoryStyleG_ ul li p.parent_.img_hidden_,
#modal nav.GenreStyle_ ul li p.parent_.img_hidden_{
display:none;
}
#modal nav.guide_{
background-color:#271212;
border-bottom:1px #4b3131 solid;
}
#modal nav.guide_ li{
border-top:1px #4b3131 solid;
}
#modal nav.guide_ li a{
width: 100%;
display:block;
padding:10px 20px 10px 7%;
background:url(../img/usr/sb/ico_arw_menu.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#ffffff;
}
#modal .close_ a,
#modal .search_,
#pageslide h2,
#pageslide li a{
-moz-shadow:40px 0 50px -50px #000000 inset;
-webkit-box-shadow:40px 0 50px -50px #000000 inset;
box-shadow:40px 0 50px -50px #000000 inset;
}
#pageslide{
/* These styles MUST be included. Do not change. */
display:none;
position:absolute;
top:0;
height:100%;
z-index:999999;
width:80%;
background-color:#271212;
}
#modal form.search_form_{
	padding-right: 0;
}
#modal form.search_form_ input.keyword_{
     border-right: #cbcccc 1px solid;
}
#modal form.search_form_ .search_button_{
	right: 0;
}
/* --------------------------------------------------------------------
	会員規約　認証マーク 
-------------------------------------------------------------------- */
div.secure_btm {
    margin: 20px 10px 40px;
    border: 1px solid #d6d6d6;
    padding: 10px 2%;
}

div.secure_btm .secure_img {
    margin: 20px auto;
    text-align: center;
}

div.secure_btm img {
    vertical-align: middle;
    padding: 2%;
    margin-bottom:-10px;
}

div.secure_btm ul {
    vertical-align: middle;
    padding:2%;
}

div.secure_btm li {
    padding-bottom:10px;
}


.optimaizedH1{
font-size:10px;
	display: none;
}
.rankingbtn_{

    margin-left: 15%;
    margin-right: 15%;  
    border: 1px solid #e82511;
    border-radius: 5px;
    background: #e82511 -webkit-linear-gradient(90deg, #e82511 0%, #fa4532 85%);
    background: #e82511 linear-gradient(0deg, #e82511 0%, #fa4532 85%);
}
.rankingbtn_ a{
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  background: url(../img/usr/sb/arrow_ranking_l.png) 5% center no-repeat;
  background-size: 10px;
}




/* --------------------------------------------------------------------
	ユーザー定義　追随フッター
--------------------------------------------------------------------- */
#gnav{
	height: 64px;
}
div#fcartfixed{
	background: #ffffff;
	height: 56px;
	padding: 6px 12px;
	position: fixed;
	left: 0;
	bottom: 63px!important;
	z-index: 999999999999;
	width: 100%;
	display: none;
}
div#fcartfixed.active{
	display: block;
}
div#fcartfixed p#fcartfixeddescgoodsname{
	font-size: 13px;
	color: #231815;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
p#fcartfixeddescgoodsprice{
	font-size: 13px;
	line-height: 1;
	display: block;
	margin: 4px 0 3px;
}
span#fcartfixeddescgoodspricevalue{
	color: #e83825;
	font-size: 16px;
	font-weight: bold;
}
span#fcartfixeddescgoodspricetax{
	font-size: 12px;
	color: #e83825;
	font-weight: bold;
}
div#fcartfixedinner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#fcartfixeddesc{
	width: 40%;
	float: left;
}
div#fcartfixedbookmark {
	width: 44px;
	margin-right: 7px;
}
div#fcartfixedbookmark a {
	text-indent: -9999px;
	font-size: 0;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	background-image: url(../img/usr/list/tabetaiicon_off.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 44px 44px;
}
div#fcartfixed.active_ div#fcartfixedbookmark a {
	text-indent: -9999px;
	font-size: 0;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	background-image: url(../img/usr/list/tabetaiicon_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 44px 44px;
}
div#fcartfixedbtn{
	flex: 1;
	height: 44px;
}
p#fcartfixeddescgoodspoint{
	margin-top: 0;
	font-size: 11px;
}

div#fcartfixedbtn a{
	display: block;
	text-align: center;
	background-color: #EB3334;
	border-radius: 22px;
}
div#fcartfixedbtn a img{
	/*width: 100%;*/
	height: 44px;
}
#fcartfixedbtncart{
	float: left;
	margin-right: 0.5%;
}
div#fcartfixedbtn a#fcartfixedbtntabetailist{
	width: 33%;
	margin-left: 0.5%;
	float: right;
}
span#fcartfixeddescgoodspointvalue{
	font-size: 12px;
	font-weight: bold;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----絞り込み検索---- */
.disp_none_ {
    display: none;
}
.filter_image_ {
    position: relative;
    display: inline-block;
}
.filter_image_ a {
    text-decoration: none;
}
.filter_image_ a img {
    padding: 0px 3px 3px 0px;
	width: auto;
	height: auto;
}
.filter_image_ a img.filter_element_check_ {
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 28px;
	height: 28px;
}
#cartFixedBar{
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	font-size: 0;
	border-top: 1px solid #c1c2bc;
}
#cartFixedBar p,
#cartFixedBar input{
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#cartFixedBar p{
	text-align: center;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
}
#cartFixedBar p span{
	line-height: 1;
}
#cartFixedBarValue{
	font-size: 14px;
}
#cartFixedBar input{
	margin: 0;
	padding: 0;
	border-radius: 0;
	line-height: 1;
	background: #e6240f;
	padding: 20px 0;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* --------------------------------------------------------------------
	完了画面
-------------------------------------------------------------------- */
div#lineDiscount{
	text-align: center;
	background: #fbfbfb;
	padding: 20px 0;
	margin: 40px 4% 8%;
}
div#lineDiscount span{
	display: block;
	margin: 0 2% 6%;
	display: block;
	line-height: 1;
}
div#lineDiscount span img{
	width: 96%;
	vertical-align: bottom;
}

div#lineDiscount a{
	display: block;
	margin: 0 0;
	text-align: center;
}
div#lineDiscount a img{
	width: 70%;
}

/* --------------------------------------------------------------------
	会員情報変更
--------------------------------------------------------------------- */
dl.formdetail_.customer_ input[name="CustAppendKey3"],
dl.formdetail_.customer_ input[name="CustAppendKey23"] {
	width: 100%;
}
dl.formdetail_.customer_ dd input[type="radio"] + span,
dl.formdetail_.customer_ dd input[type="checkbox"] + span {
	margin: 4px 4px 4px 0;
}
dl.formdetail_.customer_ dd input[type="radio"] + span + label,
dl.formdetail_.customer_ dd input[type="checkbox"] + span + label {
	/*margin: 4px;*/
	padding: 4px 10px 4px 20px;
	margin: 0 0 0 -20px;
	vertical-align: middle;
	display: inline-block;
}
form#frmSales select{
	font-size: 16px;
}
form#frmSales input[type="text"],
form#frmSales textarea,
form#frmLP input[type="text"],
form#frmLP textarea{
	width: 80%;
	padding: 0 2px;
	min-height: 40px;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 16px;
}

form#frmLP input[name="s_name"],
form#frmLP input[name="s_name2"],
form#frmLP input[name="s_kana"],
form#frmLP input[name="s_kana2"]{
	width: 70%;
}
form#frmLP select{
	font-size: 16px;
}
form#frmLP .small_{
	display: block;
}
/*郵便番号*/
ul.ziplist_{
    position: absolute;
    top: auto;
    left: auto;
    background-color: #F0F0F0;
    list-style-type: none;
    
   	width: 72%;
    left: 5%!important;
    font-size: 13px!important;
    margin-top: 10px;
}
ul.ziplist_ li{
	font-size: 13px;
  	padding: 8px 8px;
	text-align:left;
}
/*郵便番号*/

div#chkcustomer_link{
	margin-top: 5px;
	display: none;
}
div#chkcustomer_link a{
	text-decoration: underline;
}
div#chkcustomer_link a:first-child{
	margin-right: 5px;
}
div#chkcustomer_link a:last-child{
	margin-left: 5px;
}
#chkcustomer_title + dd div#chkcustomer_link{
	display: block;
}

/* --------------------------------------------------------------------
	ランディングページ用
-------------------------------------------------------------------- */
form#frmLP .formdetail_ .firstname {
  margin-right: 0px;
  border-right: none;
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
  margin-bottom: 5px;
  width: 40%;
}

form#frmLP .formdetail_ .lastname {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
  margin-bottom: 5px;
  width: 40%;
}

.lp_margin-left_0_ {
	margin-left: 0px !important;
}

.lp_margin-left_10_ {
	margin-left: 10px !important;
}

/* --------------------------------------------------------------------
	カート画面　追加の一品にこちらはいかがでしょうか？
-------------------------------------------------------------------- */

div#cart_additemlist{
	margin: 25px 0 0 0;
}
div#cart_additemlist h2{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
	color: #222222;
}
div#cart_additemlist table{
	width: 100%;
	border-top: 1px solid #BBBBBB;
}
div#cart_additemlist table:last-of-type{
	border-bottom: 1px solid #BBBBBB;
}
div#cart_additemlist table td:first-of-type img{
	width: 50px;
}
div#cart_additemlist table td:last-of-type img{
	width: 100%;
	height: auto;
}
div#cart_additemlist table td{
	font-size: 14px;
	color: #222222;
	vertical-align: top;
	padding: 5px 5px;
	width: 16%;
}
div#cart_additemlist table td + td{
	padding: 5px 0 5px 0;
	width: 55%;
}
div#cart_additemlist table td + td img{
		height: 18px;
}
div#cart_additemlist table td + td + td{
	vertical-align: middle;
	padding: 5px 5px;
	width: 30%;
}
div#cart_additemlist table p{
	line-height: 1.4;
	margin: 5px 0 5px 0;
	padding: 0;
}
div#cart_additemlist table p a{
	font-size: 12px;
	font-weight: bold;
}
div#cart_additemlist table p a span{
	font-weight: normal;
	display: block;
}
div#cart_additemlist table p:last-of-type{
	text-align: right;
	margin: 0;
}

.cartlist_.col1_ #sidebox_itemhistory{
	display: none;
}
.customer_.col1_ .submit_ input[name="confirm.x"],
.order_.col1_ .submit_ input[type="submit"]{
    color: #ffffff;
    background-color: #EB3334;
    border: 1px solid #EB3334;
	font-weight: normal;
}

.button_.large_button_.blue_button_{
	border: none;
	height: unset;
	line-height: unset;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	text-decoration: underline;
	position: relative;
	padding: 0 0 0 15px;
	background: url(../img/sys/back.png) 0 center no-repeat;
	background-size: 10px;
	display: inline;
	width: auto;
}
dl.formdetail_.withdrawal_ dd input[type="text"]{
	margin-left: 0;
}
dl.formdetail_.withdrawal_ dd input[type="password"]{
	padding: 10px;
	border: 1px solid #BBBBBB;
}
.withdrawal_ + .submit_ .button_.large_button_.blue_button_{
	color: #777777;
}

/* 202406 アンケートフォームcss調整 */

.questionnaire_ dl.questionnaire_input_ dt{
	padding-right: 55px;
	position:relative
}
.questionnaire_ dl.questionnaire_input_ dt img.must_ {
	top: 50%;
	transform: translateY(-50%);
}

.questionnaire_ dl.questionnaire_input_ dd > br{
	display: none !important;
}

.questionnaire_ dl.questionnaire_input_ dd label{
	display: inline-block;
	width: 90%;
	margin: 5px 0;
}
.questionnaire_ dl.questionnaire_input_ dd input{
	margin-bottom: 5px;
}
/* 
.questionnaire_ dl.questionnaire_input_ #th0 + dd label,
.questionnaire_ dl.questionnaire_input_ #th1 + dd label{
	display: inline;
} */

/* フッターLINEバナー */
#footer_guide .footer_linebnr{
	width: 89.5%;
	margin: 0 auto 40px;
	margin-bottom: 30px;
}

/* 購入完了画面ボタン改修 */
.order_.col1_ .submit_.back-home-btn{
	display: flex;
	align-items: center;
	justify-content: right;
	margin-bottom: 0;
}
.order_.col1_ .submit_.back-home-btn input{
	border: none;
	border-radius: 0;
	width: 6.5em;
	height: 1.5em;
	border-bottom: 1px solid #000;
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

.order_.col1_ .submit_.back-home-btn + .lineDiscount-wrap{
	margin-top: 20px;
}

/* 202511カート内ログイン画面調整 */
.login_.col1_ div#guest_orderForm {
	margin: 25px 0 0;
	padding: 0;
}

/* テキストリンク（青） */
a.link_color_{
	color: #20A0D0;
	text-decoration: underline;
}
a.link_color_:hover{
	color: #20A0D0;
	text-decoration: none;
}

/* 20260410 のし選択画面修正 */
.method_box_content_#noshi label{
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	width: 95%;
}