
dd, ul, li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	vertical-align:baseline;
	background:transparent;
}
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	vertical-align:baseline;
	background:transparent;
}*/

body {
	line-height:1;
	-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}


/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input, select {
	vertical-align:middle;
	margin:0px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

/* ?申?申?申?申 */

body {
	color:#333333;
	background:#ffffff;
	font-size: 14px;
	line-height:1.4;
	font-family: "Hiragino Kaku Gothic ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "MS PGothic", sans-serif;
	min-width: 320px;
}



input[type=text], input[type=password], input[type=tel], input[type=number], input[type=email], textarea, select{
	border:1px solid #959595;
	min-height:20px;
	max-width:90%;
}

/* add */
input[name="mail"],
input[name="cmail"],
input[name="uid"],
input[name="oldid"],
input[name="olduid"],
input[name="newmail1"],
input[name="newmail2"],
input[name="cancel_mail"]{
	font-size: 16px;
}

textarea {
	font-family: Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	padding: 1px;
	border:1px solid #959595;
	border-radius:5px
}

input[type=text], input[type=password], input[type=tel], input[type=number], input[type=email]{
	height: auto;
	min-height:1.0em;
	padding:0.6em;
	margin:5px 0;
	border:1px solid #959595;
	border-radius:5px;
	font-size: 16px;
}


input[type="text"]:focus ,input[type="password"]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=email]:focus {
	border:solid 1px #EEA34A;
}

select {
	font-family: Osaka, "MS PGothic", sans-serif;
	border-radius:5px;
	background-color: #ffffff;
	height: auto;
	font-size: 16px;
	min-height:1.0em;
	padding:0.6em;
}

/* ?申?申?申W?申I?申{?申^?申?申?申f?申U?申C?申?申 */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:20px;
    height:20px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 1px 1px inset;
    -webkit-border-radius:10px / 10px;
    position: relative;
    margin-bottom:3px;
    margin-right:5px;
    border:1px solid #ccc;
}

/* ?申`?申F?申b?申N?申鐃?申?申:before?申^?申?申?申v?申f?申?申?申g?申?申?申 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -4px 0 0 -4px;
    -webkit-box-shadow: 1 1px 1px ;
    -webkit-border-radius:10px / 10px;
    content: "";
    width: 9px;
    height: 9px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        to(#000)
    );
}

/* ?申`?申F?申b?申N?申{?申b?申N?申X?申f?申U?申C?申?申 */
input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:20px;
    height:20px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 1px 1px inset;
    position: relative;
    margin-bottom:3px;
    margin-right:5px;
    border:1px solid #ccc;
}
/* ?申^?申b?申v?申?申?申f?申U?申C?申?申 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 3px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px ;
    content: "";
    width: 8px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px ;
    width: 13px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}


a, a:link, a:visited {
	/*text-decoration: underline;*/
	/*color: #00377F;*/
}
/* ?申?申?申?申?申T?申C?申Y */
.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;
	margin: 0 10px;
}

/* ?申?申?申??申b?申Z?申[?申W?申i?申C?申?申?申?申?申C?申?申?申j */
.error_ {
	color:#CC0000;
	font-size: 14px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* ?申?申?申??申b?申Z?申[?申W?申i?申u?申?申?申b?申N?申j */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin: 0px auto 20px;
    width: 95%;
    display: block;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	border-top:solid 3px #ffd67b;
	border-bottom:solid 3px #ffd67b;
    padding: 20px 4px;
    margin: 15px auto 0;
	color: #525252;
	 font-size: 15px;
	line-height: 1.8em;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
	font-size: 12px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}

/* ?申?申?申t?申H?申[?申?申 */
.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.is_required {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 32px 0 0;
	max-width: calc(100% - 32px);
	background: #ffffff;
}
.efo.is_required[class*="checktype_"] {
	background: url(../img/sys/input_ok_bg.gif) right center no-repeat;
}
.efo.is_required span {
	white-space: nowrap;
}
.efo.is_required br {
	display: none!important;
}
.efo.is_required input:not([type="radio"]):not([type="checkbox"]) {
	flex: 1;
	width: auto;
	min-width: 0;
}
.efo_icon_ {
	vertical-align:middle;
}
.efo.is_required .efo_icon_ {
	position: absolute;
	right: 0;
	top: auto;
	bottom: auto;

}

.efo.checktype_name > span ,
.efo.checktype_kana > span {
	width: 4.5em;
}
/*
.checktype_tel-wrap {
	display: flex;
	align-items: center;
}*/
/*.checktype_tel-wrap .efo.is_required {
	background-size: 20px auto;
	padding-right: 24px;
	max-width: calc(100% - 24px);
}*/
.checktype_pwd {
	flex-flow: wrap;
}
.checktype_pwd input[type="text"] ,
.checktype_pwd input[type="password"] {
	box-sizing: border-box;
	padding: 0.6em!important;
	height: auto;
	min-height: 2.2em;
}
.checktype_pwd .pwd_toggle {
	width: 100%;
	padding: 3px 0 0;
}
.checktype_pwd.efo.is_required {
	background-position: right 3px;
}
.checktype_pwd.efo.is_required .efo_icon_ {
	top: 3px;
}
form#frmLandingPage .checktype_pwd.efo.is_required {
	background-position: right 10px;
}
form#frmLandingPage .checktype_pwd.efo.is_required .efo_icon_ {
	top: 10px;
}
.hideShowPassword-wrapper {

}
/* ?申{?申^?申?申 */
.button_ {
	color: #fff;
}

/*.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding: 10px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}*/

.small_button_ {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}

/*w{^*/
/*.pink_button_ {
	background: #db5296 -moz-linear-gradient(top,#f582bb,#db5296);
	background: #db5296 -webkit-gradient(linear,left top,left bottom,from(#f582bb),to(#db5296));
	background: #db5296 linear-gradient(top,#f582bb,#db5296);
}*/
input:disabled {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}
input[type="button"].button_,
input[type="submit"].button_,
button.button_ {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
.pink_button_ {
    position: relative;
    text-decoration: none;
    color: #fff!important;
    width: 100%;
    display: block;
    margin: 20px auto 10px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
	background: #ff6597 -moz-linear-gradient(top,#ff65978,#ff6597);
	background: #ff6597 -webkit-gradient(linear,left top,left bottom,from(#ff6597),to(#ff6597));
	background: #ff6597 linear-gradient(top,##ff6597,#ff6597);
	border: none;
	padding: 10px 0;
    /*text-shadow: 1px 1px 1px rgba(101, 87, 87, 0.66);
    box-shadow: 0 1px 1px rgba(0,0,0,.28);*/
    font-size: 17px;
    letter-spacing: 0.1em;
}
.pink_button_:disabled {
	background: #cccccc;
}
.pink_button_:active{
	transform: translateY(2px);
	background: #ff6597 -moz-linear-gradient(top,#ff65978,#ff6597);
	background: #ff6597 -webkit-gradient(linear,left top,left bottom,from(#ff6597),to(#ff6597));
	background: #ff6597 linear-gradient(top,##ff6597,#ff6597);
}

.orange_button_ {
	position: relative;
    text-decoration: none;
    color: #fff!important;
    width: 100%;
    display: block;
    margin: 20px auto 10px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
	background: #f9ad03 -moz-linear-gradient(top,#f9ad03,#f9ad03);
	background: #f9ad03 -webkit-gradient(linear,left top,left bottom,from(#f9ad03),to(#f9ad03));
	background: #f9ad03 linear-gradient(top,#f9ad03,#f9ad03);
	border: none;
    padding: 10px 0;
    font-size: 17px;
    letter-spacing: 0.1em;
}

.blue_button_ {
	-moz-text-shadow: 0 -1px 1px #003381;
	-webkit-text-shadow: 0 -1px 1px #003381;
	text-shadow: 0 -1px 1px #003381;
	background: #003381 -moz-linear-gradient(top,#006AB8,#003381);
	background: #003381 -webkit-gradient(linear,left top,left bottom,from(#006AB8),to(#003381));
	background: #003381 linear-gradient(top,#006AB8,#003381);
	border: 2px solid #006AB8;
}

.green_button_ {
	background: #40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background: #40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

/*C*/
/*.gray_button_ {
	background-color:#656e7d;
	background: -moz-linear-gradient(top,#939aa4,#656e7d);
	background: -webkit-gradient(linear,left top,left bottom,from(#939aa4),to(#656e7d));
}*/
.gray_button_ {
    position: relative;
    text-decoration: none;
    color: #fff!important;
    width: 100%;
    display: block;
    margin: 40px auto 40px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
	padding: 10px 0;
	border: none;
	background: #e6bd23 -moz-linear-gradient(top,#e6bd23,#e6bd23);
	background: #e6bd23 -webkit-gradient(linear,left top,left bottom,from(#e6bd23),to(#e6bd23));
	background: #e6bd23 linear-gradient(top,#e6bd23,#e6bd23);
    /*text-shadow: 1px 1px 1px rgba(101, 87, 87, 0.66);
    box-shadow: 0 1px 1px rgba(0,0,0,.28);*/
    font-size: 17px;
    letter-spacing: 0.1em;
}


.gray_button_:active{
	transform: translateY(2px);
	background: #e6bd23 -moz-linear-gradient(top,#e6bd23,#e6bd23);
	background: #e6bd23 -webkit-gradient(linear,left top,left bottom,from(#e6bd23),to(#e6bd23));
	background: #e6bd23 linear-gradient(top,#e6bd23,#e6bd23);
}


.black_button_ {
	background-color:#000;
	background: -moz-linear-gradient(top,#999,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}

form .submit_ .pink_button_ {
	line-height: 35px;
}
form .submit_ .gray_button_ {
	line-height: 35px;
}
form .submit_ .button_:not(:first-child) {
	margin-top: 10px;
}
/**/

.common_headline1_ {
	margin: 20px 10px 10px;
	padding: 0px 10px 0 10px;
	/*color: #333333;*/
	color: #525252;
	font-size: 21px;
	font-weight: bold;
	border-left: 5px solid #ffdb80;
}

.common_headline2_ {
	font-weight: 400;
  border-left: 8px solid var(--ye-color);
  padding-left: 6px;
	margin: 0 0 10px 10px;
	/*padding: 7px 10px;*/
	clear: both;
	font-size: 16px;
	/*font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ffca47;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(0.50, #fffbf2), color-stop(0.50, #fffbf2), color-stop(1.00, #fff3d5));
	background: -webkit-linear-gradient(top, #fff 0%, #fffbf2 50%, #fffbf2 50%, #fff3d5 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fffbf2 50%, #fffbf2 50%, #fff3d5 100%);
	background: -o-linear-gradient(top, #fff 0%, #fffbf2 50%, #fffbf2 50%, #fff3d5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fffbf2 50%, #fffbf2 50%, #fff3d5 100%);
	background: linear-gradient(to bottom, #fff 0%, #fffbf2 50%, #fffbf2 50%, #fff3d5 100%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
}
/* .col1_ .common_headline2_ {
	margin-bottom: 10px;
}*/
.common_headline3_ {
	padding: 7px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #ffdb80;
	border-bottom: 1px solid #ffca47;
}
.event_ .common_headline3_ {
	margin: 10px 10px 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* ?申?申?申i?申\?申?申 */
.price_pop_ {
	color:#CC0000;
	font-size: 12px;
}
.price_ {
	color:#CC0000;
	font-weight:bold;
}


/* --------------------------------------------------------------------
	?申?申?申w?申b?申_?申[
-------------------------------------------------------------------- */

div.wrapper_ {
	position: static!important;
	clear: both;
}
header {
}
header .header_top_ {
	position: relative;
	height: 62px;
}
header .header_top_ .inner_{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}
header .header_top_ #sitelogo {
	margin: 0 10px;
	width: 96px;
	float: left;
}
header .header_top_ #top_btn {
	float: right;
	width: 63%;
}
header .header_top_ #top_btn div {
}
header .header_top_ #top_btn #top_btn_login {
	float: right;
	margin-right: 5%;
	width: 60px;
}
header .header_top_ #top_btn #top_btn_cart {
	float: right;
	margin-right: 5%;
	width: 65px;
}
header .header_top_ #top_btn #top_btn_menu {
	float: right;
	margin-right: 5%;
	width: 42px;
}
header .header_top_ #pulldown_menu {
	clear: both;
	background: #fff;
	width: 100%;
	border-bottom: 3px solid #fe9600;
}
header .header_top_ #top_menu {
	margin: 10px;
}
header .header_top_ #top_menu ul {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
header .header_top_ #top_menu ul:last-child {
	border: none;
}
header .header_top_ #top_menu ul li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
header .header_top_ #top_menu ul li a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	display: block;
	padding: 15px 0px 15px 30px;
	background: url(../img/usr/sb/right_arrow_p.png) no-repeat 10px center;
	background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}
header .header_top_ #top_menu ul:first-child li a {
	padding: 5px 0px 5px 30px;
}
header .header_top_ #menu_goods_category_ {
	margin: 20px 10px;
}
header .header_top_ #menu_goods_category_ h3 {
	border-bottom: 1px solid #ccc;
	padding: 5px 2px;
}
header .header_top_ #menu_goods_category_ ul {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
header .header_top_ #menu_goods_category_ ul:last-child {
	border: none;
}
header .header_top_ #menu_goods_category_ ul li {
	float: left;
	width: 50%;
}
header .header_top_ #menu_goods_category_ ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 0;
	overflow: hidden;
}
header .header_top_ #menu_goods_category_ ul li a img {
	width: 39px;
	float: left;
}
header .header_top_ #menu_goods_category_ ul li a span {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 7px;
}




header .header_top_ #welcomeMessage{
}
header nav#globalnav {
}
header nav#globalnav ul {
}
header nav#globalnav ul li {
}
header nav#globalnav ul li a {
}

/* --------------------------------------------------------------------
	?申?申?申C?申?申?申r?申W?申?申?申A?申?申
-------------------------------------------------------------------- */
.visual_ {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#sp_slider_area .bx-pager {
	overflow: hidden;
	margin: 0 auto 5px auto;
	display: table;
}
#sp_slider_area .bx-pager .bx-pager-item {
	float: left;
	margin: 0 10px;
	width: 10px;
	text-indent: -9999px;
}
#sp_slider_area .bx-pager .bx-pager-item a {
	display: block;
	background: url(../img/usr/sb/slider_pager.gif) no-repeat center center;
	background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}
#sp_slider_area .bx-pager .bx-pager-item a.active {
	background: url(../img/usr/sb/slider_pager_active.gif) no-repeat center center;
	background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}

/* --------------------------------------------------------------------
	?申L?申?申?申?申?申y?申[?申?申?申鐃
-------------------------------------------------------------------- */
#campaign_number {
	width: 86%;
	margin: 10px auto;
	padding: 0 10px;
	text-align: center;
	background: #635149 -moz-linear-gradient(top,#8e7d75,#635149);
	background: #635149 -webkit-gradient(linear,left top,left bottom,from(#8e7d75),to(#635149));
	background: #635149 linear-gradient(top,#8e7d75,#635149);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#campaign_number p {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	background: url(../img/usr/sb/right_arrow_w.png) no-repeat right center;
	background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
}
#campaign_number p a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

/* --------------------------------------------------------------------
	?申?申?申?申?申t?申H?申[?申?申
-------------------------------------------------------------------- */
#block_of_searchbox {
	background: #ffdb80;
}
form.search_form_ {
	padding: 10px 65px 10px 10px;
	position: relative;
}

form.search_form_ input.keyword_{
	padding: 5px 0;
	height: 20px;
	font-size: 16px;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-moz-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-webkit-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 22px;
	left: 20px;
	color: #666666;
	text-shadow: 0 -1px 1px #dddddd;
}
form.search_form_ .search_button_ {
	display: block;
	position: absolute;
	top: 16px;
	right: 10px;
	padding: 5px 12px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #c9a75e -moz-linear-gradient(top, #c9a75e, #c9a75e);
	background: #c9a75e -webkit-gradient(linear, left top, left bottom, from(#c9a75e), to(#c9a75e));
	background: #c9a75e linear-gradient(top, #c9a75e, #c9a75e);
	color: #fff;
	font-weight: bold;
}

dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

/* --------------------------------------------------------------------
	?申?申?申t?申b?申^?申[
-------------------------------------------------------------------- */
footer {
	text-align: center;
}
#page_top {
	cursor: pointer;
	background: #fff6df;
	width: 86%;
	margin: 0 auto 20px auto;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#page_top a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/usr/sb/icon_home.png) no-repeat left center;
	background-size: 14px 13px;
	-moz-background-size: 14px 13px;
	-webkit-background-size: 14px 13px;
	padding-left: 20px;
}
.logout {
    border-radius: 5px;
	border: 1px solid #666666;
    cursor: pointer;
    margin: 0 auto 10px;
    padding: 3px;
    width: 30%;
}
.logout a {
	text-decoration: none;
}
footer nav#footernav {
}
footer nav#footernav ul {
	margin-bottom: 10px;
}
footer nav#footernav ul li {
	padding: 0 5px;
	display: inline-block;
	white-space: nowrap;
	border-right: 1px solid #e8e8e8;
	line-height: 1;
}
footer nav#footernav ul li:last-child {
	border: none;
}
footer nav#footernav ul li a {
	font-size: 12px;
	color: #0066cc;
	text-decoration: none;
}
footer nav#footernav ul li img {
	vertical-align: central;
}
footer #btn_tel {
	width: 90%;
	margin: 20px auto;
}
footer .change_mode_ {
	margin: 20px 0;
	font-weight: bold;
}
footer .change_mode_ .btn_change_mode_ {
	display: inline-block;
	font-weight: normal;
	margin: 0 0 0 5px;
	border: 1px solid #db5195;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer .change_mode_ span.pc_mode_ {
}
footer .change_mode_ span.pc_mode_ a {
	padding: 3px 20px;
	background: #fff;
	color: #333;
	text-decoration: none;
}
footer .change_mode_ span.sp_mode_ {
	padding: 3px 15px;
	background: #db5195;
	color: #fff;
	display: inherit;
}
footer #footer_comment_ {
	font-size: 11px;
	color: #666666;
}
footer #footer_logo {
	width: 60%;
	margin: 15px auto;
}
footer #copyright {
	padding: 10px;
	display: block;
	text-align: center;
	background: #ffdb80;
}


/* --------------------------------------------------------------------
	?申g?申b?申v?申y?申[?申W
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
img.top_banner_ {
	max-width: 100%;
}

div.search_ {
	background: #fff6df;
	padding: 15px 8px;
	border-bottom: 1px solid #ccc;
}

/* ?申?申?申?申?申?申?申?申?申N */
#category_img {
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 0 5px;
	margin: 0 0 20px 0;
}
#category_img ul {
	width: 100%;
	display: box;
	display: -moz-box;
	display: -webkit-box;
}
#category_img ul li {
	width: 25%;
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	border-right: 1px solid #999999;
}
#category_img ul li:last-child {
	border-right: none;
}
#category_img ul li a {
	font-size: 0;
	display: block;
	padding: 0 0 1px 0;
}
.category_serch {
}
.category_serch ul {
	overflow: hidden;
}
.category_serch ul li {
	width: 48%;
	margin-bottom: 10px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}
.category_serch ul li:nth-child(odd) {
	clear: both;
	float: left;
}
.category_serch ul li:nth-child(even) {
	float: right;
}
.category_serch ul li a {
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 8px 25px;
	background: url(../img/usr/sb/right_arrow_p.png) no-repeat 8px center;
	background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}

/* ?申?申?申鐃?申?申 */
#for_beginner {
	margin: 20px 0px;
}
#for_beginner h2 span {
	padding: 10px 0 10px 25px;
	background: url(../img/usr/sb/icon_first.png) no-repeat left center;
	background-size: 14px 19px;
	-moz-background-size: 14px 19px;
	-webkit-background-size: 14px 19px;
}
#for_beginner ul {
	margin: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-bottom-right-radius: 5px;
}
#for_beginner ul li {
	border-bottom: 1px solid #ccc;
}
#for_beginner ul li:last-child {
	border-bottom: none;
}
#for_beginner ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 15px;
	background: url(../img/usr/sb/right_arrow_g.png) no-repeat 95% center;
	background-size: 9px 15px;
	-moz-background-size: 9px 15px;
	-webkit-background-size: 9px 15px;
}

/* ?申L?申?申?申?申?申y?申[?申?申?申鐃?申?申?申?申 */
#input_campaign_code {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 8px;
}
#input_campaign_code .input_number {
	font-size: 16px;
	font-weight: bold;
	color: #62230f;
	padding: 20px 0 20px 0;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(../img/usr/sb/bottom_arrow_b.gif) no-repeat center bottom;
	background-size: 24px 10px;
	-moz-background-size: 24px 10px;
	-webkit-background-size: 24px 10px;
}
form.input_form_,
#cpNumarea {
	padding: 0 65px 10px 20px;
	position: relative;
}
form.input_form_ input.campaign_code,
#cpNumarea input.campaign_code {
	padding: 5px 0;
	height: 20px;
	font-size: 16px;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-moz-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-webkit-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	background: #fffbdd;
}
form.input_form_ .placeholder_,
#cpNumarea .placeholder_{
	position: absolute;
	top: 12px;
	left: 30px;
	color: #666666;
	text-shadow: 0 -1px 1px #dddddd;
}
form.input_form_ .input_button_,
#cpNumarea .input_button_{
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 16px;
	padding: 5px 12px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #766157 -moz-linear-gradient(top, #766157, #766157);
	background: #766157 -webkit-gradient(linear, left top, left bottom, from(#766157), to(#766157));
	background: #766157 linear-gradient(top, #766157, #766157);
	color: #fff;
	font-weight: bold;
}

/* ?申y?申[?申W?申g?申b?申v?申{?申^?申?申 */
#btn_page_top {
	width: 100%;
	font-size: 0;
}
#btn_page_top img {
	width: 53px;
	margin-left: 77%;
}

/* ?申?申?申i?申?申?申T?申?申 */
.good_search_box {
	background: #fff6df;
	border-bottom: 1px solid #ccc;
}
.good_search_box .category_serch {
	padding: 15px 8px;
}

/* ?申?申?申O?申C?申?申?申E?申J?申[?申g?申{?申^?申?申 */
#btn_area {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}
#btn_area li {
	float: left;
	width: 44%;
	margin: 0 3%;
}

/* ?申?申?申j?申?申?申[ */
.accordion_ {
	margin: 0 0 10px 0;
}
.accordion_ .parent_ {
	float: right;
	width: 22px;
	height: 22px;
	margin: 7px 10px;
	text-indent: -9999px;
	background: url(../img/usr/sb/minus.gif) no-repeat center center;
	background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
}
.accordion_ .parent_.img_hidden_ {
	background: url(../img/usr/sb/plus.gif) no-repeat center center;
	background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
}
.accordion_ h3 {
	padding-right: 30px;
}

#privilege_.accordion_ div.layer0_ span {
	/*margin-top: 10px;*/
    padding-bottom: 10px;
	display: inline-block;
}

#main_menu {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#main_menu .layer1_ {
	margin: 10px 10px 0 10px;
}
#main_menu .layer1_ ul {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#main_menu .layer1_ ul:last-child {
	border: none;
}
#main_menu .layer1_ ul li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#main_menu .layer1_ ul li a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	display: block;
	padding: 15px 0px 15px 30px;
	background: url(../img/usr/sb/right_arrow_p.png) no-repeat 10px center;
	background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}
#main_menu .layer1_ ul:first-child li a {
	padding: 5px 0px 5px 30px;
}


/* --------------------------------------------------------------------
	?申?申?申O?申C?申?申
-------------------------------------------------------------------- */
div.login_ {
}

div.login_ .box_ {
	font-size: 14px;
}
div.login_ div.loginform_ {
	margin-top: 24px;
	margin-bottom: 10px;
}
div.login_ div.loginform_ .common_headline2_ {
	font-size: 17px;
}
div.login_ div.loginform_ dt {
	font-size: 17px;
}
div.login_ div.loginform_ .forgotpass_ a {
	color: #0066cc!important;
	text-decoration: underline!important;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
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%;
}
/* --------------------------------------------------------------------
	?申鐃?申F?申?申
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

/* --------------------------------------------------------------------
	?申V?申K?申?申?申?申?申o?申^
-------------------------------------------------------------------- */
.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;
	height: 250px;
	overflow: auto;
	word-break: break-all;
}

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;
}
.box_srcollbar {
	box-sizing: border-box;
	height: 8em!important;
}
/* --------------------------------------------------------------------
	?申?申?申?申?申?申?申?申?申X?申@?申d?申b?申鐃
-------------------------------------------------------------------- */
/*
#isErrorIcon_tel_sp1 ,
#isErrorIcon_tel_sp2 ,
#isErrorIcon_tel_sp3 {
	position: relative;
	margin-right: -24px;
	right: 16px;
	bottom: 10px;
	width: 20px;
}
*/
/* --------------------------------------------------------------------
	?申}?申C?申y?申[?申W
-------------------------------------------------------------------- */

div.customer_status_ {
	margin: 0 10px 20px 10px;
	border: 1px solid #dedede;
}
div.customer_name_ {
}
.loginname_ {
	font-size: 21px;
	display: block;
}
.mypoint_ {
	text-align: center;
	background:#db5195;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}
.point_ {
	display: block;
	font-weight: bold;
	background: #fff;
	color: #333;
	margin-top: 5px;
	padding: 5px;
}

#mypage_info {
	margin: 20px 0;
}
#mypage_info .inner_ {
	padding: 10px 0 0 0;
}
#mypage_info ul li.img_ {
	padding: 10px 0;
	background: none;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#mypage_info ul li.img_ span {
	float: left;
	width: 20%;
	padding: 0 0 10px 10px;
}
#mypage_info ul li.img_ a {
	float: right;
	width: 68%;
	padding: 0 10px;
	font-size: 12px;
}

#mypagenav {
	margin: 0 0 30px 0;
}
#mypagenav .inner_ {
	margin: 0px 10px 0 10px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
#mypagenav h3 {
	font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-align: center;
	background: #f0f0f0;
	margin: 0;
}
/* 2014.11.14 ?申X
#mypagenav ul {
	text-align: center;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	width: 100%;
}
#mypagenav li {
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	width: 50%;
	border-bottom: 1px solid #ccc;
}
*/
#mypagenav ul {
	display: table;
	width: 100%;
}
#mypagenav li {
	text-align: center;
	display: table-cell;
	width: 50%;
	border-bottom: 1px solid #ccc;
}
#mypagenav li.single_ {
	width: 100%;
}
#mypagenav li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
	border-left: 1px solid #ccc;
}
#mypagenav li:nth-child(odd) a {
	border-left: none;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

.customer_ {
	margin-bottom: 10px;
}

.customer_ p {
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}

#mypage_banner {
	margin: 0 0 20px 0;
}
#mypage_banner ul {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#mypage_banner li {
	width: 90%;
	margin: 0 auto 10px auto;
}
/* 2014.?申X */
#mypagenav li.address_list_ {
	text-align: left;
}

#rank_area_ {
	font-size: 12px;
	margin: 10px;

}
#rank_area_
.rank_price_,
.rank_total_,
.rank_next_ {
	font-size: 12px;

}
#rank_area_ .rank_stage_{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
#rank_area_ .large_price_{
	font-size: 16px;
	font-weight: bold;
}
#rank_area_ .large_{
	font-weight: bold;

}
#rank_icon_ {
	text-align: left;
	padding-left: 30px;
}

/* --------------------------------------------------------------------
	?申}?申C?申y?申[?申W?申@?申w?申?申?申?申?申?申
-------------------------------------------------------------------- */
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.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.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_
{
	border: none !important;
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}

/* ?申w?申?申?申?申?申?申 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.history_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
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_ {
	margin-bottom: 20px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}


/* --------------------------------------------------------------------
	?申}?申C?申y?申[?申W?申@?申?申?申C?申鐃?申?申
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
	padding: 10px 0;
	vertical-align: top;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #CCC;
}


li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: inline;
	width: 20px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break:break-all;
}
div.customer_  div.del_ {
	text-align: right;
}

/* --------------------------------------------------------------------
	?申}?申C?申y?申[?申W?申@?申?申?申?申?申?申?申?申?申?申
-------------------------------------------------------------------- */
/* ?申?申?申??申?申?申?申?申?申 */
div.contact_ #discription {
	padding: 0 15px;
}
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
div.contact_ .contact_body_ {
	word-break:break-all;
}
/* ?申?申?申??申?申?申鐃 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* ?申X?申?申?申b?申h */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	?申J?申[?申g?申?申?申?申
-------------------------------------------------------------------- */

div.cartlist_ {
}
div.order_flow_ {
	text-align: center;
	margin:0 10px 10px;

}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}

table.cartlist_ {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.cartlist_ tr.list_ {
}
table.cartlist_ td {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
}
table.cartlist_ td.img_ {
	width: 52px;
}
table.cartlist_ td.img_ img {
	width: 48px;
}
table.cartlist_ td.name_ {
	vertical-align: top;
	padding-top: 20px;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
	font-size: 14px;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.price_box_ {
	vertical-align: top;
	text-align: left;
}
table.cartlist_ td.price_box_ .qty_ {
	font-size: 12px;
}
table.cartlist_ td.money_ {
	width:90px;
	text-align:right;
}
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: middle;
	text-align: center;
	width: 55px;
}
table.cartlist_ .button_ .gray_button_{
	background: #afa994 -moz-linear-gradient(top,#afa994,#afa994);
    background: #afa994 -webkit-gradient(linear,left top,left bottom,from(#afa994),to(#afa994));
    background: #afa994 linear-gradient(top,#afa994,#afa994);
	padding: 5px 0;
}
table.cartlist_ td.total_ {
	text-align:right;
}
table.cartlist_ .qty_ input {
	text-align: right;
}
table.cartlist_ td .regular_ {
	text-align: center;
}
/* 21074 */
.cartlist_ .cart_promotion_area {
	display: none;
}
.cartlist_ .cart_promotion_area #privilege_ {
	margin: 0;
}
.cartlist_ {
	border-top: 1px solid var(--ye-color);
}
.cartlist_list_ {
	margin: 0;
	padding: 14px 12px 0;
	border-bottom: 1px solid var(--ye-color);
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.cartlist_list_goods_del_ {
	width: 50px;
}
.cartlist_list_goods_del_ .gray_button_ {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #afa994;
	letter-spacing: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.cartlist_list_goods_ {
	box-sizing: border-box;
	width: calc(100% - 50px);
	margin: 0;
	padding: 0 10px;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_ {
	flex-grow: 1;
	display: flex;
}
.cartlist_list_goods_img_ {
	width: 64px;
	height: 64px;
	border: solid 1px #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cartlist_list_goods_img_ img {
	max-width: 64px;
	max-height: 64px;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_text_ {
	flex-grow: 1;
	padding: 0 0 0 15px;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_ .name_ .name1_ {
	font-size: 18px;
	font-weight: bold;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_ .price_box_ {
	margin: 5px 0 0;
	text-align: right;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_ .price_box_ .price_ {
	font-size: 15px;
	color: inherit;
	font-weight: normal;
}
.cartlist_list_goods_ .cartlist_list_goods_spec_ .price_box_ .price_ span {
	font-size: 13px;
}
.cartlist_list_ .cartlist_list_goods_spec2_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 12px;
}
.cartlist_list_ .cartlist_list_goods_spec2_ .qty_ {
	font-size: 14px;
	white-space: nowrap;
	margin: 0 8px 0 0;
}
.cartlist_list_ .cartlist_list_goods_spec2_ .qty_ select {
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 5px;
	vertical-align: baseline;
}

.cartlist_list_ .cartlist_list_goods_spec2_ .regular_ {
	color: #d33169!important;
}
.cartlist_list_ .cartlist_list_goods_spec2_ .regular_ input {
	margin-bottom: 0;
	vertical-align: bottom;
} 
.cartlist_list_ .cartlist_list_price_ {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.cartlist_list_ .regular_ + .cartlist_list_price_ {
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: solid 1px #dedede;
}
.cartlist_list_ .cartlist_list_price_ dt {
	font-size: 14px;
	font-weight: normal;
}
.cartlist_list_ .cartlist_list_price_ dd,
.cartlist_list_ .cartlist_list_price_ dd .price_ {
	color: inherit;
	font-size: 18px;
	font-weight: normal;
}
.cartlist_list_ .cartlist_list_price_ dd span {
	font-size: 13px;
}


.cartlist_list_campaign {
	display: none;
	margin: 0 -12px;
	padding: 12px 30px 0;
	background-color: #fbf9f2;
	width: 100%;
}
.cartlist_list_campaign:empty {
	display: none!important;
}
.cartlist_list_campaign .name1_ {
	display: none!important;
}
.cartlist_list_campaign:before {
	display: block;
	content: 'KpLy[I';
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px;
}
.cartlist_list_campaign .layer0_ label {
	display: block;
	position: relative;
	border-top: solid 1px #dedede;
	margin: 0;
	padding: 12px 0 12px 40px;
	font-size: 16px;
}
.cartlist_list_campaign .layer0_ .che_cmp {
	position: absolute;
	left: 5px;
	top: 12px;
}

#privilege_after {
	margin: 20px 10px;
}
#privilege_after .formlist_ .button_ .pink_button_{
	width: 80%;
	padding: 5px 0;
}
#privilege_after table {
	width: 100%;
}
#privilege_after table th {
	border: 1px solid #ccc;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	background: #fff6df;
	vertical-align: middle;
}
#privilege_after table td {
	border: 1px solid #ccc;
	padding: 8px 12px;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
}
#privilege_after #input_coupon_number .coupon_number {
	margin-left: 0!important;
}
#input_coupon_number .coupon_form {
	padding-left: 10px;
}

#privilege_after table td.money_ {
	white-space: nowrap;
}
#privilege_after table td.money_ span.price_ {
	font-size: 14px;
}
#privilege_after table td.button_ {
	text-align: center;
	vertical-align: middle;
}
#privilege_ {
	margin: 0 10px 20px 10px;
}
#privilege_ h3.common_headline3_ {
	font-size: 14px;
}
#privilege_ .layer0_ {
	/*background-color: #fff6df;*/
	background-color: #f9f7f2;
	padding: 1px 10px;
	margin-bottom: 10px;
}
#privilege_.accordion_ div.layer0_ span input#1 {
	vertical-align: top;
}
#privilege_ .layer1_ {
	 display: block;
	 background-color: #FFFFFF;
}
#privilege_ .layer0_ span.camp_name {
     width: 70%;
	 padding-left: 10px;
}
#privilege_ table {
	width: 100%;
	margin-top: 10px;
}
#privilege_ th {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background: #fff6df;
}
#privilege_ td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}
#privilege_ td label {
	display: block;
}
#privilege_ .layer0_ .name1_ {
    font-size: 16px;
    font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 10px;
}
#privilege_ .layer0_ span.che_cmp {
	display: inline-block;
	vertical-align: top;
}
#input_coupon_number {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 8px;
}
#input_coupon_number .coupon_number {
	font-size: 16px;
	font-weight: bold;
	color: #525252;
	padding: 20px 0 20px 0;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(../img/usr/sb/bottom_arrow_b.gif) no-repeat center bottom;
	background-size: 24px 10px;
	-moz-background-size: 24px 10px;
	-webkit-background-size: 24px 10px;
}
#input_coupon_number .coupon_form {
	padding: 0 65px 10px 20px;
	position: relative;
}
#input_coupon_number .coupon_form input.coupon_code {
	padding: 5px 0;
	height: 20px;
	font-size: 16px;
	width: 100%;
	text-indent: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-moz-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	-webkit-box-shadow: #d8d8d8 1px 2px 0px 0px inset;
	background: #fffbdd;
}
#input_coupon_number .coupon_form .coupon_code_buttom {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 16px;
	padding: 5px 12px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #766157 -moz-linear-gradient(top, #766157, #766157);
	background: #766157 -webkit-gradient(linear, left top, left bottom, from(#766157), to(#766157));
	background: #766157 linear-gradient(top, #766157, #766157);
	color: #fff;
	font-weight: bold;
}

input.calc_ {
	width:0px;
	height:0px;
}

div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}


/* --------------------------------------------------------------------
	?申?申?申?申?申?申?申?申?申@?申w?申?申
-------------------------------------------------------------------- */

div.order_ * {
	font-size: 15px;
}
div.order_ .common_headline2_ {
	font-size: 17px;
}
div.order_gift_ .wrapping_choice_sp_ {
	display: flex;
	align-items: flex-start;
}
div.order_gift_ .wrapping_choice_sp_ ul {
	margin: 0 10px 0 0;
	width: auto!important;
	float: none!important;
}
/* ?申?申?申?申?申?申?申?申?申i?申?申?申O?申C?申?申?申?申?申j */
div.method_host_ {
}

div.method_host_ div.host_info_ {
	margin: 0 10px 20px;
	padding: 5px 10px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	margin: 2px 0 5px;
	padding: 10px;
	background: #FFF;
	font-style: normal;
	font-size: 15px;
}
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;
}

/**/
/* ?申?申?申?申?申?申?申i?申?申?申O?申C?申?申?申?申?申j */
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;
}
/**/
/* ?申?申?申鐃?申i?申?申?申O?申C?申?申?申?申?申j */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 10px;
	background: #F0F0F0;
	border-radius: 0px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
	display: flex;
}
div.address_item_ .address_title_ label strong {
	margin: 0 0 0 5px;
}
div.address_item_ address {
	margin: 3px 0 0;
	padding: 10px;
	background: #FFF;
	font-size: 15px;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 10px;
	text-align: right;
}
div.address_item_ .address_change_ .button_ {
	margin: 0;
}
.host_name_ strong,
.address_item_ strong {
	display: block;
	font-size: 115%;
	margin-top: 10px
}
.currentpoint_ strong {
	font-size: 115%;
}
div.address_bottom_ {
	padding: 0 10px 20px;
	text-align: right;
}
div.address_bottom_ input {
	margin: 0 0 10px;
}
#address .common_headline2_ + p {
  font-size: 13px;
  font-weight: normal;
  margin: 0 10px 15px;
  display: block;
}
#address span {
  display: none
}
#address_attention,#order_conf {
  display: none
}
.method_box_content_cycleafter_ ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.method_box_content_cycleafter_ ul li {
	width: 50%;
}
/**/
/* ?申M?申t?申g?申 */
#method_gift_ {
	margin: 20px 10px;
}
#method_gift_ span {
	color: #F04E50;
	font-size: 12px;
}
#method_gift_ .gift_contents {
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
#method_gift_ .gift_contents dl dd {
	display: block;
}

#method_gift_ .notice_ {
	margin: 20px 0 10px 0;
	font-size: 12px;
}
#method_gift_ dl {
	margin: 20px 0 10px 0;
}
#method_gift_ dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#method_gift_ dd {
}
#method_gift_ dd select {
	width: 100%;
}
#method_gift_ ul {
	padding: 10px;
	border: 1px solid #ccc;
}
#method_gift_ ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
#method_gift_ .select_other p {
	font-size: 12px;
}

/*?申?申?申?申?申?申*/
table.method_regular {
	width: 95%;
	margin: 0 auto 10px;
}
table.method_regular th,
table.method_regular td{
	padding: 10px;
	border: 1px solid #ccc;
}



/* ?申z?申?申?申?申?申@ */
div.method_box_ {
	margin-top: 15px;
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #d0d0d0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}
div.method_box_ div.method_box_content_ > br:last-child {
	display: none!important;
}
div.method_box_ div.method_box_content_ ul li{
	padding: 5px 0;
}
.date_detail_spec_calendar {
	padding-left: 10px;
}
.date_detail_spec_calendar li input[type="date"] {
	margin: 5px 0 0 25px;
	padding: 5px;
	font-size: 16px;
}
div.method_box_ div.method_box_content_time_ {
	display: flex;
	flex-flow: wrap;
}
.date_detail_spec_calendar li div.method_box_content_time_ {
	margin: 15px 0 0 15px;
}

div.method_box_ div.method_box_content_time_ label {
	box-sizing: border-box;
	padding-right: 1em;
	width: 50%;
}
div.method_box_ div.method_box_content_time_ label:first-of-type {
	padding-right: 0;
	width: 100%;
}
div.method_box_ div.method_box_content_time_ > p {
	width: 100%;
}
/**/
/* ?申z?申?申?申?申?申]?申?申?申?申?申w?申?申 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ?申|?申C?申?申?申g */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.point_use_ input:disabled {
	background-color: #dedede;
}
.estimate_comment_ .common_headline2_ {
	margin-left: 0;
	margin-top: 24px;
}
/*.estimate_card_company_,
.estimate_card_kbn_ {
	display: none!important;
}*/
.estimate_card_next_ ul {
	display: flex;
}
.estimate_card_next_ ul li {
	margin-right: 12px;
}

.estimate_submit_ .pink_button_ {
	line-height: 35px;
}
.estimate_submit_ .gray_button_,
form .estimate_submit_ .gray_button_ {
	line-height: 25px;
}
.estimate_submit_ .button_:not(:first-child) {
	margin-top: 10px;
}

.order_comp_name_ {
	text-align: center;
    margin: 30px 10px;
    font-size: 18px;
    font-weight: bold;
}
.order_comp_name_ span {
	margin-left: 12px;
	font-size: 16px;
	font-weight: normal;
}
.order_comp_comment_ {
	margin: 0 10px 30px;
}
.order_comp_comment_ figure {
	margin: 0 0 8px;
}
table.order_comp_table_ th,
table.order_comp_table_ td {
	padding: 10px;

}
/**/
/* ?申?申?申?申?申g?申?申?申?申?申?申 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
/**/

/* --------------------------------------------------------------------
	?申M?申t?申g?申?申?申?申 ?申z?申?申?申?申?申I?申?申
-------------------------------------------------------------------- */
.order_gift_ .dest_list_ {
	background: #F0F0F0;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
	padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
	text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	overflow: hidden;
	margin: 0 10px;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	margin-left: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}

/* --------------------------------------------------------------------
	?申M?申t?申g?申?申?申?申 ?申z?申?申?申?申i?申鐃?申?申?申?申
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin: 0 10px 20px 10px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	padding: 15px;
	margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}

.order_gift_ .delivery_dest_{
	margin-bottom: 30px;
}

.order_gift_ .delivery_dest_ .dest_ttl {
	position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
	position:absolute;
	right: 20px;
	top:8px;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding-bottom: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.order_gift_ .delivery_dest_ .total_dest_price_ {
	padding: 0 10px 10px 10px;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table{
	width:100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th{
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	border: 1px solid #DDD;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}

.order_gift_ .goodsinfo_box_{
	padding:0 10px 10px;
}
table.goodsinfo_box_{
	width: 100%;
	margin-bottom: 10px;
}

table.goodsinfo_box_ th {
    background-color: #F8F8F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
}

table.goodsinfo_box_ td {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 3px;
    vertical-align: top;
}
table.goodsinfo_box_ input[type="text"], table.goodsinfo_box_ textarea {
    width: 90%;
}

table.goodsinfo_box_  td.btn_deldest_ {
	    border: 1px solid #CCCCCC;
}

.order_gift_ .goodsinfo_box_ th{
	background: #F8F8F8;
}
.order_gift_ .select_dest_goods_box_{
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}

.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}

/* --------------------------------------------------------------------
	?申M?申t?申g?申?申?申?申 ?申鐃?申E?申?申?申b?申s?申?申?申O?申鐃?申?申?申?申
-------------------------------------------------------------------- */
.order_gift_{
	margin: 0 0 10px 10px;
}
.order_gift_ h2 {
	margin: 0 0 10px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.order_gift_ .noshi_sender_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .noshi_goods_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
.order_gift_ .section_ label {
	padding: 0;
}
.order_gift_ .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
.order_gift_ .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
.order_gift_ .section_ ul li{
	float: left;
}
.order_gift_ .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
	float: left;
	padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ label{
	display: block;
}
.order_gift_ .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
.order_gift_ .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input{
	padding: 5px;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
	margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
	padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
	padding: 5px;
}

/* --------------------------------------------------------------------
	?申?申?申?申?申?申?申?申?申e?申m?申F
-------------------------------------------------------------------- */
div.spandual_ {
	margin: 24px 0 0;
}
div.spandual_ table {
	width: 100%;
}

/* emF */
.estimate_head_caption {
	text-align: center;
}
.estimate_head_caption dt {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}

table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* ?申?申?申i?申? */
.estimate_goodslist_ {
	margin: 0 -10px;
	border-top: solid 1px #e9b42a;
}
.estimate_goodslist_item_ {
	border-bottom: solid 1px #e9b42a;
}
.estimate_goodslist_item_ > div {
	display: flex;
	align-items: flex-start;
	padding: 25px 10px 14px;
}
.estimate_goodslist_item_ > div .estimate_goodslist_item_image_ {
	margin: 0 12px 0 15px;
	width: 100px;
	text-align: center;
}
.estimate_goodslist_item_ > div .estimate_goodslist_item_image_ img {
	max-width: 100px;
}
.estimate_goodslist_item_ > div dl {
	margin: 0;
}
.estimate_goodslist_item_ > div dl dt {
	font-size: 16px;
}
.estimate_goodslist_item_ > div dl dt .name2_ {
	display: inline-block;
}
.estimate_goodslist_item_ > div dl dd {
	margin: 12px 0 0;
	font-size: 14px;
	display: flex;
}
.estimate_goodslist_item_ > div dl dd .qty_ {
	width: 5.5em;
}
	.estimate_goodslist_item_ > div dl dd .amt_ span {
	font-size: 12px;
}

.estimate_goodslist_item_ > dl {
	margin: 0;
	padding: 12px 28px;
	background-color: #fbf9f2;
	display: flex;
	align-items: center;
	color: #503c1b;
}
.estimate_goodslist_item_ > dl dt {
	width: 7em;
	font-size: 15px;
	font-weight: bold;
}
.estimate_goodslist_item_ > dl dd {
	font-size: 14px;
}

table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}

table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-size: 12px;
}
/* ?申z?申?申?申?申?申?申 */
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{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* ?申?申?申x?申?申?申?申?申?申?申@ */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.estimate_card_form_ {
}


/* ?申?申?申鐃?申?申 */
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 10px;
	font-size: 0;
	line-height: 1;
}
div.destgoodslist_ input[type="image"] {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
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 {
	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 {
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 3px;
}
table.destgoodslist_ td select {
	max-width: 100%;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*?申z?申?申?申?申*/
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;
}


/* ?申J?申[?申h?申x?申?申?申?申 */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* ?申R?申?申?申?申?申g */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
	min-height: 6em;
}


/* --------------------------------------------------------------------
	?申e?申[?申u?申?申?申n
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px 10px;
	/*border:1px solid #CCC;*/
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ > dt {
	padding:2px 2px 2px 6px;
	margin: 0 0 5px;
	padding: 8px 8px;
	background-color: #F0F0F0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
dl.formdetail_ > dt:not(:first-child) {
	margin-top: 15px;
}

dl.formdetail_ > dt img.must_ {
	margin-left: 8px;
	vertical-align: middle;
}
dl.formdetail_ > dt span {
	white-space: normal;
	margin: 0 0 0 8px;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
dl.formdetail_ > dd {
	padding:2px 2px 2px 12px;
}
dl.formdetail_ > dd input[type="input"],
dl.formdetail_ > dd textarea,
dl.formdetail_ > dd select {
	max-width: 95%;
}
dl.formdetail_ > dd textarea {
	width: 95%;
}
dl.formdetail_ > dd .textarea-counter {
	text-align: right;
	font-size: 12px;
	color: #999999;
	margin: 0 12px 0 0;
}
dl.formdetail_ > dd select[name="subject_id"] {
	width: 100%;
	background-color: #ffffff;
	margin: 5px 0;
	padding: 0.6rem;
	height: auto;
	min-height: 28px;
}
.checktype_contactname {
	margin: 0;
	display: flex;
	align-items: center;
}
.checktype_contactname dd {
	flex: 1;
	padding: 0 0 0 5px;
}
.checktype_contactname dd input {
	width: 100%;
	max-width: auto;
}


.taste-table{
	margin-top: 20px;
}

.taste-table h2{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	border-left: 5px solid #ffcb46;
	padding-left: 10px;
}
.taste-table table{
	border: 1px solid #dedede;
	width: 100%;
	}
	.taste-table table .a-box{
		background: #fff0ca;
		}
	.taste-table table .b-box{
		background: #ffa189;
	 }
.taste-table table th{
	border-bottom: 1px solid #dedede;
	border-right:1px solid #dedede;
	text-align: center;
  padding: 5px 2px;
	font-weight: bold;
	font-size: 10px;
	}
.taste-table table th:last-child{
	border-right:none;
	}
.taste-table table td{
	border-bottom: 1px solid #dedede;
	border-right:1px solid #dedede;
	text-align: center;
  padding: 9px 2px;
  font-size: 10px;
  font-weight: bold;
	}
.taste-table table td:last-child{
	border-right:none;
	}


.rec-table{
	margin: 20px auto 30px;
}

.rec-table table{
	border: 1px solid #dedede;
	width: 100%;
	}

	.rec-table h2{
		font-size: 13px;
		margin-bottom: 5px;
		font-weight: bold;
		border-left: 5px solid #ffcb46;
		padding-left: 10px;
	}

.rec-table table th{
	border-bottom: 1px solid #dedede;
	border-right:1px solid #dedede;
	text-align: center;
    padding: 5px 0px;
	background: #fff0ca;
	font-weight: bold;
	font-size: 10px;
	}
.rec-table table th:last-child{
	border-right:none;
	}
.rec-table table td{
	border-bottom: 1px solid #dedede;
	border-right:1px solid #dedede;
	text-align: center;
    padding: 9px 2px;
    font-size: 17px;
    font-weight: bold;
	color: #f7465f;
	}
.rec-table table td:last-child{
	border-right:none;
	}
.rec-table .double-circle{
    font-size: 20px;
	font-weight: 700;
	}

.loginform_ dd input[type=email],
.loginform_ dd input[type=text],
.loginform_ dd input[type=password] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
}
label[for="sex_F"],label[for="mag_1"] {
	margin-right: 18px;
}

.rules_modal_open a {
	text-decoration: underline;
}
.rules_modal_contents {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.rules_modal_contents .rules_modal_contents_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.rules_modal_contents .rules_modal_contents_bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0,0,0,0.4);
}
.rules_modal_contents .rules_modal_contents_close {
	position: absolute;
	right: 0;
	top: -28px;
	width: 24px;
	height: 24px;
}
.rules_modal_contents .rules_modal_contents_close:before,
.rules_modal_contents .rules_modal_contents_close:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	transform: rotate(45deg);
}
.rules_modal_contents .rules_modal_contents_close:after {
	transform: rotate(-45deg);
}
.rules_modal_contents .rules_modal_contents_body {
	position: relative;
	z-index: 10;
	width: 80vw;
	background-color: #ffffff;
}
.rules_modal_contents .rules_modal_contents_body2 {
	max-height: 70vh;
	overflow: auto;
}
/* QXgC */
.guestbookmark-bottom {
	margin: 20px 10px;
}
.guestbookmark-bottom h2 {
	margin-left: 0;
	margin-bottom: 18px;
}
.guestbookmark-bottom p {
	font-size: 14px;
	margin: 0 0 20px;
}
.guestbookmark-bottom ul li .button_ {
	margin: 10px 0 0;
}

/* ----[__CAO---- */

.modal-overlay {
	box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10000;
}

.modal-overlay-alert {
	box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}

.modal-alert {
	box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10003;
}
.modal-dialog,
.modal-dialog * {
	box-sizing: border-box;
}
.modal-dialog {
	position: fixed!important;
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10001;
}

.modal-header {
  padding: 10px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #fff;
  background-color: #333;
}

.modal-content {
  background: #eee;
}

.modal-body {
  padding: 10px;
}

.modal-body p {
  margin-bottom: 10px;
}

.modal-footer {
  padding: 0 10px 10px;
}

.modal-dialog .modal-footer .btn {
  margin-top: 5px;
  width: 100%;
}

.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.modal-dialog .btn {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 10px;
}
.modal-dialog .btn.btn-primary {
	color: #fff;
	border: solid 1px #c54f00;
	background-color: #f60;
}
.modal-dialog .btn.btn-secondary {
	color: #fff;
	border: solid 1px #333;
	background-color: #666;
}
.balloontip {
	min-width: 20px;
	max-width: 100%;
	padding: 10px;
	border-radius: 6px;
	opacity: 1;
	z-index: 32767;
	text-align: left;
	font-size: 12px;
	border: 1px solid rgb(119, 119, 119);
	box-shadow: rgb(85 85 85) 4px 4px 4px;
	color: rgb(255, 255, 255);
	background: #333;
}
.balloontip_center {
	white-space: nowrap;
	margin-left: -7em;
	min-width: 15em;
	text-align: center;
}
.balloontip_center > div {
	left: auto!important;
	right: 10px!important;
}
.balloontip_center > div + div {
	left: auto!important;
	right: 10px!important;
}
/* --------------------------------------------------------------------
    GA4sp
--------------------------------------------------------------------- */
.goods_for_ga4_{
   display:none
}