/* --------------------------------------------------------------------
	import
--------------------------------------------------------------------- */
@import url(perfect-scrollbar.css);			/* リセットCSS */

/* --------------------------------------------------------------------
	basic
--------------------------------------------------------------------- */
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-style:normal;
	vertical-align:baseline;
	background:transparent;
}
/* --------------------------------------------------------------------
	20220320???m?点
--------------------------------------------------------------------- */
.top-ttl-morelink {
    padding-top: 3px;
    font-size: 14px;
}
.top-ttl-morelink {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
        text-align: right;
    margin-top: -46px;
    margin-bottom: 20px;
	padding-bottom: 8px;
}

.top-ttl-morelink a {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    color: #000;
}
.news{
text-align: left!important;
	box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
}

.top-ttl-wrap {
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
}

.top-ttl-wrap .top-ttl {
    margin: 0;
}
.top-ttl {
    padding: 20px 0 16px;
    font-size: 20px;
}
.top-ttl {
    padding: 10px 0 0px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
   
    line-height: 1.2;
    text-align: left;
    max-width: 980px;
    margin: 0 auto;
}

.newsList {
    width: auto;
    margin: 0 auto 30px;
?@?@text-align: left!important;
    padding: 5%;
}
newsList li {
    border-top: none;
}
.newsList li {
    border-top: 1px solid #dedede;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}
.newsList li>a, .newsList li>span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    margin: -10px 0;
    color: #000;
}
p, ul li a {
    text-decoration: none;
}
.newsList li .newsList__textWrap {
    margin: 0;
    font-size: 14px;
    padding: 0;
    width: 100%;
}
.newsList li .newsList__textWrap {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
    width: 100%;
}
.newsList li .newsList__date {
    margin-right: 0px;
    font-size: 12px;
    width: 110px;
    padding-top: 4px;
}
.newsList li .newsList__text {
    padding-top: 7px;
    width: 100%;
}
.newsList li .newsList__text .newsList__text__ttl {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
 text-align: left!important;
}
.newsList li .newsList__text .newsList__text__body {
    display: block;
    font-size: 12px;
        text-align: left!important;
}

/* --------------------------------------------------------------------
	20220320???m?点
--------------------------------------------------------------------- */

body {
	line-height:1;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;	
}

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 {
	-webkit-appearance: none;	
}

input,
select {
	vertical-align:middle;
	margin:0px;
}

/* 共通 */
body {
	min-width:320px;
	color:#333333;
	background:#ffffff;
	font-size: 14px;
	line-height:1.5;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', 'Lucida Grande', Verdana, sans-serif;
}
div.wrapper_ {
	/* overflow:hidden; */
	    
}
img {
	max-width:100%;
	max-height:100%;
	vertical-align:bottom;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	border:1px solid #cccccc;
	min-height:20px;
	max-width:90%;
}

textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	padding: 1px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	padding:0.6em;
	margin:5px 0;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border:solid 1px #EEA34A;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background:#014181;
    border: 1px solid #014181;
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left:-2px;
    top: 13px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 13px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/**/

/* ラジオボタン */
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;

    left: 3px;
    content: "";
    width: 12px;
    height: 12px;
    background: #014181;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
/**/

select {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 28px;
	line-height: 28px;
}

a,
a:link,
a:visited {
	text-decoration: underline;
	color: #333333;
}
.attention_text_{
	padding-left: 5%;
	padding-right: 5%;
	
}
.attention_text_ a{
	text-decoration:none!important;
}
.osirase{
	text-align: center;
}

/* 文字サイズ */
.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:#ff0000;
	font-size: 14px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
.message_ {
	padding:22px 10px 10px;
}

/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	padding: 1px 10px;
	margin-top: 3px;
}
.input_must_ input,
.input_must_ textarea,
.input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}
span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}
.hiddenEnter_ {
	width:0;
	height:0;
}
.classrequired {
	background: #ffeeee;
}

.classerror {
	background: #ffeeee;
}
/**/

.efo_icon_ {
	vertical-align:middle;
}

/* ボタン */
.button_ {
	color: #fff;
}
.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
	padding:10px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.small_button_ {
	width: 58px;
	height: 40px;
	font-size: 14px;
	text-align: center !important;
	padding:8px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.auto_small_button_ {
	text-align: center;
	padding: 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.main_action_button_ {
	/*background:#171718 -moz-linear-gradient(top,#404040,#171718) !important;
	background:#171718 -webkit-gradient(linear,left top,left bottom,from(#404040),to(#171718)) !important;
	background:#171718 linear-gradient(top,#404040,#171718) !important;*/
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#171718 1px solid;
	text-decoration:none;
	-webkit-appearance: none;
}
.main_action_button_ {
    background: -moz-linear-gradient(top, #da0c1d 0%, #c50413 88%);
    background: -webkit-linear-gradient(top, #da0c1d 0%,#c50413 88%);
    background: linear-gradient(to bottom, #da0c1d 0%,#c50413 88%);
    border: #da0c1d 1px solid;
}
#recount.main_action_button_ {
	background:#CCCCCC;
	color:#ffffff;
	border:none;
}
#order_next.main_action_button_,
#cart_next.main_action_button_ {
	padding:0;
	background:#da0d1e -moz-linear-gradient(top,#da0d1e,#c40413) !important;
	background:#da0d1e -webkit-gradient(linear,left top,left bottom,from(#da0d1e),to(#c40413)) !important;
	background:#da0d1e linear-gradient(top,#da0d1e,#c40413) !important;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#da0d1e 1px solid;
	color:#ffffff;
	-webkit-appearance: none;
}
#cart_gift.main_action_button_ {
	padding:0;
	background:#da0d1e -moz-linear-gradient(top,#da0d1e,#c40413) !important;
	background:#da0d1e -webkit-gradient(linear,left top,left bottom,from(#da0d1e),to(#c40413)) !important;
	background:#da0d1e linear-gradient(top,#da0d1e,#c40413) !important;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#da0d1e 1px solid;
	color:#ffffff;
	-webkit-appearance: none;
}
.ajax_wait_button_ {
	-moz-text-shadow: 0 -1px 1px #F66 !important;
	-webkit-text-shadow: 0 -1px 1px #F66 !important;
	text-shadow: 0 -1px 1px #F66 !important;
	background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00) !important;
	background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00)) !important;
	background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00) !important;
	border:#FF9900 1px solid !important;
}
.sub_action_button_ {
	background:#d3d3d3 -moz-linear-gradient(top,#ecebec,#c4c4c4) !important;
	background:#d3d3d3 -webkit-gradient(linear,left top,left bottom,from(#ecebec),to(#c4c4c4)) !important;
	background:#d3d3d3 linear-gradient(top,#ecebec,#c4c4c4) !important;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#d7d7d7 1px solid;
	color:#484848;
	-webkit-appearance: none;
}
.sub_action_button_.small_button_ {
	background:#d3d3d3 -moz-linear-gradient(top,#ecebec,#c4c4c4) !important;
	background:#d3d3d3 -webkit-gradient(linear,left top,left bottom,from(#ecebec),to(#c4c4c4)) !important;
	background:#d3d3d3 linear-gradient(top,#ecebec,#c4c4c4) !important;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#d7d7d7 1px solid;
	color:#484848;
	-webkit-appearance: none;
}
#order_back.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	font-size:14px;
	background:#FFF;
	border:none;
	border-bottom:none;
	color:#666666;
}
.ajax_wait_sub_button_ {
	border: 1px solid #006AB8 !important;
}
/**/

.common_headline1_ {
	margin: 20px 0px 6px 10px;
	font-size: 20px;
	font-weight: bold;
	color:#555555;
}
.common_headline2_ {
	padding:10px;
	margin-bottom:10px;
	background:url(../img/usr/sb/h2_bg.png) right top no-repeat, -moz-linear-gradient(left,#014181,#2362a1);
	background:url(../img/usr/sb/h2_bg.png) right top no-repeat, -webkit-gradient(linear,left top,right top,from(#014181),to(#2362a1));
	background:url(../img/usr/sb/h2_bg.png) right top no-repeat, linear-gradient(left,#014181,#2362a1);
	-webkit-background-size:100% 40px, auto auto;
	background-size:100% 40px, auto auto;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
}

.mypage_headline_ {
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	border-top:solid;
}

#barcode_code128 {
	width:80%;
}

#mymenu_section00 div.mymenu_ .point_ {
	height:40px;
	line-height:40px;
	text-align: right;
}
#mymenu_section00 div.mymenu_ .point_ strong {
    font-size: 24px;
    font-weight: bold;
}
#mymenu_section00 div.mymenu_ .caspay_charge_ {
	height:40px;
	line-height:40px;
	text-align: right;
}
#mymenu_section00 div.mymenu_ .caspay_charge_ strong {
    font-size: 24px;
    font-weight: bold;
}

h2.common_headline2_ {
    background: #333333;
}
#block_of_accessory .common_headline2_ {
	margin:0 0 0 0;
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sub_headline_ {
	padding:5px 16px;
	margin-bottom:10px;
	border-bottom:#333333 2px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}

.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.position_relative_ {
	position: relative;
}
.fontsize_small_ {
	font-size:small;
}
.whitespace_nowrap_ {
}

/* 価格表示 */
.price_pop_ {
	color:#e60012;
	font-size:10px;
}
.df_price_ {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:line-through;
}


/* 商品価格関係追加 */
.sp_price_ {
	font-size:19px;
	color:#e60012;
	font-weight:700;
	padding:0 0 5px 20px;
	background:url(../img/sys/sp_arrow.png) 1px 1px no-repeat;
}
/* 商品価格関係追加 */
.sp_maker_price_ {
	font-size:19px;
	color:#333333;
	font-weight:700;
	padding:0 0 0 20px;
	background:url(../img/sys/sp_arrow2.png) 1px 1px no-repeat;
}
.price_ {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.price_ .small_ {
	font-size:10px;
	font-weight:normal;
}
.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
header {
}
header #h_catch {
	padding:5px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	letter-spacing:-1px;
	background:#171717;
}
header.cart_header_ {
}
header .header_top_ {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	height: 55px;
}
header .header_top_ nav#globalnav {
	height: 55px;
	padding:5px 10px 3px;
	text-align: right;
	clear: both;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	box-sizing: border-box;
}
header .header_top_ nav#globalnav ul {
	width:100%;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
header .header_top_ nav#globalnav ul li#gnav_menu {
	width:45px;
	height:45px;
	-moz-box-flex:0;
	-webkit-box-flex:0;
	box-flex:0;
	background:url(../img/usr/sb/common/hnav_menu.png) left top no-repeat;
	-webkit-background-size:45px 45px;
	background-size:45px 45px;
	text-indent:-9999px;
}
header .header_top_ nav#globalnav ul li#gnav_logo {
	height:47px;
	margin: 0 5px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align:center;
}
header .header_top_ nav#globalnav ul li#gnav_cart {
	width:45px;
	height:45px;
	-moz-box-flex:0;
	-webkit-box-flex:0;
	box-flex:0;
}
header .header_top_ nav#globalnav ul li a {
	width:100%;
	height:45px;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block;
}
header .header_top_ nav#globalnav ul li#gnav_cart a {
	background:#c80515;
	position:relative;
}
header #welcomeMessage{
	padding: 0 0 0 0;
	text-align: left;
	font-size: 14px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	vertical-align: top;
}
header .header_top_ nav#globalnav ul li a {
	text-decoration:none;
}
header .header_top_ nav#globalnav ul li a span {
	width:20px;
	height:20px;
	display: block;
	font-size: 11px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:absolute;
	top:-3px;
	right:-5px;
	color:#FFFFFF;
	background:#014181;
}
header #hnav_service {
	padding:10px;
	text-align:center;
	background:#eeeeee;
}

div.header_top_.fixed #globalnav {
	width:100%;
	position:fixed;
	top:0;
	z-index:9000;
	background:url(../img/usr/sb/header_bg.png) repeat;
}
div.header_top_.fixed #gnav_logo a,
div.header_top_.fixed #gnav_logo img {
	
}

/* --------------------------------------------------------------------
	corp ヘッダー
-------------------------------------------------------------------- */
#pagetop_corp {
	background: #ffffff;
	padding: 10px 0;

}
#pagetop_corp .header_top_corp:after{
	content: "";
	display: block;
	clear: both;
}
#pagetop_corp .header_top_corp .header_logo_corp{
	float: left;
	margin-left: 3%;
}
#pagetop_corp .header_top_corp .header_menu_corp{
	display: block;
	float: right;
	margin-left: 10px;
	margin-right: 3%;
}
#pagetop_corp .header_top_corp .header_menu_corp a{
	border: #666666 solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    padding: 3px 3px;
}
#pagetop_corp .header_mypage_corp,
#pagetop_corp .header_login_corp,
#pagetop_corp .header_logout_corp{
	display: block;
	float: right;
}

#pagetop_corp #gnav_menu_corp{
	position: absolute;
	top: 62px;
	left:0;
	z-index: 999;
	display: none;
}
#pagetop_corp #gnav_menu_corp li{
	float: left;
    width: 49.8%;
    background: #000000;
    border-bottom: #3b3b3b solid 1px;
    border-right: #3b3b3b solid 1px;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
#pagetop_corp #gnav_menu_corp li:nth-child(even){
	border-right: none;
}
#pagetop_corp #gnav_menu_corp li.nav_menu_blue{
	background: #1684c8;
}
#pagetop_corp #gnav_menu_corp li.nav_menu_white{
	background: #ffffff;
}
#pagetop_corp #gnav_menu_corp li.close{
    background: #e3e3e3;
    text-align: center;
    border-bottom: #3b3b3b solid 1px;
    width: 100%;
    border-right: none;
}
#pagetop_corp #gnav_menu_corp li a{
	font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    background: url(../img/usr/sb/common/hcorp_arrow01.png) no-repeat right center;
    background-size: 20px;
    padding-left: 4%;
}
#pagetop_corp #gnav_menu_corp li.nav_menu_white a{
	color: #000000;
    background: url(../img/usr/sb/common/hcorp_arrow05.png) no-repeat right center;
    background-size: 20px;
}
#pagetop_corp #gnav_menu_corp li.close img{
	vertical-align: middle;
	margin-right: 5px;
}

#nav_menu02_corp ul{
	background: #080808;
}
#nav_menu02_corp ul:after{
	content:"";
	display: block;
	clear:both;
}

#nav_menu02_corp ul li {
    float: left;
    box-sizing: border-box;
    /*width: 33%;*/
    /*font-size: 100%;*/
    width : calc(100% / 3);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;

}
#nav_menu02_corp ul li:nth-child(3n){
	border-right: none;
}
#nav_menu02_corp ul .nav_black {
    background: #1a1a1a;
    background: -moz-linear-gradient(top, #1a1a1a 0%, #080808 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(99%,#080808));
    background: -webkit-linear-gradient(top, #1a1a1a 0%,#080808 99%);
    background: -o-linear-gradient(top, #1a1a1a 0%,#080808 99%);
    background: -ms-linear-gradient(top, #1a1a1a 0%,#080808 99%);
    background: linear-gradient(to bottom, #1a1a1a 0%,#080808 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#080808',GradientType=0 );
    border-bottom: #3b3b3b solid 1px;
    border-right: #3b3b3b solid 1px;
}
#nav_menu02_corp ul .nav_blue {
    background: #1580c2;
    background: -moz-linear-gradient(top, #1580c2 0%, #1788cf 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1580c2), color-stop(99%,#1788cf));
    background: -webkit-linear-gradient(top, #1580c2 0%,#1788cf 99%);
    background: -o-linear-gradient(top, #1580c2 0%,#1788cf 99%);
    background: -ms-linear-gradient(top, #1580c2 0%,#1788cf 99%);
    background: linear-gradient(to bottom, #1580c2 0%,#1788cf 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1580c2', endColorstr='#1788cf',GradientType=0 );
    border-right: #4296cc solid 1px;
    border-bottom: #4296cc solid 1px;
}
#nav_menu02_corp ul li.nav_online {
    /*font-size: 95%;*/
}
#nav_menu02_corp ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
}
#nav_menu02_corp ul .nav_black a {
    /*border-bottom: #000000 solid 1px;*/
    /*border-right: #000000 solid 1px;*/
}
#nav_menu02_corp ul .nav_blue a {
    /*border-right: #1375b1 solid 1px;*/
    /*border-bottom: #1375b1 solid 1px;*/
}

/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
#block_of_searchbox {
	padding:10px;
	background: #e2e2e2;
	position: relative;
}
form.search_form_,
form.search_form2_ {
	height: 40px;
	margin:0 50px 0 0;
	border:#858585 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position: relative;
	background: #ffffff;
}
form.search_form_ input.keyword_,
form.search_form2_ input.keyword_{
	width: 100%;
	height: 39px;
	margin:0;
	line-height:30px;
	font-size:12px;
	text-indent:5px;
	border:none;
}
form.search_form_ .placeholder_,
form.search_form2_ .placeholder_ {
	position: absolute;
	top: 6px;
	left: 10px;
	color: #858585;
	font-size:12px;
}
form.search_form_ .search_button_,
form.search_form2_ .search_button_ {
	width: 25px;
	height: 25px;
	border:none;
	font-size: 12px;
	letter-spacing:5px;
	color:#FFFFFF;
	display: block;
	position: absolute;
	top:  5px;
	right:5px;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}
#block_of_searchbox p.serach_detail_ {
	width:68px;
	height:32px;
	line-height:30px;
	position: absolute;
	top:  13px;
	right:8px;
	text-align:right;
}
#block_of_searchbox p.serach_detail_ a {
	padding:0 0 0 16px;
	background:url(../img/usr/sb/arrow.png) left center no-repeat;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	font-size:12px;
	text-decoration:none;
	color:#333333;
}

/* --------------------------------------------------------------------
	帯バナー
--------------------------------------------------------------------- */
#line_banner {
	width:100%;
	height:30px;
	text-align:center;
	background:url(../img/usr/common/line_banner_1605.png) center top repeat-x;
	-webkit-background-size:320px 30px;
	background-size:320px 30px;
}

/* --------------------------------------------------------------------
	重要なお知らせ
--------------------------------------------------------------------- */
#attention_text {
	padding:10px 10px 10px 36px;
	background:url(../img/usr/sb/icon_attention.png) 10px center no-repeat;
	-webkit-background-size:16px 14px;
	background-size:16px 14px;
	font-size:12px;
	color:#ff0000;
}

/* --------------------------------------------------------------------
	メインビジュアル
--------------------------------------------------------------------- */
.mainvisual_ {
	text-align:center;
}
#top_visual {
	position:relative;
}
#top_visual .bx-wrapper{
	position:relative;
	overflow: hidden;
}
/* CONTROL */
.bx-wrapper .bx-prev {
	width:21px;
	height:24px;
	position:absolute;
	top:38%;
	left:0;
	text-indent:-9999px;
	background:url(../img/usr/sb/prev.png) right center no-repeat;
	-webkit-background-size:21px 24px;
	background-size:21px 24px;
}
.bx-wrapper .bx-next {
	width:21px;
	height:24px;
	position:absolute;
	top:38%;
	right:0;
	text-indent:-9999px;
	background:url(../img/usr/sb/next.png) right center no-repeat;
	-webkit-background-size:21px 24px;
	background-size:21px 24px;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 12px;
	color:#014181;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#cbc9c9;
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#014181;
}

/* top cpbnr01 */

#cpbnr01{
	margin:10px 0 10px 0;
	background: #fff none repeat scroll 0 0;
    border: 2px solid #000077;
	display: block; 
}

#cpbnr01 ul.cp_banner_:after {
	content: "";
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#cpbnr01 ul.cp_banner_ li {
	margin:0 2px 5px 0px;
	float:left;
	width: 47%;
}
#cpbnr01 ul.cp_banner_ li img {
	width:96%;
	}

#cpbnr01 ul.cp_banner_ {
	width:105%;

	margin-bottom:8px;
	clear:both;
	zoom:1;
}
/**/



/* --------------------------------------------------------------------
	注目キーワード
-------------------------------------------------------------------- */
.key_box_ {
	padding:10px 0 0 0;
	overflow-y: hidden;
}
.key_box_ a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color:#014181;
	text-decoration:underline;
}
.key_box_ h2 {
	height:18px;
	line-height:18px;
	padding:0 0 4px 35px;
	font-size:12px;
	font-weight:bold;
	display:block;
	background:url(../img/usr/sb/common/icon_keyword.png) 10px center no-repeat;
	-webkit-background-size:17px 15px;
	background-size:17px 15px;
}
.key_box_ ul {
	width:100%;
	padding:0 0 10px 0;
	height:18px;
    overflow: hidden;
	position:relative;
	white-space: nowrap;
}
.key_box_ ul li {
	height:18px;
    margin-left: 10px;
	line-height:18px;
	font-size:12px;
	white-space: nowrap;
	display:inline;
}

/* --------------------------------------------------------------------
	共通グローバルメニュー
-------------------------------------------------------------------- */
div.globalmenu_ {
}
header div.globalmenu_ {
}
div.globalmenu_ ul {
	width: 100%;
	height:55px;
	margin:0;
	border:none;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	background:#014181;
}
div.globalmenu_ ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
div.globalmenu_ ul li a {
	height:55px;
	border-left:#ffffff 1px solid;
	display:block;
	text-align:center;
}
div.globalmenu_ ul li:first-child a {
	border-left:none;
}
div.globalmenu_ ul li a img {
	height:55px;
	vertical-align: bottom;
}

/* --------------------------------------------------------------------
	メニュー
-------------------------------------------------------------------- */
#menu_header {
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	position:relative;
	background:#ffffff;
}
#menu_header p.close_ {
	height:35px;
	line-height:35px;
	position:absolute;
	top:0;
	left:0;
}
#menu_contents {
	width:100%;
	height:100%;
	background:url(../img/usr/sb/menu_bg.png) left top repeat;
	position:fixed;
	top:0;
	display:none;
	z-index:9990;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
#menu_contents .inner_ {
	margin:10px;
	background:#FFFFFF;
	z-index:9995;
	-webkit-overflow-scrolling: touch;	
}

/* Welcome */
#menu_welcome {
	padding:5px 10px;
	border-bottom:#ffffff 1px solid;
	text-align:right;
	font-size:12px;
	background:#e2e2e2;
}
/* 検索する */
#menu_contents #menu_search h2 {
	padding:10px;
	background:#014181;
	color:#ffffff;
}
#menu_contents #menu_search .searchbox_ {
	padding:10px;
	background:#ffffff;
	position:relative;
}
#menu_contents #menu_search .searchbox_ form.search_form2_ {
	margin:0;
	position:relative;
}
#menu_contents #menu_search ul li {
	background:#ffffff -moz-linear-gradient(top,#ffffff,#eceded) !important;
	background:#ffffff -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eceded)) !important;
	background:#ffffff linear-gradient(top,#ffffff,#eceded) !important;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	-webkit-appearance: none;
	border-top:#dedbdb 1px solid;
	font-size:12px;
}
#menu_contents #menu_search ul li a {
	padding:10px 10px 10px 60px;
	display:block;
	text-decoration:none;
	background: url(../img/usr/sb/subcate_arrow.png) right center no-repeat;
	-webkit-background-size: 20px 12px;
	background-size: 20px 12px;
}
#menu_contents #menu_search ul li:nth-child(1) a {
	padding:10px 10px 10px 60px;
	display:block;
	text-decoration:none;
	background:url(../img/usr/sb/menu_s_new.png) 10px center no-repeat, url(../img/usr/sb/subcate_arrow.png) right center no-repeat;
	-webkit-background-size:40px 14px, 20px 12px;
	background-size:40px 14px, 20px 12px;
}
#menu_contents #menu_search ul li:nth-child(2) a {
	padding:10px 10px 10px 60px;
	display:block;
	text-decoration:none;
	background:url(../img/usr/sb/menu_s_sale.png) 10px center no-repeat, url(../img/usr/sb/subcate_arrow.png) right center no-repeat;
	-webkit-background-size:40px 14px, 20px 12px;
	background-size:40px 14px, 20px 12px;
}

/* カテゴリーから探す */
#menu_contents #menu_category h2 {
	padding:10px;
	margin-bottom:5px;
	background:#171717;
	color:#ffffff;
}
#menu_contents #menu_category ul.list_ {
	margin:0 5px;
	overflow:hidden;
}
#menu_contents #menu_category ul.list_ li {
	width:25%;
	background:#ffffff;
	float:left;
}
#menu_contents #menu_category ul.list_ li.op_ {
	width:25%;
	background:#ffffff url(../img/usr/sb/menu_thispng.png) center bottom no-repeat;
	-webkit-background-size:11px 9px;
	background-size:11px 9px;
	float:left;
}
#menu_contents #menu_category ul.list_ li .switch_ {
	margin:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
}
#menu_contents #menu_category ul.list_ li .image_ {
	border:#e2e2e2 1px solid;
}
#menu_contents #menu_category ul.list_ li .op_ .image_ {
	border:#014181 1px solid;
}
#menu_contents #menu_category ul.list_ li .name_  {
	margin:3px 0 0;
	font-size:10px;
	font-weight:normal;
	color:#014181;
}

/* カテゴリー下層 */
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ {
	padding:10px;
	margin-bottom:5px;
	
	display:none;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ h4 {
	background:#ffffff url(../img/usr/sb/subcate_arrow.png) right center no-repeat;
	-webkit-background-size:20px 12px;
	background-size:20px 12px;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ h4 a {
	padding:10px;
	text-decoration:none;
	font-size:13px;
	color:#005db9;
	display:block;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ ul {
	overflow:hidden;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ ul li {
	width:50%;
	border-top:#e2e2e2 1px solid;
	background:#ffffff url(../img/usr/sb/subcate_arrow.png) right center no-repeat;
	-webkit-background-size:20px 12px;
	background-size:20px 12px;
	float:left;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ ul li a {
	padding:10px 25px 10px 10px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-right:#e2e2e2 1px solid;
	display:block;
	color:#171717;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ ul li:nth-child(2n) {
	float:right;
}
#menu_contents #menu_category ul.sub_category_ li.sub_cate_frame_ ul li:nth-child(2n) a {
	border-right:none;
	display:block;
}

/* 絞込み */
#menu_contents .narrow_ h2{
    padding: 10px;
    margin-bottom: 5px;
    background: #171717;
    color: #ffffff;
}
#menu_contents .narrow_ .genre_tree_ li.genre_tree1_{

}
#menu_contents .narrow_ .genre_tree_ li{
        margin: 0;
        padding: 0;
        border-top: #e2e2e2 1px solid;
        position: relative;
}
#menu_contents .narrow_ .genre_tree_ li a{
        display: inline-block;
        padding: 10px 0px;
        box-sizing: border-box;
        text-decoration: none;
}
#menu_contents .narrow_ span input{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}
#menu_contents .narrow_ span 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;
}
#menu_contents .narrow_ span input[type="checkbox"]:checked:before{
    position: absolute;
    left: -1px;
    top: 12px;
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background: #014181;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
    box-shadow: none;
}
#menu_contents .narrow_ span input[type="checkbox"]:checked:after{
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    width: 16px;
    height: 4px;
    background: #014181;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
    box-shadow: none;
}
#menu_contents .btn_narrow_down a{
    text-align: center;
    display: block;
    padding: 12px 5px;
    background: #ddd;
    margin: 12px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #212121;
    font-weight: bold;
    text-decoration: none;
    transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s;
}
#menu_contents .btn_clear a{
    text-align: center;
    display: block;
    padding: 12px 5px;
    background: #eee;
    margin: 12px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #212121;
    font-weight: bold;
    text-decoration: none;
    transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s;
}
.narrow_ p.all_op {
    text-align: center;
    font-weight: bold;
    padding: 16px 0;
    display: block;
    background: #eee;
    margin: 0 auto;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #212121;
    transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s;
    -moz-transition: linear all 0.3s;
}

/* ユーザーメニュー */
#menu_contents #user_menu h2 {
	padding:10px;
	background:#014181;
	color:#ffffff;
}
#menu_contents #user_menu {
	background:#171717;
	color:#014181;
}
#menu_contents #user_menu ul.list_ {
	overflow:hidden;
}
#menu_contents #user_menu ul.list_ li {
	width:50%;
	border-bottom:#e2e2e2 1px solid;
	background:#ffffff;
	float:left;
}
#menu_contents #user_menu ul.list_ li a {
	padding:10px 10px 10px 42px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-right:#e2e2e2 1px solid;
	background:url(../img/usr/sb/user_icon01.png) 5px center no-repeat;
	-webkit-background-size:30px 30px;
	background-size:30px 30px;
	display:block;
	color:#014181;
}
#menu_contents #user_menu ul.list_ li.entry_ a    { background-image:url(../img/usr/sb/user_icon01.png);}
#menu_contents #user_menu ul.list_ li.login_ a    { background-image:url(../img/usr/sb/user_icon02.png);}
#menu_contents #user_menu ul.list_ li.hikaku_ a   { background-image:url(../img/usr/sb/user_icon03.png);}
#menu_contents #user_menu ul.list_ li.bookmark_ a { background-image:url(../img/usr/sb/user_icon04.png);}
#menu_contents #user_menu ul.list_ li.faq_ a      { background-image:url(../img/usr/sb/user_icon05.png);}
#menu_contents #user_menu ul.list_ li.guide_ a    { background-image:url(../img/usr/sb/user_icon06.png);}
#menu_contents #user_menu ul.list_ li.first_ a    { background-image:url(../img/usr/sb/user_icon07.png);}
#menu_contents #user_menu ul.list_ li.contact_ a  { background-image:url(../img/usr/sb/user_icon08.png);}

#menu_contents #user_menu ul.list_ li:nth-child(2n) {
	float:right;
}
#menu_contents #user_menu ul.list_ li:nth-child(2n) a {
	border-right:none;
	display:block;
}

/* ポータルインフォメーション */
#menu_contents #portal_information h2 {
	padding:10px;
	background:#171717;
	color:#ffffff;
}
#menu_contents #portal_information ul.list_ {
	overflow:hidden;
}
#menu_contents #portal_information ul.list_ li {
	width:50%;
	border-bottom:#ffffff 1px solid;
	background:#e2e2e2;
	float:left;
}
#menu_contents #portal_information ul.list_ li a {
	padding:10px 25px 10px 10px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-right:#ffffff 1px solid;
	background:url(../img/usr/sb/portal_arrow.png) right center no-repeat;
	-webkit-background-size:20px 12px;
	background-size:20px 12px;
	display:block;
	color:#171717;
}
#menu_contents #portal_information ul.list_ li:nth-child(2n) {
	float:right;
}
#menu_contents #portal_information ul.list_ li:nth-child(2n) a {
	border-right:none;
	display:block;
}

/* 閉じる */
#menu_contents .inner_ .button_ {
	padding:10px;
	background:#ffffff;
	    margin-bottom: 50px;
}
#menu_contents .inner_ .button_ span.close_ {
	padding:12px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	background:#1e1e1e url(../img/usr/sb/close.png) 20px center no-repeat;
	-webkit-background-size:16px 16px;
	background-size:16px 16px;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
#go_pagetop {
	margin:10px 10px 20px 10px;
}
#go_pagetop a {
	height:45px;
	border:#dedbdb 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #e9eaea -moz-linear-gradient(top,#f9fafa,#e9eaea);
	background: #e9eaea -webkit-gradient(linear,left top,left bottom,from(#f9fafa),to(#e9eaea));
	background: #e9eaea linear-gradient(top,#f9fafa,#e9eaea);
	text-align:center;
	display:block;
}
footer {
	text-align: center;
	background:#171717 url(../img/usr/sb/common/footer_bg.png) right bottom no-repeat;
	-webkit-background-size:320px 150px;
	background-size:320px 150px;
}
footer #portal_information {
	padding:10px;
}
footer #portal_information h2 {
	margin-bottom:10px;
	text-align:center;
	color:#ffffff;
}
footer #portal_information ul {
	border-top:#b9b9b9 1px solid;
	border-left:#b9b9b9 1px solid;
	overflow:hidden;
}
footer #portal_information ul li {
	width:25%;
	float:left;
}
footer #portal_information ul li a {
	padding:3px 0;
	border-right:#b9b9b9 1px solid;
	border-bottom:#b9b9b9 1px solid;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	display:block;	
}
footer nav#footernav {
	background:#ffffff;
	border-top:#dedbdb 1px solid;
	text-align:left;
}
footer nav#footernav ul li {
	border-bottom:#dedbdb 1px solid;
	background:#ededed -moz-linear-gradient(top,#FFFFFF,#ededed);
	background:#ededed -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ededed));
	background:#ededed linear-gradient(top,#FFFFFF,#ededed);
}
footer nav#footernav ul li a {
	padding:12px 10px;
	background:url(../img/usr/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size:23px 12px;
	background-size:23px 12px;
	text-decoration:none;
	font-size:12px;
	color:#333333;
	display:block;
}
footer #copyright {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	display: block;
}
.change_mode_ {
	padding:0 0 10px 0;
}
.change_mode_ .change_mode_inner_ {
	height:20px;
	margin:5px 10px;
    text-align:center;
	line-height:20px;
	overflow:hidden;
}
.change_mode_ .change_mode_inner_ span {
	width:48%;
	height:20px;
	margin:0 auto;
    text-align:left;
	font-weight:bold;
	line-height:20px;
	display:block;
	float:right;
}
.change_mode_ .change_mode_inner_ a {
	width:48%;
	height:20px;
	margin:0 auto;
    text-align:right;
	font-weight:bold;
	line-height:20px;
	display:block;
	color:#ffffff;
	float:left;
	text-decoration:none;
}

/* --------------------------------------------------------------------
	corp フッター
-------------------------------------------------------------------- */
#footer_corp{

	background: #f7f7f7;
	text-align:center;
}
#footer_corp .footer_nav_corp{
	margin-bottom: 3%;
}
#footer_corp .footer_nav_corp li{
	background: #1f1f1f;
    border-bottom: #484848 solid 1px;
    text-align: left;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
#footer_corp .footer_nav_corp li a {
    color: #f7f7f7;
    padding: 12px 2%;
    display: block;
    text-decoration: none;
}
#footer_corp .footer_nav_corp li a img{
	margin-right: 10px;
	vertical-align: bottom;
}
#footer_corp .footer_logo_corp{
	margin-bottom: 2%;
}
#footer_corp .footer_link_corp{
	font-size: 11px;
	line-height: 1.66;
}
#footer_corp .copy_corp{
	padding: 2% 0 3%;
    /*text-align: center;*/
    font-size: 10px;
    line-height: 1.3;
}
#footer_corp .copy_corp span,
#footer_corp .copy_corp span a{
	color: #787878;
	font-size: 10px;
	line-height: 1.3;
}

/* --------------------------------------------------------------------
	ユーザー定義　TOP　スライダー
--------------------------------------------------------------------- */
#top_visual_area {
	padding: 10px 0;
	background:#d4e1f3;
}
#top_visual_area #slider02 {
	width:100%;
	overflow:hidden;
}
#top_visual_area #slider02 .bx-wrapper {
    width: 215px;
	margin:0 auto;
	position: relative;
}
#top_visual_area #slider02 .bx-viewport {
	overflow:inherit !important;
}
#top_visual_area #slider02 ul {
    width: 150%;
	overflow:hidden;
}
#top_visual_area #slider02 ul li img {
	margin-bottom:5px;
	-moz-box-shadow: 0 2px 2px #999;
	-webkit-box-shadow: 0 2px 2px #999;
	box-shadow: 0 2px 2px #999;
}
#top_visual_area #slider03 {
	width:100%;
	overflow:hidden;
}
#top_visual_area #slider03 .bx-wrapper {
    width: 279px;
	margin:0 auto;
	position: relative;
}
#top_visual_area #slider03 .bx-viewport {
	overflow:inherit !important;
}
#top_visual_area #slider03 ul {
    width: 150%;
	padding:5px 0 0 0;
	overflow:hidden;
}
#top_visual_area #slider03 ul li {
	padding:0 0 5px 0;
}
#top_visual_area #slider03 ul li img {
	margin-bottom:5px;
	-moz-box-shadow: 0 2px 2px #999;
	-webkit-box-shadow: 0 2px 2px #999;
	box-shadow: 0 2px 2px #999;
}
#top_visual_area #slider04 {
	width:100%;
	overflow:hidden;
}
#top_visual_area #slider04 .bx-wrapper {
    width: 279px;
	margin:0 auto;
	position: relative;
}
#top_visual_area #slider04 .bx-viewport {
	overflow:inherit !important;
}
#top_visual_area #slider04 ul {
    width: 150%;
	padding:5px 0 0 0;
	overflow:hidden;
}
#top_visual_area #slider04 ul li {
	padding:0 0 10px 0;
}
#top_visual_area #slider04 ul li img {
	margin-bottom:5px;
	-moz-box-shadow: 0 2px 2px #999;
	-webkit-box-shadow: 0 2px 2px #999;
	box-shadow: 0 2px 2px #999;
}

#middle01 {
	padding: 10px 10px 0;
	background: #fff;
}
#middle01 .visual_banner_ttl_ {
	padding-top: 10px;
	margin: 0 0 20px;
	
}
#middle01 .visual_banner_ + .visual_banner_ttl_ {
	margin-top: 40px;
}

#middle01 .visual_banner_ttl_ span {
	display: block;
	color: #014181;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	padding-left: 15px;
	
}
#middle01 .visual_banner_ {
}
#middle01 li {
	text-align: center;
	margin: 0 0 5px;
}
#middle08 li {
    text-align: center;
    margin: 0 0 -5px;
    width: calc(100% - 52%);
    float: left;
    padding: 1%;
}

#middle01 .btn_more_ {
	margin: 20px auto 40px;
}
#middle08 .btn_more_ {
	margin: 20px auto 40px;
}

#middle01 .btn_more_ a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	width: 94%;
	height: 40px;
	margin: 0 auto;
	background: -webkit-gradient(linear,left top,left bottom,from(#2c2c2c),to(#171717));
	background: linear-gradient(top,#2c2c2c,#171717);
	border-radius: 3px;
}
#middle01 .btn_more_ a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 13px;
	background: url(../img/usr/sb/more_arrow.png) right center no-repeat;
	background-size: contain;
}
#middle08 .btn_more_ a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	width: 94%;
	height: 40px;
	margin: 0 auto;
	background: -webkit-gradient(linear,left top,left bottom,from(#2c2c2c),to(#171717));
	background: linear-gradient(top,#2c2c2c,#171717);
	border-radius: 3px;
}
#middle08 .btn_more_ a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 13px;
	background: url(../img/usr/sb/more_arrow.png) right center no-repeat;
	background-size: contain;
}

/* --------------------------------------------------------------------
	ユーザー定義　TOP　店舗別おすすめ品！
--------------------------------------------------------------------- */
#shop_pickup {
	padding:10px 10px 5px 10px;
	margin-bottom:2px;
	background:#014181;
}
#shop_pickup h2 {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	position:relative;
}
#shop_pickup h2 span.sub_ {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	display:block;
}
#shop_pickup h2 span.weekday_ {
	padding:2px 10px;
	font-size:12px;
	font-weight:bold;
	color:#014181;
	background:#ffffff;
	position:absolute;
	top:0;
	right:0;
}
#shop_pickup ul.shoplist_ {
	overflow:hidden;
}
#shop_pickup ul.shoplist_ li.shop_ {
	margin:0 0 10px 0;
	background:#FFFFFF;
	position:relative;
}
#shop_pickup ul.shoplist_ .head_ {
	width:100%;
	background:url(../img/usr/common/shop/name_bg.png) left top repeat;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
}
#shop_pickup ul.shoplist_ .head_ h3 {
	padding:5px 10px 5px 10px;
}
#shop_pickup ul.shoplist_ .point_ {
	padding:0 10px 5px 10px;
	font-size:12px;
	font-weight:normal;
	color:#fcfe3f;
}
#shop_pickup ul.shoplist_ .desc_ {
	padding:10px 10px 5px 10px;
}
#shop_pickup ul.shoplist_ .desc_ ul li {
	margin-bottom:5px;
}
#shop_pickup ul.shoplist_ .desc_ ul li a {
	padding:0 0 0 20px;
	background:url(../img/usr/sb/arrow.png) left 3px no-repeat;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	font-size:12px;
	text-decoration:none;
	display:block;
}

/* --------------------------------------------------------------------
	ユーザー定義　TOP　おすすめ特集
--------------------------------------------------------------------- */
div#osusume_contents {
	margin-bottom:10px;
}
div#osusume_contents ul {
	margin:0 10px;
	overflow:hidden;
}
div#osusume_contents ul li {
	width:48%;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
div#osusume_contents ul li:nth-child(2n) {
	width:48%;
	margin-bottom:10px;
	text-align:center;
	float:right;
}
div#osusume_contents ul li .textbox_ {
	padding:0 0 35px 0;
	position:relative;
}
div#osusume_contents ul li .textbox_ h2 {
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	color:#014181;
}
div#osusume_contents ul li .textbox_ p {
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	text-align:left;
}
div#osusume_contents ul li .textbox_ .button_ {
	width:100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top,#2c2c2c,#171717) !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#2c2c2c),to(#171717)) !important;
	background: linear-gradient(top,#2c2c2c,#171717) !important;
	position:absolute;
	bottom:0;
	left:0;
}
div#osusume_contents ul li .textbox_ .button_ a {
	height:30px;
	line-height:30px;
	padding:0 10px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	background:url(../img/usr/sb/more_arrow.png) right center no-repeat;
	-webkit-background-size:27px 13px;
	background-size:27px 13px;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	text-decoration:none;
	-webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	display:block;
}

/* --------------------------------------------------------------------
	ユーザー定義　TOP　キャスティングコンテンツ
--------------------------------------------------------------------- */
div#casting_contents {
	margin-bottom:20px;
}
div#casting_contents ul {
	margin:0 10px;
	overflow:hidden;
}
div#casting_contents ul li.tv_ {
	width:48%;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
div#casting_contents ul li.mailmag_ {
	width:48%;
	margin-bottom:10px;
	text-align:center;
	float:right;
}
div#casting_contents ul li.facebook_ {
	text-align:center;
	clear:both;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}
img.top_banner_ {
	max-width: 100%;
}

/* 静的バナー群 */
div.event_pickup_banner_ ul {
	margin:12px 0 0 12px;
	overflow:hidden;
}
div.event_pickup_banner_ ul li {
	width:30%;
	text-align:center;
	margin:0 3% 3% 0;
	float:left;
}
.event_name_{
font-size: 1.1em;
    font-weight: 800;
    text-align: center;
    background: #171717;
    color: white;
	margin-bottom: 15px;
}
/* --------------------------------------------------------------------
	会員規約
-------------------------------------------------------------------- */
#agree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#agree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin-bottom: 10px;
}
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%;
}
div.login_ .forgotpass_ a {
	padding:0 0 0 16px;
	background:url(../img/usr/sb/arrow.png) left 3px no-repeat;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	font-size:12px;
	text-decoration:none;
	display:block;
}
div.login_ div.loginform_ div.sns_login_ {
  margin: 10px 0 20px;
}
div.customer_ div.sns_login_ {
  margin: 20px 10px 30px;
}
div.login_ div.loginform_ div.sns_login_ a,
div.customer_ div.sns_login_ a {
  display: block;
  padding: 10px 0 10px 40px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
}
div.login_ div.loginform_ div.sns_login_ a:nth-child(1),
div.customer_ div.sns_login_ a:nth-child(1) {
  background: #00b900 url(../img/sys/button/icon_line.png) no-repeat 5px center / 40px;
}
div.login_ div.loginform_ div.sns_login_ a:nth-child(2),
div.customer_ div.sns_login_ a:nth-child(2) {
  background: #e61017 url(../img/sys/button/icon_yahoo.png) no-repeat 5px center / 40px;
}
div.login_ div.loginform_ div.sns_login_ a:nth-child(3),
div.customer_ div.sns_login_ a:nth-child(3) {
  background: #3b579d url(../img/sys/button/icon_fb.png) no-repeat 5px center / 27px;
}
div.login_ div.loginform_ div.sns_login_ a:nth-child(4),
div.customer_ div.sns_login_ a:nth-child(4) {
  margin: 0;
  background: #4285F4 url(../img/sys/button/icon_google.png) no-repeat 0 center / 38px;
  border: #4285F4 1px solid;
  line-height: 1.35;
}
/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

div.certify_escape_ {
	margin-top:10px;
	text-align:center;
}
div.certify_escape_ a {
	text-decoration:underline;
	font-size:13px;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin:0 10px 10px;
	padding:4px;
	border:#999999 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}
div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
div.customer_ input.zip_ {
	width: 140px;
}
dl.customer_ input.customer_card_ {
	width: 190px;
}
dl.customer_ input.pin_ {
	width: 140px;
}
div.customer_ .spoofing_protection_comment_ {
	font-size: 1.2em;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}
.customer_ {
	margin-bottom: 10px;
}
.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}
.submit_ .message_ {
	font-size:12px;
}

#myapage {
}
#myapage div.customer_status_ {
	margin:10px;
	padding:10px;
}
.mymenu_section_ {
	background:#ffffff;
}
.mymenu_section_ .mymenu_ .sns_modal_ {
	display: none;
}
.mymenu_section_ .mymenu_ .sns_modal_ .modal_bg_ {
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_inner_ {
	width: 94%;
	height: 266px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 10px 8px 0;
	background: #fff;
	z-index: 101;
	box-sizing: border-box;
}
.mymenu_section_ .mymenu_ .sns_modal_ .modal_close_ {
	position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mymenu_section_ .mymenu_ .sns_modal_ .modal_close_::before,
.mymenu_section_ .mymenu_ .sns_modal_ .modal_close_::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 20px;
    height: 1px;
}
.mymenu_section_ .mymenu_ .sns_modal_ .modal_close_::before {
	transform: rotate(45deg);
}
.mymenu_section_ .mymenu_ .sns_modal_ .modal_close_::after {
	transform: rotate(-45deg);
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ {
	margin: 0 10px;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ a {
	display: block;
    padding: 10px 0 10px 40px;
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ a:nth-child(1) {
	background: #00b900 url(../img/sys/button/icon_line.png) no-repeat 5px center / 40px;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ a:nth-child(2) {
	background: #e61017 url(../img/sys/button/icon_yahoo.png) no-repeat 5px center / 40px;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ a:nth-child(3) {
	background: #3b579d url(../img/sys/button/icon_fb.png) no-repeat 5px center / 27px;
}
.mymenu_section_ .mymenu_ .sns_modal_ .sns_login_ a:nth-child(4) {
	margin: 0;
  background: #4285F4 url(../img/sys/button/icon_google.png) no-repeat 0 center / 38px;
  border: #4285F4 1px solid;
  line-height: 1.35;
}

.mymenu_section_ .mymenu_ {
	margin:0 10px;
	padding:10px 0;
	overflow:hidden;
}
.mymenu_section_ .mymenu_item_ {
	width:31%;
	margin:0 0 0 3%;
	text-align:center;
	float:left;
}
.mymenu_section_ .mymenu_item_:first-child {
	margin:0 0 0 0;
}
.mymenu_section_ .mymenu_item_ a {
	text-decoration:none;
}
.mymenu_section_ .mymenu_item_ .img_ {
	width:90px;
	height:90px;
	margin:0 auto 5px;
}
.mymenu_section_ .mymenu_item_ .img_ img {
	width:90px;
	height:90px;
}
.mymenu_section_ .mymenu_item_ .title_ {
	text-align:center;
	letter-spacing:-1px;
	font-size:12px;
}
#mymenu_rank {
	margin:0 10px;
	font-size:12px;
	text-align:right;
}
#mymenu_rank span {
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:16px;
}
#mymenu_section00 div.mymenu_item_ {
	width:auto;
	margin:0 0 10px 0;
	border:#333333 1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	float:none;
}
#mymenu_section00 div.mymenu_item_ .inner_ {
	min-height:60px;
}
#mymenu_section00 div.mymenu_item_ h2 {
    padding: 5px 10px;
    margin: 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
    color:#ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    background:#333333;
}
#mymenu_section00 div.mymenu_item_ .point_ {
	height:40px;
	line-height:40px;
}
#mymenu_section00 div.mymenu_item_ .point_ strong {
    font-size: 24px;
    font-weight: bold;
}

#mymenu_section01 {
}
#mymenu_section01 .line01_ {
	padding-top:0;
	border-bottom:#dadada 1px solid;
}
#mymenu_section01 .inner_ {
	overflow:hidden;
}
#mymenu_section01 .line03_ .mymenu_item_ {
	width:31%;
	float:left;
}
#mymenu_section01 .mymenu_item_s_wrap_ {
	width:65%;
	float:right;
}
#mymenu_section01 .mymenu_item_s_wrap_ .mymenu_item_s_ a,
#mymenu_section01 .mymenu_item_s_wrap_ .mymenu_item_s_ span {
	padding:2px 0 2px 25px;
	background:url(../img/usr/sb/common/fnav_arrow.png) left center no-repeat;
	-webkit-background-size:23px 12px;
	background-size:23px 12px;
	text-decoration:none;
	color:#333333;
	display:block;
}
#mymenu_section01 .line02_ {
	border-bottom:#dadada 1px solid;
}
#mymenu_section02 .mymenu_ {
	padding:0;
}
#mymenu_section02 .mymenu_item_head_ {
	margin-bottom:10px;
	overflow:hidden;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_item_ {
	width:31%;
	float:left;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_desc_ {
	width:65%;
	float:right;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_desc_ .title_ a {
	text-decoration:none;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_desc_ .button_ {
	margin:10px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*background: -moz-linear-gradient(top,#2c2c2c,#171717) !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#2c2c2c),to(#171717)) !important;
	background: linear-gradient(top,#2c2c2c,#171717) !important;*/
        background: -moz-linear-gradient(top, #da0c1d 0%, #c50413 88%);
        background: -webkit-linear-gradient(top, #da0c1d 0%,#c50413 88%);
        background: linear-gradient(to bottom, #da0c1d 0%,#c50413 88%);
        border: #da0c1d 1px solid;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_desc_ .button_ a {
	padding:10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	display:block;
}
#mymenu_section02 .mymenu_item_head_ .mymenu_desc_ .button_ img {
	width:187px;
	height:37px;
}
#mymenu_section02 .mymenu_item_foot_ li {
	margin-bottom:10px;
	border:#dadada 1px solid;
}
#mymenu_section02 .mymenu_item_foot_ li a {
	width:100%;
	overflow:hidden;
	text-decoration:none;
	display:table;
}
#mymenu_section02 .mymenu_item_foot_ li a .name_ {
	padding:5px 10px 5px 32px;
	background:url(../img/usr/sb/common/person.png) 7px center no-repeat;
	-webkit-background-size:18px 16px;
	background-size:18px 16px;
	font-size:12px;
	color:#333333;
	display:table-cell;
}
#mymenu_section02 .mymenu_item_foot_ li a .change_ {
	width:60px;
	padding:5px 0 5px 18px;
	background:url(../img/usr/sb/arrow.png) left center no-repeat;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
	font-size:12px;
	vertical-align:middle;
	display:table-cell;
}
#mymenu_section03 {
}
#mymenu_section03 .mymenu_ {
	padding:0;
}
p#mymenu_withdrawal {
	margin:10px;
	text-align:right;
	font-size:12px;
}
p#mymenu_withdrawal a {
	padding:5px 0 5px 18px;
	background:url(../img/usr/sb/arrow.png) left center no-repeat;
	-webkit-background-size:12px 12px;
	background-size:12px 12px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
	font-size:12px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}
div.customer_ .destgoodslist_ .dest_goodsname_ div {
	font-size:12px;
}
div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ {
	width:100%;
}
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;
	font-size:12px;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.historydetail_ td
{
	font-size:12px;
	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%;
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border:#E5E5E5 1px solid;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size:12px;
	font-weight: normal;
}
table.history_ th {
	width: 35%;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	background-color: #F8F8F8;
	vertical-align: middle;
	font-size:12px;
	font-weight: normal;
	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;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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_ td.cancel_{
	background-color:#f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom:10px;
}
table.destgoodslist_ th.name_,
table.destgoodslist_ td.name_ {
}
table.destgoodslist_ th.qty_,
table.destgoodslist_ td.qty_ {
}
table.destgoodslist_ th.sales_detail_append_spec_,
table.destgoodslist_ td.sales_detail_append_spec_ {
}
table.destgoodslist_ th.cancel_dt_,
table.destgoodslist_ td.cancel_dt_ {
}
table.destgoodslist_ td.cancel_dt_ {
	color:#cc0000;
}
table.destgoodslist_ img.img_{
	max-width:110px;
}
div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	display: table;
	border-bottom: 1px dotted #CCC;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #CCC;
}
li.bookmark_item_ div.cartgoods_ {
	width: 12px;
	padding: 5px;
	display: inline;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break:break-all;
}
div.customer_  div.del_ {
	text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-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/sb/common/fnav_arrow.png) right center no-repeat;
	-webkit-background-size:23px 12px;
	background-size:23px 12px;
}
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;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin:10px;
	text-align: center;
}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}
div.cartinfo_ {
	margin:0 10px 10px;
	text-align: center;
	font-size:12px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff6600;
}
input.calc_ {
	display:none;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #e5e5e5;
}
table.cartlist_ tr.list_ td {
	border-bottom: 1px solid #e5e5e5;
}
table.cartlist_ td {
	padding:10px;
	vertical-align:top;
}
table.cartlist_ td.img_ {
	width: 80px;
}
table.cartlist_ td.img_ img {
	width: 80px;
}
table.cartlist_ td.desc_ {
	padding:10px 10px 10px 0; 
}
table.cartlist_ td.name_ {
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.desc_ .price_box_ {
	margin:0 10px 0 0;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
	font-size:11px;
}
table.cartlist_ td.desc_ .money_ {
	margin:0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
	margin:0 0 10px 0;
	height:40px;
	line-height:40px;
	text-align:right;
}
table.cartlist_ td.desc_ .qty_ img {
	width:40px;
	height:40px;
}
table.cartlist_ td.desc_ .button_ {
	margin:10px 0 0 0;
	text-align: right;
}
table.cartlist_ td.total_ {
	vertical-align: middle;
	text-align:right;
}
table.cartlist_ td.button_ {
	text-align: right;
}
table.cartlist_ .qty_ input {
	width: 48px;
	height:38px;
	padding:0;
	margin:0 2px;
	line-height:40px;
	text-align: center;
	font-size:16px;
}
table.cartlist_ td.money_ .price_ {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: left;
}
table.cartlist_ span.promotionmsg_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}
div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}
td.promotion_ div.promotionmsg_box_ {
	padding: 5px 5px 5px 23px;
	margin:0 10px 5px;
	text-align: left;
	border: 1px solid #014181;  
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:12px;
    background: url(../img/usr/sb/common/fnav_arrow.png) 5px center no-repeat;
	-webkit-background-size:23px 12px;
	background-size:23px 12px;
	display:block;
}
td.promotion_ .hilight_{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ div.promotionshortmsg_ {
	margin-right: 20px;
	margin-top: 10px;
}
table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	margin-bottom:5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left center no-repeat;
	padding-left:25px;
}
table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
div.proteger_area .proteger_plan_select_button {
	background: #3e9f26 !important;
	color: white;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	-moz-border-radus: 3px;
	-webkit-border-radius: 3px;
	text-shadow: none;
}

.cartlist_ form .form_text_ {
	text-align: left;
}

/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}

/* ご注文主（ログイン時） */
div.method_host_ {
}
div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
dl.method_host_ input.zip_ {
	width: 140px;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.sender_change_ input.zip_ {
	width: 140px;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
div.sender_info_ strong,
div.sender_info_ address {
	padding-left:10px;
}
div.sender_info_ div.sender_change_ strong {
	padding-left:5px;
}

/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding:10px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: right;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: right;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}
/**/
div.dest_select_type_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
/* 配送方法 */
div.method_box_ {
}
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;
}

/**/
/* 配送希望日時指定 */
#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;
}
/**/

/* 受け取り方法 2016/11/07 追加 */
#method_date dl.store_receive_ dd {
	margin-left: 5em;
}
#method_date dl.store_receive_ dd input[type="radio"] {
	display: none;
}
#method_date dl.store_receive_ dd input[type="radio"] + label {
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#d3d3d3 -moz-linear-gradient(top,#ecebec,#c4c4c4);
	background:#d3d3d3 -webkit-gradient(linear,left top,left bottom,from(#ecebec),to(#c4c4c4));
	background:#d3d3d3 linear-gradient(top,#ecebec,#c4c4c4);
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:#d7d7d7 1px solid;
	color:#484848;
	-webkit-appearance: none;
}
#method_date dl.store_receive_ dd input[type="radio"]:checked + label {
	background:#d3d3d3 -moz-linear-gradient(top,#c4c4c4,#ecebec);
	background:#d3d3d3 -webkit-gradient(linear,left top,left bottom,from(#c4c4c4),to(#ecebec));
	background:#d3d3d3 linear-gradient(top,#c4c4c4,#ecebec);
	border: 1px solid #c80515;
}
#method_date dl.store_receive_ dd #conveniencestore {
	width: 100%;
}
/* 店舗で受け取る 2016/11/07 追加 */
#method_date dl.store_wrap_ {
	display: none;
}
#method_date dl.store_wrap_.active_ {
	display: block;
}
#method_date dl.store_wrap_ dd {
	margin-left: 5em;
}
/* コンビにで受け取る 2016/11/07 追加 */
#method_date dl.shipping_select_ {
	display: none;
}
#method_date dl.shipping_select_.active_ {
	display: block;
}
#method_date dl.shipping_select_ dt,
#method_date dl.shipping_select_ dd {
	float: none;
	margin: 0;
	padding: 0;
}
#method_date dl.shipping_select_ dt {
}
#method_date dl.shipping_select_ dd {
}
#method_date dl.shipping_select_ dd input.zip_ {
	width: 90%;
	max-width: none;
	margin: 5px auto;
	display: block;
}
#method_date dl.shipping_select_ dd span {
	display: block;
	width: 100%;
	overflow: hidden;
}
#method_date dl.shipping_select_ dd span input {
	width: 48%;
}
#method_date dl.shipping_select_ dd span input.nearby_search_ {
	float: left;
}
#method_date dl.shipping_select_ dd span input.here_search_ {
	float: right;
}
/* コンビニ・ヤマト営業所受け取り 2016/11/07 追加 */
#conveni_shipping .shipping_store_ {
	margin: 0;
}
#conveni_shipping .shipping_store_ h4 {
	color: #ffffff;
	line-height: 2.1;
	padding: 5px 10px 4px;
	margin-bottom: 5px;
	background-color: #171717;
}
#conveni_shipping .shipping_store_ .shipping_change_ {
}
#conveni_shipping .shipping_store_ .shipping_store_body_ {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#conveni_shipping .shipping_store_ .shipping_store_body_ p {
	line-height: 1.6;
	margin-bottom: 10px;
}
#conveni_shipping .shipping_store_ .map_btn_ {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#conveni_shipping .shipping_store_ .map_btn_ a {
	display: block;
	text-decoration: none;
}
#conveni_shipping .shipping_store_ .change_btn_ {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#conveni_shipping .shipping_store_ .change_btn_ input {
	display: block;
	font-size: 14px;
	width: 100%;
}
/* コンビニ・ヤマト営業所受け取り画面遷移後  2016/11/07 追加 */
div.conveni_shipping_wrap_ {
	margin-bottom: 20px;
}

div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ {
	margin: 0 10px 15px;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ input.zip_ {
	width: 90%;
    max-width: none;
    margin: 5px auto;
    display: block;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span {
	display: block;
	width: 100%;
	overflow: hidden;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span input {
	width: 48%;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span input.nearby_search_ {
	float: left;
}
div.conveni_shipping_wrap_ .shipping_body_ .shipping_search_ .shipping_select_ dd span input.here_search_ {
	float: right;
}
div.conveni_shipping_wrap_ .shipping_search_results_ {
	margin: 0 10px 10px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	box-shadow:0px 0px 6px 3px #e0e0e0;
	-moz-box-shadow:0px 0px 6px 3px #e0e0e0;
	-webkit-box-shadow:0px 0px 6px 3px #e0e0e0;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ div {
	margin-bottom: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .name_ img {
	height: 21px;
	vertical-align: middle;
	margin-right: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_choice_ {
	float: left;
	width: 65%;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_choice_ input {
	display: block;
	font-size: 14px;
	padding: 8px 0 7px;
	width: 100%;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_map_ {
	float: right;
	width: 30%;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .results_box_ .btn_map_ a {
	display: block;
	text-decoration: none;
}
/* ページャー  2016/11/07 追加 */
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ {
	text-align: center;
	margin-bottom: 20px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a,
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ span.current_ {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a {
	text-decoration: none;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a.prev_ {
	margin-right: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ a.next_ {
	margin-left: 5px;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .pager_ span.current_ {
	color: #ffffff;
	background-color: #074787;
}
div.conveni_shipping_wrap_ .shipping_search_results_ .notset_ {
}
div.conveni_shipping_wrap_ .shipping_search_results_ .notset_ a {
	display: block;
	text-decoration: none;
}
/**/


/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
}
div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.point_use_ input[type=number] {
	width: 5.0em;
}
/* CAS Pay */
div.caspay_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
div.caspay_use_ input[type=number] {
	width: 5.0em;
}

/**/
/* 注文拡張情報 */
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;
}
/**/
div.attention_info_ {
	padding:10px;
	margin:10px 10px 20px;
	border:#ff0000 1px solid;
	color:#ff0000;
	text-align:center;
}

.block-order-method--amazonpay {
  text-align: right;
  padding: 20px;
}

.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  width: 70px;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.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_ {
	margin:0 10px;
	text-align: right;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left:10px;
	margin:0 0 0 5px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin:0 10px 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	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:5px;
	top:8px;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_ input.sub_action_button_ {
	padding:3px;
}
.order_gift_ .delivery_dest_ .address_item_ {
	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;
	font-size:12px;
}
.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-size:12px;
    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;
	font-size:12px;
    vertical-align: top;
}
table.goodsinfo_box_ td span,
table.goodsinfo_box_ td div {
	font-size:12px;
}

table.goodsinfo_box_ input[type=text],
table.goodsinfo_box_ input[type=number],
table.goodsinfo_box_ textarea {
    width: 90%;
}
table.goodsinfo_box_  td.btn_deldest_ {
	border: 1px solid #CCCCCC;
}
.order_gift_ .goodsinfo_box_ th{
	background: #F8F8F8;
}
table.goodsinfo_box_  td img.img_ {
	max-width: 180px;
}
.order_gift_ .select_dest_goods_box_{
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_ a {
	text-decoration:none;
}
.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;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
	position: absolute;
	right: 5px;
	top: -10px;
}
.order_gift_ .total_dest_price_ .btn_recalc_ input.main_action_button_ {
	padding:3px 8px;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 15px;
}

/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.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;
	width: 3.0em;
}
.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;
}
.noshi_default_ {
	clear: both;
	display: none;
}
.dest_noshi_ div {
	font-size:12px;
}
.noshi_goods_ {
	padding:10px;
	margin:10px;
	border:#ececec 1px solid;
}
.noshi_sender_ {
	padding:10px;
}
.need_noshi_area_ {
	margin:0 10px;
}
#divpurpose div.div_area_ label {
	margin:0 0 0 10px;
	display:inline-block;
	white-space:nowrap;
}
 
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}
.zero_alert_ {
	color: #CC0000;
}
table.sales_ {
	margin:10px 0 0 0;
}
table.method_ td {
	text-align:left;
}

/* ご注文の商品 */
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;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}
table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
	font-size:12px;
}
table.goodslist_ .name2_ {
	font-size:12px;
}
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-size:12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
}
table.goodslist_ img.img_{
	max-width: 180px;
}

/* 配送情報 */
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-size:12px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.estimate_card_form_ {
}
div.estimate_card_form_ input.card_num_ {
	width: 150px;
}
div.estimate_card_form_ input.security_code_ {
	width: 60px;
}
div.estimate_.card_ input.card_num_ {
	width: 150px;
}
div.estimate_.card_ input.security_code_ {
	width: 60px;
}
.pointpay_num_bg_ {
	background-color: #dedede;
}
.caspay_num_bg_ {
	background-color: #dedede;
}

/* お届け先 */
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 {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-size:12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
	font-size:12px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #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;
}
div.order_ dl.card_ dd label {
	padding: 5px 0;
	margin-right: 20px;
	display: inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ {
	border:none;
}
.order_ dl.formdetail_.estimate_ textarea {
	max-width: 95%;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color:#CC0000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
div.order_ .thum_item_ label{
	display: block;
}
div.order_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
div.order_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
	display: none;
}

/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 10px;
	color: #777;
}
.discount_ {
	margin: 5px 0;
}
.discount_message_ {
	text-indent: 0.5em;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 10px 0;
}
.return_agree_ {
	font-size: 12px;
	padding: 10px 0;
	margin: 5px 0;
}

/* --------------------------------------------------------------------
	バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
	height: auto;
	width: 100%;
}

p.barcodenumber_ {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_login_ {
	padding: 12px 0;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

h2.amazon_payment_ {
	padding: 8px 24px 8px;
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0 10px;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
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.breakword_ {
	word-wrap:break-word;
}

/* ---------------------------------------------------------------
	商品比較リスト
--------------------------------------------------------------- */
div.tablewrap_.hikaku_ {
	width:100%;
	height:100%;
	padding:0 0 20px 0;
	overflow:scroll;
	position:relative;
}
table.hikaku_ {
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
}
table.hikaku_ th {
	width:74px;
	min-width:74px;
	padding:5px;
	border:1px solid #CCC;
	border-collapse:collapse;
	background-color: #F0F0F0;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	font-weight:normal;
}
table.hikaku_ td {
	width:150px;
	min-width:150px;
	padding:5px;
	border:1px solid #CCC;
	border-collapse:collapse;
	font-size:12px;
	font-weight:normal;
}
table.hikaku_ #hikaku_image td {
	vertical-align:middle;
	text-align:center;
}
table.hikaku_ #hikaku_image td img {
	max-width:150px;
}
table.hikaku_ #hikaku_price td {
	vertical-align:bottom;
	text-align:right;
}
table.hikaku_ #hikaku_buy td {
	padding:5px 10px;
	text-align:center;
}
table.hikaku_ #hikaku_buy td a {
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	display:block;
	background:#da0d1e -moz-linear-gradient(top,#da0d1e,#c40413) !important;
	background:#da0d1e -webkit-gradient(linear,left top,left bottom,from(#da0d1e),to(#c40413)) !important;
	background:#da0d1e linear-gradient(top,#da0d1e,#c40413) !important;
	border:#da0d1e 1px solid;
}
table.hikaku_ #hikaku_buy td a.backorder_ {
	background:#171718 -moz-linear-gradient(top,#404040,#171718) !important;
	background:#171718 -webkit-gradient(linear,left top,left bottom,from(#404040),to(#171718)) !important;
	background:#171718 linear-gradient(top,#404040,#171718) !important;
	border:#171718 1px solid;
}
table.hikaku_ #hikaku_buy td span.soldout_ {
    width: 100%;
    margin: 5px 0;
    padding: 7px 0;
    text-align: center;
	background:#c6c6c8 !important;
	border:#c6c6c8 1px solid !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    font-size: 16px;
	color:#ffffff;
	display:block;
}
table.hikaku_ #hikaku_delete td {
	padding:5px 10px;
	text-align:center;
}
table.hikaku_ #hikaku_delete a {
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	display:block;
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width20per_ {
	width: 20%!important;
}
.width80per_ {
	width: 80%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}

.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}

/* shadowbox */
#sb-container {
	width:auto !important;
	min-width:100% !important;
}
#sb-wrapper {
	width:auto !important;
	min-width:95% !important;
	left:7px !important;
}
body#shop_search_body {
	min-width:250px !important;
}


/* --------------------------------------------------------------------
	SP検索機能案内ページ
--------------------------------------------------------------------- */

#sp_oder_expositionan{
	width:100%;
}

#sp_oder_expositionan h1{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#sp_oder_expositionan h2{ padding:15px 0 15px 10px; margin:0.5em 0 1.5em 0;}

#sp_oder_expositionan h3{ width:100%; display:block; margin:20px 0 10px 0; padding:0 0 5px 10px; border-bottom:2px solid #1a4f83;}

#sp_oder_expositionan h4{ font-size:1.2em; color:#1a4f83; margin:0; padding:0 0 5px 0px;}


#sp_oder_expositionan img{ width:100%; height:auto; margin:0 0 10px 0;}
#sp_oder_expositionan .img_bottom_s{ margin-bottom:0px;}

#sp_oder_expositionan .exclamation{
	background:url(../img/usr/freepage/oder_expositionan/exclamation.png) no-repeat left top;
	padding-left:35px;
}

.text_list_ ul{
	margin:0 0 0 2em;
	padding:0;
}

.text_list_ li{
	margin-bottom:20px;
	list-style: decimal outside;

}

/* --------------------------------------------------------------------
	マイページ：トップ　ポイント表示
-------------------------------------------------------------------- */

.point_frame_table_ {
	display: table;
	 width: 100%;
}

.point_table_cell_ {
	display:table-cell;
	vertical-align:middle;
}

.point_label_width_ {
	width: 60%;
}

.caspay_label_width_ {
	width: 50%;
}

.point_value_width_ {
	width: 30%;
}

.point_link_width_ {
	width: 10%;
}

.point_border_top_ {
    border-top: #333333 1px solid;
}

.point_border_right_ {
    border-right: #333333 1px solid;
}

/* --------------------------------------------------------------------
	マイページ：トップ　中古買取ポイント　モーダル画面
-------------------------------------------------------------------- */

.modalArea_ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg_ {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.modalWrapper_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  padding: 10px 30px 0 30px;
  background-color: #fff;
  max-height: 50%;
  overflow-y: scroll;
}

.closeModal_ {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.modal_date_ {
  width: 40%;
  text-align: left;
  padding-left: 10px;
}

.modal_point_ {
  width: 60%;
  text-align: right;
  padding-right: 10px;
}

.modal_header_ {
  margin-top: 5px;
}

/* --------------------------------------------------------------------
	ご注文方法の指定画面：ポイント使用
-------------------------------------------------------------------- */

.method_point_frame_table_ {
  display: table;
  width: 90%;
  margin: 0 auto;
}

.method_point_frame_table_cell_ {
	display:table-cell;
}

/* --------------------------------------------------------------------
	ご注文方法の指定画面：CAS Pay使用
-------------------------------------------------------------------- */

.method_caspay_frame_table_ {
	display: table;
	width: 90%;
	margin: 0 auto;
  }
  
  .method_caspay_frame_table_cell_ {
	  display:table-cell;
  }
  

.method_text_size_16_{
  font-size:16px;
}

.method_text_size_20_{
  font-size:20px;
}

.method_text_size_24_{
  font-size:24px;
}

.method_text_size_30_{
  font-size:30px;
}

.method_border_top_{
  border-top: 1px solid #CCC;
}

.method_border_bottom_{
  border-bottom: 1px solid #CCC;
}

.method_padding_bottom_{
  padding-bottom: 10px;
}
  
.method_margin_left_10_{
  margin-left: 10px;
}

.resetting_ {
  display       : inline-block;
  font-size     : 10pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 2px 8px;
  background    : #333333;
  color         : #ffffff;
}
.mekar_list_ li{
	 width: calc(100% - 52%);
	float: left;
	padding: 1%;
	    margin-top: -5px!important;
}

/* --------------------------------------------------------------------
	マイページ　ポイント履歴
-------------------------------------------------------------------- */
.point_point_in_ {
  text-align: right !important;
  padding-right: 40% !important;
}