@charset "utf-8";

/*------/*------/*------/*------/*------/*------/*------/*------
            
           共通 reset

-------*-------*-------*-------*-------*-------*-------*-------*/

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: 100%; vertical-align: baseline; background:transparent; list-style: none; font-style: normal; font-weight: normal; }

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {	display: block;}

nav ul { list-style:none;}

blockquote, q { quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}

ins {background-color:#ff9;color:#000;text-decoration:none;}

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 #000;cursor:help;}

table {border-collapse:collapse;border-spacing:0;}

hr {display:block;height:1px;border:0;border-top:1px solid #b1b1b1;margin:1em 0;padding:0;}

input, select {vertical-align:middle;}

br { letter-spacing: 0; }


/* Win_IE表示用 */
* {
    /*\*/
    *zoom: 1;
    /**/
}




/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通  selection

-------*-------*-------*-------*-------*-------*-------*-------*/

::selection {
	background:#E8DAAB;
	color: #333;
}
::-moz-selection {
	background:#E8DAAB;
	color: #333;
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 Link

-------*-------*-------*-------*-------*-------*-------*-------*/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #517bae;
	text-decoration: none;
}

a:visited {
	color: #bf0000;
}



/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 font

-------*-------*-------*-------*-------*-------*-------*-------*/

/*font-size reset*/
html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; color:#666666} 

.fs9 { font-size: 10px; font-size: 0.9rem; !important} /* =11px */
.fs10 { font-size: 10px; font-size: 1.0rem; !important} /* =11px */
.fs11 { font-size: 11px; font-size: 1.1rem; !important} /* =11px */
.fs12 { font-size: 12px; font-size: 1.2rem; !important} /* =12px */
.fs14 { font-size: 14px; font-size: 1.4rem; !important} /* =14px */
.fs16 { font-size: 16px; font-size: 1.6rem; !important} /* =16px */
.fs17 { font-size: 17px; font-size: 1.7rem; !important} /* =17px */
.fs18 { font-size: 18px; font-size: 1.8rem; !important} /* =18px */
.fs20 { font-size: 20px; font-size: 2.0rem; !important} /* =20px */
.fs22 { font-size: 22px; font-size: 2.2rem; !important} /* =20px */
.fs24 { font-size: 24px; font-size: 2.4rem; !important} /* =24px */
.fs26 { font-size: 26px; font-size: 2.6rem; !important} /* =26px */
.fs28 { font-size: 28px; font-size: 2.8rem; !important} /* =28px */
.fs30 { font-size: 30px; font-size: 3.0rem; !important} /* =30px */
.fs32 { font-size: 32px; font-size: 3.2rem; !important} /* =32px */
.fs34 { font-size: 34px; font-size: 3.4rem; !important} /* =34px */
.fs36 { font-size: 36px; font-size: 3.6rem; !important} /* =36px */
.fs38 { font-size: 38px; font-size: 3.8rem; !important} /* =38px */
.fs40 { font-size: 40px; font-size: 4.0rem; !important} /* =40px */



/*font layout*/
.font-L {
	font-size: 112%;
}

strong {
	font-weight: bold;
}

.font-b{
	font-weight:bold;
}

/*font other*/

.center { text-align: center; }
.right { text-align: right; }

.inline_block { display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
.no_textDeco {
	text-decoration: none !important;
}

.textDeco {
	text-decoration: underline;
}


/*font-color*/

/* カート価格 */
.price{color:#d3505f;}

/* ゴールドライン */
.laterre{color:#e8daab;}

/* リンクテキスト */
.link{color:#517bae;}

/* タイトルテキスト、強調テキスト */
.bold_color{color:#333333;}


/*
/* 最新情報、ナビベース
.news{color:#8e726a;}

 母の日バナーベース
#ea9ba9

人気ランキング1位ベース
#cf5c3b

メニューバーバック
#320f05

 +ボタンベース 商品カテゴリタイトルベース 境界線 フッター/「TOPへ」ベース
#694339

カテゴリ詳細バック 
#210a03

フッター切り替えライン 
#8e726a

*/




/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 margin

-------*-------*-------*-------*-------*-------*-------*-------*/

.m0 { margin: 0 !important; }
.m10 { margin: 10px !important; }
.m20 { margin: 20px !important; }
.m30 { margin: 30px !important; }
.m40 { margin: 40px !important; }
.m50 { margin: 50px !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }

.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.p40 { padding: 40px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt40 { padding-top: 40px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr40 { padding-right: 40px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl40 { padding-left: 40px !important; }



/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 images

-------*-------*-------*-------*-------*-------*-------*-------*/

img {
	max-width:100%;
}

table {
	width:100%;
}

div a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 Form

-------*-------*-------*-------*-------*-------*-------*-------*/
form {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.3em 0.6em 0.7em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0; 
    white-space: normal; 
    *margin-left: -7px; 
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 14px;
    *width: 14px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}




/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 float, Clearfix 

-------*-------*-------*-------*-------*-------*-------*-------*/


.float-left { float: left; }
.float-right {float: right; }
.both { clear: both; }



.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        共通 レイアウト

-------*-------*-------*-------*-------*-------*-------*-------*/

body {
	margin:0;
	line-height: 1.8;
	font-family: 'Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*fontサイズ・カラーは上の共通 fontに記述*/
	letter-spacing: 0.1em;
	background:url(../images/bg.jpg) top repeat-x;
}

section {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}


/*--ページネート--*/
#pagenate {
	font-size: 87%;
	text-align: center;
	margin-bottom: 40px;
}
#pagenate ul {
	overflow: hidden;
}
#pagenate li {
	padding: 0 3px;
	display: inline-block;
}
#pagenate li a {
	color: #29bdec;
	text-decoration: underline;
	cursor: pointer;
}
#pagenate li a:hover {
	text-decoration: none;
}
#pagenate li.prev a,
#pagenate li.next a {
	color: #999;
	font-size: 75%;
	text-decoration: none;
	padding: 2px 6px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: linear-gradient(#fff, #ddd);
}
#pagenate li.prev a:hover,
#pagenate li.next a:hover {
	background: linear-gradient(#fff, #ccc);
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
       　▼各ページレイアウト

-------*-------*-------*-------*-------*-------*-------*-------*/

/*------ header
--------------------------------*/
#header {
    max-width: 990px;
    /* height: auto; */
    overflow: hidden;
    margin: auto;
}
 
/*#header #hl_t {
	width:100%;
	background-color:#a62f1b;
	height:5px;
}*/

#header_main {
	padding: 10px 0 10px 10px;
}

h1 {
font-size: 12px;
font-size: 1.2rem;
}

#header #logo,
#header #gNav {
	display: inline-block;
	vertical-align: bottom;
}
#header #logo {
	margin-right: 100px;
}

div#headerNav a {
    color: #333333;
}

/*--ヘッダーナビ　検索ボックス--*/
#nav_searchBox {
    width: auto;
    height: auto;
    padding: 0;
    /*overflow: hidden;*/
    white-space: nowrap;
    box-sizing: border-box;
	float:left;
}

#headerNav .customselect-wrap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    
	border-color: #bdbdbd #cdcdcd #cdcdcd;
    /*
	border-image: none;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #cdcdcd;
    border-style: solid;
    border-width: 1px;
    */
	box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    position: relative;
}
#headerNav .customselect {
    font-family: "arial","sans-serif";
    font-size: 12px;
	width: auto;
	min-width: 100px;
    height: 35px;
    line-height: 33px;
    padding: 0 5px;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#headerNav .customselect:hover {
	cursor: pointer;
}
#headerNav #nav_searchBox .arrow {
	width: 0;
	height: 0;
    position: absolute;
    top: 40%;
    right: 10px;
	border-top: 8px solid #666;
	border-right: 5px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 5px solid transparent;
}
#headerNav #nav_searchBox .nav-searchField {
    background: none repeat scroll 0 0 #fff;

    box-sizing: border-box;
    height: 35px;
    overflow: hidden;
    width: auto;
}
#headerNav #nav_searchBox .nav-searchField #nav-searchFieldInner {
	border-color: #bdbdbd #cdcdcd #cdcdcd;
	border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #cdcdcd;
    border-style: solid;
    border-width: 1px;
	box-sizing:border-box;
    height: 100%;
    padding: 0;
    position: relative;
    white-space: normal;
}
#headerNav #nav_searchBox .nav-searchField #searchText {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-family: "arial","sans-serif";
    font-size: 15px;
    height: 23px;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0 0 0 8px;
    position: absolute;
    top: 6px;
    width: 100%;
}
#headerNav #nav_searchBox .submitBtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #999999;
    border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 33px;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 1;
	
	
}
#headerNav #nav_searchBox .submitBtn input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "arial","sans-serif";
    font-size: 10px;
    font-weight: bold;
    height: 100%;
    line-height: 33px;
    margin: 0;
    outline: medium none;
    padding: 0 11px;
    text-align: center;
    vertical-align: middle;
	background: url("../images/search_btn.png") no-repeat center;
	color: transparent;
}

.submitBtn img {
    width: 20px;
}


/*--ヘッダーナビ　アカウントエリア--*/
#headerNav #nav_accountBox {
    width: auto;
	margin-left: 30px;
    padding-right: 10px;
    float: right;
    display: inline-block;
    position: relative;
}
#headerNav #nav_accountBox ul {
	overflow: hidden;
	display: table;
    border-right: 1px solid #ccc;
}
#headerNav #nav_accountBox li {
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	width: auto;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
    border-left: 1px solid #ccc;
}
#headerNav #nav_accountBox li a {
	padding: 0 20px;
	display: block;
}
#headerNav #nav_accountBox li a:hover {
	text-decoration: none;
}

	/*--ログイン状態--*/
#headerNav #nav_accountBox .login li.point {
	padding: 0 20px
}

#headerNav #nav_accountBox .login li.name {
	font-size: 82%;
	white-space: nowrap;
	padding: 0 20px;
}
#headerNav #nav_accountBox .login li.name span {
	color: #e98c11;
	font-size: 108%;
	font-weight: bold;
	display: block;
}
#headerNav #nav_accountBox .login li.cart {
	font-size: 150%;
}
#headerNav #nav_accountBox .login li.cart img {
	vertical-align: middle;
	margin-right: 5px;
}

li.cart{
	background-color: #a62f1b;
	-webkit-border-radius: 25px;/* width,heightの半分 */
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	height: 30px;
	margin-top: -6px;
	padding-left: 2px;
	text-align: center;
	width: 30px;	
}


li.carttext{
	display: block;
	margin-top: -10px;
	margin-right: 5px;
	color: #a62f1b;
}


	/*--ログオフ状態--*/
#headerNav #nav_accountBox .logoff li.point {
}
#headerNav #nav_accountBox .logoff li.name {
	font-size: 113%;
}
#headerNav #nav_accountBox .logoff li.name a {
	color: #e98c11;
}
#headerNav #nav_accountBox .logoff li.cart img {
	vertical-align: middle;
}

/*  header  カテゴリメニュー  */
#headerNav #category_Box{
	float: left;
}

#headerNav #dropmenu {
	list-style-type: none;
	width:200px;
	padding-top: 10px;
}

#headerNav #dropmenu li {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	height:auto;
}
#headerNav #dropmenu #parentlia{
	font-size: 16px;
	height:35px;
	background: #f7f7f7;
	margin-left: 15px;
    text-align: left;
	border:none;
}

#headerNav #dropmenu li a {
	display: block;
	margin: 0;
	background: #f7f7f7;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border:1px dotted #dddddd;
	margin: 0;
	padding: 0;
}

#headerNav #dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#headerNav #dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
}
#headerNav #dropmenu li ul li a {
	padding: 13px 15px;
	background: #f7f7f7;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}
#headerNav #dropmenu > li:hover > a {  background: #f7f7f7 }
#headerNav #dropmenu > li:hover li:hover > a {  background: #efefef }
#headerNav #dropmenu li:hover > ul > li {
	overflow: visible;
	height: auto;
}
#headerNav #dropmenu li ul li ul {
	top: 0;
	right: 100%;
}
#headerNav #dropmenu li:last-child ul li ul {
	right: -100%;
	width: 100%;
}
#headerNav #dropmenu li ul li ul li a {  background: #f7f7f7 }
#headerNav #dropmenu li:hover ul li ul li:hover > a {  background: #efefef }
#headerNav #dropmenu li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #454e08;
}
#headerNav #dropmenu li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	right: 200%;
	margin-right: -20px;
	border: 5px solid transparent;
	border-left-color: #454e08;
}


/*------ footer
--------------------------------*/
#footer {
    background: #fff;
	clear: both;
	font-size: 87%;
	line-height: 1;
	display: inline-block;
	width: 100%;
    border-top: 1px solid #e8daab;
	color:#333;
	margin-top:60px;
}
#footer a {
    color: #517bae;
}

#footer .content {
    max-width: 990px;
    padding: 15px 20px 20px;
    margin: auto;
    text-align: left;
}

ul.footNav li {
    width: 20%;
    float: left;
}

dl.first-child {
    padding-left: 15px;
}

li.last-child {
    margin-bottom: 0;
}

.border_t01 {
    border-top: 1px solid #e8daab;
    background-color:#f7f1dc;
}

#footer .content dl {
    border-right: 1px solid #e8daab;
    padding: 10px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
}
#footer .content dl:first-of-type {
    border-left: 1px solid #e8daab;
}
#footer .content dt {
    font-size: 16px;
	padding:0;
    margin-bottom: 10px;
    font-weight: bold;
}
#footer .content dd {
    padding-right: 32px;
    float: left;
}

#footer .content ul {
    line-height: 1.8em;
}

#footer .f_copyright {
	text-align:left;
	font-size:85%;
	color:#333;
}

ul.links {
    float: right;
}

ul.links li {
    padding: 0 20px;
    float: left;
}

.border_r01{
	border-right:1px solid #e8daab;
}


#totop {
    width: 990px;
    margin: auto;
}

.pagetop {
    float: right;
    margin-top: -30px;
    margin-right: 20px;
}

/*------ top style
--------------------------------*/

#header{
	max-width:990px;
	margin:auto;
}

#header,#header a,#side_menu,#side_menu a,#footer,#footer a{
	text-decoration:none;
}


#header a:hover, #side_menu a:hover, #footer a:hover {
    color: #134487;
}


div#headerNav ul{
	float:right;
}

div#headerNav ul li {
    float: left;
    margin-right: 10px;
}
div#headerNav #g_nav ul li {
    margin-right: 10px;
}

#nav {
    max-width:990px;
    float: right;
    margin: 10px 0;
}

#g_nav {
    max-width:990px;
    margin: auto;
    float: left;
}

#g_nav a{
	color:#333333;
}

div#g_nav ul {
    width: 100%;
    float: left;
}

#g_nav ul li {
    width: 130px;
    margin: auto;
    float: left;
    text-align: center;
}

div#textform {
    float: right;
    margin-right: 20px;
}


#slide {
    max-width: 990px;
    margin: auto;
    margin-bottom: 20px;
}


#main_contets{
	width:990px;
	margin:auto;
}


#side_menu {
    width: 180px;
    margin-bottom: 20px;
    box-sizing: border-box;
    float: left;
}


#main{
	width:780px;
	float:left;
	margin:auto;
}



/*div#contents dl {
    float: left;
    width: 226px;
    margin: 0 16px;
}*/

div#productList dl {
    float: left;
    width: 226px;
    height:410px;
    margin: 0 16px;
	margin-bottom: 30px;
}
/*div.uke_list dl {
    height:340px !important;
}*/

#productList dt{
   /* border:1px solid #f7f1dc;*/
}

#productList dt img{
    border: 1px solid #f7f1dc;
}


/*li.productname {
    //margin:0px 0 15px 0;
}*/


/* news
----------------------------------------------------------- */
.top_news {
    background-color: #f7f1dc;
    margin-bottom: 50px;
    padding: 20px;
    overflow: hidden;
}

.top_news dl {
    margin-bottom: 11px;
}


/* 検索フォーム
----------------------------------------------------------- */
#searchform4 {
	width: 200px;
	background: url(../images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords4 {
    width: 156px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 12px;
    border: 1px solid #FFF;
}
#searchBtn4	{
	position: absolute;
	top: 3px;
	left: 174px;
}

li.first {
    border-bottom: 3px solid #e8daab !important;
    border-top: 3px solid #e8daab !important;
    color: #333 !important;
    font-weight: bold;
    list-style: outside none none !important;
}

li.first02 {
    font-size: 1.2em;
    border-bottom: 2px #e8daab solid !important;
    color: #000;
}

.cate_02 {
    text-align: center;
    float: left;
    width: 100%;
}

.cate_02 a {
    color: #2B2B2B;
}

.cate_02 ul li {
    border-bottom: 1px dashed #ccc;
	padding: 2% 5%;
}

.cate_01 ul li {
    border-bottom: 1px solid #ccc;
    padding: 2% 5%;
}


.cate_01 ul li a {
    color: #517bae;
    font-weight: bold;
    font-size: 13px;
}

.cate_03 {
    border-top: 2px solid #e8daab;
    border-bottom: 2px solid #e8daab;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cate_03 ul {
    margin-left: 10px;
    box-sizing: border-box;
}

.cate_03 li {
    /*border-bottom: 1px solid #ccc; */
    padding-left: 10px;
}

.cate_03 li a{
    padding-left: 20px;
	color:#517bae;
}

.li_fb {
	background: url("../images/facebook_btn.png") left no-repeat;
}


.li_tw{
	background: url("../images/tw_btn.png") left no-repeat;	
}
.li_insta{
	background: url("../images/insta_btn.png") left no-repeat;	
}

.last_child {
    border: 0px none !important;
}


/*----side_btn----*/

.side_btn01 {
    float: left;
    width: 180px;
    box-sizing: border-box;
}

.side_btn02 {
    float: left;
    width: 180px;
    box-sizing: border-box;
}

a.side_top_btn01 {
    border: 1px solid #134487;
    border-radius: 8px;
    color: #134487;
    font-weight: bold;
    padding: 8px 5px;
    float: left;
    text-align: center;
    font-size: 14px;
    width: 180px;
    box-sizing: border-box;
    height: 50px;
	line-height: 3.0rem;
}

/*a.side_top_btn02 {
    background: #FFFFFF;
    border: 1px solid #3e7600;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #3e7600;
    font-weight: bold;
    width: 130px;
    padding: 20px 5px;
    float: left;
    text-align: center;
    font-size: 16px;
    width: 180px;
    box-sizing: border-box;
}

a.side_top_btn03 {
    background: #d0f2f1;
    border: 1px solid #d0f2f1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #3e7600;
    font-weight: bold;
    width: 130px;
    padding: 20px 5px;
    float: left;
    text-align: center;
    font-size: 16px;
    width: 180px;
    box-sizing: border-box;
}
*/

#dai_cate {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5%;
}

h2.dai_cate_title {
    border-bottom: 2px solid #CCC;
    /*width: 100%;*/
    overflow: hidden;
}


/*  配送・店頭・常温・冷凍・冷蔵・のし・メッセージ・ リボン*/
.icon_ullist li{
	float:left;
	margin:2px 5px 0 0;
}


span.icon_blue {
    color: #ff4d4d;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_orange {
    color: #FF9100;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_normal {
    color: #ffa659;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_reitou {
    color: #08c;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_reizou {
    color: #57c2a1;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_uketori {
    color:#BF0000;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted;
    text-align: center;
    line-height: 20px;
    background-color: white;
    padding:1px 3px;
}

span.icon_sendfree {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted #ff0000;
    text-align: center;
    line-height: 20px;
    background-color: #ff7171;
    padding:1px 3px;
}

span.icon_noshi,span.icon_ribbon, span.icon_mess{
    color: #d57562;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted #d57562;
    text-align: center;
    line-height: 20px;
    background-color: #ffffff;
    padding:1px 3px;
}
/* 軽減税率対象商品のアイコン */
span.icon_reduce_tax {
	font-size: 1.2rem;
	padding: 4px;
	border: 1px solid #5d5750;
	border-radius: 3px;
	background-color: #c8e6fa;
}
/* 軽減税率対象バリエーションのアイコン */
.item_icon_8per:after {
	content: "軽";
	padding: 3px 3px 2px 3px;
	background: #c8e6fa;
	border: 1px solid #999999;
	border-radius: 3px;
	font-weight: normal;
	font-size: 0.9em;
}

/* 標準税率対象バリエーションのアイコン */
.item_icon_10per:after {
	content: "標";
	padding: 3px 3px 2px 3px;
	background: #ffccd4;
	border: 1px solid #999999;
	border-radius: 3px;
	font-weight: normal;
	font-size: 0.9em;
}

/* 税率アイコンの説明文（軽減税率対象商品アイコンと標準税率対象商品アイコンの両方） */
span#tax_icon_notes_all {
	/*display: none;*/
}

/* 税率アイコンの説明文（標準税率対象商品アイコンのみ） */
span#tax_icon_notes_normal {
	/*display: none;*/
}


span.icon_delivery {
    color: #00b700;
    font-weight: bold;
    font-size: 12px;
    border: 1px dotted #00b700;
    text-align: center;
    width: 75px;
    line-height: 20px;
    background-color: #ffffff;
    padding:1px 3px;
}

span.sortlink{
	color: #62b4f6;
	text-decoration: underline;
	cursor: pointer;
}

span.sort_nolink{
	font-weight:bold;
}

span.result_num{
	font-weight:bold;
	color: #62b4f6;
}



/*-------------商品詳細---------------*/

#detailTop {
    float: left;
}

#mainImg {
    width: 440px;
}

#detailTop_beta {
    width: 310px;
    float: left;
    margin-left: 20px;
}

#detailComment {
    width: 780px;
    float: left;
    padding-top: 20px;
    overflow: hidden;
}

#detailTop_alpha {
    display: block;
    float: left;
}

h2#productName {
	font-size: 16px;
	font-size: 1.6rem; 	
    font-weight: bold;
    margin: 10px 0;
}

span.tag_btn {
    color: #3E7600;
    font-weight: bold;
    font-size: 12px;
    margin: 1% 2% 1% 0px;
    border: 1px dashed;
    float: left;
    text-align: center;
    line-height: 20px;
	background-color: #F7F7F7;
    padding: 1%;
}

#snsbox ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.addcart_btn {
    color: #FFF;
    background-color: #F45F74;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 133%;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}


#cart_div {
    margin: 20px 0px;
    width: 100%;
    float: left;
}

#cart_div .note{
	color: #666;
	font-size: 85%;
	margin: 5px 0 10px;
}


#cart_div .setitembtn{
	//background-image: -moz-linear-gradient(center top , #ededed 0%, #ededed 49%, #ddd 50%, #ddd);
	background-color: #ddd;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	color: #000;
	font-size: 85%;
	padding: 5px;
	text-decoration: none;
}
#cart_div .setitembtn:hover{
	opacity:0.5;
}
#cart_div .zaiko_link {
	cursor: pointer;
}

.cool_ico_p {
    width: 100%;
    overflow: hidden;
    float: left;
}

#input_cart_form {
    float: left;
    width: 100%;
}

#deli_send_blk {
    width: 100%;
    overflow: hidden;
    float: left;
}

#deli_send_blk {
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    padding: 2%;
	box-sizing: border-box;
}

#pos_shop_dispbox {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    padding: 2%;
	box-sizing: border-box;
}

.kigen {
    width: 100%;
    overflow: hidden;
    float: left;
    border: 1px solid #CCC;
    padding: 2%;
    margin-top: 10px;
	box-sizing: border-box;
}

h3.detall_title{
	font-weight:bold;
}


#free_space {
    padding: 10px;
    background-color: #f7f1dc;
    overflow: hidden;
    text-align: left;
    float: left;
    width:780px;
}

#notes_space {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
    float: left;
    width:780px;
    font-size:90%;
    color:#cc3300;
}
.notes_space__content{
	font-weight: bold;
}


#cate3_tmp_ul {
    overflow: hidden;
    float: left;
    width:440px
}

#detailTop_alpha #mainImg{
	position: relative;
}
#detailTop_alpha #mainImg img {
    width: 442px;
    height: auto;
}


#cate3_tmp_ul li{
    float: left;
    list-style: outside none none;
    width: 100px;
    height:110px;
    margin-top:10px;;
}


#detailTop_alpha #cate3_tmp_ul .thumb_li {
    float: left;
    list-style: outside none none;
    width: 100px;
}


#detailTop_alpha #tmp_ex_box {
	background-color:rgba(89,89,89,0.7);
	position: absolute;
	top: 370px;
	color:#fff;
	height:35px;
	width:100%;
	display:none;
}
#detailTop_alpha #tmp_ex_box #tmp_ex{
	padding:5px;
	font-size:85%;
	line-height:1.2em;
}


/*--ピックアップ（カルーセル）--*/
#pickup {
	max-width: 960px;
	margin: 0 auto;
}
#pickup #pickupTitle {
	color: #e98c11;
	font-size: 125%;
	font-weight: bold;
}
#pickup #pickupTitle span {
	color: #000;
	font-size: 80%;
	font-weight: normal;
	margin-left: 10px;
}
#pickup #pickupItem {
	background: #f7f7f7;
    border-radius: 10px;
    overflow: visible;
    padding: 5px 40px;
    position: relative;
}
#pickup #pickupItem	ul li {
	display: block;
    float: left;
    list-style: none;
    margin: 0 5px;
    width: 160px;
    min-height: 219px;
}
#pickup #pickupItem	ul li img {
    height: 100%;
    margin: 5px 0;
    width: 100%;
}
#pickup #pickupItem	ul li div.data {
	font-size: 68%;
	font-weight: bold;
}
#pickup #pickupItem	ul li div.data span {
	line-height: 1.3;
	margin-bottom: 5px;
	display: block;
}
#pickup #pickupItem .carouPrev,
#pickup #pickupItem .carouNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 35%;
	cursor: pointer;
	background: #a72b14;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#pickup #pickupItem	.carouPrev{
	left: 10px;
}
#pickup #pickupItem	.carouNext{
	right: 10px;
}
#pickup #pickupItem	.carouPrev span,
#pickup #pickupItem	.carouNext span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 0 5px;
    display: block;
}
#pickup #pickupItem	.carouNext span {
	margin-left: 10px;
}
#pickup #pickupItem	.carouPrev:hover,
#pickup #pickupItem	.carouNext:hover {
	background: #999;
}





/*------------既存css--------------------------------------------------------------------------*/

/*--タイトル--*/
h2#catName,
h2#productName,
h2#title {
	color: #e98c11;
	font-size: 150%;
	margin: 20px 0;
}
h2#title {
	border-bottom: 1px dashed #7f7f7f;
}

.inner {
    width: 990px;
    margin: auto;
}

/*------/*------/*------/*------/*------/*------/*------/*------
            
        カートに入れる(iflame)
            
-------*-------*-------*-------*-------*-------*-------*-------*/

#cartWrap #detail_cart{
	padding:20px;
	margin: 0 auto;
}

#cartWrap #cartTable {
	margin-bottom: 10px;
	border-top: 1px dotted #e8e8e8;
}
#cartWrap #cartTable th,
#cartWrap #cartTable td {
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 10px 0;
	vertical-align: middle;
}
#cartWrap #cartTable th {
	font-size: 87%;
	border-bottom: 1px solid #e8e8e8;
}
#cartWrap #cartTable td {
	border-bottom: 1px dotted #e8e8e8;
}
#cartWrap #cartTable td,
#grandtotal {
	font-weight: bold;
	font-size: 81%;
}
#cartWrap #cartTable .thumbs {
	width: 70px;
}
#cartWrap #cartTable .thumbs img {
	width: 70px;
}
#cartWrap #cartTable .productname {
	text-align: left;
}
#cartWrap #cartTable .productname .iname{
	float:left;
	font-weight:bold;
}
#cartWrap #cartTable .productname .i_icon{
	float:left;
	margin-left:30px;
}
#cartWrap #cartTable .price,
#cartWrap #cartTable .subtotal {
	width: 100px;
}
#cartWrap #cartTable .price {
	color: #333;
}
#cartWrap #cartTable .countity {
	width: 120px;
}
#cartWrap #cartTable .dellink {
	width: 50px;
}
#cartWrap #cartTable th.subtotal,
#cartWrap #cartTable td.subtotal {
 	padding-right: 0;
}

#cartWrap #grandtotal {
	text-align: right;
}
#cartWrap #pos_shop_name{
	margin:20px 0;
	text-align: right;
	font-size: 81%;
	font-weight: bold
}

#cartWrap #buttonArea{
	width:630px;
	margin:30px auto;
}


#cartWrap #buttonArea #gotocart_btn {
	color:#ffffff;
	background-color: #e98d11;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	font-size: 133%;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0;
	text-align:center;
	width:300px;
	float:left;
}

#cartWrap #keepshop_btn {
	color:#ffffff;
	background-color: #999999;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 15px;
	text-align:center;
}

#cartWrap #back_btn {
	color:#ffffff;
	background-color: #999999;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	font-size: 133%;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0;
	text-align:center;
	width:150px;
	margin: 50px auto;
}

#cartWrap .setitembtn,#cartTable .setitembtn{
	//background-image: -moz-linear-gradient(center top , #ededed 0%, #ededed 49%, #ddd 50%, #ddd);
	background-color: #ddd;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	color: #000;
	font-size: 85%;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}

#back_btn:hover, #gotocart_btn:hover, #keepshop_btn:hover, #cartWrap .setitembtn:hover, #cartTable .setitembtn:hover{
	opacity:0.7;
}

/*------/*------/*------/*------/*------/*------/*------/*------

        詰合せ商品選択

-------*-------*-------*-------*-------*-------*-------*-------*/




#pack_area{
	border-bottom: 1px dotted #ccc;
	margin:10px 0 50px 0;
	
}

#pack_area .item_list{
	border-top: 1px dotted #ccc;
	padding: 15px;
}

#pack_area .item_img{
	float: left;
	margin: 0 20px 0 0;
}


.tag_name{
	display:block;
	height:10px;
	line-height:13px;
	background-color:#ffdddd;
	border-radius:3px;
	cursor:pointer;
	border:1px solid #333333;
	font-size:12px;
	
}

.tag_name:hover{
	opacity:0.5;
}
#catList a:hover{
	text-decoration: none;
}


#soldout_btn {
	color:#ffffff;
	background-color: #c30;
	border-radius: 3px;
	display: block;
	font-size: 133%;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 0;
	width: 100%;
	text-align:center;
}



#another_window{
	display: none;
	width: 420px;
	height: 380px;
	margin: -200px 0 0 -210px;
	position: fixed;
	z-index: 50001;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
}

#another_window_iframe{
	width: 420px;
	height: 350px;
	border: 0;
}

#another_window_close_button_block{
	margin-left: 20px;
}



/*------/*------/*------/*------/*------/*------/*------/*------

        カート（お客様情報・お支払方法・確認画面・注文完了）

-------*-------*-------*-------*-------*-------*-------*-------*/

/* -------- 共通 -------- */

/* エラー */
#errorArea{
	width:800px;
	margin:20px auto;
	background-color:#ffffff;
	text-align: left;
}
#errorTable #error_title{
	font-size:30px;
	text-align: center;
}
#errorTable th{
	background-color: #ffcfcf;
	border: 1px solid #333333;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#errorTable td{
	padding:5px;
	border:1px solid #333333;
}


/* 注文画面に戻る */
#back_keepshop_lnik{
	width:800px;
	font-size:14px;
	margin:0 auto;
	margin-top:10px;
}

.buttonArea { text-align: center; }

/* 戻るリンク */
.buttonArea .back_txt_link {
	float:left
}

/* 次に進むボタン */
.buttonArea .goto_next_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #e98d11;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	width: 162px;
}

/* 注文を確定するボタン */
.buttonArea .goto_buy_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #dc586f;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 10px;
	width: auto;
    min-width: 200px;
}

/* 宛先に追加する */
.buttonArea .add_deli_info {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #cccccc;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	width: 162px;
}
.buttonArea #input_send_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #cccccc;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 30px;
	text-decoration:none;
}

/* 戻るリンク*/
.buttonArea .back_txt_link:hover { text-decoration: none; }

/* 次に進むボタン、宛先に追加する */
.buttonArea .goto_next_btn:hover, .buttonArea .add_deli_info:hover, .buttonArea #input_send_btn:hover, .buttonArea .goto_buy_btn:hover{ opacity:0.8; }


/* ------------------------------------ 
            
            カート中身 (cart_view) 
            
-------------------------------------- */

#cart {
	margin-bottom: 30px;
}

#cart #cartTable {
	margin-bottom: 10px;
	border-top: 1px dotted #e8e8e8;
}
#cart #cartTable th,
#cart #cartTable td {
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 10px 0;
	vertical-align: middle;
}
#cart #cartTable th {
	font-size: 87%;
	border-bottom: 1px solid #e8e8e8;
}
#cart #cartTable td {
	border-bottom: 1px dotted #e8e8e8;
}
#cart #cartTable .thumbs {
	width: 70px;
}
#cart #cartTable .thumbs img {
	width: 70px;
}
#cart #cartTable .productname {
	text-align: left;
}
#cartTable .productname .iname{
	float:left;
	font-weight:bold;
}
#cart #cartTable .productname .i_icon{
	float:left;
	margin-left:30px;
}
#cart #cartTable .price,
#cart #cartTable .subtotal {
	width: 100px;
}
#cart #cartTable .price {
	color: #333;
}
#cart #cartTable .countity {
	width: 120px;
}
#cart #cartTable .dellink {
	width: 50px;
}
#cart #cartTable th.subtotal,
#cart #cartTable td.subtotal {
 	padding-right: 0;
}

#cart #tableWrap {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/table_btm.gif) no-repeat 0 bottom;
}
#cart #tableWrap .tableWrapInner {
	width: 800px;
	padding-bottom: 10px;
	background: url(../images/table_mdl.gif) repeat-y 0 top;
}
#cart table#cartTable {
	width: 770px;
	border-top: 0;
	margin: 10px 15px;
}
#cart #grandtotal {
	margin-right: 15px;
	font-weight: bold;
	font-size: 81%;
	text-align:right;
}

#cart #pos_shop_name {
	margin: 20px 15px;
	text-align: right;
	font-size: 81%;
	font-weight: bold
}
#cart #addcarttxt{
	color: #900;
	text-align:center;
	margin: 10px;
	font-size: 13px;
	font-weight: bold;
}
#cart a {
	color: #62b4f6;
	text-decoration: underline;
}
#cart a:hover {
	text-decoration: none;
}
#cart #sec01 {
	font-size: 81%;
	width: 800px;
	margin-bottom: 20px;
}


/* ------------------------------------ 
            
            お客様情報 (cart2) 
            
-------------------------------------- */

#member_form .notice {
	font-size: 81%;
}
#member_form #secom {
	width: 800px;
	margin-bottom: 30px;
	overflow: hidden;
}
#member_form #secom dt {
	width: 60px;
	float: left;
}
#member_form #secom dd {
	color: #666;
	font-size: 87%;
	width: 720px;
	float: right;
	padding-top:30px;
}
#member_form .caution {
	color: #900;
	font-size: 150%;
	margin: 20px 0 10px;
}
#member_form .note2 {
	font-size: 81%;
	width: 800px;
	margin-bottom: 30px;
}
#member_form form .buttonArea {
	text-align: center;
	margin: 30px 0;
}

#member_form form .buttonArea a:hover {
	text-decoration: none;
}

#formWrap {
	width: 800px;
	margin: 0 auto;
}
#formWrap span.hissu {
	color: #fff;
	font-size: 81%;
	margin: 0 3px;
	padding: 2px 7px;
	display: inline-block;
	background: #f00;
	border-radius: 3px;
}
#formWrap #formTop {
	font-size: 81%;
}
#formWrap table.userInfo {
	width: 800px;
	margin: 20px 0 10px;
	border-top: 1px dotted #939393;
}
#formWrap table.userInfo th,
#formWrap table.userInfo td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#formWrap table.userInfo th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#formWrap table.userInfo td {
	font-size: 81%;
}
#formWrap table.userInfo td span {
	font-size: 92%;
}

#formWrap form input,
#formWrap form select {
	padding: 5px 8px;
}
#formWrap form label {
	margin-right: 20px;
}

#formWrap #selectDeli {
	font-size: 87%;
	margin: 40px 0;
}
#formWrap #rgBox {
	width: 608px;
	margin: 0 auto;
	border: 1px solid #ff7519;
}
#formWrap #rgBox .title {
	color: #fff;
	font-size: 87%;
	font-weight: bold;
	padding: 2px 10px;
	background: #ff7519;
}
#formWrap #rgBox #rgBoxInner {
	color: #f60;
	font-size: 75%;
	line-height: 1.3;
	padding: 10px 20px;
}
#formWrap #rgBox #aboutMember {
	text-align: right;
	margin-bottom: 20px;
}
#formWrap #rgBox #aboutMember li {
	margin-left: 15px;
	padding-left: 12px;
	display: inline-block;
	background: url(../images/arw_org.png) no-repeat 0 3px;
}
#formWrap #rgBox .button {
	text-align: center;
	margin: 10px 0;
}
#formWrap #rgBox .button p {
	text-align: center;
	width: 210px;
	height: 35px;
	margin: 0 auto;
	padding: 9px 0;
	background: url(../images/btn01.jpg) no-repeat 0 0;
}
#formWrap #rgBox .button a {
	text-decoration: none;
	padding-left: 12px;
	display: block;
}
#formWrap #rgBox .button a span:before {
	margin-right: 3px;
	content: url(../images/arw_org.png);
}
#formWrap #rgBox dl {
	margin-bottom: 20px;
	overflow: hidden;
}
#formWrap #rgBox dt {
	width: 250px;
	float: left;
}
#formWrap #rgBox dd {
	color: #333;
	width: 318px;
	float: right;
}
#formWrap #rgBox dd input {
	margin-bottom: 5px;
}


/* ショップカード確認 */
#posMemberArea{
	width:800px;
	margin:20px auto;
	
}

#posMemberArea .PosCardArea{
	float:left;
	width:380px;
	background-color:#fff;
	height:220px;
	border:2px solid #ff7519;
}


#posMemberArea .cardAreaTitle{
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:5px 0;
	background-color:#ff7519;
	
}

#posMemberArea #AddCardChk{
	margin-top:20px;
	text-align:center;
}
#posMemberArea #AddCartNote{
	font-size: 80%;
	color: #f60;
	padding: 10px 15px 0px;
}
#posMemberArea #AddCartLink{
	padding: 0 15px;
}
#posMemberArea #AddCartLink a{
	font-size: 75%;
	color: #f60;
	padding-left:3px;
}


#posMemberArea #PosCardNote{
	padding: 10px 15px 0px;
	font-size: 75%;
	color: #f60;
}

#posMemberArea #PosCardTable{
	margin:10px 15px 0;
	font-size: 75%;
	color: #f60;
	width: auto;
}
#posMemberArea #PosCardTable tr{
	line-height:2.5em;
}

#posMemberArea #PosCardNotice{
	color: #f60;
	font-size: 80%;
	padding: 0px 15px 5px;
}

#pos_chk_btn {
	color:#000;
	background-color: #ffdac3;
	border: 1px solid #ff6600;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 160px;
	text-align:center;
}
#pos_chk_btn:hover { opacity:0.8; }

#pos_chk_btn:active {
	opacity:1;
	box-shadow:inset 0px 0px 2px #3a6da0;
}
#pos_chk_rlt{
	display:none;
	padding:0 0 15px; 
}

#pos_chkrlt_txt{
	background-color:#e7e7ff;
	border:1px solid #0000ff;
	font-weight:bold;
	color: #000;
	padding: 5px;
}

#pos_chkrlt_ertxt{
	background-color:#ffffa9;
	border:1px solid #ff0000;
	font-weight:bold;
	color: #f00;
	padding: 5px;
}

/* 宛先追加ボタン  */
#formWrap .buttonArea #DelibuttonArea{
	 width:360px;
	 margin:0 auto;
}


/* ------------------------------------ 
            
            割り当てページ (cart2_2) 
            
-------------------------------------- */
#AssignBlock{
	width:800px;
	margin:0 auto;
}
#AssignBlock #AssignBtn {
	margin: 0 auto;
	padding: 5px 0;
	width: 140px;
}
table#DeliAssign {
	margin:20px 0;
	font-size: 81%;
	width: 798px;
	border: 1px solid #959595;
}
table#DeliAssign th,
table#DeliAssign td {
	padding: 5px;
	border-bottom: 1px solid #959595;
}
table#DeliAssign th {
	font-weight: bold;
	width: 300px;
	background: #eee;
	border-right: 1px solid #959595;
}
table#DeliAssign td {
	width: 647px;
	line-height: 1.5em;
}

/* 次に進むボタン */
table#DeliAssign .assign_reset_btn {
	margin: 0 auto;
	padding: 5px 0;
	width: 80px;
}
#AssignBlock #cartTable {
	margin-bottom: 10px;
	border-top: 1px dotted #e8e8e8;
}
#AssignBlock #cartTable th,
#AssignBlock #cartTable td {
	font-weight: bold;
	text-align: center;
	padding: 10px 30px 10px 0;
	vertical-align: middle;
}
#AssignBlock #cartTable th {
	font-size: 87%;
	border-bottom: 1px solid #e8e8e8;
}
#AssignBlock #cartTable td {
	border-bottom: 1px dotted #e8e8e8;
}
#AssignBlock #cartTable .thumbs {
	width: 70px;
}
#AssignBlock #cartTable .thumbs img {
	width: 70px;
}
#AssignBlock #cartTable .productname {
	text-align: left;
}
#cartTable .productname .iname{
	float:left;
	font-weight:bold;
}
#AssignBlock #cartTable .productname .i_icon{
	float:left;
	margin-left:30px;
}
#AssignBlock #cartTable .price,
#AssignBlock #cartTable .subtotal {
	width: 100px;
}
#AssignBlock #cartTable .price {
	color: #333;
}
#AssignBlock #cartTable .countity {
	width: 120px;
}
#AssignBlock #cartTable .dellink {
	width: 50px;
}
#AssignBlock #cartTable th.subtotal,
#AssignBlock #cartTable td.subtotal {
 	padding-right: 0;
}



/* ------------------------------------ 
            
            支払方法 (cart3) 
            
-------------------------------------- */
#cart3_input_form {
	width: 800px;
	margin: 0 auto;
}

#cart3_input_form #pointArea{
	font-size: 80%;
	background-color: #fff5d2;
	border: 1px solid #e98d11;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	width: 200px;
	margin:30px auto 20px;
}

#cart3_input_form #pointArea #pa_title{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
}

#cart3_input_form #pointArea P{
	margin-bottom:10px;
}

#pointArea #nowPonit{
	font-weight:bold;
	font-size: 160%;
	
}

/*--お支払方法--*/
#payment {
	font-size: 81%;
	width: 800px;
	margin-bottom: 50px;
	border-top: 1px dashed #fbb;
}
#payment li {
	padding: 15px 0;
	border-bottom: 1px dashed #fbb;
}
#payment li label {
	font-weight: bold;
}
#payment table.daibiki {
	width: 360px;
	border: 1px solid #e3e3e3;
}
#payment table.daibiki th.total,
#payment table.daibiki td.total {
	text-align: center;
	width: 250px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#payment table.daibiki th.fee,
#payment table.daibiki td.fee {
	width: 100px;
	border-bottom: 1px solid #e3e3e3;
}
#payment table.daibiki th,
#payment table.daibiki td {
	padding: 5px;
}
#payment table.daibiki th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#payment table.daibiki td {
	text-align: right;
}

table#shopDeli {
	font-size: 81%;
	width: 798px;
	border: 1px solid #959595;
}
table#shopDeli th,
table#shopDeli td {
	padding: 5px;
	border-bottom: 1px solid #959595;
}
table#shopDeli th {
	font-weight: bold;
	width: 150px;
	background: #eee;
	border-right: 1px solid #959595;
}
table#shopDeli td {
	width: 647px;
}
table#shopDeli select,
table#shopDeli textarea {
	margin-bottom: 5px;
	padding: 5px;
}
.form_noshi_name {
	background-color: #aaaaaa;
}


/* カレンダー全体の幅 */
table#shopDeli .calendar_wrap{
	width:350px;
	margin:0 10px;
}

/* タイトルとカレンダー送りボタンの行 */
table#shopDeli .calendar_wrap table#calendar_title_line {
}

table#shopDeli .calendar_wrap table#calendar_title_line td{
	border : none;
}

table#shopDeli .calendar_wrap table#calendar_title_line td#calendar_title_left{
	width : 160px;
	text-align:right;
}

table#shopDeli .calendar_wrap table#calendar_title_line td#calendar_title{
	width : 130px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

table#shopDeli .calendar_wrap table#calendar_title_line td#calendar_title_right{
	width : 160px;
	text-align:left;
}

/* カレンダー送りボタンのデザイン */
table#shopDeli .calendar_wrap .calendar_send_btn {
	background: #fcfcfc;
	background-image: -webkit-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -moz-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -ms-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: -o-linear-gradient(top, #fcfcfc, #ebebeb);
	background-image: linear-gradient(to bottom, #fcfcfc, #ebebeb);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-family: Arial;
	color: #292929;
	font-size: 12px;
	padding: 5px 10px;
	border: solid #e6e6e6 1px;
	text-decoration: none;
	cursor: pointer;
}

/* カレンダー送りボタンにカーソルを乗せた時のデザイン */
table#shopDeli .calendar_wrap .calendar_send_btn:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  text-decoration: none;
}

/* マス目の大枠 */
table#shopDeli .calendar_wrap #calendar_table {
	width:350px;
	margin-bottom:20px;
}

/* 曜日の行 */
table#shopDeli .calendar_wrap #calendar_table th{
	border:1px #959595 solid;
	font-size:12px;
	padding:2px;
	text-align:center;
	background-color:#ffffff;
	font-weight:bold;
}

/* 曜日の行（日曜日） */
table#shopDeli .calendar_wrap #calendar_table th.Sun {
	background-color:#fff4f4;
}
/* 曜日の行（土曜日） */
table#shopDeli .calendar_wrap #calendar_table th.Sat {
	background-color:#f4f4ff;
}

/* 日付の行 */
table#shopDeli .calendar_wrap #calendar_table td{
	border:1px #959595 solid;
	font-size:13px;
	padding:4px;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	height:25px;
	cursor:pointer;
}

/* 月初日より前、または月末日より後の空白のマス目 */
table#shopDeli .calendar_wrap #calendar_table td.c_blank{
	cursor: default;
	pointer-events: none;
}

/* お届け可能日より前 */
table#shopDeli .calendar_wrap #calendar_table td.past{
	cursor: default;
	pointer-events: none;
}

table#shopDeli .calendar_wrap #calendar_table span.past{
	opacity: 0.3;
}

/* お届け可能日より後 */
table#shopDeli .calendar_wrap #calendar_table td.future{
	background-color:#eee;
	cursor: default;
	pointer-events: none;
}

/* 当日 */
table#shopDeli .calendar_wrap #calendar_table td.today{
	border:2px solid #333;
	font-weight:bold;
	pointer-events: none;
}

/* 発送不可日・店頭受渡不可日 */
table#shopDeli .calendar_wrap #calendar_table td.forbid_date{
	color: #FF0000;
	background-color:#eee;
	pointer-events: none;
}

/* 選択日 */
table#shopDeli .calendar_wrap #calendar_table td.last_target_day{
	background-color:#FFA500;
}


/* ------------------------------------ 
            
            確認画面 (cart4)
            
-------------------------------------- */

#confirmWrap{
	width:800px;
	margin:0 auto;
}
#confirmWrap #payway_txt{
	margin:50px 0;
}
#confirmWrap .caution {
	color: #900;
	font-size: 150%;
	margin: 20px 0 10px;
}
#confirmWrap .note2 {
	font-size: 81%;
	width: 800px;
	margin-bottom: 30px;
}
#confirm {
	width: 800px;
	margin: 10px 0 50px;
}
#confirm_alpha {
	width: 500px;
	margin-right: 10px;
	float: left;
}
.confirm_beta {
	width: 250px;
	padding: 10px 20px 20px;
	float: right;
	background: #eee;
	border-radius: 5px;
}
#confirm .buttonArea {
	clear: both;
}
#confirm table {
	font-size: 81%;
	width: 500px;
	margin-bottom: 20px;
	border: 1px solid #959595;
}
#confirm table caption {
	width: 488px;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	background: #eee;
}
#confirm table th,
#confirm table td {
	padding: 5px;
}
#confirm table th {
	font-weight: bold;
	width: 145px;
}
#confirm table td:before {
	color: #333;
	margin-right: 1px;
}
#confirm table td {
	width: 343px;
}
#confirm table.schedule td {
	color: #900;
}
#confirm table.schedule th.comment,
#confirm table.schedule td.comment {
	color: #333;
	border-top: 1px solid #959595;
}

.confirm_beta p.title {
	font-size: 93%;
	font-weight: bold;
	text-align: center;
}
.confirm_beta dl {
	font-size: 81%;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px solid #959595;
}
.confirm_beta dt {
	font-weight: bold;
	width: 150px;
	margin-bottom: 3px;
	float: left;
	clear: left;
}
.confirm_beta dd {
	text-align: right;
	width: 90px;
	margin: 0 0 3px 150px;
}
.confirm_beta p#total {
	color: #900;
	font-size: 81%;
	font-weight:bold;
	text-align: center;
}
.confirm_beta div {
	font-size: 75%;
	text-indent: -1em;
	margin: 10px 0 0 1em;
}
.confirm_beta table#tax_detail {
	margin-left: auto !important;
	margin-right: 10px;
	margin-bottom: 0;
	background-color: transparent;
	font-size: 1.2rem;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.confirm_beta table#tax_detail td.tax_detail_left{
	width: 130px;
	height: 21px;
	padding: 0px;
	text-align: left;
}
.confirm_beta table#tax_detail td.tax_detail_right{
	width: 80px;
	height: 21px;
	padding: 0px;
	text-align: right;
}


#aboutReturn {
	width: 800px;
	margin-bottom: 100px;
}
#aboutReturn p.title {
	font-size: 87%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #959595;
}
#aboutReturn dl {
	font-size: 81%;
	margin: 10px 10px 0;
}
#aboutReturn dt {
	font-weight: bold;
	width: 100px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
#aboutReturn dd {
	width: 600px;
	margin: 0 0 10px 100px;
}

/* ------------------------------------ 
            
            注文完了 (cart5)
            
-------------------------------------- */

#tableWrap #message {
	margin: 20px;
}
	
#tableWrap #message .title {
	color: #e98c11;
	font-size: 137%;
	margin-bottom: 20px;
}
#tableWrap #message p {
	font-size: 87%;
	line-height: 1.4;
	margin-bottom: 10px;
}

#cart5_mail_notice_memo{
	border:1px solid #f00;
	padding:5px;
	background-color:#eee;
}


#thanks {
	font-size: 87%;
	margin: 10px 0 100px;
	text-align: center;
}
#thanks p {
	margin-bottom: 20px;
}




/*------/*------/*------/*------/*------/*------/*------/*------
            
        ログイン、新規会員登録、パスワード送信
            
-------*-------*-------*-------*-------*-------*-------*-------*/

/* ------------------------------------ 
            
            ログイン (login、cart_login)
            
-------------------------------------- */
#login {
	margin-bottom: 100px;
	overflow: hidden;
}
#login #dlWrap {
	width: 900px;
	margin: 0 auto;
}
#login #dlWrap dl {
	font-size: 87%;
	width: 420px;
	height: 500px;
	margin-right: 10px;
	float: left;
	border: 4px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
}
#login #dlWrap dt {
	font-weight: bold;
	padding: 20px 9px;
	border-bottom: 1px solid #e3e3e3;
}
#login #dlWrap dd {
	text-align: center;
	padding: 20px 9px 0;
}

#login #dlWrap dl#signup dd:before, #login #dlWrap dl#signup470 dd:before {
    content: url(../images/info_img.png);
}

#login #dlWrap dd p {
	text-align: left;
}
#login #dlWrap dl#signin dd #idpass{
	margin: 20px 0 10px;
	border: 4px solid #e3e3e3;
	border-radius: 5px;
	border-collapse: inherit;
}
#login #dlWrap dl#signin dd #idpass th,
#login #dlWrap dl#signin dd #idpass td {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}
#login #dlWrap dl#signin dd #idpass #pass th,
#login #dlWrap dl#signin dd #idpass #pass td {
	border-bottom: 0;
}
#login #dlWrap dl#signin dd #idpass th {
	font-size: 81%;
	font-weight: bold;
	width: 90px;
	background: linear-gradient(#fff, #e7e7e7);
	border-right: 1px solid #e3e3e3;
}
#login #dlWrap dl#signin dd #idpass input {
	width: 270px;
	padding: 5px;
}
#login #dlWrap dd div.hint {
	font-size: 86%;
	width: auto;
	padding: 6px 5px 4px 28px;
	display: inline-block;
	background: url(../images/ico_hint.png) no-repeat 5px 5px;
	border: 1px solid #e3e3e3;
	margin-top: 18px;
}
#login #dlWrap dl#signin{
	text-align: center;
}
#login #dlWrap dl#signup{
	height: 432px;
	margin-bottom: 3px;
	text-align: center;
}
#login #dlWrap dl#signup470{
	height: 500px;
	margin-bottom: 3px;
	text-align: center;
}
#login #dlWrap dl#guest{
	height: 159px;
	text-align: center;
}
#login #dlWrap dl#signup,
#login #dlWrap dl#signup470,
#login #dlWrap dl#guest {
	margin-right: 0;
}
#login #dlWrap dl#signup dd .sub,
#login #dlWrap dl#signup470 dd .sub,
#login #dlWrap dl#guest dd .sub {
	font-weight: bold;
	/*width: 382px;*/
	height: 19px;
	margin: 15px auto;
	padding: 8px 10px;
	background: url(../images/obi_01.jpg) no-repeat 0 0;
}
#login #dlWrap dl#signup dd .note,
#login #dlWrap dl#signup470 dd .note,
#login #dlWrap dl#guest dd .note {
	font-size: 86%;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
#login #dlWrap dl .buttonArea {
	width: 210px;
	position: absolute;
	left: 105px;
	bottom: 25px;
}
#login #dlWrap dl .buttonArea a,
#login #dlWrap dl .buttonArea button {
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	width: 210px;
	padding: 12px 0;
	border: 0;
	border-radius: 3px;
	background: #dc586f;
	display: block;
}
#login #dlWrap dl#signin .buttonArea a ,
#login #dlWrap dl#signup .buttonArea a ,
#login #dlWrap dl#signup470 .buttonArea a ,
#login #dlWrap dl#guest .buttonArea a{
	background: #dc586f;
	display: block;
	text-decoration: none;
}
#login #dlWrap dl .buttonArea a:hover,
#login #dlWrap dl .buttonArea button:hover{
	text-decoration: none;
	opacity: 0.8;
}



/* ------------------------------------ 
            
            会員登録(user_add)
            
-------------------------------------- */
/*--------利用規約(user_add1)---------*/
#policy{
	width: 800px;
	margin: 0 auto;
	text-align:center;

}


#policy #policy_notes{
	text-align:left;
	margin:10px 0;
}

#policy a{
	color:#e98c11;
	font-weight:bold
}
#policy .buttonArea #agree_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #efefef;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	padding: 12px 0;
	width: 150px;
}

#policy .buttonArea #no_agree_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #efefef;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	padding: 12px 0;
	width: 150px;
}

#policy .buttonArea #no_agree_btn:hover, #policy .buttonArea #agree_btn:hover{ opacity:0.7; }


/*--------メール・パスワード入力(user_add2)---------*/
#user_add2_form #mail_pass_table tr{
	height: 80px;
}
#user_add2_form #mail_pass_table tr{
	font-weight:bold;
}
#user_add2_form #mail_pass_form{
	border-bottom: 1px dashed #7f7f7f;
	padding:30px 0;
	font-size:13px;
	width:600px;
	margin:30px auto;
	text-align:left;
}


/*--------顧客情報入力入力(user_add3)---------*/




/* ------------------------------------ 
            
            パスワード送信ページ (password)
            
-------------------------------------- */

#passwordblk{
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

#passwordblk #mail_notes{
	margin:10px 0;
}
#passwordblk #inputmail{
	text-align:center;
	margin:20px;
}
#passwordblk #inputmail p{
	font-size:80%;
	font-weight:bold;
	margin:5px 0;
}
#passwordblk #passbuttonArea{
	 width:360px; 
	 margin:50px auto
}

/* 次に進むボタン */
#passbuttonArea .buttonArea .goto_next_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #e98d11;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	width: 162px;
}


#passbuttonArea .buttonArea .back_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #999999;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	width: 162px;
}




/*------/*------/*------/*------/*------/*------/*------/*------
            
        ショップ情報（会社概要・特定商取引法・お問い合わせ）
            
-------*-------*-------*-------*-------*-------*-------*-------*/
#shopinfo {
	padding-top: 20px;
	margin-bottom: 100px;
	overflow: hidden;
	width:800px;
	margin: 0 auto;
}

#shopinfo h3 {
    border-bottom: 3px solid #306ddd !important;
    color: #306ddd !important;
    font-size: 23px !important;
    font-size: 2.3rem !important;
    height: 35px;
}
#shopinfo a.btn01 {
    background: #dd1129 ;
    color: #fff;
    text-decoration: none;
    padding: 8px 5px;
    text-align: center;
    font-size: 20px;
    width: 250px;
    box-sizing: border-box;
    height: 50px;
    display: block;
    margin: 15px auto;
	border: 2px solid #dd1129;
	line-height: 1.3em;
}

#shopinfo a.btn01:hover {
	background: #fff;
	border-color: #dd1129;
	color: #dd1129;
}


#shopinfo p.note {
	font-size: 87%;
	line-height: 60px;
	height: 60px;
}
#shopinfo ul {
	font-size: 87%;
	width: 800px;
	border-top: 1px dotted #7f7f7f;
}
#shopinfo ul li {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dotted #7f7f7f;
}
#shopinfo ul li span {
	width: 590px;
	display: inline-block;
	vertical-align: top;
}
#shopinfo ul li span.item {
	width: 180px;
	margin-right: 20px;
}
#shopinfo iframe{
	margin-left: 40px;
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        クレジットカード支払い
            
-------*-------*-------*-------*-------*-------*-------*-------*/
#cardinfo {
	padding-top: 20px;
	margin-bottom: 100px;
	overflow: hidden;
	width:800px;
	margin: 0 auto;
}
#card_input_form {
	border:1px solid #6f6f6f;
	width: 800px;
	margin:0 auto 30px;
}

#card_input_form th {
	border-bottom: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
	background-color:#eeeeee;
	padding:10px;
	width: 200px;
	font-weight: bold;
}

#card_input_form td {
	border-bottom: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
	padding:10px;
	width: 400px;
}

#cardinfo #error_title{
	font-size: 22px;
	margin-bottom: 10px; 
	border-bottom: 1px solid #666666;
	
}

#cardinfo #error_content{
	color: #ff0000;
	font-size: 105%;
	line-height: 1.5em;
}


/*------/*------/*------/*------/*------/*------/*------/*------
            
        ご利用ガイド
            
-------*-------*-------*-------*-------*-------*-------*-------*/
#guideinfo {
	padding-top: 20px;
	margin-bottom: 100px;
	overflow: hidden;
	width:800px;
	margin: 0 auto;
}

#guideinfo h3{
	border-bottom: 1px solid #ccc;
	}
	
#guideinfo h4{
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px dotted #999;
}
#guideinfo h4::after {
	position: absolute;
	top: .6em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

	
#guideinfo dl {
	line-height:1.8em;
	}
	
#guideinfo dl dt {
	/*text-decoration:underline;
	padding-right:20px;
	font-size:105%;
	font-weight:bold;*/
	}
	
#guideinfo dl dd {
	padding-left:15px;
	margin-bottom:30px;
	font-size:85%
}

#guideinfo ul {
	margin: 20px 0;
}

#guideinfo ul li {
	background: url("../images/ya.gif") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	float: left;
	margin: 3px 0 8px 30px;
	padding-left: 14px;
	font-size:90%;
}
#guideinfo ul li a{
	font-weight:bold;
}



			#paysendbox{
				font-size:85%;
				line-height:2em;
			}
			
			#guideinfo .box_title{
				font-weight:bold;
			}
			
			#guideinfo #paybox, #guideinfo #sendbox{
				padding-left:10px;
			}
			
			
			
			#guideinfo .text{
				padding-top:3px;
				padding-left:10px;
				margin-bottom:20px;
			}
			
			#guideinfo .c_title{
				padding-left:13px;
			}
			#guideinfo .c_text{
				padding-top:3px;
				padding-left:13px;
				margin-bottom:20px;
			}
			
			
			#guideinfo #newsbox{
				padding:20px;
				margin-bottom: 50px;
				background-color: #eff4eb;
			}
			
			#guideinfo #newsbox #nh_title{
				color:#e98c11;
				font-size:120%;
				font-weight:bold;
			}
			
			#guideinfo #newsbox .n_title{
				padding-left:10px;
			}
			
			#guideinfo #newsbox .n_text{
				padding-top:3px;
				padding-left:10px;
				margin-bottom:20px;
			}
			
			#paybox{
				margin-bottom:50px;
			}




#memberinfo .subtitle {
	text-decoration:none;
	color:#666;
}


#memberinfo {
    padding: 0 0 0 20px;
}


#memberinfo .subcontent {
	padding-left:15px;
	margin:20px 0;
	font-size:85%;
	line-height:1.8em;
}

#memberinfo .subcontent .deco01{
	font-weight:bold;
}

#memberinfo .subcontent .deco02{
	font-weight:bold;
	text-decoration:underline;
}

#memberinfo .subcontent a{
	color:#e98c11;
}

#memberinfo .subcontent .pagetop{
	margin:20px 0;
	text-align:right;
}

#memberinfo .subcontent .arrow{
	background-color:#efefef;
	border: 1px solid #555555;
	border-radius: 20px;
	padding: 5px 6px;
	text-align: center;
	text-decoration:none;
}
#memberinfo .subcontent .arrow:hover{ opacity:0.8; }



/*------/*------/*------/*------/*------/*------/*------/*------
            
        アカウントサービス
            
-------*-------*-------*-------*-------*-------*-------*-------*/

/*-----  各画面共通tableフォームスタイル,パンくず ----- */
#acountservice{
	padding-top: 20px;
	margin-bottom: 100px;
	overflow: hidden;
	width:800px;
	margin: 0 auto;
}

#acountservice h3{
	border-bottom: 1px solid #ccc;
}

#acountservice .note{
	text-align:center;
	margin-bottom:10px;
	
}

#acountservice table.acountmenu {
	width: 800px;
	margin: 20px 0 10px;
	/*border-top: 1px dotted #939393;*/
}

#acountservice table.acountmenu a{
	color:#e98c11;
}
#acountservice table.acountmenu th,
#acountservice table.acountmenu td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#acountservice table.acountmenu th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#acountservice table.acountmenu td {
	font-size: 81%;
}
#acountservice table.acountmenu td span {
	font-size: 92%;
}

#acountservice table.acountmenu .ipnut_txt{
	background-color: #FFFEF2; 
	border: 1px #84A3C0 solid;
	padding:3px;
}
.hissu_icon {
	background: none repeat scroll 0 0 #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 81%;
	margin: 0 3px;
	padding: 2px 7px;
}
#acountpankuzu{
	font-size:80%;
	margin: 10px 30px 0;
}

#acountpankuzu a{
	color:#e98c11;
}


/* ------------------------------------ 
            
            ご購入履歴 (buy_history)
            
-------------------------------------- */

#acountservice table.listtable {
	width: 800px;
	border-top: 1px dotted #939393;
}
#acountservice table.listtable a{
	color:#e98c11;
}
#acountservice table.listtable th,
#acountservice table.listtable td {
	text-align:center;
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#acountservice table.listtable th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#acountservice table.listtable td {
	font-size: 81%;
}
#acountservice table.listtable td span {
	font-size: 92%;
}
#acountservice table.listtable .title_tr {
	background-color:#e3ffe3;
	font-weight:bold;
}
#acountservice .shopname, #acountservice .nowpoint {
	color:#e98c11;
	font-weight:bold;
}
#acountservice table.listtable .r_border {
	border-right:1px dotted #333;
}
#acountservice #no_data_txt{
	margin:20px 0;
	font-weight:bold;
	text-align:center;
}

/* ------------------------------------ 
            
            ご購入履歴詳細 (buy_history_detail)
            
-------------------------------------- */
#acountservice table.detailtable {
	width: 800px;
	border-top: 1px dotted #939393;
}

#acountservice table.detailtable a{
	color:#e98c11;
}
#acountservice table.detailtable th,
#acountservice table.detailtable td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
	
}
#acountservice table.detailtable th {
	text-align:left;
	padding-left:15px;
	background-color:#e3ffe3;
	font-weight: bold;
	font-size: 87%;
	width: 200px;
}
#acountservice table.detailtable td {
	font-size: 85%;
	text-align:left;
	padding-left:15px;
}
#acountservice table.detailtable td span {
	font-size: 92%;
}
#acountservice table.detailtable table.innertable td{
	font-size: 85%;
	padding:0;
	line-height:2em;
	text-align: center;
}
#acountservice table.detailtable table.innertable .title_tr{
	font-weight:bold;
}
#acountservice table.detailtable table.innertable .r_border{
	border-right:1px dotted #333;
}

#acountservice table.detailtable table.innertable .item_name{
	padding-left:10px;
	text-align:left;
}

#acountservice table.detailtable table.innertable .item_price{ padding-right:10px;}
#acountservice table.detailtable table.innertable .item_num{ padding-right:10px;}
#acountservice table.detailtable table.innertable .item_sum{ padding-right:10px;}
#acountservice table.detailtable table.innertable .column{ text-align:right;}
#acountservice table.detailtable table.innertable .send_column{ text-align:left;}
#acountservice table.detailtable table.innertable .deli_column{ text-align:left;}


/* ------------------------------------ 
            
            登録者情報変更 (change_info)
            
-------------------------------------- */
#acountservice .hissu_ico {
	color: #fff;
	font-size: 81%;
	margin: 0 3px;
	padding: 1px 7px;
	display: inline-block;
	background: #f00;
	border-radius: 3px;
}
#acountWrap {
	width: 800px;
	margin: 0 auto;
	text-align:left;
}
#acountWrap span.hissu{
	color: #fff;
	font-size: 81%;
	margin: 0 3px;
	padding: 2px 7px;
	display: inline-block;
	background: #f00;
	border-radius: 3px;
}
#acountWrap #formTop {
	font-size: 81%;
}
#acountWrap table.changeInfo {
	width: 800px;
	margin: 20px 0 10px;
	border-top: 1px dotted #939393;
}
#acountWrap table.changeInfo th,
#acountWrap table.changeInfo td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#acountWrap table.changeInfo th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#acountWrap table.changeInfo td {
	font-size: 81%;
}
#acountWrap table.changeInfo td span {
	font-size: 92%;
}
#acountWrap form input, #acountWrap form select {
	padding: 5px 8px;
}



/* ------------------------------------ 
            
            お届け先リスト(deli_send_list)
            
-------------------------------------- */
#acountservice table.delitable {
	width: 800px;
	border-top: 1px dotted #939393;
}
#acountservice table.delitable a{
	color:#e98c11;
}
#acountservice table.delitable th,
#acountservice table.delitable td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#acountservice table.delitable th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#acountservice table.delitable td {
	font-size: 81%;
}
#acountservice table.delitable td span {
	font-size: 92%;
}
#acountservice table.delitable .title_tr {
	background-color:#e3ffe3;
	font-weight:bold;
}
#acountservice .shopname, #acountservice .nowpoint {
	color:#e98c11;
	font-weight:bold;
}
#acountservice table.delitable .r_border {
	border-right:1px dotted #333;
}
#acountservice table.delitable .send_btn_td{
	text-align:right;
	padding-right:10px;
}
#acountservice table.delitable .send_edit_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #e0e0ff;
	border: 0 none;
	border-radius: 2px;
	color: #0b0b89;
	font-weight: bold;
	padding: 5px 0;
	width: 70px;
}
#acountservice table.delitable .send_del_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #ffe0e0;
	border: 0 none;
	border-radius: 2px;
	color: #b72627;
	font-weight: bold;
	padding: 5px 0;
	width: 70px;
}
.send_edit_btn:hover, .send_del_btn:hover{ opacity:0.8; }


/* ------------------------------------ 
            
            お届け先情報変更(deli_send_edit)
            
-------------------------------------- */

#acountWrap table.deliInfo {
	width: 800px;
	margin: 20px 0 10px;
	border-top: 1px dotted #939393;
}
#acountWrap table.deliInfo th,
#acountWrap table.deliInfo td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #939393;
}
#acountWrap table.deliInfo th {
	font-weight: bold;
	font-size: 87%;
	width: 260px;
}
#acountWrap table.deliInfo td {
	font-size: 81%;
}
#acountWrap table.deliInfo td span {
	font-size: 92%;
}
#acountWrap form input, #acountWrap form select {
	padding: 5px 8px;
}


/* ------------------------------------ 
            
            登録解除(withdrawal)
            
-------------------------------------- */
#withdrawalblk{
	padding-top: 20px;
	margin-bottom: 100px;
	overflow: hidden;
	width:800px;
	margin: 0 auto;
}

#withdrawalblk #with_notes{
	 margin-top:10px;
}
#withdrawalblk #with_alert{
	font-weight:bold;
	padding-left:10px;
	margin:10px 0;
	font-size:90%;
}
#withdrawalblk .withbuttonArea{
	width:360px;
	margin:50px auto;
}
#withdrawalblk .withbuttonArea #no_agree_btn{
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #efefef;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	padding: 12px 0;
	width: 200px;
}
#withdrawalblk .withbuttonArea #del_member_btn{
	cursor: pointer;
}




/*-----     ログインしてない時のログインページ     -----*/


#loginWrap #loginTable {
	border: 4px solid #e3e3e3;
	border-collapse: inherit;
	border-radius: 5px;
	margin: 20px 0 10px;
}

#loginWrap #loginTable th {
	background: linear-gradient(#fff, #e7e7e7) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-right: 1px solid #e3e3e3;
	font-size: 81%;
	font-weight: bold;
	width: 90px;
	padding: 10px;
}
#loginWrap #loginTable td {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}



/*  会員新規登録 */



/* 登録完了後にオンラインショップに戻るボタン */
.buttonArea #goto_online_btn {
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	background: none repeat scroll 0 0 #e98d11;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	width: 180px;
}

/* オンラインショップに戻るボタン：ホバー */
.buttonArea #goto_online_btn:hover{ opacity:0.8; }






/* パンくずリストのスタイル */
#pankuzu{
	margin-top: 10px;
	margin-left: 20px;
}

/* 現在のページのスタイル  */
#tag_pankuzu #current_pankuzu,#pankuzu #current_pankuzu{
	font-weight:bold;
	
}



.cart3_tls_error{
	color: #FF0000;
	font-size: 16px;
}




/*  クーポン関係  */
#coupon_wrap{
	margin-bottom:30px;
}

#coupon_wrap_title{
	text-align:center;
	background-color: #0b4288;
	color: #fff;
}

#coupon_contents{
	border: 2px solid #0b4288;
	padding: 15px 5px;
	text-align: center;
}

#coupon_code{
	width:140px;
	display: block;
	margin: 0 auto 10px;
	padding: 6px;
	font-size:80%;
}

#coupon_set_btn{
    font-size: 100%;
    /* border: 1px solid #9ed067; */
    background-color: #E8DAAB;
    border-radius: 3px;
    color: #0b4288;
    display: block;
    margin: 0 auto;
    width: 64px;
    cursor: pointer;
}

.coupon_return_mess{
	color:#f00;
	font-weight:bold;
}

#coupon_wrap #coupon_navi{
	background: rgba(0, 0, 0, 0) url("../images/ico_hint.png") no-repeat scroll 5px 2px;
}

#coupon_wrap #coupon_navi_link{
	padding-left:30px;
	font-size: 90%;
	color: #7d3e30;
	text-decoration: underline;
}



/* サーバ証明書のサイトシール */
#site_seal{
	display: table;
	width: 850px;
	height: 80px;
	margin: 30px 0;
}
#site_seal dt,
#site_seal dd{
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}
#site_seal dt{
	width: 135px;
	padding-right: 10px;
}
#site_seal dd{
	width: 705px;
}

#footer .auto_item_foot_dd{
	padding:0 !important;
}


.noreach_mail_memo{
	background: #ffd;
	font-size: 110% !important;
	text-decoration: underline;
}


/*sidemenuに画像を貼る（PC）*/
#side_menu_contents div.side_list .side_menu_image{width:50px;height:50px;margin-right:2px;vertical-align:middle;}

/* Q&A(guid.phtml) */
#guideinfo .qa_group{
	font-size:1.8rem!important;
	font-weight: bold;
	font-family:sans-serif, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	border-bottom: 1.5px solid #000;
	padding: 3px 30.5em 0.5em 0.5em;
	position:relative
}
#guideinfo dl.qa_item{
	padding-top:10px;
}
#guideinfo dt.qa_item_title{
	font-size:1.4rem!important
	font-family:sans-serif, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	color:#fff;				/*Ｑ＆ＡのＱ部分の文字色*/
	background: #db3c3c;	/*Ｑ＆ＡのＡ部分の背景色*/
	text-indent: -25px;
}
#guideinfo dt.qa_item_title:before {
	content: "Q.";
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
}
#guideinfo dd.qa_item_body {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}
#guideinfo dd.qa_item_body:before {
	content: "A.";
	color: #2672b1;
	font-weight: bold;
	margin-right: 2px;
}
#guideinfo dd.qa_item_body a{color:#AA00FF;cursor:pointer;}
#guideinfo dd.qa_item_body a:hover{background:none;color:#c11a1d;}

/* お届け先 */
#division_select {
	margin: 10px 0;
	padding-top: 10px;
	border-top: solid 1px;
}
#division_select span {
	font-weight: bold;
}

/* 受取店舗 */
#pos_shop_select {
	margin: 10px 0;
	padding-top: 10px;
	border-top: solid 1px;
}
#pos_shop_select select#select_pos_shop option.soldout {
	background-color: darkgray;
}
#pos_shop_select span#not_pos_shop_caution {
	font-weight: bold;
	color: red;
}

/* お届け日（受取日） */
#carry_date_select {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
#carry_date_select span {
	font-weight: bold;
}
#carry_date_select select#carry_date.disabled {
	background-color: #a9a9a9;
}
#carry_date_select select#carry_date option.soldout {
	background-color: darkgray;
}
#carry_date_select span#not_carry_date_caution {
	font-weight: bold;
	color: red;
}

/* 商品個数 */
.quantity_select.disabled {
	background-color: #a9a9a9 !important;
}

/* 在庫切れアイコン */
.stockout_imgwrap{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background:#000;
}
.stockout_imgwrap img{
	opacity: 0.5;
}
@-moz-document url-prefix() {
	.stockout_imgwrap .stockout_caption{
		margin-bottom: -8px;
	}
}
.stockout_imgwrap span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 150%;
	color: #fff;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 20px;
	border-radius: 10px;
}
/* 一部在庫切れアイコン */
.stockout_part_imgwrap{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.stockout_part_imgwrap .stockout_part_caption {
	display: inline;
}
.stockout_part_imgwrap .stockout_part_caption span{
	position: absolute;
	display: inline-block;
	top: 20px;
	left: -25px;
	width: 100px;
	padding: 2px 10px;
	background: #cc0c0c;
	color: #fff;
	text-align: center;
	transform: rotate(-45deg);
}

/* ----------cart23Ver20 cart.html（ログインフォーム）とlogin.html共通----------------- */
/* カート画面 */
.cart_login_wrapper {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* ヘッダーからのログイン画面 */
.login_wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.pos_member_card_notice {
	margin-bottom: 15px;
}

/* カード・アプリ会員システムを使用しない場合のgrid */
.login_form_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax(10px, auto);
	gap: 20px;
}

.login_form_container__grid_item {
	margin-bottom: 3px;
	/* box-shadowが隠れないようにするため */
}

/* カード・アプリ会員システムを使用する場合のgrid */
.login_form_container_with_card_app {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(10px, auto);
	gap: 20px;
}

.login_form_container_with_card_app__grid_item--sign_up {
	/* box-shadowが隠れないようにするため */
	margin-bottom: 3px;
}

/* カード・アプリ会員システムを使用する場合の会員タイプごとのgrid */
.sign_up_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-template-rows: minmax(10px, auto);
	gap: 20px;
}

/* 共通のスタイル */
.login_form_container__grid_item,
.login_form_container_with_card_app__grid_item,
.sign_up_container__grid_item {
	font-size: 1.3rem;
	box-sizing: border-box;
	border-radius: 3px;
	border: 4px solid #e3e3e3;
	border-radius: 5px;
}

.login_title {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	padding: 20px 10px;
	border-bottom: 1px solid #e3e3e3;
}

/* リンク */
.login_link {
	font-weight: bold;
	text-decoration: underline;
}

.login_link:hover {
	color: inherit;
	opacity: .7;
}

/* ボタン */
.sign_in_button_area {
	padding-bottom: 10px;
	padding-top: 30px;
}

.member_type_contents__button_area {
	padding: 10px 0;
}

/* ボタン共通 */
.login_button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 45px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.4rem;
}

.login_button:hover {
	opacity: 0.8;
}

/* 「ログイン」ボタン */
.login_button--sign_in {
	font-size: 1.5rem;
	color: #fff;
	border: 0;
	background: #dc586f;
}

/* 「新規会員登録」ボタン */
.login_button--sign_up {
	color: #fff;
	border: 0;
	background: #dc586f;
}

/* 「会員登録せずに購入する」ボタン */
.login_button--guest {
	margin-top: 10px;
	background: #b8b8b8;
	border: solid 1px #8c8b8b;
	color: #fff;
}

/* カード・アプリ会員システムを使用しない場合のボタン（横並びにするため） */
.sign_up_button_area {
	display: flex;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto;
}

.login_button--horizontal {
	width: 46%;
	min-width: 160px;
	margin: 0;
}

/* 「オンラインショップ会員の方はこちら」の内容 */
.sign_in_contents {
	padding-bottom: 20px;
}

.sign_in_message_area {
	padding: 20px 0;
}

.sign_in_message {
	width: fit-content;
	margin: 0 auto;
}

/* ログインフォーム */
.sign_in_form,
.sign_in_form_with_card_app {
	padding-bottom: 20px;
}

.sign_in_form__item,
.sign_in_form_with_card_app__item {
	width: fit-content;
	margin: 0 auto;
}

.sign_in_form__item--password,
.sign_in_form_with_card_app__item--password {
	padding-top: 10px;
}

.sign_in_form__item label,
.sign_in_form_with_card_app__item label {
	font-weight: bold;
	font-size: 1.4rem;
}

.sign_in_form__item input,
.sign_in_form_with_card_app__item input {
	padding: 10px;
	width: 300px;
	box-sizing: border-box;
}

/* カード・アプリ会員システムを使用しない場合 */
.sign_in_form__item label {
	display: block;
}

/* カード・アプリ会員システムを使用する場合 */
.sign_in_form_with_card_app__item label {
	display: inline-block;
	width: 150px;
	text-align: center;
}

.sign_in_hint {
	width: fit-content;
	margin: 0 auto;
	font-size: 1.4rem;
}

/* 「初めて購入される方はこちら」の内容 */
.sign_up_contents,
.sign_up_contents_with_card_app {
	padding: 0 20px 20px 20px;
}

.sign_up_message,
.sign_up_message_with_card_app {
	padding: 20px 0;
	width: fit-content;
	max-width: 95%;
	margin: 0 auto;
}

.sign_up_message__title {
	font-weight: bold;
}

.sign_up_message--2 {
	padding-top: 10px;
	font-weight: bold;
}

/* カード・アプリ会員システムを使用する場合の会員タイプごとのgridの内容*/
.member_type_title {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
	border-bottom: 1px solid #e3e3e3;
}

.sign_up_container__grid_item--no_card_app .member_type_title {
	font-size: 1.3rem;
}

.member_type_contents {
	padding: 0 10px 20px 10px;
}

.member_type_contents__text {
	width: fit-content;
	padding: 15px;
	margin: 0 auto;
}

.member_type_contents__img {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

/* spモード用 改行タグ(PCでは非表示) */
.login_form_br_for_sp {
	display: none;
}

/*--------カードorアプリの会員情報入力（user_add1_2.html）---------*/
.user_add1_2_title {
	font-weight: bold;
}

.user_add1_2_form {
	text-align: left;
	width: fit-content;
	margin: 0 auto;
	padding: 20px 0 35px 0;
}

.user_add1_2_form__input_item {
	padding: 5px 0;
}

.user_add1_2_form__input_item label {
	display: block;
	font-weight: bold;
}

.user_add1_2_form__input_item input {
	padding: 7px 10px;
	box-sizing: border-box;
}

.user_add1_2_form__input_item--phone {
	padding: 25px 0 0 0;
}

.user_add1_2_form_text {
	width: fit-content;
	text-align: left;
	margin: 0 auto;
}

/* ボタンエリア */
.user_add1_2_button_area {
	width: 360px;
	margin: 0 auto;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.user_add1_2_button:hover {
	opacity: .7;
}

/* ボタン共通 */
.user_add1_2_button {
	width: 150px;
	height: 45px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 3px;
}

/* 「次へ進む」ボタン */
.user_add1_2_button--agree {
	background: #efefef;
	border: 1px solid #aaaaaa;
	color: #333;
}

/* 「戻る」ボタン */
.user_add1_2_button--no_agree {
	background: #efefef;
	border: 1px solid #aaaaaa;
	color: #333;
}

/* ----------cart2.html（cart23Ver20）----------------- */
/* input欄を非活性にする際のスタイル */
input[readonly] {
	color: #555;
	background-color: #f2f2f2;
	cursor: default;
}

/* ----------TOPページ メールに関する注記 リンク----------------- */
.attention {
  padding-top: 6px;
  padding-bottom: 10px;
  text-align: center;
}

.attention_txt {
  color: #bf0000;
  font-size: 20px;
  line-height: 2;
  padding: 0;
  font-weight: 500;
  letter-spacing: 2px;
}

.attention_txt::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px;
}