@charset "shift_jis";

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
font-size:12px;
	vertical-align:baseline;
	background:transparent;
}
body{
width:100%;
	line-height:1;
	-webkit-text-size-adjust:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
	display:block;
}

ul{
	list-style:none;
}

blockquote, q{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}

a{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}
a img{
vertical-align:middle;
}

/* change colours to suit your needs */
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark{
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del{
	text-decoration:line-through;
}

abbr[title], dfn[title]{
	border-bottom:1px dotted inherit;
	cursor:help;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
th,
td{
text-align:left;
vertical-align:top;
font-weight:normal;
}

/* change border colour to suit your needs */
hr{
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small{
	font-size:12px;
}

input, select{
	vertical-align:middle;
}

/* 共通 */

body{
color:#231815;
	background:#ffffff;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:320px;
}

input, textarea{
}


input[type="text"],input[type="password"],select {
    height: 2.5em;
    line-height: 2.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    /*text-indent: 6px;*/
    margin:0 0 8px;
}

select{
    appearance: none;
    -moz-appearance:none;
	-webkit-appearance:none;
	line-height: 1.6em;
	padding: 0 10% 0 10px;
	background:url(../img/usr/sb/arrow_select.png) no-repeat 90% center;
	background-size: 8px 6px;
}

input[type=text],
input[type=password],
textarea,
select{
	border:1px solid #959595;
	min-height:20px;
}
input[type=text],
input[type=password],
textarea{
	padding:0 2px;
}


strong{
font-weight:bold;
}
a,
a:link,
a:hover{
color:#e22e2e;
text-decoration:none;
}

/* 文字サイズ */
.large_{
	font-size:16px;
}
.xlarge_{
	font-size:18px;
}
.small_{
	font-size:12px;
}
.xsmall_{
	font-size:10px;
}
/**/

.leftfloat_{
	float:left;
}
.rightfloat_{
	float:left;
}
.clear_{
	clear:both!important;
}
.lefttext_{
	text-align:left;
}
.righttext_{
	text-align:right;
}
.centertext_{
	text-align:center;
}

/* 特定メッセージ（インライン） */
.error_{
	color:#CC0000;
	font-size:14px;
}
.notice_{
	color:#993300;
}
.info_{
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
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:0 10px 10px;
}

/* 入力フォーム */
.hidden_{
	display:none;
}
li.title_{
	background-color:#e5f3ff;
	border-left:5px solid #e5f3ff;
	padding:1px 10px;
	margin-top:3px;
}

.input_must_ input,
.input_must_ textarea,
.input_must_ select{
	background-color:#ffebeb;
}

li.must_{
	border-left:5px solid #ff6666;
}

span.must_{
	color:#ffc0cb;
	background-color:#ffc0cb;
	padding:0 2px;
}

.hiddenEnter_{
	width:0;
	height:0;
}

.classrequired {
	background: #ffeeee;
}

.classerror {
	background: #ffeeee;
}

/**/

.efo_icon_ {
	vertical-align:middle;
	margin-bottom: 6px;
}

/* ボタン */
.button_{
}

.large_button_{
	width:100%;
	font-size:16px;
font-weight:bold;
	text-align:center;
	margin:5px 0;
	padding:5px 5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
.large_button_s_{
	width:100%;
	font-size:14px;
	text-align:center;
	margin:5px 0;
	padding:7px 5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.small_button_{
	font-size:14px;
	text-align:center;
	padding:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.auto_small_button_{
	text-align:center;
	padding:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.orange_button_{
-moz-text-shadow:1px 1px 1px #ffffff;
-webkit-text-shadow:1px 1px 1px #ffffff;
text-shadow:1px 1px 1px #ffffff;
background:#fed34d -moz-linear-gradient(top, #fed34d, #f9ba01);
background:#fed34d -webkit-gradient(linear, left top, left bottom, from(#fed34d), to(#f9ba01));
background:#fed34d linear-gradient(top, #fed34d, #f9ba01);
border:2px solid #fed34d;
}

.cancel_button_{
color: #fefefe;
background:linear-gradient(to bottom, #fc8771, #ac0d10);
border:none;
}

.fix_button_{
color: #fefefe;
background:linear-gradient(to bottom, #3f3ff7, #00008b);
border:none;
}

.blue_button_{
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:#cbcccc 1px solid;
background:#fefefe -moz-linear-gradient(top, #fefefe, #efefef);
background:#fefefe -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
background:#fefefe linear-gradient(top, #fefefe, #efefef);
-moz-box-shadow:#ffffff 0 0 0 1px inset;
-webkit-box-shadow:#ffffff 0 0 0 1px inset;
box-shadow:#ffffff 0 0 0 1px inset;
	-moz-text-shadow:0 -1px 1px #ffffff;
	-webkit-text-shadow:0 -1px 1px #ffffff;
	text-shadow:0 -1px 1px #ffffff;
font-size:12px;
}
.red_button_{
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed3d2a), color-stop(0.00, #ed3d2a));
	background: -webkit-linear-gradient(#ed3d2a, #ed3d2a);
	background: -moz-linear-gradient(#ed3d2a, #ed3d2a);
	background: -o-linear-gradient(#ed3d2a, #ed3d2a);
	background: -ms-linear-gradient(#ed3d2a, #ed3d2a);
	background: linear-gradient(#ed3d2a, #ed3d2a);
	border:2px solid #ed3d2a;
}

.green_button_{
	background:#40a956 -moz-linear-gradient(top,#9ce2a9,#40a956);
	background:#40a956 -webkit-gradient(linear,left top,left bottom,from(#9ce2a9),to(#40a956));
}

.gray_button_{
	background-color:#999;
	background:-moz-linear-gradient(top,#ccc,#999);
	background:-webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}

.black_button_{
	background-color:#000;
	background:-moz-linear-gradient(top,#999,#000);
	background:-webkit-gradient(linear,left top,left bottom,from(#999),to(#000));
}
.regist_button_{
-moz-text-shadow:1px 1px 1px #ffffff;
-webkit-text-shadow:1px 1px 1px #ffffff;
text-shadow:1px 1px 1px #ffffff;
background:#0000cd -moz-linear-gradient(top, #0000cd, #00008b);
background:#0000cd -webkit-gradient(linear, left top, left bottom, from(#0000cd), to(#00008b));
background:#0000cd linear-gradient(top, #0000cd, #00008b);
border:2px solid #0000cd;
}

/**/


/* 価格表示 */
.price_pop_{
/*
	color:#CC0000;
*/
	font-size:12px;
}
.price_{
/*
	color:#CC0000;
*/
	font-weight:bold;
}


/* --------------------------------------------------------------------
	ヘッダ
-------------------------------------------------------------------- */
header{
width:100%;
}
/* ----------ヘッダ1---------- */
#header{
margin:2% 2% 0;
}
/* ----------メニューボタン---------- */
#menubtn{
width:45px;
text-align:center;
float:right;
}
#menubtn a{
padding-bottom:2.5em;
display:block;
background:#f6f6f6 url(../img/usr/sb/ico_menu.gif) center 2em no-repeat;
-moz-background-size:20px 15px;
-webkit-background-size:20px 15px;
background-size:20px 15px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-size:10px;
line-height:2em;
}
/* ----------ロゴ---------- */
#sitelogo{
width:75%;
margin-right:3%;
}
#sitelogo img{
width:100%;
max-width:480px;
}
/* ----------ようこそ---------- */
#welcomeMessage{
padding:0 2%;
text-align:right;
margin: 10px 0px 5px;
}
/* ----------ヘッダ2---------- */
#header2{
padding:10px 2%;
background:#f6f6f6;
position:relative;
margin-top: 2%;
}
#header2 > *{
vertical-align:middle;
}
/* ----------検索BOX---------- */
form.search_form_{
padding-right:100px;
position:relative;
}

form.search_form_ input.keyword_{
width:100%;
height:2.8em;
line-height:2.8em;
padding:0;
display:block;
text-indent:5px;
border:none;
border-top:#cbcccc 1px solid;
border-left:#cbcccc 1px solid;
border-bottom:#cbcccc 1px solid;
-moz-border-radius:2px 0 0 2px;
-webkit-border-radius:2px 0 0 2px;
border-radius:2px 0 0 2px;
background:#ffffff;
}
form.search_form_ .placeholder_{
width:100%;
height:2.8em;
line-height:2.8em;
margin:1px;
position:absolute;
top:0;
left:5px;
color:#999999;
font-weight:bold;
}
form.search_form_ .search_button_{
position:absolute;
top:0;
right:76px;
border:none;
border-top:#cbcccc 1px solid;
border-right:#cbcccc 1px solid;
border-bottom:#cbcccc 1px solid;
-moz-border-radius:0 2px 2px 0;
-webkit-border-radius:0 2px 2px 0;
border-radius:0 2px 2px 0;
background:#e6240f;
}
form.search_form_ .search_button_ input{
width:36px;
height:2.7em;
line-height:2.7em;
padding:0;
display:block;
border:none;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
background:#e6240f url(../img/usr/sb/btn_go.gif) center center no-repeat;
-moz-background-size:18px 18px;
-webkit-background-size:18px 18px;
background-size:18px 18px;
text-indent:-9999px;
}
.tosearchdetail_{
height:1.8em;
line-height:1.8em;
padding-left:16px;
position:absolute;
top:16px;
right:2%;
background:url(../img/usr/sb/ico_arw.png) left center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
}
.tosearchdetail_ a{
color:#231815;
}
/* ----------グローバルナビ---------- */
#gnav{
width:100%;
border-top:1px #ffffff solid;
border-bottom:1px #ffffff solid;
background:#e6240f;
color:#ffffff;
}
#gnav ul{
width:100%;
display:-moz-box;
display:-webkit-box;
display:box;
/*
display:-moz-flex;
display:-webkit-flex;
display:flex;
*/
}
#gnav li{
-moz-box-flex:1;
-webkit-box-flex:1;
box-flex:1;
/*
-moz-flex:1;
-webkit-flex:1;
flex:1;
*/
-moz-box-sizing:content-box; 
-webkit-box-sizing:content-box;  
box-sizing:content-box; 
text-align:center;
width:25%;
}
#gnav li + li{
border-left:1px #ffffff solid;
}
#gnav a{
padding:0 0 24px;
display:block;
line-height:2.2em;
background-position:center 2em;
background-repeat:no-repeat;
-moz-background-size:18px 18px;
-webkit-background-size:18px 18px;
background-size:18px 18px;
color:#ffffff;
}
#gnav_guide a{background-image:url(../img/usr/sb/gnav_guide.gif);}
#gnav_entry a{background-image:url(../img/usr/sb/gnav_entry.gif);}
#gnav_bookmark a{background-image:url(../img/usr/sb/gnav_bookmark.gif);}
#gnav_mypage a{background-image:url(../img/usr/sb/gnav_mypage.gif);}
#gnav_login a{background-image:url(../img/usr/sb/gnav_login.gif);}
#gnav_logout a{background-image:url(../img/usr/sb/gnav_logout.gif);}
#gnav_cart a{background-image:url(../img/usr/sb/gnav_cart.gif);}
/* ----------ヘッダバナー---------- */
#hbnr{
width:100%;
border-bottom:#e6240f 1px solid;
}
#hbnr p{
width:96%;
margin:0 auto 2px;
}
#hbnr p a img{
width:100%;
}
/* --------------------------------------------------------------------
	メインコンテンツエリア
-------------------------------------------------------------------- */
div.wrapper_{
}
/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select{
	max-width:80%;
}

/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
footer{
width:100%;
}
/* ----------フッタバナー---------- */
#fbnr{
padding:5px 0 0;
background:#f6f1eb;
}
/* ----------ページトップ---------- */
#pagetop{
width:100%;
padding:5px 0 0;
background:#f6f1eb;
text-align:right;
}
#pagetop a{
margin:0 2%;
padding:6px 12px 6px 20px;
display:inline-block;
-moz-border-top-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-top-right-radius:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
background:#e6240f url(../img/usr/sb/ico_arw_up.gif) 8px center no-repeat;
-moz-background-size:9px 9px;
-webkit-background-size:9px 9px;
background-size:9px 9px;
font-size:13px;
color:#ffffff;
}
/* ----------フッタナビ2---------- */
#fnav2{
border-top:#e6240f 5px solid;
}
#fnav2 li{
border-bottom:#cbcccc 1px solid;
}
#fnav2 a{
display:block;
padding:1em 4% 1em 2%;
background:url(../img/usr/sb/ico_arw.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#231815;
}
/* ----------フッタナビ---------- */
#fnav{
padding:0.5em 0 0.5em;
background:#e6240f;
text-align:center;
}
#fnav ul li{
display:inline-block;
line-height:1;
}
#fnav ul li + li{
border-left:1px #ffffff solid;
}
#fnav a{
padding:0 0.5em;
white-space:nowrap;
font-size:10px;
color:#ffffff;
}
/* ----------コピーライト---------- */
#copyright{
padding:0 0 1.0em;
background:#e6240f;
text-align:center;
font-size:10px;
color:#ffffff;
}
/* ----------表示モード---------- */
.chage_mode_{
padding:0.5em 0;
background:#f6f6f6;
text-align:center;
}


/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
/* ----------バナー---------- */
nav.bnr_{
text-align:center;
}
nav.bnr_ p{
width:96%;
padding:2%;
display:inline-block;
}
nav.bnr_ ul{
padding:1% 0;
}
nav.bnr_ li{
width:47%;
padding:1%;
display:inline-block;
}
nav.bnr_ a{
display:block;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#ffffff;
}
nav.bnr_ p a{padding:1%;}
nav.bnr_ li a{padding:2%;}
nav.bnr_ img{
width:100%;
}
/* ----------トップコンテンツ---------- */
#topcntents{
margin-bottom:0.5em;
padding-bottom:0.5em;
background:#f6f1eb;
}
/* ----------スライダー---------- */
#slider{
width:96%;
margin:0 2%;
}
#slider .flexslider{
padding:1%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#ffffff;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 3em; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -2.5em; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:12px;height:12px;display:block;background: #c2c2c2;cursor:pointer;text-indent: -9999px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.flex-control-paging li a:hover {background:#e93826;}
.flex-control-paging li a.flex-active {background:#e93826;cursor:default;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {display:block;width:10%;height:30%;margin:-10% 0 0;position:absolute;top:50%; z-index: 10;overflow:hidden;opacity:0;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;text-indent:-9999px;
}
.flex-direction-nav .flex-prev {
background:url(../img/usr/sb/arw_l.png) left center no-repeat;
-moz-background-size:22px 27px;
-webkit-background-size:22px 27px;
background-size:22px 27px;
}
.flex-direction-nav .flex-next {
background:url(../img/usr/sb/arw_r.png) right center no-repeat;
-moz-background-size:22px 27px;
-webkit-background-size:22px 27px;
background-size:22px 27px;
}
.flexslider .flex-prev {left:-2%; }
.flexslider .flex-next {right:-2%; }
.flexslider:hover .flex-prev { opacity:1; left:-2%; }
.flexslider:hover .flex-next { opacity:1; right:-2%; }
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=1); cursor: default; }
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left:-2%;}
  .flex-direction-nav .flex-next { opacity: 1; right:-2%;}
}

/* ----------どのような商品をお探しですか？---------- */
#navigation{
margin-bottom:1em;
}
#navigation .title_{
width:auto;
margin-bottom:1%;
padding:10px 2%;
border:none;
display:block;
background:url(../img/usr/sb/title_bg.gif) left bottom repeat-x;
-moz-background-size:auto 2px;
-webkit-background-size:auto 2px;
background-size:auto 2px;
}
#navigation h2{
height:24px;
line-height:24px;
padding-left:30px;
background:url(../img/usr/sb/ico_search.gif) left center no-repeat;
-moz-background-size:24px 24px;
-webkit-background-size:24px 24px;
background-size:24px 24px;
font-size:16px;
font-weight:bold;
}
#navigation li a{
border:1px #e6240f solid;
}

/* ----------主要製品---------- */
#main_products {
}
#main_products img {
	width: 100%;
}
#main_products .inner_ {
	padding: 15px 10px;
}
#main_products ul {
	overflow: hidden;
	margin-bottom: 15px;
}
#main_products li {
	float: right;
	width: 48%;
	margin-bottom: 10px;
}
#main_products li:nth-of-type(odd) {
	clear: both;
	float: left;
}
#main_products .img_ {
	margin-bottom: 20px;
}
#main_products .img_ img {
	display: block;
}
#main_products .btn_first_ {
	border: 1px solid #e82511;
	background: #e82511 -webkit-linear-gradient(90deg, #e82511 0%, #fa4532 85%);
	background: #e82511 linear-gradient(0deg, #e82511 0%, #fa4532 85%);
}
#main_products .btn_first_ a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	background: url(../img/usr/sb/arrow_white_r.png) 96% center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_{
	font-size: 14px;
}
div.login_ div.loginform_ {
	margin-bottom: 20px;
	font-size: 14px;
}
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_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_,
.customer_.col1_ .box_.mail_ input[type=text] {
	width: 100%;
	max-width:100%;
	padding:1.0em 0;
	text-indent: 0.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #959595;
}
div.login_ .loginform_ input.login_uid_,
div.login_ .loginform_ input.login_pwd_ {
	padding: 10px 0;
	font-size: 1.5em;
}
.customer_.col1_ .box_.mail_ input[type=text] {
	height: 43px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 17px;
}
div.login_ .topBoader_{
	border-top: 2px solid #3fbf0d;
	padding-top: 10px;
}
div.login_ .bottomBoader_{
	border-bottom: 2px solid #3fbf0d;
	padding-bottom: 10px;
}
div.login_ .common_headline1_{
	font-size:18px;
}
div.login_ input[type=submit].main_action_button_,
div.login_ input[type=button].main_action_button_ {
	-webkit-appearance: none;
}
div.login_ div.loginform_ div.form_text_ {
	font-size: 14px;
	padding: 0;
}

div.login_ div.loginform_ span.headline_text_ {
	font-weight: bold;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
	position: absolute;
}
div.login_ div.loginform_ span.headline_text_relate_ {
	font-size: 12.5px;
}
div.login_ div.loginform_ img.icon_ {
	padding-left:10px;
	padding-right:10px;
	width: 30px;
	height: 30px;
}
div.login_ .forgotpass_{
	margin-top: 10px;
	text-align: center;
}
div.login_ div.loginform_ dl.loginform_ dt,
div.login_ div.loginform_ .login_amazon_msg_,
div.login_ .forgotpass_ {
	font-size: 14px;
}
div.login_ div.loginform_ .login_amazon_msg_ {
	padding-top: 10px;
}
div.login_ .loginform_banner_ {
	text-align: center;
	padding-bottom: 20px;
}
div.login_ .loginform_banner_ img {
	width: 100%;
}
div.login_ #amazon_login {
	padding-bottom: 5px;
}
div.login_ a {
	text-decoration: underline;
}
div.login_ .red_ {
	color: #e22e2e;
}
div.login_ #not_login {
	padding-top: 30px;
	border-top: 1px solid #d6d6d6;
}
div.login_ #not_login strong {
	display: block;
	font-weight: bold;
}
div.login_ #not_login a.privacy_ {
	display: block;
	text-align: center;
	margin: 10px 0;
}
div.login_ #not_login ul li {
	text-align: right;
}
div.login_ #not_login ul li input.guest_ {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
	vertical-align: top;
}
/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_{
	margin:0 10px 10px;
	padding:4px;
	border:1px solid #999999;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

div.customer_ table.customer_, 
div.customer_ table.customerconfirm_{
	width:100%;
	margin-bottom:20px;
	border:1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th{
	width:30%;
	background-color:#e5f3ff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td{
	border-bottom:1px solid #cccccc;
	padding:3px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */

div.customer_status_{
	margin:0 10px 10px;
	padding:5px;
	background:#F8F8F8;
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
div.customer_name_{
}
.loginname_{
}
.mypoint_{
}
.point_{
	font-weight:bold;
}

#mypagenav{
	margin-bottom:10px;
}
#mypagenav li{
	border-bottom:1px solid #CCC;
}
#mypagenav li:first-child{
	border-top:1px solid #CCC;
}
#mypagenav li a{
	display:block;
	padding:5px 25px 5px 10px;
	text-decoration:none;
background:url(../img/usr/sb/ico_arw.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
}
#mypagenav li img{
	margin-right:5px;
	width:40px;
	vertical-align:middle;
}
#mypagenav #dest_change a{
	cursor:pointer;
background:url(../img/usr/sb/ico_arw.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
}
#mypagenav #dest_change ul#destnav{
}
#mypagenav #dest_change ul#destnav li{
}
#mypagenav #dest_change ul#destnav li:last-child{
	border-bottom:none;
}
#mypagenav #dest_change ul#destnav li a{
	padding-left:30px;
	background:#F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

/* 担当者情報 */
div.staff_{
	padding:4px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom:10px;
	background-color:#ffbfbf;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.staff_ div.staff_head_{
	width:100%;
	overflow:hidden;
}
div.staff_ div.staff_head_ h2{
	float:left;
	display:inline;
	line-height:1.1;
	font-weight:bold;
	padding-left:4px;
	padding-bottom:4px;
}
div.staff_ div.staff_info_{
	background:url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding:5px 5px 5px 15px;
	overflow:hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
}

/* トピック一覧 */
div.mymenu_topic_{
	margin-bottom:10px;
	padding:5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
div.mymenu_topic_ .topiclist_head_{
	overflow:hidden;
}
div.mymenu_topic_ .topiclist_head_ h2{
	float:left;
	display:inline;
	line-height:
	line-height:1.1;
	font-weight:normal;
	text-shadow:1px 1px 2px #ccc;
	padding-left:4px;
	padding-bottom:4px;
}
div.mymenu_topic_ .topiclist_head_ .rss_{
	float:right;
	display:inline;
	text-align:right;
}
div.mymenu_topic_ .topiclist_body_{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#ffffff;
	padding:2px;
}
div.mymenu_topic_ div.topiclist_ ul.topicline_{
	margin:0;
	padding:0;
}
div.mymenu_topic_ ul.topicline_ li{
	border-bottom:1px dotted #cccccc;
	background:url(../img/usr/topiclist.png) 5px 9px no-repeat;
	padding:2px 0px 2px 15px;
}
div.mymenu_topic_ ul.topicline_ li:last-child{
	border-bottom-style:none
}
div.mymenu_topic_ ul.topicline_ li.img_{
	padding:5px 0;
	background:none;
}

.customer_{
	margin-bottom:10px;
}

.customer_ p{
}

.submit_{
	margin:0 10px 20px;
	text-align:center;
}

/* --------------------------------------------------------------------
	マイページ　ポイント履歴一覧
-------------------------------------------------------------------- */
/* ポイント履歴一覧 */
div.point_table_{
margin:0 10px;
}
table.point_{
width:100%;
margin:0 0 10px;
border:1px solid #CCCCCC;
border-bottom:none;
}
table.point_ th{
width:35%;
padding:1px 5px;
border-bottom:1px solid #CCCCCC;
white-space:nowrap;
background-color:#F8F8F8;
vertical-align:middle;
font-weight:normal;
text-align:left;
}
table.point_ td{
padding:1px 5px;
border-bottom:1px solid #CCCCCC;
}

/* --------------------------------------------------------------------
	マイページ　法人会員一覧　カード情報確認
-------------------------------------------------------------------- */
div.customer_ table.bizuserlist_,
div.customer_ table.cardlist_{
	width:100%;
	margin:5px 0;
	border:1px solid #cccccc;
}
div.customer_ table.bizuserlist_ th,
div.customer_ table.cardlist_ th{
	width:30%;
	background-color:#e5f3ff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
div.customer_ table.bizuserlist_ td,
div.customer_ table.cardlist_ td{
	border-bottom:1px solid #cccccc;
	padding:3px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴、見積履歴、法人別購入履歴、法人別見積履歴、承認、法人別承認
-------------------------------------------------------------------- */
div.customer_ .method_addr_{
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 0 10px;
}
div.customer_ .destgoodslist_{
	margin-bottom:10px;
}
div.sales_info_{
	margin:0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th
{
	text-align:left;
	border:1px solid #CCCCCC;
	background-color:#F8F8F8;
	width:40%;
	font-weight:normal;
	padding:3px;
	white-space:nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td
{
	border:1px solid #CCCCCC;
	border-left:none;
	padding:3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_,
table.ship_ td.nocell_,
table.approval_ap_user_ td.nocell_{
	border:none !important;
}
table.order_{
}
table.sales_,
table.method_{
}
table.sales_ td,
table.method_ td{
	text-align:right;
}
table.purchase_{
	margin-bottom:10px;
	width:100%;
}
table.purchase_ th{
	width:22%;
}
table.ship_{
	margin:0 0 10px;
	width:100%;
}
table.ship_ th{
}

/* 購入履歴 */
div.history_table_{
	margin:0 10px;
}
table.history_{
	margin:0 0 10px;
	width:100%;
	border:1px solid #CCCCCC;
	border-bottom:none;
}
table.history_ td{
	padding:1px 5px;
	border-bottom:1px solid #CCCCCC;
}
table.history_ th{
	background-color:#F8F8F8;
	vertical-align:middle;
	width:35%;
	font-weight:normal;
	text-align:left;
	padding:1px 5px;
	border-bottom:1px solid #CCCCCC;
	white-space:nowrap;
}
table.history_ td.order_dt_{
}
table.history_ td.order_id_{
}
table.history_ td.order_detail_{
	padding:0px;
}
table.history_ td.order_detail_ ul{
	width:100%;
}
table.history_ td.order_detail_ ul li{
	list-style:none;
	border-bottom:1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_{
	margin:5px;
}
table.history_ td.order_detail_ .order_again_{
	margin:5px;
}
table.history_ td.order_detail_ .order_again_ span{
	padding:5px;
	display:inline-block;
	text-align:center;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 1px #ccc;
	-moz-box-shadow:0 1px 1px #ccc;
	border:1px solid #CCCCCC;
	background-color:#f6f6f6;
	background:#DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background:#DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background:#DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_{
	padding-top:5px;
}
table.history_ td.status_ img{
	width:160px;
}
table.history_ td.total_{
	font-size:16px;
}
div.historydetail_{
	width:100%;
	margin:10px 0;
	text-align:center;
}

/**/
div.estimate_box_content_{
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color:#f6f6f6;
}
table.destgoodslist_{
	width:100%;
	margin-bottom:10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.gift_spec_, table.destgoodslist_ td.gift_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color:#cc0000;
}

div.processimage_{
	margin:0 10px 10px;
	text-align:center;
}
div.processimage_ img{
	max-width:320px;
	width:100%;
}

/* 購入履歴検索 */
.block-purchase-history--search-frame {
	display: table;
	margin:0 15px;
}

.block-purchase-history--search-line {
	display: table-row;
}

.block-purchase-history--search-line dt ,
.block-purchase-history--search-line dd {
	display: table-cell;
	float: none;
	height: auto;
	margin: 0;
	color: #505050;
}

.block-purchase-history--search-line dt {
	width: 85px;
}

.button_frame{
	position: relative; 
	overflow: hidden;
	padding-bottom: 10px;
}

.button_line{
	position: relative;
	left: -50%; 
	float: right;
}

.block-purchase-history--search-btn {
	position: relative;
	left: 50%;
	float: right;
	margin-left:5px;
	width: 140px;
	height: 35px; 
}

.block-purchase-history--clear-btn {
	position: relative;
	left: 50%;
	float: right;
	width: 140px;
	height: 35px; 
}

/* 法人購入履歴検索 法人承認検索 */
dl.bizsearch_,
dl.bizapproval_,
dl.doapproval_{
}
dl.bizsearch_ dt, dl.bizsearch_ dd,
dl.bizapproval_ dt, dl.bizapproval_ dd,
dl.doapproval_ dt, dl.doapproval_ dd{
	display:block;
	white-space:nowrap;
}
dl.bizsearch_ dt,
dl.bizapproval_ dt,
dl.doapproval_ dt{
	margin-left:0;
}
dl.bizsearch_ dd,
dl.bizapproval_ dd,
dl.doapproval_ dd{
	margin-left:5px;
}
/**/

/* 承認 */
div.approval_ table th{
	white-space:nowrap;
}
div.approval_ table td.total_{
	text-align:right;
}

div.approval_ table.approvallist_.approval_r_ td{ 
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_target_ td{
	
}
div.approval_ table.approvallist_.approval_1st_ok_ td{
	background-color:#fffff0;
}
div.approval_ table.approvallist_.approval_ng_ td{
	background-color:#ffefec;
}
div.approval_ table.approvallist_.approval_sales_ok_ td{
}
div.approval_ table.approvallist_.approval_sales_ng_ td{
	background-color:#f3f3f3;
}
table.approval_cart_{
	width:100%;
}
table.approval_cart_ tr.linespace_{
	border-style:none;
}
table.approval_cart_ tr.linespace_ td{
	border-style:none;
	height:10px;
}
table.approval_cart_ .goods_name_{
	width:auto;
}
table.approval_cart_ td.money_{
	text-align:right;
	width:80px;
}
table.approval_cart_ td.money_ ul{
	width:100%;
}
table.approval_cart_ li.money_{
	white-space:nowrap;
	text-align:right;
	width:80px;
}
table.approval_cart_ li.qty_{
	white-space:nowrap;
	text-align:right;
	width:80px;
}
table.approval_cart_ td.button_{
	text-align:center;
	width:66px;
}
table.approval_cart_ td.total_{
	text-align:right;
}
table.approval_cart_ td.cancel_dt_{
	color:#cc0000;
	font-weight:bold;
	width:66px;
}
table.approval_cart_ .qty_ input{
}
td.reapproval_{
	background-color:#ffffe0;
}
.doapproval_{
	background-color:#ffffe0;
}

table.approval_comment_{
	width:100%;
}
table.approval_comment_ td{
	border-style:none;
	padding:3px;
}
table.approval_comment_ th{
	padding:3px;
	text-align:left;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_{
	margin-bottom:10px;
	width:100%;
	border:1px solid #CCCCCC;
}
table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th{
	width:30%;
	white-space:nowrap;
	background-color:#e5f3ff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
	font-weight:normal;
	text-align:left;
}
table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td{
	border-bottom:1px solid #CCCCCC;
	padding:3px;
}
table.approval_cart_ th{
	white-space:nowrap;
	background-color:#e5f3ff;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
	font-weight:normal;
	text-align:left;
}

table.approvallist_ input, table.approvallist_ textarea,
table.approval_comment_ input, table.approval_comment_ textarea{
	width:100%;
}

/* 商品一覧 */
table.approval_{
	text-align:left;
	margin-bottom:10px;
}
table.approval_{
	border:1px solid #CCCCCC;
}

table.approval_ td{
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
table.approval_ .goods_{
	width:20%;
}
table.approval_ .name_{
}
table.approval_ .qty_{
	width:16%;
	text-align:right;
}
table.approval_ .amt_{
	width:20%;
	text-align:right;
}
table.approval_ .money_{
	width:20%;
	text-align:right;
}
table.approval_ th{
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5f3ff;
	padding:3px;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_{
	margin:0 10px 10px;
}
div.customer_ li.bookmark_item_{
	padding:10px 0;
	vertical-align:top;
	display:table;
	width:100%;
	border-bottom:1px dotted #CCC;
}
div.customer_ li.bookmark_item_:first-child{
	border-top:1px dotted #CCC;
}


li.bookmark_item_ div.cartgoods_{
	padding:5px;
	display:inline;
	width:20px;
	display:table-cell;
	vertical-align:top;
}
li.bookmark_item_ div.img_{
	padding:5px;
	display:inline;
	overflow:hidden;
	width:100px;
	display:table-cell;
	vertical-align:top;
}
li.bookmark_item_ div.img_ img{
	width:100px;
}
li.bookmark_item_ div.desc_{
	padding:5px;
	width:auto;
	display:table-cell;
	vertical-align:top;
}
li.bookmark_item_ div.name_{
	display:inline;
}
li.bookmark_item_ div.spec_{
	margin-bottom:10px;
}

li.bookmark_item_ .edit_memo_{
	margin-top:5px;
	font-weight:bold;
}
li.bookmark_item_ .comment_{
	margin-bottom:10px;
	width:100%;
}
li.bookmark_item_ .comment_ textarea{
	width:100%;
}
div.customer_  div.del_{
	text-align:right;
}
div.bookmark_{
	width:100%;
}
table.bookmark_{
	width:100%;
	margin-bottom:10px;
	border:1px solid #cccccc;
	border-bottom:none;
}
table.bookmark_ td.form_{
	text-align:left;
	border-bottom:1px solid #cccccc;
	background-color:#e5f3ff;
}
table.bookmark_ td.form_ p.input_title_ input{
	width:95%;
}
table.bookmark_ td.img_{
	padding:5px;
	width:60px;
	border-bottom:1px solid #cccccc;
}
table.bookmark_ td.img_ img{
	width:50px;
}
table.bookmark_ td.name_{
	padding:5px;
	border-bottom:1px solid #cccccc;
	vertical-align:top;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.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/ico_arw.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
}
div.contact_ table.detaillistline_{
	border:dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_{
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
.contactdetail_title_ .subject_{
}
.contactdetail_title_ .date_{
	margin-left:10px;
	float:left;
}
.contactdetail_title_ .id_{
	margin-right:10px;
	float:right;
}
div.goods_info_{
	margin:0 10px 10px;
}
/* スレッド */
div.contactlist_{
	margin:0 10px 10px;
}
div.contactlist_ .contactlist_order_id_{
	margin:0 0 0 20px;
}
div.contactlist_ .contactlist_goods_{
	margin:0 0 0 20px;
}
dl.contactlist_line_{
	margin-bottom:10px;
	padding:5px;
	overflow:hidden;
	background:#F0F0F0;
	border:1px solid #CCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
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_{
	text-align:center;
	margin:0 10px 10px;

}
div.order_flow_ img{
	width:100%;
	max-width:660px;
}

table.cartlist_{
	margin:0 auto;
	width:100%;
	border-top:1px solid #CCCCCC;
}
table.cartlist_ tr.list_{
	border-bottom:1px solid #CCCCCC;
}
table.cartlist_ td{
	padding:5px;
}
table.cartlist_ td.img_{
	width:52px;
}
table.cartlist_ td.img_ img{
	width:48px;
}
table.cartlist_ td.name_{
	width:80%;
	vertical-align:top;
}
table.cartlist_ td.name_ .name1_{
	font-weight:bold;
}
table.cartlist_ td.name_ .name2_{
	font-size:12px;
}
table.cartlist_ td.price_box_{
	vertical-align:top;
	text-align:right;
	width:90px;
}
table.cartlist_ td.price_box_ p.qty_ {
	white-space: nowrap;
}
table.cartlist_ td.price_box_ p.qty_ input,
table.cartlist_ td.price_box_ p.qty_ img {
	vertical-align: middle;
}
table.cartlist_ td.price_box_ p.qty_ img {
	width: 25px;
	margin: 0 0 0 3px;
}
table.cartlist_ td.money_{
	width:90px;
	text-align:right;
}
table.cartlist_ .price_box_ li.money_{
	width:90px;
	text-align:right;
	padding:2px;
}
table.cartlist_ .price_box_ li.qty_{
	text-align:right;
	width:90px;
	padding:2px;
}
table.cartlist_ td.button_{
	vertical-align: top;
	text-align: right;
	width:64px;
}
table.cartlist_ td.button_ .price_ {
	display: inline-block;
	margin-right: 5px;
}
table.cartlist_ td.total_{
	text-align:right;
}
table.cartlist_ .qty_ input{
	text-align:right;
}
div.cartlist_ .tel_ {
	margin: 0 50px;
}
div.cartlist_ .tel_ img {
	width: 100%;
}


input.calc_{
	width:0px;
	height:0px;
}

div.postage_comment_{
	padding:5px 5px 0 5px;
	margin:5px 0 0 auto;
	text-align:right;
	font-weight:bold;
	color:#ff0000;
}

div.postage_comment2_{
	padding:0 5px 0 5px;
	margin:0 0 0 auto;
	text-align:right;
	color:#ff0000;
}

div.cartlist_ div.submit_inner_{ 
   background: #f2eeee; 
   margin: 0 0 2%; 
   padding: 3%; 
   overflow: hidden; 
} 
div.cartlist_ div.submit_ { 
   margin-top: 5%; 
} 
div.cartlist_ div.submit_ input{ 
   margin: 0; 
   padding: 0; 
   height: 60px; 
   line-height: 1; 
   margin: 0 0 2%; 
   border: none; 
   border-radius: 5px; 
} 
div.cartlist_ div.submit_inner_ input{ 
   background:#fd8a15 -moz-linear-gradient(top, #ed3d2a, #de2713); 
   background:#fd8a15 -webkit-gradient(linear, left top, left bottom, from(#ed3d2a), to(#de2713)); 
   background:#fd8a15 linear-gradient(top, #ed3d2a, #de2713); 
   box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1); 
} 
div.cartlist_ div.submit_inner_ + input{ 
   background:#6f4444 -moz-linear-gradient(top, #6f4444, #4c2525); 
   background:#6f4444 -webkit-gradient(linear, left top, left bottom, from(#6f4444), to(#4c2525)); 
   background:#6f4444 linear-gradient(top, #6f4444, #4c2525); 
   box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1); 
   color: #fff; 
 font-size: 16px; 
 height: 40px;    
   line-height: 40px; 
 text-shadow: none; 
 margin: 0 3%; 
 width: 94%; 
} 

.return_button_{ 
   background:#6f4444 -moz-linear-gradient(top, #6f4444, #4c2525); 
   background:#6f4444 -webkit-gradient(linear, left top, left bottom, from(#6f4444), to(#4c2525)); 
   background:#6f4444 linear-gradient(top, #6f4444, #4c2525); 
   box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1); 
   color: #fff; 
 font-size: 16px; 
 height: 40px;    
   line-height: 40px; 
 text-shadow: none; 
 margin: 0 3%; 
 width: 94%; 
} 

div.cartlist_ div.submit_inner_ a{ 
   display: block; 
   width: 100%; 
   color: #fff; 
   height: 50px; 
   line-height: 53px; 
   font-size: 18px; 
   font-weight: bold; 
   padding: 0; 
   border: none; 
   border-radius: 5px; 
   -moz-text-shadow:1px 1px 1px #ffffff; 
   -webkit-text-shadow:1px 1px 1px #ffffff; 
   background:#fd8a15 -moz-linear-gradient(top, #f8a344, #fd8a15); 
   background:#fd8a15 -webkit-gradient(linear, left top, left bottom, from(#f8a344), to(#fd8a15)); 
   background:#fd8a15 linear-gradient(top, #f8a344, #fd8a15); 
   box-shadow: 0px 0.5px 0.5px 0.5px rgba(216,213,213,1); 
} 
div.cartlist_ div.submit_inner_ a:first-of-type{ 
   float: left; 
} 
div.cartlist_ div.submit_inner_ a:last-of-type{ 
}
/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */

div.order_{
}

/* ご注文主（ログイン時） */
div.method_host_{
}

div.method_host_ div.host_info_{
	margin:0 10px 10px;
	padding:5px;
	background:#F0F0F0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
div.method_host_ .host_name_{
	padding-bottom:5px;
}
div.method_host_ address{
	padding:10px;
	background:#FFF;
	font-style:normal;
}
table.method_host_{
	margin-bottom:20px;
	width:100%;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input{
	width:300px;
}

/**/
/* 送り主（ログイン時） */
div.method_sender_{
	margin-bottom:10px;
}
div.method_sender_ div.sender_info_{
	margin-bottom:5px;
	padding-left:10px;
}
div.sender_change_{
	padding:5px;
	margin:0 10px 10px 10px;
	background:#F0F0F0;
	border:1px solid #CCC;
	width:auto;
}
div.method_sender_ ul.method_sender_{
	width:90%;
	padding-left:20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_{
}
div.addresslist_{
}
div.address_item_{
	margin:0 10px 10px;
	padding:5px;
	background:#F0F0F0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
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;
}
div.method_box_ div.method_box_content_ input[type="radio"]{
	padding:5px 0;
	display:inline-block;
	vertical-align:baseline;
}
div.method_box_ div.method_box_content_ label{
	padding:5px 0;
	margin-right:20px;
	display:inline-block;
}

/**/
/* 配送希望日時指定 */
#method_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;
}
/**/
/* ポイント */
.currentpoint_{
	margin-bottom:10px;
}
div.point_use_{
	margin-bottom:10px;
	padding:10px;
	background:#F8F8F8;
	border:1px solid #CCC;
}
/**/

/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_{
}
div.spandual_ table{
	width:100%;
}
div.spandual_ img.promotion_{
	width: 200px;
	height: 150px;
}
div.spandual_ img.promotion_none_{
	width: 200px;
	height: 50px;
}

/* ご注文の商品 */
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_{
}
table.goodslist_ .qty_{
	width:16%;
	text-align:right;
}
table.goodslist_ .amt_{
	width:20%;
	text-align:right;
}
table.goodslist_ .money_{
	width:20%;
	text-align:right;
}
table.goodslist_ th, table.goodslist_ .title_{
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F8F8F8;
	padding:3px;
}
/* 配送情報 */
table.host_, table.sender_{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
table.host_ th, table.sender_ th{
	border-bottom:1px solid #CCCCCC;
	background-color:#F8F8F8;
	padding:3px;
	font-weight:normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding:3px;
}

div.order_ .method_addr_{
	margin:0 10px 10px;
	padding:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:5px solid #F0F0F0;
}

table.card_,
table.convinience_{
	width:100%;
}
table.card_ label{
	margin:0 20px 0 5px;
}
table.convinience_ th{
	width:16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_{
}
div.order_ table.estimate_method_ th{
	width:40%;
	text-align:left;
	background-color:#F8F8F8;
	font-weight:normal;
}
div.order_ table.estimate_method_ td{
	width:60%;
	text-align:right;
}
div.order_ table.method_gift_{
	border:none;
}
div.order_ div.method_gift_ .gift_comment_{
	margin-bottom:10px;
}
div.order_ div.method_gift_ input[type="radio"],
div.order_ div.method_gift_ label{
	padding:5px 0;
	display:inline-block;
}
div.order_ div.method_gift_ label{
	margin-right:20px;
}
div.order_ div.method_gift_ p.comment_{
	margin:5px 0 10px 0;
}
div.order_ table.method_gift_ td{
	border:none;
}
div.estimate_card_form_{
}


/* お届け先 */
div.order_ table.dest_{
	width:100%;
}
div.destgoodslist_{
	padding:0 10px 10px;
}
table.destgoodslist_{
	width:100%;
}
table.destgoodslist_{
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.destgoodslist_ th{
	width:30%;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:3px;
	background-color:#F8F8F8;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
table.destgoodslist_ td{
	border-top:1px solid #CCCCCC;
	vertical-align:top;
	padding:3px;
}
table.destgoodslist_ span.img_s_{
	float:left;
	width:20%;
}
table.destgoodslist_ span.img_s_ img{
	width:46px;
}
table.destgoodslist_ span.name_{
}
table.destgoodslist_ th.method_gift_, table.destgoodslist_ th.dest_comment_{
	text-align:left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea{
	width:95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin:0;
	padding:0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea{
	width:95%;
}
table.approval_purchase_ th{
	border-right-style:none;
	background-color:#e5f3ff;
	font-weight:normal;
	text-align:left;
}
div.order_ ul.card_{
	padding:3px;
}

/* order method.aspx */
div.order_ table.method_{
	width:100%;
}

/*配送先*/
div.order_ .method_method_{
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_{
	width:100%;
	margin:0 auto 10px auto;
	padding:3px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div.order_ table.order_ td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
div.order_ table.order_ th{
	width:25%;
	background-color:#F8F8F8;
	font-weight:normal;
	text-align:left;
}


/* カードで支払う */
div.order_ table.formdetailcard_{
	margin-bottom:10px;
	padding:3px;
}
div.order_ table.formdetailcard_ th{
	width:12em;
	background-color:#e5f3ff;
	font-weight:normal;
	text-align:left;
}
div.order_ dl.card_ dd input[type="radio"]{
	padding:5px 0;
	display:inline-block;
	vertical-align:baseline;
}
div.order_ dl.card_ dd label{
	padding:5px 0;
	margin-right:20px;
	display:inline-block;
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width:95%;
}


/* --------------------------------------------------------------------
	商品紹介ページ
-------------------------------------------------------------------- */
div.intro_box_{
	margin-bottom:10px;
}
div.intro_box_ table{
	width:100%;
}
div.intro_box_ table.intro_address_{
	border:1px solid #cccccc;
	margin-bottom:10px;
}
div.intro_box_ table th{
	font-weight:normal;
	text-align:left;
	background-color:#e5f3ff;
	padding:3px;
}
div.intro_box_ table td {
	padding:3px;
}
div.intro_box_ table td.title_ {
	width:24%;
}
div.intro_box_ table.intro_address_ .even td {
	background-color:#ffffe0;
}
.mail_ input {
	width:95%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/* 注文同時会員登録 */
div.order_ span.point_ {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}

div.order_ div.point_box_ {
margin-left:1.5em;
}

/* --------------------------------------------------------------------
	Amazonペイメント
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}


/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_{
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_{
	margin-left:0;
	margin-right:0;
}
dl.formdetail_ dt{
	padding:2px 2px 2px 6px;
	background-color:#F0F0F0;
	margin: 0 0 8px;
}
dl.formdetail_ dt img.must_{
	margin-left:5px;
	vertical-align:middle;
}
dl.formdetail_ dd{
	padding:2px 2px 18px 12px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select{
	max-width:96%;
	min-width:26%;
}




/* --------------------------------------------------------------------
	モーダルエリア
-------------------------------------------------------------------- */
#modal{
display:none;
}
#modal .close_{
}
#modal .close_ a{
padding:5px 40px 5px 7%;
display:block;
background:#4b3131 url(../img/usr/sb/ico_close.png) 98% center no-repeat;
-moz-background-size:22px 22px;
-webkit-background-size:22px 22px;
background-size:22px 22px;
text-align:right;
color:#ffffff;
line-height:22px;
}
#modal .search_{
padding:5px 2% 5px 7%;
background:#f6f1eb;
position:relative;
}
#modal h2.navtitle_{
padding:10px 2% 10px 7%;
font-size:12px;
}
#modal nav.CategoryStyleG_,
#modal nav.GenreStyle_{
border-bottom:1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul.layer0_,
#modal nav.GenreStyle_ ul.layer0_{
background-color:#775656;
}
#modal nav.CategoryStyleG_ ul.layer1_,
#modal nav.GenreStyle_ ul.layer1_{
display:block;
background-color:#271212;
}
#modal nav.CategoryStyleG_ ul li,
#modal nav.GenreStyle_ ul li{
border-top:1px #4b3131 solid;
}
#modal nav.CategoryStyleG_ ul.layer0_ > li > a,
#modal nav.GenreStyle_ ul.layer0_ > li > a{
padding:5px 2% 5px 7%;
color:#ffffff;
font-weight:bold;
}
#modal nav.CategoryStyleG_ ul.layer1_ > li > a,
#modal nav.GenreStyle_ ul.layer1_ > li > a{
padding:10px 44px 10px 7%;
background:url(../img/usr/sb/ico_arw_menu.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#ffffff;
}
#modal nav.CategoryStyleG_ ul.layer2_,
#modal nav.GenreStyle_ ul.layer2_,
#modal nav.CategoryStyleG_ ul li p.parent_,
#modal nav.GenreStyle_ ul li p.parent_,
#modal nav.CategoryStyleG_ ul li p.parent_.img_hidden_,
#modal nav.GenreStyle_ ul li p.parent_.img_hidden_{
display:none;
}
#modal nav.guide_{
background-color:#271212;
border-bottom:1px #4b3131 solid;
}
#modal nav.guide_ li{
border-top:1px #4b3131 solid;
}
#modal nav.guide_ a{
display:block;
padding:10px 44px 10px 7%;
background:url(../img/usr/sb/ico_arw_menu.png) 98% center no-repeat;
-moz-background-size:15px 15px;
-webkit-background-size:15px 15px;
background-size:15px 15px;
color:#ffffff;
}
#modal .close_ a,
#modal .search_,
#pageslide h2,
#pageslide li a{
-moz-shadow:40px 0 50px -50px #000000 inset;
-webkit-box-shadow:40px 0 50px -50px #000000 inset;
box-shadow:40px 0 50px -50px #000000 inset;
}
#pageslide{
/* These styles MUST be included. Do not change. */
display:none;
position:absolute;
top:0;
height:100%;
z-index:999999;
width:80%;
background-color:#271212;
}

.optimaizedH1{
font-size:10px;
}

