@charset "UTF-8";
/* CSS Document */

/* =====================================
	 header 
===================================== */

#cart-header {
    opacity: 0;
    height: 44px;
}

header #cart-header {
    opacity: 1;
}

header {
	width: 100%;
	/* height: 44px; */
	background-color: #333;
}
header .inner {
	padding: 0 0 0 4%;
	/* color: #fff; */
	z-index: 100;
	position: relative;
	margin: 0 auto;
}
header .inner.flexslider{
    padding: 0;
}
header .inner:before, header .inner:after {
	content: "";
	display: table;
}
header .inner:after {
	clear: both;
}

header h1 {
	text-align: left;
	width: 40%;
	float: left;
}
header h1 img {
	vertical-align: bottom;
}

h1.logo {
	border: none;
	padding: 10px 0 0;
	background: none;
}

/* header_utility */

header .header_utility {
	margin: 0;
	width: 50%;
	float: right;
}
header .popup {
	position: absolute;
	top: 44px;
	display: none;
	right: 0;
	z-index: 50;
}
header nav .popup p {
	margin: 0;
	padding: 0 1em;
	font-size: 13px;
}

header nav .popup p:first-child {
	padding: 0.7em 1em;
}

header .popup button {
	border: none;
	background: none;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}
header .popup button:hover {
	cursor: pointer;
}

header .popup .button02 {
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button02 button {
	padding: 0;
}

header .popup .button03 {
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button03 button {
	padding: 0.6em 0 0.5em;
}
header .popup .button04 {
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button04 button {
	padding: 0.6em 0 0.5em;
}

header .popup > div {
	background: #F9F8F7;
	border-radius: 5px 0 5px 5px;
}
header nav #popup_mypage {
	min-width: 245px;
}
header nav #popup_mypage p {
	text-align: center;
}
header nav #popup_mypage p.login_memory {
	text-align: left;
}
header nav #popup_mypage .point {
	font-weight: bold;
}
header nav #popup_mypage .button02 {
	width: 50%;
	float: left;
	border-radius: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header nav #popup_mypage .button03 {
	width: 50%;
	float: right;
	border-radius: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header nav #popup_mypage .button04 {
	width: 50%;
	float: right;
	border-radius: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header nav #popup_mypage.active {
	display: block;
}
header nav #header_login_form {
	padding: 1em 0 0;
}
header nav #header_login_form .button02 {
	width: 100%;
	border-radius: 0 0 5px 5px;
}
header nav #header_login_form .button02 button {
	width: 100%;
}

header nav #popup_cart.active {
	display: block;
	min-width: 180px;
}
header nav #popup_cart p:first-child {
	padding-bottom: 3px;
}
header nav #popup_cart p.total,
header nav #popup_cart p.cart_zero {
	padding-bottom: 0.7em;
}
header nav #popup_cart p.cart_zero {
	min-width: 150px;
}
header nav #popup_cart p span.mini {
	width: 30%;
	display: inline-block;
	text-align: left;
}
header nav #popup_cart p span.quantity,
header nav #popup_cart p span.money {
	width: 65%;
	display: inline-block;
	text-align: right;
}
header nav #popup_cart p.free_money_area {
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	/* background: #E8F9F2; */
	/* color: #227B59; */
	text-align: center;
	display: none;
}
header nav #popup_cart p.free_money_area span {
    padding: 5px 0;
    display: block;
}
header nav #popup_cart .button02 {
	padding: 0;
}
.shipping_box {
    font-weight: 600;
    white-space: nowrap;
    padding: 7px 0;
    background: #E8F9F2;
    color: #227B59;
    font-size: 13px;
}

/* header_nav */

header nav ul {
	margin: 0;
	padding: 0;
}
header nav ul li {
	width: 29%;
	text-align: center;
	cursor: pointer;
	float: right;
	border-left: 1px solid #484848;
	position: relative;
	height: 44px;
}

header nav ul li span.btn,header nav ul li span.re_btn {
	padding: 9px 5%;
	display: block;
	cursor: pointer;
	min-height: 26px;
}
header nav ul li span.btn img {
	max-height: 24px;
}
header nav ul li span.re_btn img {
	max-height: 20px;
	position: relative;
	top: 2px;
}
header nav ul li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

header nav ul li.active {
	background: #F9F8F7;
}

header nav ul li span.incart_count {
    background-color: #E56D65;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    right: 5%;
    line-height: 16px;
    min-width: 5px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 3px;
    z-index: 10;
}

/* search_area */

header #search_area {
	width: 60%;
	position: absolute;
	right: 2%;
	top: 44px;
	overflow: hidden;
	background: #F9F8F7;
	border-radius: 5px;
	display: none;
}
header #search_area.active {
	display: block;
}
header #search_area form p {
	margin: 0;
	padding: 1em 1em 0;
}
header #search_area form input {
	width: 100%;
	font-size: 12px;
}
header #search_area form input#search {
	margin: 0;
	padding: 0.4em 15% 0.4em 1em;
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/icon_header_search.png) 98% center no-repeat #ebe8e1;
	background-size: 13px 14px;
	border: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header #search_area form select {
	margin: 0;
	width: 100%;
	background: #ebe8e1;
	padding: 5px;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	outline: none;
}
header #search_area form select option {
	font-size: 12px;
	font-size: 1.2rem;
	background: #ebe8e1;
	border: none;
}
header #search_area form .button02 {
	padding:0;
	margin-top: 1em;
	border-radius: 0 0 5px 5px;
}
header #search_area form .button02 button {
	width: 100%;
}

/* =====================================
	 footer 
===================================== */

footer {
	width: 100%;
	background: #ebe8e1;
	overflow: hidden;
}
footer .inner {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
footer nav {
	margin: 0 auto;
	padding: 12px 0;
}
footer nav ul {
	margin-bottom: 0;
} 
footer nav ul li {
	display: inline;
}
footer nav ul li:before {
	font-size: 9px;
	font-size: .9rem;
	content: "|"
}
footer nav ul li:first-child:before {
	content: ""
}
footer nav ul li a {
	display: inline;
	border-bottom: none;
	font-size: 12px;
	padding: 1em 0.6em;
}
footer nav ul li a:link { text-decoration: underline;}
footer nav ul li a:visited { text-decoration: underline;}
footer nav ul li a:hover { text-decoration: none;}
footer nav ul li a:active { text-decoration: underline;}

footer small {
	font-size: 10px;
	line-height: normal;
}


/* main_visual */

.main_visual {
	text-align: center;
	padding: 1em 0;
	background: #ebe8e1;
	display: none;
}
.main_visual .inner {
	width: 92%;
	margin: 0 auto;
	z-index: 0;
}
.main_visual .flex-viewport {
	border: 3px solid #fff;
}
.main_visual .flex-control-thumbs li {
	text-align: center;
}
.main_visual .flex-control-thumbs li img {
	text-align: center;
    width: 96%;
}
.main_visual .flex-control-thumbs img {
    border: 1px solid #EBE8E1;
}
.main_visual .flex-control-thumbs img.flex-active {
	border: 1px solid #000;
}
.main_visual .flex-direction-nav a {
	margin: -15px 0 0;
}
.main_visual .flexslider .flex-prev {
    left: 10px;
}
.main_visual .flexslider .flex-next {
    right: 10px;
}
.main_visual img {
	width: 100%;
	max-width: auto;
	vertical-align: bottom;
}
.main_visual .flex-control-nav {
	display: none;
}

.column4 .itemThumb-wrap, .column5 .itemThumb-wrap{
    margin: 0 0 2px;
}

/*商品一覧アイコン*/
.badge-icon {
    margin: 6px 0 0;
}
.freeship-icon{
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    color: #FFF;
    background: #000;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    line-height: 140%;
}
.limited-icon{
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    color: #FFF;
    background: #695B8E;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    line-height: 140%;
}
.new-icon{
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    color: #FFF;
    background: #E56D65;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    line-height: 140%;
}
#itemDetail-cont .itemOutline .badge-icon {
    margin: 0 0 3px;
    line-height: 80%;
}

/*商品ページ追加調整*/
.heading02 {
	font-size: 14px;
	background: url(/pic-labo/bg_heading02.png) left bottom no-repeat;
	background-size: 100% 2px;
	padding: 1em 0.2em;
	margin-bottom: 1em;
}

.subarea {
	width: 90%;
	margin: 10px auto 0;
	font-size: 13px;
}
.subarea p {
	line-height: 1.6;
	margin: 0.2em;
}
.subarea .subtext {
	margin-bottom: 1.5em;
}
#sub_area .subphotoimg {
	float: right;
	width: 40%;
	text-align: right;
	margin: 0 0.6em 1em 1em;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

section#itemDetail-wrap.sub{}


@media only screen and (min-width: 768px) {

section#itemDetail-wrap.sub2{
    padding: 1px 0 30px;
    border-radius: 0 0 5px 5px;
    margin: -5px 0 0;
}

.subarea{
    font-size: 14px;
    width: 92%;
    margin: 10px auto 0;
}
section.userreview{
    margin: 30px 0 0 0;
}
.heading02{
    font-size: 15px;
}

/* =====================================
	 header (min-width: 768px)
===================================== */

footer nav ul li a{
    font-size: .9rem;
}

header h1 {
	text-align: left;
	margin: 0;
	width: 35%;
	float: left;
}
/* header_utility */

header .header_utility {
    width: 25%;
}
header nav ul li span.btn,header nav ul li span.re_btn {
	padding: 10px 6%;
	min-height: 24px;
}
header #search_area {
	width: 35%;
}

/* =====================================
	 footer (min-width: 768px)
===================================== */

footer .inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
footer nav {
	width: 45%;
	float: left;
}
footer nav ul {
	text-align: left;
}
footer nav ul li:first-child a {
	padding-left: 0;
}
footer small {
	width: 54%;
	display: block;
	float: right;
	padding: 12px 0;
	font-size: 10px;
	font-size: 11px;
	text-align: right;
	line-height: 210%;
}
footer nav ul li a {
	padding: 1em;
	font-size: 10px;
	font-size: 11px;
}

}

@media only screen and (min-width: 1011px) {

/* 他 */
.pc {
	display: block;
}
.pctb {
	display: block;
}
.sp {
	display: none;
}
#sub_area h2.sp{
    /* display: block; */
}

/* =====================================
	 header (min-width: 1001px)
===================================== */

header .inner {
	width: 980px;
	padding: 0;
}
header h1 {
	width: 16%;
}

/* header_utility */

header .header_utility {
	width: 18%;
}
header nav ul li span.btn,header nav ul li span.re_btn {
	padding: 8.5px 10%;
}

header .popup {
	right: 0;
}
header .popup button {
	line-height: 1.2;
	font-size: 1.3rem;
}


/* search_area */

header #search_area {
	display: block;
	width: 45%;
	top: 10px; right: 12%;
	border: none;
	background: none;
	padding: 0;
}
header #search_area form {
	width: 100%;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
header #search_area form p {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}
header #search_area form p:nth-child(2) {
	width: 53%;
	padding-left: 1%;
}

header #search_area form input#search {
	padding: 4px 10px;
	width: 97%;
	outline: none;
}

.main_visual {
	padding: 1.3em 0;
}
.main_visual .inner {
	width: 980px;
	margin: 0 auto;
}
.main_visual .flex-direction-nav a {
	margin: -52px 0 0;
}
.main_visual img {
	width: auto;
	max-width: 100%;
}
.main_visual .flex-control-nav {
	display: block;
}

}

/* お店ページに会員カート情報表示（PC_header01） */
#header-inner .member_info_cart_info {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#header-inner #member_info {
    float: left;
    font-size: 13px;
    padding: 10px 20px 5px 0;
    max-width: 620px;
}

#header-inner #member_info .membername_box {
    font-size: 15px;
}

#header-inner #member_info .memberrank {
    font-size: 13px;
    display: inline-block;
}

#header-inner #member_info .point_txt, #cart_info .itemc_txt {
    padding: 0 3px;
}

#header-inner #cart_info {
    float: right;
    font-size: 14px;
    padding: 1px 5px;
    border: 1px solid #010101;
    text-align: center;
    font-weight: bold;
    max-width: 310px;
}

#header-inner #sub-column #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info a:hover {
    text-decoration: none;
}

#header-inner #cart_info .item_count {
    display: inline-block;
    margin: 4px 10px 8px 0;
    font-size: 13px
}

#header-inner #cart_info .item_count img {
    position: relative;
    top: 5px;
    margin: 0 6px;
    width: 22px;
}

#header-inner #cart_info .shipping_box {
    color: #FFF;
    background-color: #FF6F6F;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin: 4px 0;
}

#header-inner #cart_info .shipping_box .freeship_txt {
    padding: 0 3px;
    font-weight: bold;
}

/* --- buttonStyle --- */

.button01 {
	text-align: center;
	background: #e3dfd5;
	border: 0 none;
	border-bottom: 4px solid #ddd8cc;
	border-radius: 5px;
	padding: 0;
}
.button01:hover {
	background: #ddd9cc;
	border-bottom-color: #d7d2c4;
	cursor: pointer;
}
.button01 a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #333;
}
.button01 a:link { text-decoration: none;}
.button01 a:visited { text-decoration: none;}
.button01 a:hover { text-decoration: none;}
.button01 a:active { text-decoration: none;}

.button01 a span,
.button01 button span {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r01.png) left center no-repeat;
	background-size: 12px auto;
	padding-left: 1.2em;
}
.button01 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button01 span {
	cursor: pointer;
}


.button02 {
	text-align: center;
	background: #237c5a;
	border: 0 none;
	border-bottom: 4px solid #1e6f4d;
	border-radius: 5px;
	padding: 0;
}
.button02:hover {
	background: #207354;
	border-bottom-color: #1a6649;
	cursor: pointer;
}

.button02 a {
	padding: 5px 0;
	display: block;
	color: #fff;
}
.button02 a:link { text-decoration: none;}
.button02 a:visited { text-decoration: none;}
.button02 a:hover { text-decoration: none;}
.button02 a:active { text-decoration: none;}

.button02 a span,
.button02 button span {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r02.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	font-size: 13px;
}
.button02 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button03 {
	text-align: center;
	background: #b0b0b0;
	border-bottom: 4px solid #a5a5a5;
	border-radius: 5px;
	padding: 0;
}
.button03:hover {background: #aaa;border-bottom-color: #9f9f9f;}

.button03 a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.button03 a:link { text-decoration: none;}
.button03 a:visited { text-decoration: none;}
.button03 a:hover { text-decoration: none;}
.button03 a:active { text-decoration: none;}

.button03 a span,
.button03 button span {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r03.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	width: 100%;
}
.button03 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.button04 {
	text-align: center;
	background: #b0b0b0;
	border-bottom: 4px solid #a5a5a5;
	border-radius: 5px;
	padding: 0;
}
.button04:hover {background: #aaa;border-bottom-color: #9f9f9f;}

.button04 a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.button04 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button04 a span,
.button04 button span {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r03.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
}
.button04 a:link { text-decoration: none;}
.button04 a:visited { text-decoration: none;}
.button04 a:hover { text-decoration: none;}
.button04 a:active { text-decoration: none;}


.button05 {
	background: #E56D65;
	border-bottom: 4px solid #de5a53;
	text-align: center;
	border-radius: 5px;
	padding: 0;
}
.button05:hover {background: #e2665e;border-bottom-color: #db544e;}

.button05 a {
	padding: 0.6em 0 0.5em;
	display: block;
	color: #fff;
}
.button05 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button05 a span,
.button05 button span {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r06.png) left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
}

.button05 a:link { text-decoration: none;}
.button05 a:visited { text-decoration: none;}
.button05 a:hover { text-decoration: none;}
.button05 a:active { text-decoration: none;}


.button06 a {
	display: block;
	padding: 13px 13px;
	margin-bottom: 1em;
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r03.png) 97% 55% no-repeat #F4F3F0;
	background-size: 12px 12px;
	font-size: 13px;
}

.button06.pdf {
	/* padding: 0 10px; */
	margin: 20px 0 0;
}
.button06.pdf a {
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r06.png) 95% 50% no-repeat #f5c6c3;
	background-size: 12px 12px;
	border-radius: 3px;
}
.button06.pdf a:hover {
	opacity: .7;
}

#sub_area .button06.pdf a{
    background-position: 97% 50%;
}

.button06.kindle a {
	background: url(/pic-labo/arrow_r07.png) 95% 50% no-repeat #FFB648;
	background-size: 12px 12px;
	border-radius: 3px;
}
.button06.kindle a:hover {
	opacity: .7;
}

button.button06 {
	padding: 0.7em 0.8em;
	margin-bottom: 1em;
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r03.png) 97% 55% no-repeat #F4F3F0;
	background-size: 12px 12px;
}
.button06 a:link { color: #333; text-decoration: none;}
.button06 a:visited { color: #333;text-decoration: none;}
.button06 a:hover { color: #333;text-decoration: none;}
.button06 a:active { color: #333;text-decoration: none;}

.btn_area {
	padding-top: 2em;
}

.btn_area p.button02 button,
.btn_area p.button05 button {
	padding: 1em 0.8em 0.9em;
	font-size: 16px;
	font-size: 1.6rem;
}

ul.btn_area li {
	margin-bottom: 1em;
}
ul.btn_area li a,
ul.btn_area li button {
	padding: 1em 0.8em 0.9em;
}
ul.btn_area li span {
	font-size: 16px;
	font-size: 1.6rem;
}

#guide_area li a {
	border: none;
	border-bottom: 4px solid #DDD8CC;
}

#guide_area .button06 a {
	padding: 0.5em 0.8em 0.3em 2.6em;
	padding: 8px 30px;
	margin-bottom: 1em;
	background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r01.png) 1em 55% no-repeat #e3dfd5;
	background-size: 12px auto;
	border-bottom: 4px solid #ddd8cc;
	border-radius: 4px;
	font-size: 12px;
}
#guide_area .button06 a:hover { background-color: #ddd9cc; border-bottom-color:#d7d2c4;}

.side_login {
    border: solid 1px #EBE8E1;
    border-radius: 7px;
    background: #FFF;
    margin: 0 0 20px;
}

.side_login .side_login_inner {
    padding: 12px 20px 20px;
    display: none;
}
.member .side_login .side_login_inner,
.general .side_login .side_login_inner{
    display: block;
}
.member .side_login .side_login_inner ul{
    display: none;
}
.member .side_login .side_login_inner p.button02#login {
    display: none;
}

.general .side_login .side_login_inner ul {
    display: block;
}

.general .side_login .side_login_inner p.button02#mypage {
    display: none;
}
.general .side_login .side_login_inner ul {
    display: block;
}

.side_login .side_login_inner .member_info_cart_info {
    font-size: 13px;
    text-align: center;
    margin: 5px 0 15px;
}

.general .side_login .side_login_inner .member_info_cart_info {
    display: none !important;
}

.side_login .side_login_inner ul li {
    margin: 0 0 3px;
}

.side_login .side_login_inner ul li a {
    font-size: 12px;
    background: url(https://www.syutoken-mosi.club/user_data/packages/plg_responsive/img/arrow_r04.png) left center no-repeat;
    background-size: 4px 7px;
    background-position: 0 55%;
    padding: 0 0 0 10px;
    border: none;
}


.side_login .side_login_inner p.button02 {
    margin: 10px 0 0;
}

.side_login .side_login_inner p.button02 button {
    padding: 3px 0;
}
#sub-column .side_send {
    border: solid 1px #e3b1ae;
    border-radius: 7px;
    background: #FFF;
}

#sub-column .side_send h2 {
    background: #E56D65;
    text-align: center;
}

#sub-column .side_send .side_send_inner {
    padding: 20px 30px 25px;
}

.side_send_inner_txt {
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
}

.side_send_inner_txt span.time {
    color: #DD3E33;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 1px 0 0;
    font-size: 16px;
}

.side_send_inner_txt span.send {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin: 3px auto 0;
    background: linear-gradient(transparent 50%, #FAE2E0 50%);
    width: 110px;
    letter-spacing: 0.03em;
}

.side_send_inner_popup {
  position: relative;
  margin: 20px 0 15px;
  padding: 5px 5px;
  max-width: 100%;
  color: #FFF;
  background: #DD3E33;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.side_send_inner_popup:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 9px solid #DD3E33;
}



.side_send_inner_date {
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}

.side_send_inner_date span {
    color: #DD3E33;
    font-size: 20px;
    margin: 0 3px 0 0;
    font-weight: 600;
}

/* newslist */

.newslist {
	border-right: 1px solid #ebe8e1;
	border-bottom: 1px solid #ebe8e1;
	border-left: 1px solid #ebe8e1;
	border-radius: 0 0 5px 5px;
	background: #fff;
}


.newslist dt {
	padding: 10px 10px;
	border-top: 1px solid #ebe8e1;
	cursor: pointer
}
.newslist dt span {
	display: block;
	font-weight: 500;
	font-size: 13px;
}
.newslist dt .date {
	width: 6em;
	float: left;
}
.newslist dt .news_title {
	padding-left: 6.5em;
	text-decoration: underline;
}
.newslist dt:hover .news_title {
	text-decoration: none;
}
.newslist dt:first-child {
	border: none;
}
.newslist dd {
	background: #FFF;
	margin: 0 1em 0.8em;
	padding: 10px 10px 10px 81px;
	display: none;
	font-size: 13px;
	line-height: 190%;
}

dl.news-box {
	padding: 0;
	border-right: 1px solid #ebe8e1;
	border-bottom: none;
	border-left: 1px solid #ebe8e1;
	background: #fff;
}

.news-box dt {
	padding: 10px 10px;
	border-top: 1px solid #ebe8e1;
	cursor: pointer;
}
.news-box dt span {
	display: block;
	font-weight: 500;
	font-size: 13px;
}
.news-box dt .date {
	width: 6em;
	float: left;
}
.news-box dt .news_title {
	padding-left: 6.5em;
	text-decoration: underline;
}
.news-box dt:hover .news_title {
	text-decoration: none;
}
.news-box dt:first-child {
	border: none;
}
.news-box dd {
	background: #FFF;
	margin: 0 1em 0;
	padding: 0px 10px 20px 81px;
	font-size: 13px;
	line-height: 190%;
	display: none;
}
.news-box>dd:first-child{
    display: none;
}

.news .news-contents{
    padding: 0;
}

#news_area h2.heading01 {
	margin-bottom: 0;
}


/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
    display: none;
}

.member_info_cart_info .account_guest {
    display: none;
}

.member_info_cart_info .rank_name_0 {
    display: none;
}

.member_info_cart_info .rankup_none {
    display: none;
}

.member_info_cart_info .nrank_prc_0 {
    display: none;
}

.member_info_cart_info .nrank_cnt_0 {
    display: none;
}

.member_info_cart_info .firstname_guest {
    display: none;
}

.member_info_cart_info .more_maru_1 {
    display: none;
}

.member_info_cart_info .free_shipping_0 {
    display: none;
}

.member_info_cart_info .shipping_box_none {
    display: none;
}

.member_info_cart_info .pointmember_none {
    display: none;
}

.member_info_cart_info .rankmember_none {
    display: none;
}

.member_info_cart_info .memberrank_none_none {
    display: none;
}

.member_info_cart_info #member_info_none_none {
    display: none;
}
