/* ************************************************ 
*  forms
* ************************************************ */
input, select, button { vertical-align:middle; }
button, input, select, textarea { font: inherit; /＊ 1 ＊/ margin: 0; /＊ 2 ＊/ }
button, input { /＊ 1 ＊/ overflow: visible; }
button, select { /＊ 1 ＊/ text-transform: none; }
button, html [type="button"], /＊ 1 ＊/ [type="reset"], [type="submit"] { -webkit-appearance: button; /＊ 2 ＊/ }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; /＊ 1 ＊/ padding: 0; /＊ 2 ＊/ }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; /＊ 1 ＊/ outline-offset: -2px; /＊ 2 ＊/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-file-upload-button { -webkit-appearance: button; /＊ 1 ＊/ font: inherit; /＊ 2 ＊/ }



/* ************************************************ 
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  font-size: 14px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.serif {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.gmsf {
  font-size:80%;
color:#999;
}

.clearfix{ /zoom:1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }






a {
  outline: none;
  color: #333;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  color: #ff3355;
  text-decoration: underline;
}
a:hover i {
  color: #000;
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}
hr {
  margin: 10px 0;
  border: 0;
  clear: left;
  border-bottom: solid 2px #808080;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
img.new_mark_img1 {
  margin-right: 5px !important;
}
img.new_mark_img2 {
  margin-left: 5px !important;
}
.sold_out {
  color: #ccc;
}
.text-danger {
  color: #c1272d;
}
.bs {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}


select {
    display: inline-block;
    padding: 4px 6px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
}

select {
    border: 1px solid #ccc;
    background-color: #fff;
height: 28px;
    line-height: 20px;
}

input, textarea {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    color: #333;
    font-size: 13px;
    height: auto;
   padding:4px 6px 4px 6px;
  line-height:17px;
    border: 1px solid #cfcfcf;
  height:18px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 177.7%;
  height:0px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/* ************************************************ 
*  layout
* ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:10px;
  margin: auto;
  position:relative;
}

/*ヘッダー*/
#header {
  width:100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  clear:left;
}

/*サイド*/
#side {
  float: left;
  width: 16%;
}


.sidesearch {
text-align:center;
margin-bottom:40px;
}

#side select {
  width: 100%;
  margin-bottom:10px;
}

#side input {
  width: 90%;
  margin-bottom:10px;
  padding: 4px 7px 4px 7px;
}

#side button {
  width: 100%;
  margin-bottom:10px;
}


/* ************************************************ 
*  sideメニュー追加分　2020/4/28
* ************************************************ */

#box_category ul li ul {
margin-top:10px;
margin-left:0;
margin-bottom:15px !important;
border-bottom:1px dotted #ccc;
} 

#box_category ul li ul li {
list-style-type:circle;
margin-left:20px;
} 







/*メイン*/
#main {
  float: right;
  width: 79%;
}

/*フッター（コピーライト）*/
#footer {
  background-color: #e6e6e6;
  padding: 0px 0px 50px;
  width:100%;
  clear:both;
}

/* ************************************************ 
*  header
* ************************************************ */
#header .topbar {
  color: #fff;
  background-color: #fff;
  padding:0px;
  margin-bottom: 0;
  height:1px;
}
#header .topbar .h1 {
  display: none;
}

#header .topbar .free {
  display: none;
  height:1px;
  margin-left;-2000px;
}

#header .topbar .bar-btn {
  display: none;
}

#header div.header_link .headerlinktxt{
  font-size:90%;
  color:#cc0000;
}

#header div.header_link {
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
}
#header div.header_link ul {
  overflow: hidden;
}
#header div.header_link ul li {
  list-style-type: none;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#header div.header_link ul li a {
  color: #333;
  text-decoration: none;
}
#header div.header_link ul li.members_regi,
#header div.header_link ul li.view_cart,
#header div.header_link ul li.guide {
  border-right: solid 1px #fff;
}
#header div.header_link ul li.my_account {
}
#header div.header_link ul li.view_cart {
}
#header div.header_link ul li.view_cart span.count {
  background: #c1272d;
  color: #fff;
  font-weight: bolder;
  padding: 3px 10px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#header div.header_link .members_login {
  padding-right: 0px;
}
#header div.header_link .members_login a {
  color: #000;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 3px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header .inner {
  position: relative;
}
#header .contact {
  position: absolute;
  text-align: left;
  left: 200px;
  top:38px;
  z-index: 100;
}

#header .contact .contacttitle {
  font-size: 140%;
  padding: 1px 15px;
  font-weight:700;
}

#header .contact .businesshours {
  font-size: 90%;
  padding: 0px 15px;
}


#header .contact .tel {
  display: inline-block;
  font-size: 90%;
  padding: 0px 15px;
}
#header .contact .tel a {
  color: #fff;
}
#header .contact .tel .number {
  vertical-align: middle;
}
#header .icons {
  font-size: 160%;
  margin-left: 10px;
}
#header .icons a {
  display: inline-block;
  margin-left: 5px;
}
#header .icons i img {
  width: 20px;
  margin-bottom: 0px;
}
#header h1 {
  font-size: 90%;
  font-weight: normal;
  float: left;
  margin-bottom: 0px;
}

#header div.search {
  float: left;
    margin-top: 10px;
  margin-bottom: 10px;
}

.search select {
  width:140px;
}


.search input {
  width:180px !important;
}


.kangenbnr {
 text-align:right;
}

.kangenbnrsp {
  display:none;
  
}

@media only screen and (max-width: 767px) {
  
.kangenbnr {
  display:none;
}
  .kangenbnrsp {
  display:block;
    margin-top:20px;
    position: fixed;
    bottom: 20px;
    left:0;
    z-index:1000;
}
  
}


#header .logo {
  clear: both;
  text-align: left;
  margin-bottom: 20px;
}
#header .menu-btn {
  display: none;
}


.menu-btn {display: none;}

.spsearch {
  display:none;
  }

#header .menu-btn:hover {
  color: #000;
}
#header .nav {
  
  list-style-type: none;
}
#header .nav > li {
  float: left;
  text-align: center;
  position:relative;
}

.icons a.iconcart {display:none !important;}


#header .nav .nav1 {
  width: 14%;
}
#header .nav .nav2 {
  width: 15%;
}
#header .nav .nav3 {
  width: 15%;
}
#header .nav .nav4 {
  width: 13%;
}
#header .nav .nav5 {
  width: 14%;
}
#header .nav .nav6 {
  width: 17%;
}
#header .nav .nav7 {
  width: 12%;
}
#header .nav > li > a {
  display: block;
  text-decoration: none;
  /*padding-left: 40px;
  padding-right: 40px;*/
  cursor: pointer;
}
#header .nav > li > a span {
  display: block;
}
#header .nav > li > a .serif {
  font-size: 120%;
}

#header .nav > li > a .sunserif {
    font-size: 120%;
  font-weight:bold;
}


#header .nav li ul {
  display: none;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
  border: solid 1px #808080;
  position: absolute;
  z-index: 10000;
}
#header .nav li ul li:not(:last-child) {
  border-bottom: dotted 1px #808080;
}
#header .nav li ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

/* ************************************************ 
*  footer
* ************************************************ */
#footer .container {
  overflow: hidden;
}
#footer .guide {
  /*background-color: #ededed;*/
  padding: 15px;
  margin-bottom: 30px;
}
#footer .guide h3 {
  margin-bottom: 15px;
}
#footer .guide .row {
  margin: 0px -7px;
  overflow: hidden;
}
#footer .guide .col {
  float: left;
  width: 33.333333333%;
  padding: 0px 7px;
  box-sizing: border-box;
}
#footer .guide .col .box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 14px;
}
#footer .guide .col .box:last-child {
  margin-bottom: 0px;
}
#footer .guide .col .box h4 {
  border-bottom: solid 1px #000;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
#footer .guide .col .box p {
  font-size: 90%;
}
#footer .guide .col .box .detail {
  text-align: right;
  margin-top: 10px;
}
#footer .shop-photo,
#footer .logo,
#footer .contact,
#footer ul.footer_menu {
  float: left;
  padding-right: 40px;
  box-sizing: border-box;
}
#footer .logo .icons {
  font-size: 180%;
}
#footer .logo .icons a {
  margin-left: 10px;
  margin-right: 10px;
}
#footer .logo .icons i img {
  width: 22px;
  margin-bottom: 5px;
}
#footer .contact p {
  margin-bottom: 15px;
}
#footer .contact .tel .number {
  font-size: 160%;
  font-weight: bold;
}
#footer ul.footer_menu {
  font-size: 90%;
  padding-left: 40px;
  padding-right: 0px;
  margin-bottom: 20px;
  list-style-type: none;
  border-left: dotted 1px #000;
}
#footer ul.footer_menu li {
  margin-bottom: 5px;
}
#footer ul.footer_menu li a {
  color: #4d4d4d;
  text-decoration: none;
}
#footer .copyright {
  clear: both;
  text-align: center;
}

/* ************************************************ 
*  main
* ************************************************ */
#main div.box {
  clear: both;
  margin-bottom: 20px;
}
#main div.box:after {
  content: "";
  display: block;
  clear: both;
}
#main div.box h2,
#main div.box h3 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 1px;
  border-bottom: solid 2px #808080;
}
#main div.box h2 small,
#main div.box h3 small {
  font-size: 70%;
}
#main div.box .free_box {
  margin-bottom: 30px;
}
#main div.box .free_box p {
  margin-bottom: 15px;
}
#main div.box .free_box ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
#main .faq {
  margin-top: 30px;
}
#main .faq h3 {
  border-bottom: dotted 1px #808080;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#main .faq h3:before {
  content: "Q.";
  display: inline-block;
  padding-right: 10px;
}
#main .faq p {
  margin-bottom: 30px;
}
#main .faq p:before {
  content: "A.";
  display: inline-block;
  color: #c1272d;
  font-size: 130%;
  font-weight: bold;
  padding-right: 10px;
}
#main table.shop th {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}
.icon_star {
  display: inline-block;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: none;
}

/* ************************************************ 
*  item_box
* ************************************************ */
.item_box {
  float: left;
  width: 25%;
  padding: 0px 10px;
  margin: 0 0 20px 0px;
  text-align: center;
  /zoom:1;
  vertical-align:top;
  box-sizing: border-box;
}
.item_box .item_photo {
  margin: 0px;
}
.item_box .item_photo img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
}
.item_box .item_detail {
  margin: 10px;
}
.item_box .item_detail p.item_name {
  margin-bottom: 10px;
  font-size:11px;
  line-height:1.4;
}
.item_box .item_detail p.item_regular_price {
  margin-bottom: 10px;
}
.item_box .item_detail p.item_price {
  font-weight: bold;
  margin-bottom: 10px;
    font-size:11px;
  line-height:1.4;
}
.item_box .item_detail p.item_discount {
  margin-bottom: 10px;
}
.item_box .item_detail .sale_price {
  color: #c1272d;
}
.item_box .item_detail a {
  text-decoration: none;
}

/* ************************************************ 
*  Top_Page
* ************************************************ */
.slider {
  max-width: 1000px;
  margin: auto;
}
#slider > div {
  width: 100% !important;
}

.bx-wrapper {
  max-width: 1000px !important;
}

.bx-wrapper {
  margin-bottom: 30px !important;
}
.bx-wrapper .bx-viewport {
  left: 0px !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px !important;
}
.bx-wrapper .bx-viewport img {
  border: solid 1px #ccc;
  box-sizing: border-box;
}
#bx-pager img {
  border: solid 1px #ddd;
  box-sizing: border-box;
}

#box_news {
  border: solid 1px #7f7f7f;
  padding: 10px 15px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 60px;
}
#box_news .title {
  color: #c1272d;
}

#main #box_free {
  background: #f5f5f5;
  padding: 20px;
}

#main #box_free p {
  line-height: 20px;
}

div.footstamp {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

div.footstamp span {
  margin: 0 5px;
  color: #999;
}

.stock_error{
  font-weight:bold;
  color:red;
  padding:10px 0;
  display:none;
}

/* ************************************************ 
*  product_list_page
* ************************************************ */
div.sub_category_area,
div.sub_group_area {
  height: 100%;
  background: #e6e6e6;
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
  margin-right: 10px;
}

/* ************************************************ 
*  search_page
* ************************************************ */
div.search_result {
  background: #f5f5f5;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
}

div.none {
  text-align: center;
  margin: 50px 0;
}

/* ************************************************ 
*  policy
* ************************************************ */
div#policy {
}

div#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

div.sk_box {
  margin-bottom: 50px;
}
div.sk_box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
div#sk tr {
  border-bottom: 1px solid #eee;
}
div#sk th {
  width: 150px;
  text-align: left;
  padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
  margin-bottom: 5px;
}	
div#sk td {
  padding: 10px 0;
}	
div#sk th,
div#sk td {
  vertical-align: top;
  line-height: 1.8;
}


div#payment_method {
  margin-top: 40px;
}
div#payment_method table.table {
  width: 100%;
}
div#payment_method table.table th {
  width: 200px;
  text-align: center;
}


div#shipping_method {
  margin-top: 40px;
}
div#shipping_method table.table {
  width: 100%;
}
div#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************ 
*  side
* ************************************************ */
#side .banner {
  margin-bottom: 40px;
}
#side .banner p {
  margin-bottom: 30px;
}
#side .blog {
  list-style-type: none;
}
#side .blog li {
  margin-bottom: 20px;
}
#side div.box,
.sidebar .widget {
  clear: both;
  margin-bottom: 40px;
  list-style-type: none;
}
#side div.box h3,
.sidebar .widgettitle {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 1px;
  border-bottom: solid 2px #808080;
}
#side div.box ul,
.sidebar .widget ul {
  margin-bottom: 30px;
  list-style-type: none;
}
#side div.box ul li,
.sidebar .widget ul li {
  margin-bottom: 10px;
}
#side div.box ul li a,
.sidebar .widget ul li a {
  text-decoration: none;
}
#side .tbl_calendar {
  width: 100%;
  margin-bottom: 15px;
}
#side .tbl_calendar th,
#side .tbl_calendar td {
  padding: 2px 0px;
}
#side .tbl_calendar th {
  font-weight: normal;
}
#side .tbl_calendar td {
  text-align: center;
}
#side .calendar p {
  font-size: 90%;
}
#side div.social h3 {
  margin-bottom: 0px;
}
#side div.social ul {
  margin-left: 0px;
  list-style-type: none;
}
#side div.social ul li {
  margin-bottom: 0px;
  border-bottom: dotted 1px #000;
}
#side div.social ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px;
}
#side div.social ul li i {
  margin-right: 15px;
}
#side div.social ul li i img {
  width: 12px;
  margin-bottom: 2px;
}

/* ************************************************ 
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}
table.table th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
  background: #f5f5f5;
}
table.table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
}


div.footstamp {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
div.footstamp span {
  margin: 0 5px;
  color: #999;
}

div.sort {
  margin-bottom: 20px;
  text-align: right;
  float: right;
}
div.sort strong {
  margin-right: 5px;
}
div.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
div.sort span {
  margin-right: 5px;
  font-weight: bolder;
  text-decoration: none;
  background: #e6e6e6;
}

div.pager {
  margin: 20px 0;
  clear: both;
  text-align: center;
}

div.none {
  clear: both;
  text-align: center;
  margin: 50px 0;
}

/* radius */
.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

.r7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; 
}

/* @group button */

.btn,
#searchsubmit {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  height: 28px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;

  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 padding-top:10px;
 padding-bottom:30px;
}


.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}




/* 768px <= w <= 1000px */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #header .topbar,
  #header .nav {
    font-size: 90%;
  }
  #header h1 {
    font-size: 80%;
  }
}

/* smart phone */
@media screen and (max-width: 767px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .item_box {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }
  
  
  #header .topbar {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    background-color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    height:auto;
  }
  #header .topbar .h1 {
    display: inline;
    color: #fff;
  }
  #header .topbar .bar-btn {
    display: inline-block;
    color: #fff;
    line-height: 21px;
    font-size: 21px;
    float: right;
  }
  #header .topbar .bar-btn:hover i {
    color: #fff;
  }
  #header .topbar .container {
    display: none;
    clear: both;
  }
  
  #header div.header_link .headerlinktxt {
    color: #fff;
    margin-bottom:15px;
}
  
  #header div.header_link {
    position:static;
    float: none;
    margin-top:10px;
  }
  
  
  #header div.header_link ul li {
    float: none;
    border-right: 0px !important;
    border-bottom: dotted 1px #fff;
  }
  #header div.header_link ul li a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    color:#fff;
  }
  #header div.header_link .members_login {
    padding: 10px;
    border-bottom: 0px;
  }
  #header div.header_link .members_login a {
    display: block;
    text-align: center;
  }
  #header .free {
    font-size: 90%;
  }
  #header .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header h1 {
    float: none;
    margin-bottom: 5px;
font-size: 80%;
  }
  


  #header .contact .tel {
    text-align: left;
    padding: 0px 5px 0px 0px;
  }
  
  .number a { 
    color:#333 !important;
  text-decoration:none;
    vertical-align: top;
  }
  
  
  #header .contact .businesshours {
    padding: 0px 0px 0px 0px;
}
  


.mpcenter {
margin:0 auto;
position:relative;
width:350px;
}

#header  .logo {
width:120px;
margin-bottom:85px;
}

#header .contact {
    left: 125px;
}
  
  #header .icons {
    margin-left: 5px;
    line-height:20px;
    margin:0;
    padding:0;
}

#header .icons a {
    margin-left: 0px;
}

#header .icons a {
  text-decoration: none;
  font-size:11px;
  letter-spacing:0;
}


.iconblog {
display:none !important;
}

.icons a.iconcart {display:inline-block !important;}
  

#header .fa {
    font-size: 20px;
}
#header .icons i img {
    width: 20px;
margin-top:-7px;
}

#header .contact .contacttitle {
    font-size: 130%;
padding-left: 0px;
}

  
  .search {
  display:none;
  }
  
 .spsearch {
  display:block;
    margin:20px 0;
   text-align:center;
  }
  
 .spsearch select  {
width:100%;
    margin-top:4px;
    margin-bottom:6px;
  }
  
  .spsearch input  {
width:60% !important;
    margin-top:4px !important;
    margin-bottom:6px;
       margin-right:10px;
  }
  
 .spsearch button  {
width:30%;
    margin-top:4px;
    margin-bottom:6px;
  }
  
 
 

  
  
  
  
  
  #header .menu-btn {
    display: block;
    background-color: #e6e6e6;
    text-decoration: none;
    text-align: center;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
  }
  #header .menu-btn i,
  #header .menu-btn .serif {
    font-size: 120%;
  }
  #header .nav {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 1px #808080;
  }
  #header .nav > li {
    float: none;
    width: 100% !important;
    border-bottom: solid 1px #808080;
  }
  #header .nav > li > a {
    padding: 10px 15px;
    text-align: left;
  }
  #header .nav > li > a span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
  }
  #header .nav li ul {
    position: relative;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
  }
  #header .nav li ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  
  
  #main,
  #side {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #main div.box .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #main div.box h2,
  #main div.box h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main iframe {
    width: 100%;
  }
  .item_box .item_photo img {
    max-height: 300px;
  }
  .bx-wrapper .bx-viewport img {
    border-left: 0px;
    border-right: 0px;
  }
  #box_news {
    text-align: left;
    margin-bottom: 30px;
    border-left: 0px;
    border-right: 0px;
  }
  #box_news .title {
    display: block;
  }
  div.sub_category_area,
  div.sub_group_area {
    margin-left: -15px;
    margin-right: -15px;
  }
  div.footstamp,
  div.sort,
  div.pager {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  div.sort {
  text-align: left;
float:none;
}
  
  
  #side .banner {
    text-align: center;
  }
  #footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .guide {
    margin-left: -15px;
    margin-right: -15px;
  }
  #footer .guide .col {
    float: none;
    width: 100%;
  }
  #footer .guide .col .box:last-child {
    margin-bottom: 14px;
  }
  #footer .shop-photo,
  #footer .logo,
  #footer .contact,
  #footer ul.footer_menu {
    float: none;
    padding-right: 0px;
  }
  #footer .shop-photo img,
  #footer .logo > img {
    display: block;
    margin: auto;
  }
  #footer ul.footer_menu {
    padding-left: 0px;
    border-left: 0px;
  }

  /* product */
  div.add_cart {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-bottom: 15px !important;
    /*z-index: 10000;*/
    position: initial !important;
    left: 0px !important;
  }
  div.product_images,
  .zoom-desc,
  .zoom-small-image,
  .zoom-small-image #wrap table {
    width: 100%;
  }
  .zoom-desc {
    float: none;
  }
  a.cloud-zoom-gallery {
    width: 60px;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
  }
  .zoom-tiny-image {
    box-sizing: border-box;
  }
}


.sizetable {}

.sizetable table {
border-collapse: collapse;	
border-spacing: 0;
  border:1px solid #bbb;
}
.sizetable tbody {
  border-spacing: 0;
  border: none;
}
.sizetable th {
border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
    padding:5px 10px;
}

.sizetable td {
border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
  padding:5px 10px !important;
}




.news {
}

#box_news {
    border: none;
  padding: 0px 0px;
}




.newsbox{
  max-width:970px;
  margin-left:auto;
  margin-right:auto;
  
border:1px solid #ccc;
  padding:6px 15px 8px 15px;
  margin-bottom:30px;
  font-size:11px;
}

.newsbox h2{
border-bottom:1px dotted #ddd;
  margin-bottom:10px;
    padding-bottom:8px;
  font-size:18px;
}

.newsbox h4{
border-bottom:1px dotted #ddd;
  margin-bottom:8px;
    padding-bottom:5px;
}

#box_news .title {
   display:none;
}


.newstable{
max-width:1020px;
  margin-left:auto;
  margin-right:auto;
}

.newstable td{
  padding:0px 10px 0px 10px;
}

.newstable img{
margin-bottom:20px;
}

p.switch {
  display:none;
  }
  
@media (max-width: 768px)  {
 
  p.switch {
    display:block;
        margin-top:20px;
    margin-bottom:8px;
  text-align:center;
  }
  
  #footer {
  padding: 0px 0px 120px;
}
  
  
  .newstable td{
  padding:0px 7px 0px 7px;
}
  .newstable img{
margin-bottom:14px;
}
  
  .newsbox{
  margin-left:7px;
  margin-right:7px;
}


.blogtable { 
  border:1px solid #bbb;
 padding:45px 60px 30px 65px;
}

.blogtable table {
border-collapse: collapse;	
border-spacing: 0;
}
  
.blogtable tbody {
  border-spacing: 0;
  border: none;
}


.blogtable th {
border-bottom: none;
    padding:5px 0px 5px 0px !important;
text-align:left;
}


.blogtable td {
  padding:5px 0px 25px 5px !important;
}

.blogtable td table{
  border:1px solid #bbb;
}

.blogtable td table td{
  padding:10px 10px 10px 10px !important;
}

.blogtable th p, .blogtable td p {
margin-bottom:0 !important;
}
  
}