@charset "utf-8";
@import url("reset.css");
@import url("bootstrap.custom.min.css");
@import url("bootstrap-manual-custom-4.3.3.css");
@import url("font-awesome.css");
 /* only Grid system CSS */
/* --------------------------------
	Common style
-------------------------------- */
*, *:before, *:after { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; font-size: 100%;}
body { margin: 0; padding: 0; width: 100%; height: 100%; background: #fff; font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; line-height: 1.42857; font-size: 14px; color: #525263; position: relative; outline: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.50); -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; }

::selection { background: #545177; color: #fff; }
::-moz-selection { background: #545177; color: #fff; }

a { color: #525263; text-decoration: none; cursor: pointer; }
a:hover, a:focus, a:active { color: #1e90cc; text-decoration: none; outline: none; }
a img { display: block; }

textarea { font-family: sans-serif; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dt, dd, li{ margin: 0; padding: 0; }
img { max-width: 100%; border: none; vertical-align: unset; }

/* clearfix
----------------------------------------------------------*/
.clearfix:after { display: block; clear: both; height: 0; line-height: 0; visibility: hidden; content: " "; }
* html .clearfix { height: 1%; }
html[xmlns] .clearfix { display: block; }
.clear { height: 0; clear: both; visibility: hidden; display: block; }

/* svg icon
----------------------------------------------------------*/
#svgicon { display: block; width: 0; height: 0; overflow: hidden; }
.cb { display: inline-block; width: 1em; height: 1em; vertical-align: middle; fill: currentColor; }
.cb-images { width: 1.125em; }
.icon-bg { fill: #d4d4d5; }
.icon-with-bg { fill: #fff; }

.container-fluid { margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }
.row { margin-left: -10px; margin-right: -10px; padding-bottom: 10px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px; padding-right: 10px; }

.img_left, .txt_left { text-align: left; }
.img_center, .txt_center { text-align: center; }
.img_right, .txt_right { text-align: right; }

/*  table
============================ */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd;
}
.table-bordered { border:1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/*	form
============================ */

label { font-weight: normal; }
input:focus, select:focus { outline: none; }
input[type="number"] { text-align: right; }
.form-group .errormsg { margin-top: 3px; font-size: 12px; font-size: 1.2rem; font-weight: bold; }
dd.form-group .errormsg { margin-bottom: 0; }
.form-control { padding: 6px 12px; width: auto; height: 40px; line-height: 1.5; border: 1px solid #ddd; border-radius: 5px; box-shadow: none; font-size: 14px; }
.has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus { box-shadow:none; background: none; }
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: inherit;  background: #FDF1F0; }
.form-control::-moz-placeholder { color: #bbb; opacity:1; }
.form-control:-ms-input-placeholder { color: #bbb; }
.form-control::-webkit-input-placeholder { color: #bbb; }
.form-control:not(select) { -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.form-group .form-control { width: 100%; height: 60%; }
.form-inline .form-control { width: auto; }
.form-group.lange input[type="text"], .form-group.lange label { display: inline-block; margin-bottom: 0; margin-left: 1%; margin-right: 1%; vertical-align: middle; }
.form-group.lange input[type="text"] { width: 28%; }
.input_tel input { display: inline-block; margin-bottom: 0; margin-left: 1px; margin-right: 1px; max-width: 5em; vertical-align: middle; width: 30%; }
.form-group.input_tel input:first-child { margin-left: 0; }
.form-group.input_name input { display: inline-block; margin-bottom: 0; margin-left: 2%; vertical-align: middle; width: 48%; }
.form-group.input_name input:first-child { margin-left: 0; }
.form-group.input_zip input { display: inline-block; margin-left: 1%; margin-right: 1%; max-width: 5em; vertical-align: middle; width: 30%; }
.form-group.input_zip .question-circle { display: inline-block; width: 15px; height: 15px; background: #525263; border-radius: 50%; font-size: 11px; line-height: 15px; text-align: center; vertical-align: middle; }
.form-group.input_zip .question-circle .cb-question { fill: #fff; }
.form-group .item_price input, .form-group .item_quantity input { margin: 0 1%; width: 50%; text-align: right; }
.form-inline label { margin: 0 10px 0 0; }
.form-inline label:first-child + select, .form-inline label:first-child + input { margin-right: 10px; }
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: top; }
.checkbox-inline, .radio-inline { cursor: pointer; margin-left: 20px; }
.checkbox-inline:first-child, .radio-inline:first-child { margin-left: 0; }
span.required { margin-left: 1em; color: #DE5D50; font-weight: normal !important; font-size: 12px; font-size: 1.2rem; }
/* --------------------------------
	Parts
-------------------------------- */
/* heading */
h2 { font-size: 12px; font-size: 0.75rem; }
.page-heading { margin: 0 0 8px; padding: 8px; border-top: 1px solid #ccc; border-bottom: 1px dotted #ccc; font-size: 12px; font-size: 0.75rem; font-weight: bold; }
.heading01 { font-size: 12px; font-size: 0.75rem; font-weight: bold; }
.heading02, .heading03 { font-size: 12px; font-size: 0.75rem; font-weight: bold; }
.heading04 { clear: both; margin-bottom: 5px; }
.heading05 { font-size: 12px; font-size: 0.75rem; font-weight: bold; }
/* btn */
.btn { padding: 10px 16px; font-size: 12px; font-size: 0.75rem; font-weight: bold; }
.btn-lg { padding: 10px 16px; font-size: 16px; line-height: 1.3333333; }
.btn-sm { padding: 8px 10px; font-size: 12px; line-height: 1.5; font-weight: normal; }
.btn-xs { padding: 5px 8px; font-size: 10px; line-height: 1.5; font-weight: normal; }
.btn .cb { margin: 0 5px; }
/* btn_circle */
.btn_circle { margin: 0; padding: 0; width: 40px; height: 40px; background: #B8BEC4; border: 0 none; border-radius: 50%; box-shadow: none; text-shadow: none; color: #fff; cursor: pointer; line-height: 40px; vertical-align: middle; }
.btn_circle .cb { font-size: 24px; font-size: 2.4rem; position: relative; top: -1px; }
.btn_circle:hover { opacity: 0.8; }
/* icon_close */
.icon_close { position: absolute; top: 0; left: 0; width: 50px; height: 100%; }
.icon_close::before, .icon_close::after { content: ''; position: absolute; top: 50%; left: 50%; display: inline-block; margin-top: -2px; margin-left: -11px; width: 22px; height: 3px; background: #525263;
-webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0);
-webkit-backface-visibility: hidden; backface-visibility: hidden; }
.icon_close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.icon_close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
/* badge */
.badge { display: inline-block; padding: 3px 7px; min-width: 10px; background-color: #DE5D50; border-radius: 10px; font-size: 10px; font-size: 0.75rem; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; }
.btn .badge { position:relative; top:-1px }
/* tableStyle */
div.table { display: table; width: 100%; }
div.table .thead { display: none; }
div.table .tbody { display: table-row-group; }
div.table .tbody .tr { display: table-row; margin: 0; }
div.table .tbody .tr > .td { display: table-cell; padding: 10px 8px; text-align: center; overflow-x:hidden; }
.table .tbody .tr > .price { text-align: right; }
/* dl_table */
.dl_table { border-top: 1px dotted #ccc;}
.dl_table dl { padding: 8px 0; border-bottom: 1px dotted #ccc; }
.dl_table dd .form-group { padding-top: 8px; }
.dl_table dd > .form-group:first-child { padding-top: 0; }
.dl_table .zip-search { margin-top: 8px; }
/* pagination */
.pagination { clear: both; position: relative; margin: 16px auto; width: 95%; }
.pagination ul { margin: 0 auto; padding: 1em 0; list-style-type: none; text-align: center; }
.pagination ul li { position: relative; display: inline-block; padding: 0 3px 0 2px; min-width: 29px; text-align: center; }
.pagination ul li a { display: block; padding: 5px 1em; line-height: 1.8; color: #525263; text-decoration: none; }
.pagination ul li a:hover, .pagination ul li a:focus { background: #f1f1f1; }
.pagination ul li.active a { background: #F3F3F3; text-decoration: none; }
.pagination ul li.active a:hover, .pagination ul li.active a:focus { background: #F3F3F3; }
.pagination ul li.disabled a { color: #9797A0; text-decoration: none; }
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus { color: #9797A0; }
/* topicpath */
#topicpath { position: relative; margin-bottom: 10px; padding: 5px; background-color: rgba(230, 230, 230, 0.80); border-radius: 3px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); z-index: 11; }
#topicpath ol { list-style: none; overflow: hidden; }
#topicpath li { float: left; }
#topicpath li a { float: left; display: inline-block; }
#topicpath li:after { margin: 0 5px; content:"/"; }
#topicpath li:last-child { font-weight: bold; }
#topicpath li:last-child:after { content:""; }
/* message */
.message { margin: 0; padding: 16px 0; text-align: center; }
p.message { padding: 0 0 16px; }
.heading04 + .message { padding-top: 0; text-align: left; }
.message .errormsg { padding: 8px; font-weight: bold; }
.message .errormsg:first-child { margin-top: 0; }
.message .errormsg:last-child { margin-bottom: 0; }
.message .errormsg .cb { position: relative; top: -1px; margin-right: 5px; font-size: 130%; }
/* pagenumberarea */
#result_info_box { padding: 5px 0; background-color: rgba(230, 230, 230, 0.80); border-radius: 3px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); overflow: hidden; }
.pagenumberarea { margin: 0; padding-right: 10px; padding-bottom: 10px; text-align: right; }
.pagenumberarea > li { display: inline-block; margin-left: 3px; width: auto; float: none; }
.pagenumberarea > li > select.form-control { border-radius: 3px; }
.dropdown.open > a { background: #ededed; }
/* flowline */
.flowline { position: relative; margin: 0; padding: 8px 0 16px; border-bottom: 1px dotted #ccc; }
.flowline ul { position: relative; margin: 0 auto; }
.flowline ul::before { position: absolute; top: 13px; z-index: 0; margin: 0; height: 4px; background-color: #525263; border-radius: 2px; }
.flowline.step3 ul::before { width: 66.66666666%; left: 16.6666666%; }
.flowline.step4 ul::before { width: 75%; left: 12.5%; }
.flowline ul li { position: relative; z-index: 1; float: left; text-align: center; white-space: nowrap; font-size: 12px; font-size: 1.2rem; font-weight: bold; }
.flowline.step3 ul li { width: 33.33333333333333%; }
.flowline.step4 ul li { width: 25%; }
.flowline li .flow_number { display: inline-block; top: 0; left: 18px; margin-bottom: 5px; width: 30px; height: 30px; background: #525263; border-radius: 50%; color: #fff; line-height: 30px; font-size: 12px; font-size: 1.2rem; text-align: center; vertical-align: middle; }
.flowline li.active { color: #5CB1B1; }
.flowline li.active .flow_number { background: #5CB1B1; }
/* item_box */
.item_box > div { padding: 8px; }
.item_box .item_photo { max-width: 75px; }
.item_box .icon_edit { position: absolute; top: 16px; right: 16px; padding: 0; text-align: right; }
/* form_terms_link */
.form_terms_link { text-align: center; }
/* error_box */
.error_box { padding: 5% 0; text-align: center; }
.error_box .btn_back { padding: 5% 0; }
.error_box .btn_back a { width: 100%; max-width: 320px; }
/* --------------------------------
	Common
-------------------------------- */
#wrapper { width: 100%; min-height: 100%; position: relative; }
.inner { max-width: 1150px; }
/****** Base Layout Setting ********/
#contents, #header, #footer, .pagetop { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); will-change: transform; position: relative; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
#contents { min-height: 100vh; z-index: 2; background: #fff; }
#header .container { position: relative; }
/* main */
#main { background: url(../img/common/bg-1.png) 0 0 repeat; }
.theme_main_only #main { padding-top: 10px; width: 100%; }
/* side */
.side { }

#main-newbanner { background-color: #f1f0ef; }

/****** Header Setting ********/
#header { padding-top: 10px; min-height: 45px; background: #ffffff; z-index: 3; box-shadow: 0 0 3px rgba(0, 0, 0, 0.45); }
#header:before, #header:after { position: absolute; z-index: 4; content: ""; background-size: contain; background-repeat: no-repeat; background-position: 0 0; }
#header:before { left: -35px; top: -45px; width: 100px; height: 100px; background-image: url(../img/common/decore-top-l.jpg); }
#header:after { display: none; right: 0; top: 0; width: 68px; height: 55px; background-image: url(../img/common/decore-top-r.jpg); }
#header .inner { position: relative; z-index: 11; }
.header_logo_area { position: relative; z-index: 10; min-height: 55px; }
.header_logo_area .header_logo { margin: 0; }
.header_logo_area .header_logo a img { margin: 0; max-height: 45px; }
.header_logo_area .header_logo a:hover img { opacity: 0.8; }
/*.header-buttons { position: absolute; display: inline-block; top: 3px; right: 5%; background: #999; z-index: 11; }
.header-buttons li { display: inline-block; }*/

#cart_area { position: absolute; right: 0; top: 0; width: 100%; z-index: 11; }
#cart_area p { margin: 0; }
#cart_area p.cart-trigger { position: absolute; right: 65px; }

.cart-trigger, .nav-trigger { position: relative; display: block; width: 45px; height: 45px; overflow: hidden; white-space: nowrap; z-index: 3; cursor: pointer; }
.nav-trigger { color: transparent !important; }

p.cart-trigger a { display: inline-block; width: 50px; height: 44px; line-height: 44px; vertical-align: middle; text-align: center; outline: none; }
p.cart-trigger a:link, p.cart-trigger a:visited, p.cart-trigger a:hover, p.cart-trigger a:active { text-decoration: none; }
p.cart-trigger:hover { opacity: 0.8; }
p.cart-trigger .fa { vertical-align: middle; font-size: 30px; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; }
p.cart-trigger .fa-times { opacity: 0; position: absolute; left: 13px; top: 7px; }
p.cart-trigger .badge { position: absolute; right: 1px; top: 5px; }
p.cart-trigger.cart-is-visible .fa-shopping-cart, p.cart-trigger.cart-is-visible span.badge, p.cart-trigger.cart-is-visible .fa-shopping-cart { opacity: 0; }
p.cart-trigger.cart-is-visible .fa-times { opacity: 1; }
.cart { position: absolute; top: 55px; left: 0; width: 100%; height: auto; z-index: 22; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cart.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s;
}
.cart .inner { padding: 0 10px; background: #fff; border-top: solid 2px #1e90cc; overflow: auto; width: 100%; height: 500px;}
.cart .item_box { position: relative; border-bottom: solid 1px #ccc; }
.cart .item_box:last-child { border: 0 none; }
.cart .item_box > div, .cart .item_box > dl { padding: 10px 0; }
.cart .item_box .item_photo { padding: 10px 10px 10px 0; float: left; }
.cart .item_box .item_detail { padding-left: 75px; }
.cart .item_box .icon_edit { right: 0; top: 10px; width: 30px; height: 30px; text-align: center; vertical-align: middle; }
.cart .item_box .icon_edit button { display: inline-block; vertical-align: middle; }
.cart .item_box .icon_close { width: 30px; }
.cart .item_box .cb { font-size: 20px; font-size: 2rem; }
.cart .item_box .item_name { margin-right: 35px; font-size: 12px; }
.cart .item_box .item_pattern { font-size: 12px; }
.cart .item_box .item_price { font-size: 12px; font-size: 0.75rem; font-weight: bold; }
.cart .item_box .item_price .small { margin-left: 10px; font-size: 12px; font-weight: normal; }
.cart .item_box .item_quantity { vertical-align: middle; font-size: 12px; }
.cart .item_box .item_quantity input { display: inline-block; width: 100px; font-size: 12px; vertical-align: middle; text-align :right; }
.cart .cart_price { padding: 10px; border-bottom: solid 1px #ccc; font-size: 12px; }
.cart .cart_price .price { float: right; font-size: 14px; font-weight: bold; color: #DE5D50; }
.cart .btn_area { padding: 10px 0 0; }
.cart .btn_area li { margin: 0 1%; padding-bottom: 10px; /*width: 48%;*/ float: left; }
.cart .btn_area .btn { width: 100%; }
.cart .btn_area .btn-sm { padding: 10px; height: auto; font-size: 12px; line-height: 1.4; }
.cart .btn_area a.btn-next { display: block; padding: 10px; width: 100%; height: 40px; background-color: #1e90cc; border-radius: 4px; border-bottom: solid 3px #54abd8; text-align: center; color: #fff; }
.cart .btn_area button.btn-cancel { display: block; padding: 10px; width: 100%; height: 40px; background-color: #eee; border-radius: 4px; border: none; border-bottom: solid 3px #ddd; text-align: center; color: #525263; outline: none; }
.cart .btn_area a.btn-next:hover, .cart .btn_area button.btn-cancel:hover { opacity: 0.8; }

#btn_menu { position: absolute; right: 10px; top: 0; margin: 0; z-index: 11; }
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after { position: absolute; display: inline-block; width: 24px; height: 3px; background: #525263; }
.nav-trigger span { position: absolute; top: 50%; right: 10px; margin-top: -2px; -webkit-transition: background 0.3s 0.3s; -moz-transition: background 0.3s 0.3s; transition: background 0.3s 0.3s; }
.nav-trigger span::before, .nav-trigger span::after { content: ''; right: 0;
	-webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0);
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%; -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s; -moz-transition: -moz-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; }
.nav-trigger span::before { top: -6px; }
.nav-trigger span::after { top: 6px; }
.drawer-open .nav-trigger span { background: rgba(46, 50, 51, 0); }
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after { background: #525263; }
.drawer-open .nav-trigger span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg); -moz-transform: translateX(4px) translateY(-3px) rotate(45deg); -ms-transform: translateX(4px) translateY(-3px) rotate(45deg); -o-transform: translateX(4px) translateY(-3px) rotate(45deg); transform: translateX(4px) translateY(-3px) rotate(45deg); }
.drawer-open .nav-trigger span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg); -ms-transform: translateX(4px) translateY(2px) rotate(-45deg); -o-transform: translateX(4px) translateY(2px) rotate(-45deg); transform: translateX(4px) translateY(2px) rotate(-45deg); }
.drawer { position: fixed; top: 0; right: 0; width: 260px; height: 100%; background: #F6F6F6; overflow: auto; -webkit-overflow-scrolling: touch; z-index: 19;
	-webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
/*	Category navigation
--------------------------- */
/* category-nav */
#drawer .category-nav { margin-bottom: 15px; }
.category-nav a { display: block; position: relative; padding: 0 10px; height: 40px; border-bottom: 1px solid #ccc; line-height: 40px; color: #525263; font-size: 12px; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category-nav a.has-toggle { padding-right: 50px; }
.category-nav a:link, .category-nav a:visited, .category-nav a:hover, .category-nav a:active { text-decoration: none; }
.category-nav a .toggle { display: block; position: absolute; right: 10px; top: 5px; width: 40px; height: 40px; line-height: 40px; text-align: center; vertical-align: middle; }
.category-nav .active > .toggle .cb { -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg); transform:rotate(-180deg) }
.category-nav a:hover, .category-nav li > a:hover, .category-nav li > a.active { background: #fff; color: #1e90cc !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.24); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); }
.category-nav li a span { display: none; }
.category-nav ul { display: none; }
.category-nav ul > li > a { padding-left: 18px; }
.category-nav ul > li > ul > li > a { padding-left: 26px; }
.category-nav ul > li > ul > li > ul > li a { padding-left: 42px; }

#drawer .category-nav { margin-bottom: 15px; }
#drawer .category-nav a:hover, #drawer .category-nav li > a:hover, #drawer .category-nav li > a.active { background: #fff; color: #1e90cc !important; box-shadow: unset; text-shadow: unset; }
#drawer .category-nav-dropdown .category-nav-caret { position: absolute; top: 50%; right: 10px; display: inline-block; margin-top: -2px; width: 0; height: 0; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; vertical-align: middle; -webkit-transition: -webkit-transform .2s ease,opacity .2s ease; transition: transform .2s ease,opacity .2s ease; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
#drawer .category-nav-dropdown.open .category-nav-caret { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#drawer .category-nav-dropdown-menu { display: none; margin: 0; padding: 0; width: 100%; background-color: #fff; }
#drawer .category-nav-dropdown-menu > li { width: 100%; }
#drawer .category-nav-dropdown-menu > li > a { position: relative; padding-left: 25px !important; height: 32px; line-height: 32px; border-bottom: none; }
#drawer .category-nav-dropdown-menu > li > a::before { position: absolute; left: 15px; font-family: 'FontAwesome'; content: "\f105"; }
#drawer .category-nav-dropdown.open > .category-nav-dropdown-menu { display: block; border-bottom: solid 1px #ccc; }

/****** Footer Setting ********/
#footer { padding-top: 10px; background: #2b2b2b; color: #fff; font-size: 12px; }
#footer h6 { margin-bottom: 15px; color: #fff; font-weight: 700; font-size: 14px; }
#footer ul { text-align: left; }
#footer ul li { position: relative; display: block; margin: 0 0 10px 10px; }
#footer ul li:before { position: absolute; left: -10px; font-family: 'FontAwesome'; content: "\f105"; }
#footer ul li.btn-ic { padding: 8px 0; }
#footer ul li.btn-ic:before { content: ""; }
#footer ul li.btn-ic a { display: inline-block; margin-left: 10px; padding: 0; width: 24px; height: 24px; float: left; }
#footer ul li.btn-ic a img { margin: 0 auto; height: 24px; }
#footer ul li.btn-ic a:hover img { opacity: 0.8; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
.footer_logo_area { margin-top: 15px; padding: 15px 0; background-color: #202020; text-align: center; overflow: hidden; }
.footer_logo_area a {  }
.footer_logo_area a:before { display: inline-block; margin: 0 10px; content: "|"; line-height: 24px; }
.footer_logo_area a:first-child:before { margin: 0; content: ""; }
.footer_logo_area .copyright { margin-top: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.pagetop { display: none; position: fixed; bottom: 10px; right: 10px; z-index: 2; text-align: right; }
.pagetop a { display: inline-block; position: relative; width: 30px; height: 30px; background-color: #B8BEC4; border-radius: 50%; }
.pagetop a:hover { opacity: 0.8; }
.pagetop a .cb-angle-down { position: absolute; top: 50%; left: 50%; margin-top: -0.5em; margin-left: -0.5em; fill: #fff; font-size: 25px; font-size: 2.5rem; -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); -o-transform:rotate(-180deg); transform:rotate(-180deg); }
/* Search */
#drawer #search { background-color: #ddd; border-bottom: solid 1px #ccc; }
#search { padding: 10px; }
#searchform { position: relative; }
.search_inner { border: solid 1px #ccc; border-radius: 4px; overflow: hidden; }
#searchform select { width: 100%; padding: 7px 20px 7px 5px; height: 43px; background-color: #fff; border: solid 1px #ccc; border-width: 0 0 1px 0; border-radius: 0 !important; box-shadow: none; font-size: 12px; font-size: 0.75rem; }
#searchform select option { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#searchform .input_search { position: relative; padding: 0 50px 0 0; width: 100%; height: 43px; background-color: #fff; border: solid 1px #ccc; border-width: 0; border-radius: 0 !important; box-shadow: none; }
#searchform input[type="search"] { padding: 0 0 0 10px; width: 100%; height: 43px; background: none; border: 0 none; box-shadow: none; font-size: 12px; font-size: 0.75rem; }
#searchform .bt_search { position: absolute; right: 0; top: 0; display: block; width: 40px; height: 43px; background: none; border: 0; overflow: hidden; white-space: nowrap; z-index: 1; }

/* Member area */
.member_link { }
.member_link li { border-bottom: 1px solid #ccc; overflow: hidden; }
.member_link li a { display: block; padding: 0 10px; height: 40px; line-height: 40px; color: #525263; overflow: hidden; text-overflow: ellipsis; transform: translateZ(0px); transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; white-space: nowrap; }
.member_link li a:hover { color: #1e90cc; }
.member_link li a i { margin-right: 5px; font-size: 14px; }
.member_link li.btn-ic { padding: 8px 0; }
.member_link li.btn-ic a { display: inline-block; padding: 0; width: 50%; height: 24px; float: left; }
.member_link li.btn-ic a img { margin: 0 auto; height: 24px; }
.member_link li.btn-ic a:hover img { opacity: 0.8; }

#recommend_recipes { position: relative; padding: 15px 0; width: 100%; background-color: #f1f0ef; overflow: hidden; }
#recommend_recipes:before, #recommend_recipes:after { position: absolute; z-index: 0; content: ""; width: 370px; height: 155px; background-size: contain; background-repeat: no-repeat; background-position: 0 0;  }
#recommend_recipes:before { left: 0; top: -20px; background-image: url(../img/common/decore-recipe-l.png); }
#recommend_recipes:after { right: 0; bottom: -20px; background-image: url(../img/common/decore-recipe-r.png); }
#recommend_recipes.blog-new { background-color: #E8F8FF; }
#recommend_recipes.blog-new:before, #recommend_recipes.blog-new:after { display: none; }
#recommend_recipes .inner { position: relative; z-index: 11; }
#recommend_recipes .contents_recipes { width: 100%; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); overflow: hidden; z-index: 5; }
#recommend_recipes h2.headtitle { margin-bottom: 10px; padding: 10px 10px 5px 10px; width: 100%; background-color: #1e90cc; border-bottom: solid 5px #54abd8; border-radius: 5px 5px 0 0; line-height: 1.42857; color: #fff; font-size: 18px; font-weight: 700; }
#recommend_recipes h2.headtitle span { display: none; margin-left: 10px; font-size: 10px; font-weight: 400; letter-spacing: 1px; }
#recommend_recipes a.all { position: absolute; right: 20px; top: 10px; padding: 0 10px; width: 55px; height: 25px; background-color: rgba(255, 255, 255, 1); border-radius: 5px; line-height: 25px; text-align: left; color: #1e90cc; z-index: 10; font-size: 12px; }
#recommend_recipes a.all:before { font-family: 'FontAwesome'; content: "\f105"; float: right; }
#recommend_recipes a.all:hover { opacity: 0.8; }
#recommend_recipes .img img { max-width: 100%; height: auto; max-height: 145px; margin: auto;}
#recommend_recipes .img a:hover img { opacity: 0.8; }
#recommend_recipes .content_area { margin-top: 10px; }
#recommend_recipes .content_area h4 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 7px; height: 20px; font-size: 16px; font-weight: 700; line-height: 20px; }
#recommend_recipes .content_area h4:hover { color: #1e90cc; }
#recommend_recipes .content_area p { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; height: 37px; }
#recommend_recipes .content_area span { font-size: 10px; color: #999; }
#recommend_recipes .content_area a.readmore { display: block; margin-top: 7px; padding: 10px; width: 100%; background-color: #1e90cc; border-radius: 4px; border-bottom: solid 3px #54abd8; text-align: center; color: #fff; font-size: 12px; }
#recommend_recipes .content_area a.readmore:before { width: 18px; height: 18px; background-color: #fff; border-radius: 50%; color: #1e90cc; font-family: 'FontAwesome'; content: "\f105"; float: right; }
#recommend_recipes .content_area a.readmore:hover { opacity: 0.8; }
#recommend_recipes .detail{height: 40px;display: -webkit-box;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px;}

#flash_sale { position: relative; padding: 15px 0; width: 100%; background-color: #f1f0ef; overflow: hidden; }
#flash_sale .inner { position: relative; z-index: 11; }
#flash_sale .contents_flashsale { width: 100%; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); overflow: hidden; z-index: 5; position: relative; }
#flash_sale a.all { position: absolute; right: 20px; top: 50%; padding: 0 10px; width: 55px; height: 25px; background-color: rgba(255, 255, 255, 1); border-radius: 5px; line-height: 25px; text-align: left; color: #1e90cc; z-index: 10; font-size: 12px; transform: translateY(-50%); }
#flash_sale a.all:before { font-family: 'FontAwesome'; content: "\f105"; float: right; }
#flash_sale a.all:hover { opacity: 0.8; }

.title-flashsale { display: flex; flex-direction: row; justify-content: flex-start; position: relative; margin-bottom: 10px; padding: 7px 15px; width: 100%; background-color: #ff1849; border-bottom: solid 5px #e00e45; border-radius: 5px 5px 0 0; }
.title-flashsale .img-flashsale { height: 40px; }
.title-flashsale-2 { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; margin-bottom: 10px; padding: 7px 10px; width: 100%; background-color: #ff1849; border-radius: 5px; }
.title-flashsale-2 .img-flashsale { max-width: fit-content; height: 24px; }

.timer-countdown { display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; }
.timer-countdown span.text { font-size: 10px; line-height: 1; color: #fff; }
.timer-countdown div { margin: 0 0 0 5px; padding: 2px 5px; background-color: #000; font-size: 14px; font-weight: 700; line-height: 18px; color: #fff; }
.timer-countdown div span { display: block; font-size: 7px; font-weight: 400; line-height: 10px; color: #fff; }

#flash_sale .contents_flashsale .list_items { padding: 0 10px; }
.flashsale-slide .slide { padding: 10px; }

.title-flashsale-2 .timer-countdown { position: relative; top: unset; right: unset; transform: unset; }

.flashsale-tag { margin: 0 0 0 10px; padding: 3px 5px; background: #FFD839; color: #EE6634; font-size: 12px; font-weight: 700; line-height: 16px; }
.flashsale-tag::before { margin-right: 5px; content: "SALE"; color: #fff; }

#recommend_items, #new_items { position: relative; padding: 15px 0 0 0; width: 100%; background-color: #fff; overflow: hidden; }
#list_page { position: relative; padding: 10px 0 0 0; width: 100%; background-color: #fff; overflow: hidden; }
#detail_page { position: relative; padding: 10px 0 0 0; width: 100%; background-color: #f1f0ef; overflow: hidden; }
#relate_items { position: relative; margin: 15px 0; padding: 20px 10px 0 10px; width: 100%; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); border-radius: 3px; overflow: hidden; }
#resemble_items { position: relative; margin: 15px 0; padding: 20px 10px 0 10px; width: 100%; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); border-radius: 3px; overflow: hidden; }
#recommend_items:before, #recommend_items:after, #new_items:before, #new_items:after, #list_page:before, #list_page:after { position: absolute; z-index: 0; content: ""; width: 280px; height: 100%; background-size: contain; background-repeat: repeat-y; background-position: 0 0; }
#recommend_items:before, #list_page:before { left: -120px; top: 0; background-image: url(../img/common/decore-l-1.jpg); }
#recommend_items:after, #list_page:after { right: -120px; top: 0; background-image: url(../img/common/decore-r-1.jpg); }
#new_items:before { left: -120px; top: 0; background-image: url(../img/common/decore-l-2.jpg); }
#new_items:after { right: -120px; top: 0; background-image: url(../img/common/decore-r-2.jpg); }
#recommend_items .inner, #new_items .inner, #list_page .inner, #detail_page { position: relative; z-index: 11; }
#recommend_items .list_items, #new_items .list_items, #list_page .list_items, #relate_items .list_items, #resemble_items .list_items { padding: 10px 0; width: 100%; overflow: hidden; }
#recommend_items h2.headtitle, #new_items h2.headtitle, #list_page h2.headtitle, #relate_items h2.headtitle , #resemble_items h2.headtitle { margin-bottom: 10px; padding: 0; width: 100%; border-bottom: solid 5px #1e90cc; line-height: 1.42857; color: #1e90cc; font-size: 18px; font-weight: 700; text-align: center; }
#recommend_items h2.headtitle span, #new_items h2.headtitle span, #list_page h2.headtitle span, #relate_items h2.headtitle span, #resemble_items h2.headtitle span { display: none; margin-left: 10px; font-size: 10px; font-weight: 400; letter-spacing: 1px; }
#recommend_items h3.headtitle, #new_items h3.headtitle, #list_page h3.headtitle, #relate_items h3.headtitle, #resemble_items h3.headtitle { margin-bottom: 10px; padding: 0; width: 100%; border-bottom: solid 5px #1e90cc; line-height: 1.42857; color: #1e90cc; font-size: 18px; font-weight: 700; text-align: center; }
#recommend_items h3.headtitle span, #new_items h3.headtitle span, #list_page h3.headtitle span, #relate_items h3.headtitle span, #resemble_items h3.headtitle span { display: none; margin-left: 10px; font-size: 10px; font-weight: 400; letter-spacing: 1px; }

.list_items .items { margin-bottom: 15px; width: 100%; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); }
.list_items .items:hover { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
/*.list_items .items .img { position: relative; display: block; z-index: 0; }*/
.list_items .items .img .tag { position: absolute; top: 5px; right: 5px; padding: 0 5px; width: auto; height: 20px; background-color: #666; line-height: 20px; color: #fff; z-index: 10; }
/*.list_items .items .img img { margin: 0 auto; max-width: 80%; }*/
/*.list_items .items .img a:hover img { opacity: 0.8;  }*/

.list_items .items .img { position: relative; }
.list_items .items .img a.thumb { display: block; position: relative; padding-top: 80%; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; overflow: hidden; z-index: 0; opacity: 1; background-image: url(../img/no-img.jpg); }
.list_items .items .img a.thumb img { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; min-width: 1%; max-width: 100%; height: auto; }
.list_items .items .img a:hover { background-image: none; }
.list_items .items .img a:hover img { opacity: 0.8; }
.list_items .items .item-tag-sale { position: absolute; top: 0; left: 0; padding: 3px 5px; background: #FFD839; color: #EE6634; font-size: 12px; font-weight: 700; line-height: 16px; }
.list_items .items .item-tag-sale::before { display: block; content: "SALE"; font-size: 8px; font-weight: 400; line-height: 10px; color: #fff; }

.list_items .items .content_area { margin-top: 10px; text-align: center; }
.list_items .items .content_area h4 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 7px; height: 20px; font-size: 16px; font-weight: 700; line-height: 20px; }
.list_items .items .content_area p { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 40px; }
.list_items .items .content_area .itemprice { margin-bottom: 10px; font-size: 14px; color: #ed2024; }
.list_items .items .content_area .itemprice span { margin-right: 10px; font-size: 11px; color: #999; text-decoration: line-through; }
.list_items .items .content_area .item_btn { overflow: hidden; }
.list_items .items .content_area .item_btn .addfav { width: 40px; height: 40px; float: left; font-size: 16px; }
.list_items .items .content_area .item_btn .addfav a { display: block; background-color: #54c0e4; border-radius: 0 0 0 4px; }
.list_items .items .content_area .item_btn .addcart { margin-left: 40px; height: 40px; }
.list_items .items .content_area .item_btn .addcart a { display: block; background-color: #1e90cc; border-radius: 0 0 4px 0; font-size: 12px; }
.list_items .items .content_area .item_btn .addcart a:after { margin-left: 5px; font-family: 'FontAwesome'; font-size: 16px; content: "\f07a"; }
.list_items .items .content_area .item_btn a { height: 40px; line-height: 40px; color: #fff; text-align: center; }
.list_items .items .content_area .item_btn a:hover { opacity: 0.8; }

#contents_news { position: relative; padding: 15px 0; width: 100%; background: url(../img/common/bg-2.jpg) 0 0 repeat; overflow: hidden;  }
#contents_news .inner { position: relative; z-index: 11; }
#contents_news .news_area { width: 100%; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); overflow: hidden; z-index: 5; }
#contents_news h2.headtitle { margin-bottom: 10px; padding: 10px 10px 5px 10px; width: 100%; background-color: #1e90cc; border-bottom: solid 5px #54abd8; border-radius: 5px 5px 0 0; line-height: 1.42857; color: #fff; font-size: 18px; font-weight: 700; }
#contents_news h2.headtitle span { display: none; margin-left: 10px; font-size: 10px; font-weight: 400; letter-spacing: 1px; }
#contents_news h3.headtitle { margin-bottom: 10px; padding: 10px 10px 5px 10px; width: 100%; background-color: #1e90cc; border-bottom: solid 5px #54abd8; border-radius: 5px 5px 0 0; line-height: 1.42857; color: #fff; font-size: 18px; font-weight: 700; }
#contents_news h3.headtitle span { display: none; margin-left: 10px; font-size: 10px; font-weight: 400; letter-spacing: 1px; }
#contents_news a.all { position: absolute; right: 20px; top: 10px; padding: 0 10px; width: 55px; height: 25px; background-color: rgba(255, 255, 255, 1); border-radius: 4px; line-height: 25px; text-align: left; color: #1e90cc; z-index: 10; }
#contents_news a.all:before { font-family: 'FontAwesome'; content: "\f105"; float: right; }
#contents_news a.all:hover { opacity: 0.8; }

#contents_news .list_news { padding: 0 10px 10px 10px; }
.list_news dl { padding: 10px 0 0 0; border-top: dotted 1px #ccc; overflow: hidden; }
.list_news dl:first-child { padding-top: 0; border-top: none; }
.list_news dl dt { width: 85px; float: left; }
.list_news dl dt span { display: inline-block; margin-bottom: 5px; padding: 0 10px; height: 24px; background-color: #ccc; line-height: 24px; }
.list_news dl dd { margin-left: 100px; padding: 0 0 5px 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height: 24px; }

.banner { margin-top: 10px; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); }

#backtop { position: fixed; right: 10px; bottom: 10px; z-index: 18; }
#backtop a { display: block; position: relative; width: 36px !important; height: 36px; z-index: 6; background-color: #1e90cc; border-radius: 100%; color: #fff; text-align: center; -webkit-transition: 0.5s; transition: 0.5s;}
#backtop a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-family: 'FontAwesome'; content: "\f077"; font-size: 14px; line-height: 36px; }
#backtop a:hover { -webkit-transform: translate(0px, -10px); -moz-transform: translate(0px, -10px); transform: translate(0px, -10px); }

.list_items.slick-slider { padding: 0 30px !important; }
.list_items .slick-prev, .list_items .slick-next { width: 30px; height: 60px; background-color: rgba(0, 0, 0, 0.2); z-index: 1000; }
.list_items .slick-prev::before, .list_items .slick-next::before { display: none; }
.list_items .slick-prev { left: 0; background-image: url('../img/common/ic-arrow-prev.png'); background-size: cover; }
.list_items .slick-next { right: 0; background-image: url('../img/common/ic-arrow-next.png'); background-size: cover; }

#relate_items .list_items .items { margin-top: 15px; margin-left: 10px; margin-right: 10px; }
#resemble_items .list_items .items { margin-top: 15px; margin-left: 10px; margin-right: 10px; }


/* Item List Page
------------------------------------------- */

.product_item {
    position: relative;
}
.product_item a {
    display: block;
}
.product_page .product_item a {
    padding-bottom: 16px;
}
.product_item a:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}
.product_item a:hover img {
    opacity: 0.8;
}
.item_photo { display: block; text-align: center; }
.item_photo img { width: 100%; }
.product_item .btn_circle {
    position: absolute;
    right: 8px; top: 8px;
}
.item_comment {
    margin: 0 0 8px;
}

.item_price {
    color: #525263;
    font-weight: bold;
}
.item_price .small {
    font-size: 86%;
}

.special_price {
    color: #DE5D50;
}

/* Item Detail Page
------------------------------------------- */
dl.quantity dt { min-height: 40px; float: left; vertical-align: middle; line-height: 40px; }
dl.quantity dd { padding-left: 3em; }
.classcategory_list li { margin-bottom: 10px; }
#item_detail { padding: 10px; background-color: #fff; /*border: solid 1px #ededed;*/ box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); border-radius: 3px; }
#item_photo_area { }
#item_photo_area img { text-align: center; }
#item_detail_area { }
#item_detail_area .small { font-size: 10px; font-weight: normal !important; }
#item_detail_area .item_name { position: relative; margin-bottom: 10px; padding: 0 0 5px 20px; font-size: 20px; font-weight: 700; border-bottom: solid 2px #1e90cc; }
#item_detail_area .item_name:before { position: absolute; top: 50%; left: 5px; content: ""; margin-top: -5px; width: 8px; height: 8px; background-color: transparent; border: solid 2px #1e90cc; border-radius: 100%; }
#item_detail_area .item_detail p { margin: 0; }
#item_detail_area .item_detail .normal_price { font-size: 14px; }
#item_detail_area .item_detail .normal_price span:first-child { text-decoration: line-through; }
#item_detail_area .item_detail .sale_price { font-size: 18px; font-weight: bold; }
#item_detail_area .item_detail .announce { padding: 10px 0; font-weight: bold; }
#item_detail_area .item_detail .point { padding: 10px 0; }
#item_detail_area .item_detail .item_code { padding: 10px 0; }
#item_detail_area .item_detail .relative_cat { padding: 10px 0; border-top: 1px dotted #ccc; }
#item_detail_area .item_detail .item_comment { margin-bottom: 10px; }
#item_detail_area .item_detail .fade-more { position: relative; margin-top: -100px; height: 100px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%); }
#item_detail_area .item_detail a.btn-more {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    padding: 5px;
    width: 200px;
    background-color: #fff;
    border: solid 1px #1e90cc;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    color: #1e90cc;
    line-height: 18px;
}
#item_detail_area .item_detail .item_detail_collapse a.collapsed::after { content: '+ もっと +'; }
#item_detail_area .item_detail .item_detail_collapse a:not(.collapsed)::after { content: '- 隠す -'; }
.cart_area { padding: 10px 0; overflow: hidden; border: solid 2px #ccc; border-width: 2px 0; }
.cart_area .classcategory_list li select { width: 100%; }
.cart_area .quantity { margin-bottom: 10px; width: 150px; }
.cart_area .quantity dd input { margin: 0 auto; width: 200px; text-align: center; border-radius: 3px; }
.cart_area .block-btn { overflow: hidden; }
.cart_area .block-btn button { margin-bottom: 10px; padding: 0 10px; width: 100%; height: 40px; float: left; border: none; border-radius: 4px; outline: none; text-align: center; }
.cart_area .block-btn button:before { margin-right: 10px; font-family: 'FontAwesome'; font-size: 16px; }
.cart_area .block-btn button.addcart { background-color: #1e90cc; border-bottom: solid 3px #54abd8; color: #fff; }
.cart_area .block-btn button.addcart:before { content: "\f07a"; }
.cart_area .block-btn button.addfav { background-color: #eee; border-bottom: solid 3px #ddd; color: #525263; }
.cart_area .block-btn button.addfav:before { content: "\f08a"; }
.cart_area .block-btn button:hover, .cart_area .block-btn button:active { opacity: 0.8; }




/* relative_cat */

.relative_cat > p {
    margin: 0;
}
.relative_cat ol {
    list-style: none;
}
.relative_cat li {
    display: inline-block;
    color: #333;
}
.relative_cat li a {
    padding: 0 0.5em;
    display: inline-block;
    text-decoration: underline;
}
.relative_cat li:first-child a {
    padding-left: 0;
}

.relative_cat li:after {
    content:" > ";
}
.relative_cat li:last-child:after {
    content:"";
}

/* review_area */

#review_area {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
}
#review_area dl dt {
    padding: 16px 0;
    cursor: pointer;
}
#review_area dl dt:hover {
    color: #9797A0;
}
#review_area dl dt.active .cb {
    transform: rotate(180deg);
}
#review_area dl dt .cb {
    position: absolute;
    right: 16px;
    top: 17px;
}
#review_area dl dd {
    display: none;
    padding-bottom: 0;
}
#review_area dl dd .review_btn a {
    margin: 0 auto;
    padding: 16px;
    width: 100%;
}
#review_area .review_list {
    padding: 8px 0;
}
#review_area .review_list li {
    padding: 8px 0;
}
#review_area .review_list p {
    margin: 4px 0;
}
#review_area .review_list .review_date {
    font-weight: bold;
}
#review_area .review_list .recommend_level {
    margin-left: 16px;
}
#review_area .review_list .recommend_level span {
    color: #DE5D50;
}

/* keyword_area */

#keyword_area {
    border-top: 1px solid #E8E8E8;
}
#keyword_area .heading03 {
    padding: 8px 0 0;
}
#keyword_area ul li {
    display: inline-block;
    margin-right: 5px;
}
#keyword_area ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    background: #F5F7F8;
    border: 1px solid #D7DADD;
    color: #525263;
}
#keyword_area ul li a:hover {
    background: #EEF1F3;
}

/* recommend_area */

#recommend_area {
    border-top: 1px solid #E8E8E8;
}
#recommend_area .carousel {
    margin-left: -8px;
    margin-right: -8px;
}
#recommend_area .carousel .product_item {
    padding: 0 8px;
}
#recommend_area .carousel .product_item .btn_circle {
    right: 16px;
}
#recommend_area .slick-prev,
#recommend_area .slick-next {
    border: 0 none;
    background: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;

    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    width: 36px; height: 36px;
    line-height: 36px;
    vertical-align: middle;
    top: -2em;
}

#recommend_area .angle-circle {
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    width: 30px; height: 30px;
    margin-top: 3px;
}
#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px; right: -2px;
    font-size: 25px;
    font-size: 2.5rem;
}
#recommend_area .slick-prev .cb {
    left: -2px;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
    opacity: 0.8;
}

#recommend_area .slick-disabled {
    opacity: 0.4;
    cursor: default;
}
#recommend_area .slick-disabled:hover {
    opacity: 0.4;
}

#recommend_area .slick-next {
    right: 0;
}
#recommend_area .slick-prev {
    right: 40px;
    left: auto;
}
#recommend_area .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* product_tag */
.product_tag_list {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
}

/* Cart Page
------------------------------------------- */

#form_cart > .message:first-child {
	padding-top: 16px;
}

.total_box {
    padding: 8px 0;
}
.total_box dl {
    margin-left: 40%;
}
.total_box dl dt {
    float: left;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.total_box dl dd {
    padding-left: 50%;
    text-align: right;
}
.total_box dl.total_price dd {
    font-weight: bold;
}
.total_box .btn_group {
    padding: 8px 0;
}
.total_box .btn_group p {
    margin: 8px 0;
}

.cart_item {
    border-top: 1px dotted #ccc;
}
.cart_item .item_box > .td {
    border-bottom: 1px dotted #ccc;
}
.cart_item .item_box .td {
    vertical-align: middle;
}
.cart_item .icon_edit {
    position: static;
    width: 8.3333333333%;
}
.cart_item .icon_edit a .cb {
    color: #B8BEC4;
    fill: #B8BEC4;
    font-size: 20px;
    font-size: 2rem;
}
.cart_item .icon_edit a:hover .cb {
    opacity: 0.8;
}
.cart_item .item_box a:hover img {
    opacity: 0.8;
}
.cart_item .item_box .table {
    width:58.33333333%;
}
.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
    display: table-cell;
    vertical-align: middle;
}
.cart_item .item_box .table .item_photo {
    min-width: 80px;
    padding-right: 8px;
}
.cart_item .item_box .table .item_detail {
    text-align: left;
}
.cart_item .item_box .table .item_name a {
    font-weight: bold;
    color: #525263;
}
.cart_item .item_box .table .item_name a:hover {
    color: #9797a1;
}
.cart_item .item_detail .item_subtotal {
    display: block;
}
.cart_item.table .tbody .tr div.item_subtotal {
    display: none;
}
.cart_item .item_quantity {
    width: 16.66666667%;
}
.cart_item .item_quantity::before {
    content: "数量：";
}
.cart_item .item_quantity ul {
    text-align: center;
    white-space: nowrap;
}
.cart_item .item_quantity ul li {
    display: inline-block;
    margin: 8px 4px;
}
.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
    display: inline-block;
    width: 32px; height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 50%;
}
.cart_item .item_quantity ul li a {
    border: 2px solid #c9c9c9;
}
.cart_item .item_quantity ul li span {
    border: 2px solid #e9e9e9;
}
.cart_item .item_quantity ul li a .cb {
    color: #525263;
    fill: #525263;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li span .cb {
    color: #babac1;
    fill: #babac1;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li a:hover {
    opacity: 0.8;
}
.column p {
    margin: 8px 0;
}
.column select {
    width: 100%;
}
.column textarea {
    width: 100%;
    height: 6em;
}
.column.is-edit > p {
    margin-right: 4em;
    min-height: 40px;
}
.column.is-edit .btn_edit {
    margin: 0;
    position: absolute;
    right: 0; top: 0;
}
.column .form-inline input,
.column .form-inline select {
    margin-bottom: 8px;
}

.address_table {
    border-bottom: 1px dotted #ccc;
}
.addr_box {
    position: relative;
}
.addr_box .icon_radio {
    vertical-align: middle;
    text-align: center;
    max-width: 32px;
}
div.table .tbody .addr_box .column {
    text-align: left;
}
.addr_box .column .address {
    margin: 0;
}
.addr_box .column.is-edit .address {
    margin: 0 4em 0 0;
    min-height: 40px;
}
.addr_box .column.is-edit .btn_edit {
    top: 10px;
}
.addr_box > .td {
    border-top: 1px dotted #ccc;
}

/* payment_list */

.payment_list li {
	margin-bottom: 8px;
}
.payment_list li img {
margin-top: 5px;
}
#shopping_confirm .payment_list .radio label{
	font-weight: normal;
}





/* MyPage
------------------------------------------- */

.local_nav ul {
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

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

.local_nav li {
    float: left;
    width: 50%;
    /* 項目が1行に3件の場合
    width: 33.33333333%;*/
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
}
.local_nav li a {
    padding: 16px;
    font-weight: bold;
    color: #525263;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.local_nav li a:hover {
    background: #f5f7f8;
}
.local_nav li.active a {
    color: #DE5D50;
}
.order_detail dt {
    float: left;
    font-weight: bold;
}
.order_detail dd {
    padding-left: 7em;
}



.historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
}
.historylist_column > div {
    padding: 0;
}
.historylist_column .order_date {
    margin: 8px 0;
}
.historylist_column .table.item_box {
    border-top: 1px dotted #ccc;
}
.historylist_column .table.item_box .td {
    vertical-align: middle;
}
.historylist_column .order_date {
    font-size: 12px;
    font-size: 0.75rem;
}
.historylist_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.historylist_column .item_box .item_photo {
    padding: 8px 0;
    width: 20%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.historylist_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.historylist_column + .pagination {
    margin-top: 0;
    border-top: 1px solid #ccc;
}

.mail_list dl {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.mail_list dl dt {
    margin-bottom: 4px;
}
.mail_list dl dd {
    margin-bottom: 8px;
}

.address_table .icon_edit {
    width: 8.33333%;
    vertical-align: middle;
}
.address_table .icon_edit a .cb {
    color: #b8bec4;
    fill: #b8bec4;
    font-size: 2rem;
}

.unsubscribe_box {
    text-align: center;
}
.unsubscribe_box .icon {
    font-size: 100px;
    font-size: 10rem;
    color: #E7E7E7;
}
.unsubscribe_box h3 {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 16px;
}

#entry_birth select {
	margin: 0 8px;
}
#entry_birth select:first-child {
	margin-left: 0;
}
#entry_sex .radio {
	display: inline-block;
	margin-right: 10px;
}
#entry_sex .radio input[type="radio"] {
	margin-right: 10px;
}

.mypage .dl_table dt label {
	font-weight: bold;
}

#delivery_address_list div.is-edit {
    position: relative;
}

/* Error Page */

.message_box {
	text-align: center;
	padding-bottom: 50px;
}
.message_box .icon {
	font-size: 100px;
	font-size: 10rem;
	color: #ccc;
}
.message_box h1 {
	font-size: 12px;
    font-size: 0.75rem;
	margin: 0 0 16px;
}
.message_box .btn_group {
	margin-top: 30px;
}
.error_page #contents {
	background: inherit;

}


/****** Effect Setting ********/

/* Overlay */
.overlay {  position: fixed; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; cursor: pointer; background-color: rgba(0,0,0, 0.5); visibility: hidden; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s; transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
.overlay.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s; transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

/* modal */
/*
.modal-header .close {
    font-size: 22px;
    font-size: 2.2rem;
}
.modal-content {
    background-color: #F3F3F3;
}
.modal-body .form-control {
    width: 100%;
}
.modal-body .quantity {
    width: 50%;
    float: right;
    text-align: right;
    padding: 16px 0;
    font-size: 12px;
    font-size: 0.75rem;
}
.modal-body .quantity dd input {
    text-align: right;
}
.modal-body .classcategory_list li {
    margin-top: 16px;
}
.modal-body .classcategory_list li:first-child {
    margin-top: 0;
}
.modal-body .item_price {
    margin: 0;
    clear: both;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
}
.modal-body .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 5px;
}
.modal-footer {
    padding: 16px 0;
    margin: 0 16px;
}
.modal-footer .btn_area {
    padding-bottom: 0;
}
.modal-footer .btn_area li:last-child {
    padding-left: 0;
}
.modal-footer .btn_area button {
    font-size: 12px;
    font-size: 0.75rem;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.modal-footer .btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
*/

/****** Each Page Setting ********/

/* Item List Page
------------------------------------------- */

/* Item Detail Page
------------------------------------------- */

/* Cart Page
------------------------------------------- */

.cart_page .dl_table {
    margin: 0 0 16px;
}
.cart_page .dl_table dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.cart_page .form_terms_link {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
	border-top: 0 none;
}
#shopping_confirm .cart_item .item_box .table {
    width:100%;
}
#shopping_confirm .total_box {
    margin-top: 16px;
    background: #F3F3F3;
    padding: 8px;
}
#shopping_confirm .total_box dl {
    margin-left: 0;
}
#shopping_confirm .total_box dl dt {
    font-weight: normal;
    text-align: left;
}
#shopping_confirm .total_box .total_amount {
    border-top: 1px dotted #ccc;
    text-align: right;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 8px;
}
#shopping_confirm .total_box .total_amount p {
    margin: 8px 0 0;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-weight: bold;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 16px;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 8px;
}
#shopping_confirm .total_box .total_amount p.total_point {
    margin: 4px 0 0;
}
#shopping_confirm .cart_item .item_box .table .item_name {
    margin-bottom: 0;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    max-width: 96px;
}
#shopping_confirm .cart_item .item_box .table .item_price {
    font-weight: normal;
    display: inline;
    margin-right: 16px;
}
#shopping_confirm .cart_item .item_box .table .item_subtotal {
    display: inline;
}
#shopping_confirm label {
    font-weight: bold;
}

#shopping_confirm .heading02 {
    margin-top: 24px;
	font-weight: bold;
	background: #EFEFEF;
	padding: 8px 12px;
}
#shopping_confirm .column {
    position: relative;
}
.heading02 + .column .btn_edit {
    position: absolute;
    right: 0; top: 0;
}

#deliveradd_input .dl_table {
    border-top: 0 none;
}

.shipping_multiple_table {
    background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
    border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
    max-width: 200px;
    min-width: 200px;
    padding-right: 200px;
}

.shipping_item .quantity {
    width: 100px;
}


.use_point {
    text-align: center;
    margin: 16px 0;
}
.use_point input {
    text-align: right;
    width: 10%;
    min-width: 130px;
}
.use_point .text_accent {
    margin: 0 5px;
}

.multiple_column {
    padding-bottom: 16px;
}
.multiple_column .item_box {
    background: #F3F3F3;
}
.multiple_column .table.item_box .td {
    vertical-align: middle;
}
.multiple_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.multiple_column .item_box .item_photo {
    padding: 8px;
    width: 22%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.multiple_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.multiple_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.multiple_column .form-group {
    margin: 8px 10px 0 0;
}
.multiple_column .item_quantity input {
    width: 100px;
}

.complete_message {
    text-align: center;
}
.complete_message .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
}



/* MyPage
------------------------------------------- */

.mypage .message {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}
.mypage #item_list .product_item {
    padding-bottom: 8px;
}
.mypage #item_list .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.mypage #item_list .btn_circle span {
    position: relative;
    top: 3px;
}

.mypage .not_required {
    margin-top: 40px;
}

.mypage .title_hint {
    margin: 16px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 4px;
}


/* Registration Page
------------------------------------------- */

.registration_page .not_required {
    margin-top: 16px;
}

.registration_page .title_hint {
    margin: 16px 0 0;
}
.registration_page .title_hint + .form-group {
    padding-top: 4px;
}
.registration_page .dl_table {
    margin: 0 0 16px;
}
.registration_page .dl_table dt {
    margin-bottom: 5px;
}
.registration_page .dl_table dt label {
    font-weight: bold;
}
.registration_page .form_terms_link {
    margin-bottom: 0;
}


/* Other Page
------------------------------------------- */


/* Login Page */

#login_box {
    padding-bottom: 32px;
}
#login_box .column {
    background: #F3F4F4;
    height: 100%;
    padding: 8px 8px 32px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login_box .column p {
    margin-top: 0;
    margin-bottom: 0;
}
#login_box .column  .icon {
    text-align: center;
    font-size: 70px;
    color: #e7e7e7;
}
#login_box .column  .icon svg {
	vertical-align: middle;
}
#login_box .column .form-group {
    padding: 8px 0 8px 10%;
}
#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"]{
    width: 90%;
}
#login_box .column .form-group label {
    display: inline-block;
    padding	: 5px 0;
}
#login_box .column .btn_area {
    padding: 8px 10%;
}
#login_box .column .btn_area ul {
    margin-top: 8px;
}

#login_box .column .message {
    padding: 8px 10%;
}

/* Forgot Page */

#forgot_page .column {
    background: #F3F4F4;
    padding: 16px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_page .column .form-group {
    padding-top: 8px;
}
#forgot_page .form-group.input_name input[type="text"] {
    float: left;
    width: 49%;
}
#forgot_page .column p {
    margin: 0;
}
#forgot_page .column .btn_area {
    padding-top: 8px;
}
#forgot_page .column .btn_area p {
    margin: 0;
}
#forgot_page .column h2 {
    margin: 0 0 8px;
}

/* Contact Page */

#contact_contents {
	height: 100px;
}


/*	module
============================ */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.is-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.no-border-bottom {
    border-bottom: 0 none !important;
}
button.no-style {
    border: 0 none;
    background: none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
}
.text_accent {
    font-weight: bold;
}

/*	color setting
============================ */

/* text */
.text-default {
    color: #525263;
}
a.text-default:hover {
    color: #9797a1;
}
.text-primary {
    color: #DE5D50;
}
a.text-primary:hover {
    color: #e57d73;
}
.text-success {
    color: #18A689;
}
a.text-success:hover {
    color: #0D8969;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #9A947E;
}
a.text-warning:hover {
    color: #AEA998;
}
.text-danger {
    color: #DE5D50;
}
a.text-danger:hover {
    color: #CF3F34;
}

/* bg */

.bg-default {
    color: #fff;
    background-color: #525263;
}
a.bg-default:hover {
    background-color: #9797a1;
}
.bg-primary {
    color: #fff;
    background-color: #DE5D50;
}
a.bg-primary:hover {
    background-color: #e57d73;
}
.bg-primary-border {
    color: #DE5D50;
    border: 2px solid #DE5D50;
    background: #fff;
}
a.bg-primary-border:hover {
    border: 2px solid #DE5D50;
    background: #FDF6F6;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-success-border {
    color: #5CB1B1;
    border: 2px solid #5CB1B1;
    background: #fff;
}
a.bg-success-border:hover {
    border: 2px solid #5CB1B1;
    background: #EEF7F7;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    color: #fff;
    background-color: #F99;
}
a.bg-danger:hover {
    background-color: #FF8D8D;
}

/* btn */
.btn-default { color: #525263; background-color: #F5F7F8; border-color: #D7DADD; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #525263; background-color: #EEF1F3; border-color: #D7DADD; }
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #F5F7F8; border-color: #D7DADD; color: #525263; }
.btn-default .badge { color: #fff; background-color: #525263; }
.btn-primary { color: #fff; background-color: #1e90cc; border-color: #1e90cc; }
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #D85145; border-color: #D85145; }*/
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; }
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #DE5D50; border-color: #DE5D50; }
.btn-primary .badge { color: #fff; background-color: #DE5D50; }
.btn-primary-border { color: #DE5D50; background-color: #fff; border-color: #DE5D50; border-width: 2px; }
.btn-primary-border:hover, .btn-primary-border:focus, .btn-primary-border:active, .btn-primary-border.active, .open > .dropdown-toggle.btn-primary-border { color: #DE5D50; background-color: #FDF6F6; border-color: #DE5D50; }
.btn-primary-border:active, .btn-primary-border.active, .open > .dropdown-toggle.btn-primary-border { background-image: none; }
.btn-primary-border.disabled, .btn-primary-border[disabled], fieldset[disabled] .btn-primary-border, .btn-primary-border.disabled:hover, .btn-primary-border[disabled]:hover, fieldset[disabled] .btn-primary-border:hover, .btn-primary-border.disabled:focus, .btn-primary-border[disabled]:focus, fieldset[disabled] .btn-primary-border:focus, .btn-primary-border.disabled:active, .btn-primary-border[disabled]:active, fieldset[disabled] .btn-primary-border:active, .btn-primary-border.disabled.active, .btn-primary-border[disabled].active, fieldset[disabled] .btn-primary-border.active { background-color: #fff; border-color: #DE5D50; }

.btn-success { color: #fff; background-color: #5CB1B1; border-color: #5CB1B1; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #50A6A6; border-color: #50A6A6; }
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; }
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success .badge {
    color: #5CB1B1;
    background-color: #fff;
}

.btn-success-border {
    color: #5CB1B1;
    background-color: #fff;
    border-color: #5CB1B1;
}
.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #5CB1B1;
    background-color: #EEF7F7;
    border-color: #5CB1B1;
    border-width: 2px;
}
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
    background-image: none;
}
.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
    background-color: #fff;
    border-color: #5CB1B1;
}

.btn-info {
    color: #fff;
    background-color: #525263;
    border-color: #525263;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #474757;
    border-color: #474757;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #525263;
    border-color: #525263;
}
.btn-info .badge {
    color: #525263;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #E99133;
    border-color: #E99133;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #CF3F34;
    border-color: #CF3F34;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #DE5D50;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

/* label */
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #DE5D50;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e57d73;
}
.label-success {
    background-color: #18A689;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0D8969;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3DA8CF;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #E99133;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #CF3F34;
}

/* panel */
.panel-primary {
    border-color: transparent;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
    color: #DE5D50;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DE5D50;
}
.panel-success {
    border-color: transparent;
}
.panel-success > .panel-heading {
    color: #18A689;
    background-color: #dff0d8;
    border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #18A689;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-info {
    border-color: transparent;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #42B3E5;
    border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
    color: #fff;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-warning {
    border-color: transparent;
}
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #fcf8e3;
    border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
    color: #fff;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #DE5D50;
    border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
    color: #fff;
    background-color: #DE5D50;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

/* alert */

.alert-success {
    color:#fff;
    background-color:#18a689;
    border-color: transparent;
}
.alert-success hr {
    border-color: transparent;
}
.alert-success .alert-link {
    color:#fff
}
.alert-info {
    color:#fff;
    background-color:#42B3E5;
    border-color: transparent;
}
.alert-info hr {
    border-top-color:#a6e1ec
}
.alert-info .alert-link {
    color:#fff
}
.alert-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color: transparent;
}
.alert-warning hr {
    border-color: transparent;
}
.alert-warning .alert-link {
    color:#fff
}
.alert-danger {
    color:#fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.alert-danger hr {
    border-color: transparent;
}
.alert-danger .alert-link {
    color:#fff
}

#item_review_area { position: relative; margin: 0; padding: 10px; width: 100%; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); border-radius: 3px; overflow: hidden; }
#item_review_area .headtitle { margin: 0; padding: 10px; background-color: #1e90cc; border-bottom: solid 5px #54abd8; border-radius: 5px 5px 0 0; cursor: pointer; }
#item_review_area .headtitle h4 { font-size: 14px; font-weight: 700; color: #fff; }
#item_review_area .headtitle.is_active i { transform: rotate(180deg); }
#item_review_area .review_average { margin: 0 5px 0 15px; padding: 5px 7px; background-color: #fff; border-radius: 5px; color: #ecbd00; font-size: 12px; }
#item_review_area .review_btn { display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; margin: 0; padding: 10px; background-color: #eee; font-size: 14px; }
#item_review_area .review_btn .btn_writereview, .btn_writereview { margin-left: auto; padding: 0 10px; width: auto; height: 36px; background-color: #1e90cc; border-bottom: solid 3px #54abd8; border-radius: 4px; outline: none; line-height: 36px; text-align: center; color: #fff; }
#item_review_area .review_btn .btn_writereview:hover, #item_review_area .review_btn .btn_writereview:active { opacity: 0.8; }
.block-btn .btn_writereview { margin-left: auto; padding: 0 10px; width: auto; height: 36px; background-color: #1e90cc; border-bottom: solid 3px #54abd8; border-radius: 4px; outline: none; line-height: 36px; text-align: center; color: #fff; }
.block-btn .btn_writereview:hover { opacity: 0.8; }

#item_review_area .review_content_area { padding: 15px; border: solid 1px #eee; border-radius: 0 0 3px 3px; }
.review_content_area .review_nocomment { text-align: center; }
.review_content_area .review_list { padding: 0; list-style: none; }
.review_content_area .review_list li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: dashed 1px #ddd; }
.review_content_area .review_list .review_date { margin: 10px 0; }
.review_content_area .review_list .review_name { margin: 0 15px; padding: 0 10px; border: solid 1px #ddd; border-width: 0 1px; }
.review_content_area .review_list .review_name:before { margin-right: 10px; content: "投稿者名:"; }
.review_content_area .review_list .review_rating { color: #ecbd00; }
.review_content_area .review_list .review_rating:before { margin-right: 10px; content: "おすすめレベル:"; color: #525263; }

.modal2 { position: fixed; top: 0; right: 0; bottom: 0; left: 0; visibility: hidden; opacity: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .75); transition: all .4s; }
.modal2:target { visibility: visible; opacity: 1; }
.modal_content { position: relative; padding: 15px; width: 640px; max-width: 90%; background: #fff; border-radius: 5px; }
.modal_close { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #525263; text-decoration: none; }

.modal_inside { position: relative; }
.modal_title { position: relative; display: block; margin: 0 0 10px 0; padding: 0 0 5px 0; border-bottom: solid 2px #1e90cc; font-size: 18px; font-weight: 700;  }
.block-form { position: relative; }
.block-form p { margin-bottom: 10px; text-align: center; }
.block-form .modal_form { margin: 10px 0; border: solid 1px #ddd; }
.block-form .modal_form dl { display: flex; flex-wrap: nowrap; flex-direction: row; margin: 0; padding: 0; border-top: solid 1px #ddd; }
.block-form .modal_form dl:first-child { border-top: none; }
.block-form .modal_form dt { padding: 10px; width: 30%; background: #eee; }
.block-form .modal_form dd { padding: 10px; width: 70%; }
.block-form .modal_form .form_label { display: inline-block; font-weight: 700; }
.block-form .modal_form .txt_required { margin-left: 10px; font-size: 12px; color: #DE5D50; }
.block-form .modal_form .form_text { display: block; }
.block-form .modal_form .form_input { display: block; }
.block-form .modal_form .form_input input[type=text] { display: block; margin: 0; padding: 6px 12px; width: 100%; height: 40px; background-color: #fff; border: solid 1px #ddd; border-radius: 4px; -webkit-appearance: none; box-shadow: none; outline: none; }
.block-form .modal_form .form_radio { display: block; }
.block-form .modal_form .form_radio input[type=radio] { margin: 4px 10px 0 0; }
.block-form .modal_form .form_radio .radio_line { display: block; }
.block-form .modal_form .form_radio .form_label { margin-right: 20px; font-weight: 400; }
.block-form .modal_form .form_input textarea { display: block; margin: 0; padding: 6px 12px; width: 100%; background-color: #fff; border: solid 1px #ddd; border-radius: 4px; -webkit-appearance: none; box-shadow: none; outline: none; }

.block-form .modal_btnarea { text-align: center; }
.block-form .modal_btnarea button[type=submit] { padding: 0 20px; width: auto; height: 36px; background-color: #1e90cc; border: 0; border-bottom: solid 3px #54abd8; border-radius: 4px; outline: none; line-height: 36px; text-align: center; color: #fff; }

.ec-newsRole__news { display: block; padding: 15px; }
.ec-newsRole__news .ec-newsRole__newsItem { margin: 0 0 10px 0; padding: 0 0 10px 0; width: 100%; border-bottom: dashed 1px #ddd;  }
.ec-newsRole__newsHeading { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: center; align-items: flex-start; }
.ec-newsRole__newsHeading .ec-newsRole__newsDate { display: block; margin-right: 10px; padding: 0; width: 100px; background: #ddd; text-align: center; }
.ec-newsRole__newsHeading .ec-newsRole__newsColumn { display: flex; flex: 1; }
.ec-newsRole__newsHeading .ec-newsRole__newsTitle { display: inline-block; margin: 0; width: 90%; }
.ec-newsRole__newsHeading .ec-newsRole__newsClose { position: relative; display: inline-block; width: 10%; }
.ec-newsRole__newsHeading .ec-newsRole__newsClose .ec-newsRole__newsCloseBtn { position: absolute; right: 0; width: 20px; height: 20px; background: #eee; border-radius: 50%;  text-align: center; cursor:pointer; }
.ec-newsRole__newsHeading .ec-newsRole__newsClose .ec-newsRole__newsCloseBtn::before { content: "\f067"; font-family: 'FontAwesome'; font-weight: 700; font-size: 10px; color: #525263; }
.ec-newsRole__news .ec-newsRole__newsItem.is_active .ec-newsRole__newsHeading .ec-newsRole__newsClose .ec-newsRole__newsCloseBtn::before { content: "\f00d"; }
.ec-newsRole__newsDescription { display: none; margin: 0 0 10px 0; overflow: hidden; margin: 10px 0; padding: 10px; background-color: #eee; border: dashed 1px #1e90cc; }

/* guide */
.guide-area { position: relative; margin-bottom: 20px; padding: 0; width: 100%; height: auto; overflow: hidden; }
.guide-inside { padding: 0; }
.step { position: relative; }
.step .item { position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: stretch; padding: 20px; border-top: dashed 1px #ddd; }
.step .item:first-child { border-top: none; }
.step .item .numb { position: relative; width: 64px; opacity: 1; }
.step .item .numb:before { position: absolute; top: -10px; left: -10px; content: ""; width: 48px; height: 48px; background-color: rgba(84, 171, 216, 0.3); border-radius: 999px; z-index: 0; }
.step .item .numb span { position: relative; display: block; padding: 10px; width: 64px; height: 64px; background-color: #1e90cc; border-radius: 999px; color: #fff; font-family: 'Dongle', sans-serif; font-size: 48px; font-weight: 400; line-height: 40px; text-align: center; z-index: 1; }
.step .item .numb span:before { display: block; content: "STEP"; font-family: 'Dongle', sans-serif; font-size: 14px; font-weight: 300; line-height: 1em; letter-spacing: 2px; }
.step .item .desc { display: flex; flex-direction: row; flex: 1; margin: 0 0 0 20px; padding: 0 0 0 20px; border-left: dashed 1px #ddd; }
.step .item .desc .txt { display: flex; flex-direction: column; flex: 1; }
.step .item .desc .txt .title { display: flex; flex-direction: row; justify-content: flex-start; align-content: center; align-items: center; margin-bottom: 10px; }
.step .item .desc .txt .title .icon { position: relative; padding: 0 20px 0 0; }
.step .item .desc .txt .title .icon img { position: relative; width: 48px; z-index: 1; }

.step .item .desc .txt .title h5 { margin-bottom: 10px; font-size: 24px; font-weight: 700; color: #6c757d; }
.step .item .desc .txt p { margin-bottom: 0; }
.step .item .desc .txt p span.note { color: #ed2024; }
.step .item .desc .faq-link { padding: 0 0 0 30px; width: 200px; }
.step .item .desc .faq-link ul { text-align: left; }
.step .item .desc .faq-link ul li { position: relative; display: block; margin: 0 0 10px 10px; }
.step .item .desc .faq-link ul li:before { position: absolute; left: -10px; font-family: 'FontAwesome'; content: "\f105"; }
.step .item:hover { background: #ecf9ff; }
@media only screen and (min-width: 320px) and (max-width: 767px)  {
  .step .item { padding: 15px; }
  .step .item .numb { width: 48px; }
  .step .item .numb:before { top: -5px; left: -5px; width: 24px; height: 24px; }
  .step .item .numb span { width: 48px; height: 48px; font-size: 32px; line-height: 20px; }
  .step .item .desc { flex-direction: column; margin: 0 0 0 10px; padding: 0 0 0 10px; }
  .step .item .desc .txt .title h5 { font-size: 18px; }
  .step .item .desc .faq-link { padding: 10px 0 0 0; width: auto; }
}

/* Custom Start */
#item_detail_area .item_detail .item_comment { margin-top: 10px; }

/* text */
.text-default {
  color: #525263 !important;
}
a.text-default:hover {
  color: #9797a1 !important;
}
.text-primary {
  color: #DE5D50 !important;
}
a.text-primary:hover {
  color: #e57d73 !important;
}
.text-success {
  color: #18A689 !important;
}
a.text-success:hover {
  color: #0D8969 !important;
}
.text-info {
  color: #31708f !important;
}
a.text-info:hover {
  color: #245269 !important;
}
.text-warning {
  color: #9A947E !important;
}
a.text-warning:hover {
  color: #AEA998 !important;
}
.text-danger {
  color: #DE5D50 !important;
}
a.text-danger:hover {
  color: #CF3F34 !important;
}

/* bg */
.bg-default {
  color: #fff !important;
  background-color: #525263 !important;
}
a.bg-default:hover {
  background-color: #9797a1 !important;
}
.bg-primary {
  color: #fff !important;
  background-color: #DE5D50 !important;
}
a.bg-primary:hover {
  background-color: #e57d73 !important;
}
.bg-primary-border {
  color: #DE5D50 !important;
  border: 2px solid #DE5D50 !important;
  background: #fff !important;
}
a.bg-primary-border:hover {
  border: 2px solid #DE5D50 !important;
  background: #FDF6F6 !important;
}
.bg-success {
  background-color: #dff0d8 !important;
}
a.bg-success:hover {
  background-color: #c1e2b3 !important;
}
.bg-success-border {
  color: #5CB1B1 !important;
  border: 2px solid #5CB1B1 !important;
  background: #fff !important;
}
a.bg-success-border:hover {
  border: 2px solid #5CB1B1 !important;
  background: #EEF7F7 !important;
}
.bg-info {
  background-color: #d9edf7 !important;
}
a.bg-info:hover {
  background-color: #afd9ee !important;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
a.bg-warning:hover {
  background-color: #f7ecb5 !important;
}
.bg-danger {
  color: #fff !important;
  background-color: #F99 !important;
}
a.bg-danger:hover {
  background-color: #FF8D8D !important;
}

.paging-area{
  width: 100%;
  text-align: center;
}

.message .mb20{ margin-bottom: 20px !important; }
.modal-title{ font-size: 1.2rem; }
.modal-content{ border-radius: 5px; }
/*.disablefav { background: #ccc !important; }*/

.review_content_area .review_list .review_name-en { margin: 0 15px; padding: 0 10px; border: solid 1px #ddd; border-width: 0 1px; }
.review_content_area .review_list .review_name-en:before { margin-right: 10px; content: "Name:"; }
.review_content_area .review_list .review_name-th { margin: 0 15px; padding: 0 10px; border: solid 1px #ddd; border-width: 0 1px; }
.review_content_area .review_list .review_name-th:before { margin-right: 10px; content: "Name:"; }

.review_content_area .review_list .review_rating-en { color: #ecbd00; }
.review_content_area .review_list .review_rating-en:before { margin-right: 10px; content: "Rating:"; color: #525263; }
.review_content_area .review_list .review_rating-th { color: #ecbd00; }
.review_content_area .review_list .review_rating-th:before { margin-right: 10px; content: "Rating:"; color: #525263; }

.addrecipe a::after{ content: "\f105" !important; }
.recipeImg img{ max-width: 100% !important; }
.recipeDate {
  font-size: 10px;
  color: #999;
}
.empty-cart{ padding: 50px; }
.empty-cart h6{ font-size: 16px; font-weight: bold; }
.btn-empty-cart{ margin: 0pt auto !important; display: block; position: inherit; width: 200px !important; }
.bootbox-body { font-size: 16px; font-weight: bold; }
.btn-normal{ position: inherit; margin-left: 0px !important; display: block; }
.txt-left{ text-align: left !important;}
.error { border: 1px solid #CF3F34; opacity: 0.7; }
.width80p{ width: 80% !important; }
.width100p{ width: 100% !important; }
.marginLeft0{ margin-left: 0px !important; }
.err-area{ display: none; }
.form-err{ width: 50%; text-align: left; /*margin-right: 10px;*/ color: #DE5D50; }
.float-left{ float: left; }
.float-right{ float: right; }
.btn-more{ background-color: #ccc;color:#000;padding:10px 20px;border-radius:5px; margin: 0 5px 0 15px; font-size: 12px; }
.btn-more-area{ text-align: center; }
.menutitle{ font-weight: bold; font-size: 16px; }
.prev-icon, .next-icon { height: 40px; }
.current-page{ background-color: #ccc; }
.confirmWithdraw-txt{ font-weight: normal; padding: 10px 0px; }
.btn-del-delivery { padding:3px 10px; }
.img_captcha{ padding: 10px; display: block; }
.recipe-material{ height: 40px; vertical-align: middle; }
.icon-loading-wrapper{ position:fixed; top:0; left:0; width:100%; height: 100%; display: none; z-index: 100; }
.icon-loading{ position:absolute; top:50%; left:50%; }
.w100p{ width: 100% !important; }
.w30p{ width: 30% !important; text-align: right; }
.w70p{ width: 70% !important; }
.contact-complete-url{ background: #f1f1f1; padding: 7px; border-radius: 5px; border: 1px solid #ccc; }
.contact-icon{ cursor: pointer; }
.badge-chat-btn{ position: fixed; z-index:100; }
.header_logo_area .header_logo a img{ position: relative; z-index: 5; }
.header_logo_area .header_logo h1{ position: absolute; color: #fff; z-index: 1; }
#contents{ padding-top: 160px; }
#header{ position: fixed; width: 100%; }
.bank_banner { display: block; margin: 0pt auto; }
@media only screen and (max-width: 767px) {
  .form-err{ width: 90%; }
  .float-left{ float: unset; }
  .float-right{ float: unset; }
  .order-form .form-input .form-control { width: 100% !important; }
  .order-form .form-group{ display: block !important; }
  .order-form .form-group .form-left label span{ display: inherit!important;; }
  .order-form .form-group .form-right{ width: 100% !important; }
  .order-form #birth_year{ width: 30%; }
  .order-form #birth_month{ width: 20%; }
  .order-form #birth_day{ width: 20%; }
  .w30p{ width: 100% !important; text-align: right; }
  .w70p{ width: 100% !important; padding: 10px 0px; }
  #contents{ padding-top: 65px; }
}

.blog-register-terms{
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  margin: 0pt auto;
  border: 1px solid #ccc;
  padding: 10px;
}

p.message {
  line-height: 150%;
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}
.link-other{ text-decoration: underline; }
/* Custom End */
.tag {
    padding: 0 5px;
    width: auto;
    height: 20px;
    background-color: #666;
    line-height: 20px;
    color: #fff;
    z-index: 10;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 8px;
}
.blog-new .tag-category {
    margin: 10px 0;
    padding: 0 5px;
    width: fit-content;
    height: 20px;
    background-color: #666;
    line-height: 20px;
    color: #fff;
    z-index: 10;
}
/*.new-color { color: red !important; display: initial !important; }*/
.new-color {
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 3px 5px;
    background: rgba(237, 32, 36, 0.25);
    font-size: 10px;
    line-height: 14px;
    color: #fff !important;
}

.loader-container{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    z-index:1;
}
.loader{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  /*margin: 0 auto;*/
  top: 45%;
  left: 46%;
}
#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  /*top: -10px;
  left: -10px;*/
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 5px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*New26/10/2023*/
.cart-area-sp-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}

.fix-slick-banner-height {
    max-height: 250px;
    overflow: hidden;
}
.empty-tag{ background-color: #fff; }
.list_items .items .img div.thumb {
  display: block;
  position: relative;
  padding-top: 80%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
  /*z-index: 0;
  opacity: 1;
  background-image: url(../img/no-img.jpg);*/
}
.link-register{ cursor: pointer; }