#slider {padding: 20px 0; margin-bottom: 30px; background: #f0f0f0;}
.top_slider .slick-slide {padding: 10px; overflow: hidden;} 
.top_slider .slick-slide img {width: 100%; height: auto; box-shadow: 0 0 6px #eee;}
.top_slider .slick-center img {box-shadow: 2px 2px 10px #888;}

.top_design_order {margin-bottom: 30px;} .top_bnr {margin-bottom: 15px; text-align: center;} .top_bnr img {width: 100%}
.flex {display: flex; justify-content: space-around;}
#box_blog {margin-bottom: 30px; background: #f2f2f2; border: 2px solid #515254} #box_blog h2 {padding: 5px 15px; color:#fff; background:#515254;} #box_blog ul {max-height: 150px; padding: 15px; overflow: scroll;} #box_blog li {list-style: none; margin-bottom: 5px;} #box_blog .title {color: #333; font-size: 16px;} #box_blog .desc {font-size: 13px;}

.side-bnr-item {margin: 10px auto; text-align: center;}

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #FFFAFA;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ************************************************ 
 *  all
 * ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  min-width: 1280px;
  overflow-y: scroll;
}

body {
  color: #000000;
  font-size: 12px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;

  text-align:center;
}

a {
  outline: none;
  color: #515254 ;
}

a:visited {
    color: #515254 ;
    text-decoration: underline;
}

a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:1200px;
  margin:0px auto;
  text-align:left;
}

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

/*サイド*/
#side {
  float: left;
  width: 200px;
}

/*メイン*/
#main {
  float: right;
  width: 970px;
}

/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  text-align: center;
  border-top: 1px solid #515254 ;
}

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_info {
  margin-bottom: 10px;
  overflow: hidden;
}

#header .header_logo {
  float: left;
}

#header .header_logo img {
  width: 400px;
}

#header .header_phone {
  float: left;
  padding: 15px;
}

#header .header_link {
  float: right;
  padding: 10px;
}

#header .header_link ul li {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

#header .header_link ul li.view_cart span.count {
  background: #ffcc00;
  color: #333;
  font-weight: bolder;
  padding: 5px 10px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#header .header_search {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #ffffea;
  overflow: hidden;
}

#header .header_search .keyword {
  float: left;
  padding: 4px 20px;
}

#header .header_search .keyword p {
  font-size: 14px;
}

#header .header_search .keyword a {
  display: inline-block;
  margin-left: 3px;
}

/* ************************************************ 
 *  footer
 * ************************************************ */
#footer ul.footer_menu {
  margin-bottom: 20px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 20px auto;
}

.footer_sns li {
  margin-right: 10px;
}

.footer_sns li:last-child {
  margin-right: 0;
}

.footer_sns img {
  width: 20px;
}

/* ************************************************ 
 *  main
 * ************************************************ */

#main div.box h3 {
  padding: 3px 12px;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 2px solid #f6a900;
}
#main div.box {margin-bottom: 20px}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 205px;
margin: 0 0 20px 20px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 15px;
margin-bottom: 10px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
}

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

#main #box_recommend {
}

#main #box_new-item {
}

#main #box_sellers {
}

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

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

#box_recentlychecked{
margin: 20px 0 0 0;
}

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_detail_page
 * ************************************************ */
h2.product_name {
color: #333;
font-size: 20px;
font-size: 18px;
margin-top: 15px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
width: 500px;
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 450px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 15px;
font-size: 11px;
font-size: 15px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 15px;
font-size: 14px;
}
table.add_cart_table td input {
width: 50px;
height: 36px;
margin-left: 6px;
margin-right: 6px;
font-size: 18px;
text-align: center;
border: 1px solid #ccc;
border-radius: 6px;
background-color: #ffffea;
}
table.add_cart_table td strong.price {
color: #c00;
font-size: 18px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: #F3ECD8;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: #F3ECD8;    
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
font-size:  14px;
list-style-type: none;
}

div.button_area {
margin-bottom: 15px;
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;  
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC; 
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;  /* Set this to minus the border thickness. */
background-color:#fff;  
cursor:move;    
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;  
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #ffcc00;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;  
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 420px;
float: left;
margin-top: 4px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 60px;
float: left;
margin-left: 20px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 50px;
height: 50px;
border: 1px solid #ccc;
padding: 3px;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
border-top: 1px solid #444;
border-right: 1px solid #444;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #444;
border-left: 1px solid #444;
padding: 10px;
background: #333;
}
table.table_option td {
border-bottom: 1px solid #444;
border-left: 1px solid #444;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #F3ECD8;
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: #333;
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 #444;
}
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 div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #515254;
text-align: center;
color: #FFFFFF;
}

#side div.box ul {
margin-left: 20px;
}

#side div.box ul li {
margin-bottom: 7px;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

#group-list {
border-top:#838383 dotted 1px;
padding:10px 0px 0px;
margin:10px 20px 0px 0px;
}

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

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

  table.table {
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    margin-bottom: 20px;
    }
    table.table th {
      border-bottom: 1px solid #444;
      border-left: 1px solid #444;
      padding: 5px;
      background: #333;
      }
    table.table td {
      border-bottom: 1px solid #444;
      border-left: 1px solid #444;
      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: #F3ECD8;
    }

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 {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  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);
}

.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;
}

#headline {
  padding: 5px 15px;
  background-color: #ee7626;
}

#headline h1 {
  width: 1280px;
  margin: auto;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

#header {
  padding-top: 15px;
  padding-bottom: 0;
  overflow: hidden;
}

#header div.search {
  float: left;
}

#header div.search select {
  height: 50px;
  width: 180px;
  padding: 3px 10px;
  font-size: 1.1em;
  border: 1px solid #666;
  border-radius: 6px;
}

#header div.search input[type=text] {
  height: 42px;
  width: 340px;
  padding: 3px 10px;
  font-size: 1.2em;
  border: 1px solid #666;
  border-radius: 6px;
  background-color: #fff;
}

#header div.search button[type="submit"] {
  height: 50px;
  width: 80px;
  margin-left: 6px;
  color: #fff;
  font-size: 1.3em;
  font-family: bold;
  letter-spacing: 2px;
  border-radius: 6px;
  border: 1px solid #333;
  background-color: #333;
  cursor: pointer;
}

/*商品一覧のカスタマイズ*/

.item_box .item_detail p.item_name {
  font-size: 13px;
  margin-bottom: 6px;
}

.item_box .item_detail p.item_price {
  color: #c00;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*サイドカラムのカスタマイズ*/

#container {
  width: 1280px;
}

#side {
  width: 280px;
}

#side div.box ul {
  margin-left: 10px;
  list-style: none;
}

#side div.box ul li {
  margin-bottom: 10px;
}

#side .category-list-link {
}

#side .group-list-link {
  padding: 6px 0 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}

#side .group-list-link img {
  float: left;
  width: 80px;
  margin-right: 10px;
}

#side .group-list-link span {
  color: #333;
  font-size: 1.1em;
}

#side .osusume-list-link {
  max-width: 240px;
  text-align: center;
  margin: 0 auto 15px !important;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 5 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding:8px !important;
  text-align: center !important;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc !important;
}

/*よくある質問*/

#faq .faq-ttl {
  padding: 30px 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#faq .faq-category {
  margin-bottom: 30px;
  overflow: hidden;
}

#faq .faq-category-item {
  float: left;
  margin-right: 15px;
}

#faq .faq-category-item a {
  display: inline-block;
  height: 40px;
  width: 220px;
  color: #00a0e8;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border: 2px solid #00a0e8;
}

#faq .faq-category-item a:hover {
  text-decoration: underline;
}

#faq .faq-list {
  margin-bottom: 45px;
}

#faq .faq-list-ttl {
  padding: 5px 15px;
  margin-bottom: 30px;
  font-size: 16px;
  background: #f2f2f2;
}

#faq .faq-list-dt {
  padding: 5px 15px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#faq .faq-list-dd {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.6;
}

/*ご注文の流れ*/

#flow .flow-ttl {
  padding: 30px 0 5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #ee7626;
}

#flow .flow-lead {
  margin-bottom: 30px;
  font-size: 16px;
}

#flow .flow-link {
  margin-bottom: 30px;
  overflow: hidden;
}

#flow .flow-link-item {
  float: left;
  margin-right: 15px;
}

#flow .flow-link-item a {
  display: inline-block;
  height: 40px;
  min-width: 280px;
  padding: 0 10px;
  color: #00a0e8;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border: 2px solid #00a0e8;
}

#flow .flow-link-item a:hover {
  text-decoration: underline;
}

#flow .flow-list {
  margin-bottom: 45px;
}

#flow .flow-box {
  margin-bottom: 45px;
}

#flow .flow-box-ttl {
  padding: 5px 15px;
  margin-bottom: 15px;
  font-size: 20px;
  background: #f2f2f2;
}

#flow .flow-box-txt {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

#flow .flow-box-dl {
  padding: 10px;
  border-top: 1px dotted #ccc;
}

#flow .flow-box-dl:last-child {
  border-bottom: 1px dotted #ccc;
}

#flow .flow-box-dt {
  color: #e84125;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

#flow .flow-box-dd {
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.6;
}

#flow .flow-box-dd strong {
  background-color: #ff0;
}

/*はじめての方へ*/

#biginner .biginner-cover {
  margin-bottom: 30px;
}

#biginner .biginner-cover img {
  width: 100%;
}

#biginner .biginner-ttl {
  padding: 30px 0 15px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#biginner .biginner-txt {
  margin-bottom: 30px;
  font-size: 16px;
}

#biginner .biginner-btn {
  padding: 15px;
  margin-bottom: 45px;
  text-align: center;
}

#biginner .biginner-btn a {
  display: block;
  width: 340px;
  height: 60px;
  margin: 10px auto;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #ccc;
}

#biginner .biginner-btn a:hover {
  box-shadow: none;
}

#biginner .biginner-bnr {
  margin-top: 60px;
  margin-bottom: 60px;
}

#biginner .biginner-bnr img {
  width: 100%;
}

#biginner .biginner-box {
  display: flex;
  margin-bottom: 30px;
  background-color: #fafafa;
}

#biginner .biginner-box-img img {
  width: 460px;
}

#biginner .biginner-box-body {
  padding: 60px;
}

#biginner .biginner-box-ttl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#biginner .biginner-box-txt {
  font-size: 16px;
}

#biginner .biginner-link {
  text-align: center;
  overflow: hidden;
}

#biginner .biginner-link-item {
  display: inline-block;
  margin: 15px;
}

#biginner .biginner-link-item a {
  display: inline-block;
  min-width: 280px;
  padding: 30px;
  color: #00a0e8;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 4px solid #00a0e8;
  box-shadow: 2px 2px 4px #ccc;
}

#biginner .biginner-link-item a:hover {
  background-color: #fafafa;
  box-shadow: none;
}

/*共通のお問い合わせ*/

.contact-box {
  padding: 15px 30px;
  margin: 30px auto;
  text-align: center;
  border: 5px solid #ee7626;
  border-color: #ccc;
  background-color: #fafafa;
}

.contact-box-phone {
  display: inline-block;
  margin: 10px 20px;
}

.contact-box-btn {
  display: inline-block;
  margin: 10px 20px;
}

.contact-box-btn a {
  display: block;
  width: 280px;
  height: 60px;
  margin: 10px auto;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #e84125;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #ccc;
}

.contact-box-btn a:hover {
  box-shadow: none;
}
