@charset "UTF-8";
/* CSS Document */
/* Locus */
/* contents---------------
   1.Reset
   2.Base
   3.Layout
   4.Common
   5.Page
   6.Script
    ------------ */
/*----------------------------------------------------------
  reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
  Base
--------------------------------------------------------- */
body {
  font-size: 14px;
  color: #505050;
  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.inline {
  display: inline !important;
}

p {
  line-height: 1.5;
}

a:link {
  color: #596da6;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

a.noline {
  text-decoration: none;
}
a.noline:hover {
  opacity: 0.7;
}

em, span.chuui {
  color: #BB2B2B;
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

.fontS {
  font-size: 90%;
}

.cl1 {
  color: #4d4d4d;
}

.cl2 {
  color: #666666;
}

.narrow {
  white-space: 0.9;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDisp {
  display: none;
}

.spDisp_ib {
  display: none !important;
}

.pcDisp {
  display: block;
}

@media screen and (max-width: 667px) {
  .spDisp {
    display: block !important;
  }

  .spDisp_ib {
    display: inline-block !important;
  }

  .pcDisp {
    display: none !important;
  }
}
/*----------------------------------------------------------
  Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

#wrap .main_inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header
----------------------------------------------- */
header.header {
  border-bottom: #1e7683 solid 4px;
  /* inner */
  /* sp */
}
header.header a {
  text-decoration: none;
}
header.header .inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
  /* sp */
  /* sp */
}
header.header .inner .headnav {
  text-align: right;
}
header.header .inner .headnav li {
  display: inline-block;
  font-size: 13px;
  border-right: 2px solid #e5e5e5;
  padding-right: 0.7em;
  margin-right: 0.3em;
  line-height: 1.4;
}
header.header .inner .headnav li:last-child {
  margin-right: 0;
}
header.header .inner .headnav li a {
  text-decoration: none;
  padding: 0.2em 0;
}
header.header .inner .headnav li a:before {
  font-family: 'basicicon';
  content: "\73";
  color: #1e7683;
  font-size: 110%;
  position: relative;
  top: 1px;
}
header.header .inner .headnav li a:hover {
  text-decoration: underline;
}
header.header .inner .headtool {
  position: absolute;
  top: 23px;
  right: 0;
  text-align: right;
}
header.header .inner .headtool .name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 8px;
}
header.header .inner .headtool .name span.tel {
  margin-left: 4px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
header.header .inner .headtool .name span.tel:before {
  font-family: 'basicicon';
  content: "\21";
  color: #1e7683;
  font-size: 110%;
  margin-right: 3px;
}
header.header .inner .headtool .name span.mail {
  margin-left: 4px;
  font-size: 18px;
  font-weight: 600;

}
header.header .inner .headtool .name span.mail:before {
  color: #1e7683;
  font-size: 110%;
  margin-right: 3px;
}
header.header .inner .headtool ul.ecbtn li {
  display: inline-block;
  font-size: 13px;
  margin-right: 8px;
}
header.header .inner .headtool ul.ecbtn li:last-child {
  margin-right: 0;
}
header.header .inner .headtool ul.ecbtn li:hover {
  opacity: 0.7;
}
header.header .inner .headtool ul.ecbtn a {
  padding: 10px 1em;
  text-decoration: none;
}
header.header .inner .headtool ul.ecbtn li.cart a {
  border: #1e7683 3px solid;
  color: #1e7683;
}
header.header .inner .headtool ul.ecbtn li.cart a .icon:before {
  font-family: 'basicicon';
  content: "\e904";
  color: #1e7683;
  margin-right: 0.5em;
}
header.header .inner .headtool ul.ecbtn li.cart a .num {
  background: #1e7683;
  color: #FFF;
  padding: 0.1em 0.5em;
  font-size: 12px;
  margin-left: 6px;
}
header.header .inner .headtool ul.ecbtn li.logout a, header.header .inner .headtool ul.ecbtn li.login a {
  background: #1e7683;
  color: #FFF;
  border: #1e7683 3px solid;
}
header.header .inner .headtool ul.ecbtn li.login a {
  padding: 10px 2em;
}
header.header .inner .headtool ul.ecbtn li.logout a {
  padding-right: 0.6em;
}
header.header .inner .headtool ul.ecbtn li.logout span.btn {
  background: #FFF;
  padding: 3px 1em;
  border-radius: 3px;
  color: #1e7683;
  font-size: 12px;
  margin-left: 8px;
}
header.header .inner .gnav .shopping {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 4px;
}
header.header .inner .gnav .shopping li {
  display: inline-block;
  color: #1e7683;
}
header.header .inner .gnav .shopping li a {
  text-decoration: none;
  color: #1e7683;
  padding: 0 0.5em;
}
header.header .inner .gnav .shopping li a:hover {
  opacity: 0.7;
}
header.header .inner .gnav .shopping li.item a {
  color: #1e7683;
  border-left: 8px solid #eee;
}
header.header .inner .gnav .shopping li.used {
  display: inline-block;
color: #CC0000;
}
header.header .inner .gnav .shopping li.used a {
  text-decoration: none;
  color: #CC0000;
  padding: 0 0.5em;
}
header.header .inner .gnav .shopping li.used a:hover {
  opacity: 0.7;
}
header.header .inner .gnav .shopping li.sub a {
  color: #1e7683;
  border-left: 8px solid #eee;
}
header.header .inner .gnav .shopping li.spDisp {
  display: none;
}
header.header .inner .gnav .school {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}
header.header .inner .gnav .school li.sub {
  display: inline-block;
  color: #1e7683;
}
header.header .inner .gnav .school li.sub a {
  text-decoration: none;
  color: #1e7683;
  padding: 0 0.5em;
}
header.header .inner .gnav .school li.sub a:hover {
  opacity: 0.7;
}
header.header .inner .gnav .school li.item a {
  color: #1e7683;
  border-left: 8px solid #eee;
}
header.header .inner .gnav .group {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}
header.header .inner .gnav .group li {
  display: inline-block;
color: #6666FF;
}
header.header .inner .gnav .group li a {
  text-decoration: none;
  color: #6666FF;
  padding: 0 0.5em;
}
header.header .inner .gnav .group li a:hover {
  opacity: 0.7;
}
header.header .inner .gnav .group li.spDisp {
  display: none;
}

@media screen and (max-width: 667px) {
  header.header .inner .gnav .shopping {
    font-size: 18px;
  }
  header.header .inner .gnav {
    padding: 0 -2%;
  }
  header.header .inner .gnav li {
    display: inline-block !important;
    font-weight: 400;
    width: 49%;
    border-bottom: 1px #1e7683 dotted;
  }
  header.header .inner .gnav li a {
    display: block;
    font-size: 15px;
    padding: 3px 0;
  }
  header.header .inner .gnav li a:before {
    font-family: 'basicicon';
    content: "\73";
    color: #1e7683;
    margin-right: 3px;
  }
  header.header .inner .gnav li.item a {
    color: #1e7683;
    border-left: none;
  }
  header.header .inner .gnav li.sub a {
    color: #1e7683;
    border-left: none;
  }
  header.header .inner .gnav li.sub a:before, header.header .inner .gnav li.spDisp a:before {
    font-family: 'basicicon';
    content: "\24";
    margin-right: 3px;
  }
  header.header .inner .gnav .group li.spDisp {
    display: inline-block;
  }
}
@media screen and (max-width: 667px) {
  header.header .inner .siteid {
    width: 50%;
    padding-top: 10px;
  }
  header.header .inner .headtool {
    position: relative;
    top: 0;
    text-align: center;
  }
  header.header .inner .headtool ul.ecbtn {
    margin: 10px 0;
  }
  header.header .inner .headtool ul.ecbtn li {
    width: 48%;
    font-size: 12px;
  }
  header.header .inner .headtool ul.ecbtn li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 5px;
  }
  header.header .inner .headtool ul.ecbtn li.login a {
    padding: 5px !important;
  }
  header.header .inner .headtool ul.ecbtn li.logout a {
    padding: 5px !important;
  }
  header.header .inner .headtool ul.ecbtn li.logout span.btn {
    background: #FFF;
    padding: 2px 0.5em;
    border-radius: 3px;
    color: #1e7683;
    font-size: 12px;
    margin-left: 8px;
  }
  header.header .inner .gnav {
    margin-top: 15px;
  }
}
header.header .side_search {
  background: #1e7683;
  z-index: 50;
  color: #FFF;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
header.header .side_search:hover {
  opacity: 0.7;
}
header.header .side_search:after {
  position: absolute;
  left: 25%;
  top: 15%;
  color: #FFF;
  font-family: 'basicicon';
  content: "\e612";
}
@media screen and (max-width: 667px) {
  header.header .side_search {
    top: 30%;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  header.header .side_search:after {
    position: absolute;
    left: 22%;
    top: 14%;
    color: #FFF;
    font-family: 'basicicon';
    content: "\e612";
  }
}
@media screen and (max-width: 999px) {
  header.header .inner {
    padding: 0 2%;
  }
}

/* header */
/* Contents
----------------------------------------------- */
@media screen and (max-width: 999px) {
  #content {
    padding: 0 2%;
  }
}
/* sp */
/* Footer
----------------------------------------------- */
footer {
  background: #666666;
  color: #FFF;
  margin-top: 45px;
}
footer .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
footer .inner .pagetop {
  text-align: center;
  position: absolute;
  right: 0;
  top: -32px;
}
footer .inner .pagetop a {
  background: #959595;
  color: #FFF;
  height: 30px;
  text-decoration: none;
  padding: 7px 1em;
}
footer .inner .pagetop a:after {
  font-family: 'basicicon';
  content: "\77";
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
footer .inner .pagetop a:hover {
  opacity: 0.7;
}
footer .inner a {
  color: #FFF;
}
footer .inner li {
  display: inline-block;
}
footer .inner ul.footnav {
  padding: 15px 0 25px;
  font-size: 15px;
}
footer .inner ul.footnav li {
  margin-right: 1em;
}
footer .inner ul.footnav li:before {
  font-family: 'basicicon';
  content: "\30";
}
footer .inner ul.footnav_sub {
  border-top: 1px dotted #FFF;
  font-size: 13px;
  padding: 10px 0;
}
footer .inner ul.footnav_sub li {
  margin-right: 1em;
}
footer .inner ul.footnav_sub li:before {
  font-family: 'basicicon';
  content: "\73";
}
footer .inner .copyright {
  text-align: right;
  font-size: 13px;
}
footer .inner .name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FFF;
  text-align: center;
  /* sp */
}
footer .inner .name span.tel {
  margin-left: 4px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
footer .inner .name span.tel:before {
  font-family: 'basicicon';
  content: "\21";
  font-size: 110%;
  margin-right: 3px;
}
@media screen and (max-width: 321px) {
  footer .inner .name span.tel {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  footer .inner {
    padding: 0 2%;
  }
}

/* sp */
/*----------------------------------------------------------
  Common
--------------------------------------------------------- */
/*  headline
----------------------------------------------- */
h1.text {
  position: relative;
  background: #1e7683;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  padding: 0.3em 0.3em 10px;
}
h1.text span.btnPagelink {
  position: absolute;
  right: 10px;
}

.brandInfo {
  padding-top: 10px;
}
.brandInfo img {
  height: auto;
  max-width: 110px;
  float: left;
}
.brandInfo span.name {
  font-family: 'Oswald', sans-serif;
  color: #1e7683;
  font-size: 24px;
  padding: 0 0 10px 120px;
  line-height: 1.6;
  border-top: 4px solid #FFF;
  display: block;
}
.brandInfo:after {
  content: "";
  display: block;
  clear: both;
}

h2.menu {
  font-family: 'Oswald', sans-serif;
  border-bottom: 4px #1e7683 solid;
}
h2.menu span {
  display: inline-block;
  background: #1e7683;
  color: #FFF;
  padding: 5px;
  min-width: 10em;
  text-align: center;
  font-size: 18px;
}
h2.used {
  font-family: 'Oswald', sans-serif;
  border-bottom: 4px #ff9900 solid;
}
h2.used span {
  display: inline-block;
  background: #ff9900;;
  color: #FFF;
  padding: 5px;
  min-width: 10em;
  text-align: center;
  font-size: 18px;
}

.h_line {
  border-top: 1px solid #1e7683;
  margin: 1em 0 0;
  text-align: center;
  padding: 0;
  height: 1em;
}
.h_line span {
  position: relative;
  top: -0.5em;
  padding: 0 20px;
  background: #FFF;
}

h2.search {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #1e7683;
  font-size: 26px;
}
h2.search span:before {
  font-family: 'basicicon';
  content: "\e612";
  margin-right: 5px;
}

h2.text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #1e7683;
  font-size: 26px;
}
h2.text span:before {
  font-family: 'basicicon';
  content: "\e902";
  margin-right: 5px;
}

h3.text {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #1e7683;
  color: #FFF;
  font-size: 17px;
  padding: 0.5em;
}
h3.text:before {
  font-family: 'basicicon';
  content: "\7a";
  margin-right: 5px;
}

h4.text {
  font-weight: bold;
  color: #1e7683;
  font-size: 15px;
  margin: 8px 0;
}
h4.text:before {
  font-family: 'basicicon';
  content: "\7a";
  margin-right: 5px;
}

/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.3em 0px;
  line-height: 1.5em;
}

ul.normal li, ul.border li, ul.arrow li, ul.record li, ul.notice-red li, ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.3em 0;
}

ul.normal li:before {
  font-family: 'basicicon';
  content: "\e625" !important;
}

ul.border li:before {
  font-family: 'basicicon';
  content: "\71" !important;
}

ul.arrow li:before {
  font-family: 'basicicon';
  content: "\72";
  color: #7E7E7E !important;
}

ul.record li:before {
  font-family: 'basicicon';
  content: "\e620" !important;
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before, ul.notice-red li:before, ul.noticeS li:before, ul.notice-redS li:before {
  font-family: 'basicicon';
  content: "\31";
  font-size: 87%;
  margin-right: 0.2em;
}

ul.noticeS li, ul.notice-redS li {
  font-size: 13px;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ul.parenNum li {
  margin-bottom: 8px;
  margin-left: 8px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/*  iconfont
----------------------------------------------- */
@font-face {
  font-family: 'basicicon';
  src: url("fonts/basicicon.eot?eg7ycm");
  src: url("fonts/basicicon.eot?eg7ycm#iefix") format("embedded-opentype"), url("fonts/basicicon.ttf?eg7ycm") format("truetype"), url("fonts/basicicon.woff?eg7ycm") format("woff"), url("fonts/basicicon.svg?eg7ycm#basicicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'basicicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 0.3em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fileicon:before {
  font-family: 'basicicon';
  position: relative;
  top: 0.2em;
  margin-right: 0.3em;
  text-decoration: none;
  font-size: 23px;
}

.fileicon.pdf:before {
  content: "\70";
  color: #D31F1F;
}

.fileicon.doc:before {
  content: "\64";
  color: #1659C7;
}

.fileicon.xls:before {
  content: "\78";
  color: #16B006;
}

.fileicon.ppt:before {
  content: "\74";
  color: #E48B00;
}

.fileicon.etc:before {
  content: "\65";
  color: #A264B6;
}

.icon-account_circle:before {
  content: "\e853";
}

.icon-block:before {
  content: "\e14b";
}

.icon-photo_camera:before {
  content: "\e412";
}

.icon-priority_high:before {
  content: "\e645";
}

.icon-camera:before {
  content: "\e606";
}

.icon-air:before {
  content: "\e900";
}

.icon-documents:before {
  content: "\e902";
}

.icon-message:before {
  content: "\e903";
}

.icon-shopping-cart:before {
  content: "\e904";
}

.icon-instagram-with-circle:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-new:before {
  content: "\e62b";
}

.icon-preview:before {
  content: "\e62c";
}

.icon-arrow-d3:before {
  content: "\e602";
}

.icon-arrow-l3:before {
  content: "\e603";
}

.icon-arrow-r3:before {
  content: "\e604";
}

.icon-arrow-u3:before {
  content: "\e605";
}

.icon-phone:before {
  content: "\21";
}

.icon-mail:before {
  content: "\22";
}

.icon-pencil:before {
  content: "\e60f";
}

.icon-location:before {
  content: "\23";
}

.icon-star:before {
  content: "\e610";
}

.icon-popup:before {
  content: "\24";
}

.icon-search:before {
  content: "\e612";
}

.icon-close1:before {
  content: "\e614";
}

.icon-minus2:before {
  content: "\2d";
}

.icon-plus2:before {
  content: "\2b";
}

.icon-close2:before {
  content: "\e615";
}

.icon-minus3:before {
  content: "\e616";
}

.icon-plus3:before {
  content: "\e617";
}

.icon-close3:before {
  content: "\e618";
}

.icon-minus1:before {
  content: "\e619";
}

.icon-plus1:before {
  content: "\e61a";
}

.icon-info:before {
  content: "\e61b";
}

.icon-help:before {
  content: "\e61c";
}

.icon-warning:before {
  content: "\e61d";
}

.icon-list:before {
  content: "\e61e";
}

.icon-text:before {
  content: "\e61f";
}

.icon-record:before {
  content: "\e620";
}

.icon-arrow-l1:before {
  content: "\e621";
}

.icon-arrow-d1:before {
  content: "\e622";
}

.icon-arrow-u1:before {
  content: "\e623";
}

.icon-arrow-r1:before {
  content: "\72";
}

.icon-arrow-l2:before {
  content: "\61";
}

.icon-arrow-d2:before {
  content: "\7a";
}

.icon-arrow-u2:before {
  content: "\77";
}

.icon-arrow-r2:before {
  content: "\73";
}

.icon-ellipsis:before {
  content: "\e624";
}

.icon-dot:before {
  content: "\e625";
}

.icon-twitter:before {
  content: "\e626";
}

.icon-facebook:before {
  content: "\46";
}

.icon-checkbox:before {
  content: "\e609";
}

.icon-question:before {
  content: "\e607";
}

.icon-answer:before {
  content: "\e608";
}

.icon-point1:before {
  content: "\e628";
}

.icon-menu:before {
  content: "\e629";
}

.icon-arrowlink:before {
  content: "\e62a";
}

.icon-tree_01:before {
  content: "\e611";
}

.icon-tree_02:before {
  content: "\e613";
}

.icon-tree_03:before {
  content: "\e627";
}

.icon-required2:before {
  content: "\e600";
}

.icon-required1:before {
  content: "\e601";
}

.icon-fl_doc:before {
  content: "\64";
}

.icon-fl_etc:before {
  content: "\65";
}

.icon-fl_img:before {
  content: "\6a";
}

.icon-li_basic:before {
  content: "\30";
}

.icon-li_border:before {
  content: "\71";
}

.icon-li_notice:before {
  content: "\31";
}

.icon-fl_mp3:before {
  content: "\6d";
}

.icon-fl_pdf:before {
  content: "\70";
}

.icon-fl_ppt:before {
  content: "\74";
}

.icon-fl_xls:before {
  content: "\78";
}

.icon-home2:before {
  content: "\e901";
}

.icon-check:before {
  content: "\ea11";
}

.icon-pc:before {
  content: "\e60a";
}

.icon-mobile:before {
  content: "\e60b";
}

.icon-lock:before {
  content: "\e60c";
}

.icon-unlocked:before {
  content: "\e60d";
}

.icon-notification:before {
  content: "\e60e";
}

.icon-arrow-d:before {
  content: "\7a";
  color: #F35454;
  margin-right: 0.1em;
}

.icon-arrow-l:before {
  content: "\61";
  color: #F35454;
  margin-right: 0.1em;
}

.icon-arrow-r:before {
  content: "\73";
  color: #F35454;
  margin-right: 0.1em;
}

.icon-arrow-u:before {
  content: "\77";
  color: #F35454;
  margin-right: 0.1em;
}

/*  table
----------------------------------------------- */
.nowrap {
  white-space: nowrap;
}

table.data {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
  background: #FFF;
}

table.data th {
  padding: 8px 7px;
  color: #333;
  background: #E9F7E3;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
  font-weight: bold;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 8px 7px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
}

table.data.full {
  width: 100%;
}

table.cart tr {
  border-bottom: 1px dotted #D8D8D8;
}
table.cart th {
  padding: 4px 5px;
  color: #333;
  background: #E9F7E3;
  font-size: 105%;
  font-weight: bold;
}
table.cart th.nowrap {
  white-space: nowrap;
}
table.cart td {
  word-break: break-all;
  padding: 4px 5px;
}
table.cart td.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 667px) {
  table.data.sp {
    width: 100%;
    border-bottom: none;
  }

  table.data.sp td, table.data.sp th {
    width: 100%;
    display: block;
    text-align: left;
  }

  table.data.sp th {
    border: none;
    padding: 8px;
  }

  table.data.sp td {
    border-right: none;
    padding-bottom: 1.3em;
  }

  table.data.sp table.layout td, table.data table.layout th {
    width: auto;
    display: inline-table;
  }

  table.data.sp table.layout.line tr {
    border-bottom: #1e7683;
  }

  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }

  table.data.sp th {
    font-size: 12px;
  }

  table .nowrap {
    white-space: normal;
  }

  table.data a.spmail {
    text-decoration: none;
  }
  table.data a.spmail span {
    display: none;
  }
  table.data a.spmail:after {
    font-family: 'basicicon';
    content: "\22";
    font-size: 18px;
  }
}
@media screen and (max-width: 667px) {
  table.data {
    width: 100%;
    font-size: 90%;
  }
}
/* 表 (レイアウト用) */
table.layout {
  border: none;
  thpadding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box
----------------------------------------------- */
.msgBox {
  padding: 1em;
  width: 100%;
  border: solid 1px #c9c9c9;
}

.box {
  padding: 10px;
}

.boxWhite {
  background: #FFF;
  padding: 8px;
  margin: 0.7em 0px;
  border-radius: 5px;
}

div.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearBox {
  overflow: hidden;
  height: auto;
}
div.clearBox .img-l, div.clearBox .img-r {
  margin-bottom: 10px;
}
div.clearBox .img-l {
  float: left;
  margin-right: 10px !important;
}
div.clearBox .img-r {
  float: right;
  margin-left: 10px !important;
}
div.clearBox .hidden {
  height: auto;
}
div.clearBox .auto {
  overflow: auto;
  height: auto;
}

@media screen and (max-width: 667px) {
  div.clearBox .img-l, div.clearBox .img-r {
    float: none;
    text-align: center;
  }
  div.clearBox .auto {
    overflow: inherit;
  }
  div.clearBox .hidden {
    text-align: left;
  }

  .clm2 .clm,
  .clm3 .clm {
    width: 100% !important;
  }
}
.clm2, .clm3 {
  width: 100%;
}

.clm2 .clm {
  width: 49%;
  display: inline-block;
}

.clm3 .clm {
  width: 32.5%;
  display: inline-block;
}

/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

/*  Margin
----------------------------------------------- */
*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

*.w100 {
  max-width: 100px;
}

*.w130 {
  max-width: 130px;
}

*.w150 {
  max-width: 150px;
}

*.w200 {
  max-width: 200px;
}

*.w250 {
  max-width: 250px;
}

*.w300 {
  max-width: 300px;
}

*.w350 {
  max-width: 350px;
}

*.w400 {
  max-width: 400px;
}

*.w500 {
  max-width: 500px;
}

*.w600 {
  max-width: 600px;
}

@media screen and (max-width: 667px) {
  *.w100 {
    max-width: 40% !important;
  }

  *.w130 {
    max-width: 40% !important;
  }

  *.w150 {
    max-width: 50% !important;
  }

  *.w200 {
    max-width: 60% !important;
  }

  *.w250 {
    max-width: 80% !important;
  }

  *.w300 {
    max-width: 80% !important;
  }

  *.w350 {
    max-width: 80% !important;
  }

  *.w400 {
    max-width: 90% !important;
  }

  *.w500 {
    max-width: 90% !important;
  }

  *.w600 {
    max-width: 90% !important;
  }
}
*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

.indent {
  margin-left: 1em;
}

.indent2 {
  margin-left: 2em;
}

.indent3 {
  margin-left: 3em;
}

/*  hr
----------------------------------------------- */
hr.head {
  border: none;
  margin: 0;
  background-color: #eeeeee;
  height: 15px;
}
hr.mid {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #cccccc;
  height: 6px;
}
hr.border {
  border: none;
  background-color: #DEDEDE;
  height: 3px;
}

hr.line {
  height: 4px;
  border: none;
  background: url(../img/bg_line01.png) repeat-x;
}

/*  form
----------------------------------------------- */
select, textarea,
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  border: #646464 1px solid;
  background: #FFF;
  color: #333;
  padding: 8px 6px;
  width: 100%;
  font-size: 14px;
}

input[type="button"], input[type="submit"] {
  background: #666666;
  color: #FFF;
  padding: 0.4em 0.4em;
  font-weight: 100%;
  border: none;
  font-size: 13px;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: 'Helvetica neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serif;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 0.7;
}

input[type="button"].icon, input[type="submit"].icon {
  font-family: 'basicicon',秀英丸ゴシック L,Avenir, 'Helvetica neue', Helvetica,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serif;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  font-size: 10px;
  font-weight: bold;
}

input.delete {
  background: #DA0000;
}

input.edit {
  background: #2BA656;
}

input.cancel {
  background: #717171;
}

input.size_full {
  width: 100%;
}

input.size_90 {
  width: 90%;
}

input.size_half {
  width: 50%;
}

input.size_short {
  width: 30%;
}

input.size_point {
  width: 80px;
}

input.fontL {
  font-size: 120%;
}

ul.radio {
  margin: 0 0 8px 0;
}
ul.radio li {
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
}
ul.radio li:last-child {
  margin-right: 0;
}
ul.radio label {
  text-decoration: underline;
}
ul.radio label:hover {
  background: #E9F6F1;
}
ul.radio li.text {
  font-size: 12px;
  background: #1e7683;
  color: #FFF;
  padding: 3px 0.8em;
  font-weight: bold;
}
ul.radio li.text span:after {
  font-family: 'basicicon';
  content: "\73";
  position: relative;
  top: 1px;
  margin-left: 0.3em;
}
ul.radio li label a span {
  font-size: 12px;
  color: #F00;
  padding: 3px 0.8em;
  font-weight: bold;
}
ul.radio input[type="radio"] {
  border: #1e7683 1px solid;
}

.form {
  /* sp */
}
.form .comment {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.form .comment:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\31";
  font-size: 12px;
  margin-right: 0.2em;
}
.form dl.form {
  margin-bottom: 8px;
  border-left: 4px solid #CECECE;
  display: table;
  width: 100%;
}
.form dl.form.disp {
  background: #F1F1F1;
}
.form dl.form dt {
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 5px 10px 8px;
  position: relative;
  width: 30%;
}
.form dl.form dt .required:after {
  font-family: 'basicicon';
  font-weight: normal;
  padding-left: 2px;
  position: relative;
  content: "\e600";
  color: #F57E7E;
  position: absolute;
  top: 0;
  left: auto;
  right: 22px;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.form dl.form dt, .form dl.form dd {
  display: table-cell;
  vertical-align: middle;
}
.form dl.form dd {
  padding: 10px;
}
.form dl:after {
  content: "";
  display: block;
  clear: both;
}
.form .btnArea {
  margin: 15px 0;
  text-align: center;
}
.form .btnArea input {
  margin-right: 5px;
}
.form .btnArea input:last-child {
  margin-right: 0;
}
.form ul.file li {
  margin: 8px 0;
}
.form ul.period li {
  display: inline-block;
}
.form ul.period li input {
  font-size: 16px;
}
@media screen and (max-width: 667px) {
  .form dl.form {
    display: inherit;
  }
  .form dl.form dt, .form dl.form dd {
    width: 100%;
    display: block;
  }
  .form dl.form dt {
    padding: 3px 5px 2px 8px;
  }
  .form dl.form dt .required:after {
    position: relative;
    margin-left: 1.5em;
    top: 0.1em;
  }
}

/* form */
/*----------------------------------------------------------
  Page
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
.footcmt {
  color: #1e7683;
  font-size: 9px;
  text-align: center;
}

p.pagetop {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: right;
}
p.pagetop a {
  text-decoration: none;
  color: #505050;
}
p.pagetop a:hover {
  text-decoration: underline;
}
p.pagetop a:before {
  font-family: 'basicicon';
  content: "\e623";
  position: relative;
  top: 1px;
  margin-right: 0.3em;
}

.btnPagelink img {
  height: 20px;
}

.btnBasic {
  background: #1e7683;
  padding: 0.3em 0.5em;
  color: #FFF;
  display: inline;
}
.btnBasic a {
  color: #FFF;
  text-decoration: none;
}
.btnBasic:hover {
  opacity: 0.7;
}

section.subItemlist ul li {
  position: relative;
}
section.subItemlist ul li a {
  padding: 10px 10px 40px;
}
section.subItemlist ul li a:hover {
  background: #E9F9F4;
}
section.subItemlist ul li dl dt img {
  max-height: 130px;
  width: auto;
}
section.subItemlist ul li dl dd {
  font-size: 15px;
}
section.subItemlist ul li dl dd .price {
  position: absolute;
  right: 5px;
  font-size: 19px;
  color: #1e7683;
}

.pager {
  text-align: center;
  margin: 18px 0;
  /* sp */
}
.pager ul li {
  display: inline-block;
  vertical-align: top;
}
.pager ul li a {
  display: block;
  border: 1px solid #1e7683;
  text-align: center;
  height: 30px;
  width: 2.5em;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
  color: #1e7683;
  padding-top: 0.3em;
  font-weight: bold;
}
.pager ul li.active {
  isplay: block;
  border: 1px solid #1e7683;
  background: #1e7683;
  text-align: center;
  height: 30px;
  width: 2.5em;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  padding-top: 0.3em;
  font-weight: bold;
}
.pager ul li.prev a, .pager ul li.next a {
  width: 3em;
}
.pager ul a:hover {
  background: #F1F1F1;
}
@media screen and (max-width: 667px) {
  .pager ul {
    font-size: 0;
  }
  .pager ul li {
    width: 13%;
    font-size: 15px;
    margin: 0 0.5%;
  }
  .pager ul li a {
    width: auto;
    height: 35px;
    border: 1px solid #1e7683 !important;
    padding: 0.45em 0 0 0 !important;
  }
  .pager ul li.prev a, .pager ul li.next a {
    width: auto;
  }
  .pager ul li.active {
    height: 35px;
    padding: 0.45em 0 0 0 !important;
  }
}

/* pager */
/*  top
----------------------------------------------- */
section#category {
  /* sp */
  /* sp */
}
section#category dl {
  position: relative;
  display: inline-block;
  width: 24%;
  border: 1px solid #ccc;
  height: 180px;
  margin-right: 1%;
  margin-bottom: 12px;
  background: #555555;
}
section#category dl dt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 0.5em;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
section#category dl dd a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
section#category dl:hover {
  opacity: 0.7;
}
section#category dl {
  background-position: center center;
}
section#category dl.category1 {
  background: url(../img/top/topcat_categorys1.jpg) no-repeat;
}
section#category dl.category2{
  background: url(../img/top/topcat_categorys2.jpg) no-repeat;
}
section#category dl.category3 {
  background: url(../img/top/topcat_categorys3.jpg) no-repeat;
}
section#category dl.category4 {
  background: url(../img/top/topcat_categorys4.jpg) no-repeat;
}

section#category dl.commonitem1 {
  background: url(../img/top/topcat_commonitems1.jpg) no-repeat;
}
section#category dl.commonitem2 {
  background: url(../img/top/topcat_commonitems2.jpg) no-repeat;
}
section#category dl.commonitem3 {
  background: url(../img/top/topcat_commonitems3.jpg) no-repeat;
}
section#category dl.commonitem4 {
  background: url(../img/top/topcat_commonitems4.jpg) no-repeat;
}

section#category dl.subcategory0 {
  background: url(../img/top/topcat_subcategorys0.jpg) no-repeat;
}
section#category dl.subcategory1 {
  background: url(../img/top/topcat_subcategorys1.jpg) no-repeat;
}
section#category dl.subcategory2 {
  background: url(../img/top/topcat_subcategorys2.jpg) no-repeat;
}
section#category dl.subcategory3 {
  background: url(../img/top/topcat_subcategorys3.jpg) no-repeat;
}
section#category dl.subcategory4 {
  background: url(../img/top/topcat_subcategorys4.jpg) no-repeat;
}
section#category dl.subcategory5 {
  background: url(../img/top/topcat_subcategorys5.jpg) no-repeat;
}
section#category dl.subcategory6 {
  background: url(../img/top/topcat_subcategorys6.jpg) no-repeat;
}
section#category dl.subcategory7 {
  background: url(../img/top/topcat_subcategorys7.jpg) no-repeat;
}

@media screen and (max-width: 999px) {
  section#category dl, section#category dl:nth-child(5n) {
    height: 240px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 8px;
    background-size: 100%;
  }

  section#category dl.category1 {
    background: url(../img/top/topcat_category1.jpg) no-repeat center center;
  }
  section#category dl.category2 {
    background: url(../img/top/topcat_category2.jpg) no-repeat center center;
  }
  section#category dl.category3 {
    background: url(../img/top/topcat_category3.jpg) no-repeat center center;
  }
  section#category dl.category4 {
    background: url(../img/top/topcat_category4.jpg) no-repeat center center;
  }

  section#category dl.commonitem1 {
    background: url(../img/top/topcat_commonitem1.jpg) no-repeat center center;
  }
  section#category dl.commonitem2 {
    background: url(../img/top/topcat_commonitem2.jpg) no-repeat center center;
  }
  section#category dl.commonitem3 {
    background: url(../img/top/topcat_commonitem3.jpg) no-repeat center center;
  }
  section#category dl.commonitem4 {
    background: url(../img/top/topcat_commonitem4.jpg) no-repeat center center;
  }

  section#category dl.subcategory0 {
    background: url(../img/top/topcat_subcategory0.jpg) no-repeat center center;
  }
  section#category dl.subcategory1 {
    background: url(../img/top/topcat_subcategory1.jpg) no-repeat center center;
  }
  section#category dl.subcategory2 {
    background: url(../img/top/topcat_subcategory2.jpg) no-repeat center center;
  }
  section#category dl.subcategory3 {
    background: url(../img/top/topcat_subcategory3.jpg) no-repeat center center;
  }
  section#category dl.subcategory4 {
    background: url(../img/top/topcat_subcategory4.jpg) no-repeat center center;
  }
  section#category dl.subcategory5 {
    background: url(../img/top/topcat_subcategory5.jpg) no-repeat center center;
  }
  section#category dl.subcategory6 {
    background: url(../img/top/topcat_subcategory6.jpg) no-repeat center center;
  }
  section#category dl.subcategory7 {
    background: url(../img/top/topcat_subcategory7.jpg) no-repeat center center;
  }
}

@media screen and (max-width: 667px) {
  section#category dl, section#category dl:nth-child(5n) {
    height: 170px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 8px;
    background-size: 100%;
  }

  section#category dl.category1 {
    background: url(../img/top/topcat_categorym1.jpg) no-repeat center center;
  }
  section#category dl.category2 {
    background: url(../img/top/topcat_categorym2.jpg) no-repeat center center;
  }
  section#category dl.category3 {
    background: url(../img/top/topcat_categorym3.jpg) no-repeat center center;
  }
  section#category dl.category4 {
    background: url(../img/top/topcat_categorym4.jpg) no-repeat center center;
  }

  section#category dl.commonitem1 {
    background: url(../img/top/topcat_commonitemm1.jpg) no-repeat center center;
  }
  section#category dl.commonitem2 {
    background: url(../img/top/topcat_commonitemm2.jpg) no-repeat center center;
  }
  section#category dl.commonitem3 {
    background: url(../img/top/topcat_commonitemm3.jpg) no-repeat top center;
  }
  section#category dl.commonitem4 {
    background: url(../img/top/topcat_commonitemm4.jpg) no-repeat center center;
  }

  section#category dl.subcategory0 {
    background: url(../img/top/topcat_subcategorym0.jpg) no-repeat center center;
  }
  section#category dl.subcategory1 {
    background: url(../img/top/topcat_subcategorym1.jpg) no-repeat center center;
  }
  section#category dl.subcategory2 {
    background: url(../img/top/topcat_subcategorym2.jpg) no-repeat center center;
  }
  section#category dl.subcategory3 {
    background: url(../img/top/topcat_subcategorym3.jpg) no-repeat center center;
  }
  section#category dl.subcategory4 {
    background: url(../img/top/topcat_subcategorym4.jpg) no-repeat center center;
  }
  section#category dl.subcategory5 {
    background: url(../img/top/topcat_subcategorym5.jpg) no-repeat center center;
  }
  section#category dl.subcategory6 {
    background: url(../img/top/topcat_subcategorym6.jpg) no-repeat center center;
  }
  section#category dl.subcategory7 {
    background: url(../img/top/topcat_subcategorym7.jpg) no-repeat center center;
  }
}

@media screen and (max-width: 420px) {
  section#category dl, section#category dl:nth-child(5n) {
    height: 180px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 8px;
    background-size: 100%;
  }

  section#category dl.category1 {
    background: url(../img/top/topcat_categorys1.jpg) no-repeat center center;
  }
  section#category dl.category2 {
    background: url(../img/top/topcat_categorys2.jpg) no-repeat center center;
  }
  section#category dl.category3 {
    background: url(../img/top/topcat_categorys3.jpg) no-repeat center center;
  }
  section#category dl.category4 {
    background: url(../img/top/topcat_categorys4.jpg) no-repeat center center;
  }

  section#category dl.commonitem1 {
    background: url(../img/top/topcat_commonitems1.jpg) no-repeat center center;
  }
  section#category dl.commonitem2 {
    background: url(../img/top/topcat_commonitems2.jpg) no-repeat center center;
  }
  section#category dl.commonitem3 {
    background: url(../img/top/topcat_commonitems3.jpg) no-repeat top center;
  }
  section#category dl.commonitem4 {
    background: url(../img/top/topcat_commonitems4.jpg) no-repeat center center;
  }

  section#category dl.subcategory0 {
    background: url(../img/top/topcat_subcategorys0.jpg) no-repeat center center;
  }
  section#category dl.subcategory1 {
    background: url(../img/top/topcat_subcategorys1.jpg) no-repeat center center;
  }
  section#category dl.subcategory2 {
    background: url(../img/top/topcat_subcategorys2.jpg) no-repeat center center;
  }
  section#category dl.subcategory3 {
    background: url(../img/top/topcat_subcategorys3.jpg) no-repeat center center;
  }
  section#category dl.subcategory4 {
    background: url(../img/top/topcat_subcategorys4.jpg) no-repeat center center;
  }
  section#category dl.subcategory5 {
    background: url(../img/top/topcat_subcategorys5.jpg) no-repeat center center;
  }
  section#category dl.subcategory6 {
    background: url(../img/top/topcat_subcategorys6.jpg) no-repeat center center;
  }
  section#category dl.subcategory7 {
    background: url(../img/top/topcat_subcategorys7.jpg) no-repeat center center;
  }

}

/* スマホ用１カラムレイアウト　（現在は不使用） */
/* @media screen and (max-width: 420px) {
  section#category dl, section#category dl:nth-child(5n) {
    height: 180px;
    width: 100%;
    margin-right: 1%;
    margin-bottom: 8px;
    background-size: 100%;
  }

  section#category dl.category1 {
    background: url(../img/top/topcat_categoryx1.jpg) no-repeat center center;
  }
  section#category dl.category2 {
    background: url(../img/top/topcat_categoryx2.jpg) no-repeat center center;
  }
  section#category dl.category3 {
    background: url(../img/top/topcat_categoryx3.jpg) no-repeat center center;
  }
  section#category dl.category4 {
    background: url(../img/top/topcat_categoryx4.jpg) no-repeat center center;
  }

  section#category dl.commonitem1 {
    background: url(../img/top/topcat_commonitemx1.jpg) no-repeat center center;
  }
  section#category dl.commonitem2 {
    background: url(../img/top/topcat_commonitemx2.jpg) no-repeat center center;
  }
  section#category dl.commonitem3 {
    background: url(../img/top/topcat_commonitemx3.jpg) no-repeat top center;
  }
  section#category dl.commonitem4 {
    background: url(../img/top/topcat_commonitemx4.jpg) no-repeat center center;
  }

  section#category dl.subcategory1 {
    background: url(../img/top/topcat_subcategoryx1.jpg) no-repeat;
  }
  section#category dl.subcategory2 {
    background: url(../img/top/topcat_subcategoryx2.jpg) no-repeat;
  }
  section#category dl.subcategory3 {
    background: url(../img/top/topcat_subcategoryx3.jpg) no-repeat;
  }
  section#category dl.subcategory4 {
    background: url(../img/top/topcat_subcategoryx4.jpg) no-repeat;
  }
  section#category dl.subcategory5 {
    background: url(../img/top/topcat_subcategoryx5.jpg) no-repeat;
  }
  section#category dl.subcategory6 {
    background: url(../img/top/topcat_subcategoryx6.jpg) no-repeat;
  }

} */

section#photo .instagram {
  text-align: center;
  /* sp */
}
section#photo .instagram div.image {
  display: inline-block;
  width: 16%;
  margin: 5px 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
  section#photo .instagram div.image {
    display: inline-block;
    width: 31.5%;
    margin: 0.5%;
    text-align: center;
  }
}

section#brand {
  /* sp */
}
section#brand ul li {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 1px;
}
@media screen and (max-width: 667px) {
  section#brand ul {
    text-align: center;
  }
  section#brand ul li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 1px;
  }
}

section#brand .keyimage img, section#item .keyimage img {
  width: 100%;
}

section#news .entryList {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 1%;
}
section#news .entryList a {
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #1e7683;
  padding: 10px;
}
section#news .entryList a dl dt {
  clear: left;
  float: left;
  width: 110px;
}
section#news .entryList a dl dd {
  margin-left: 0;
  padding: 0 5em 0 120px;
}
section#news .entryList a dl dd span {
  display: block;
}
section#news .entryList a dl dd span.date {
  font-size: 12px;
}
section#news .entryList a dl:after {
  content: "";
  display: block;
  clear: both;
}
section#news .entryList a:hover {
  background: #E9F9F4;
}

/*  index2
----------------------------------------------- */
section#category {
  /* sp */
}
section#category .searchBtn {
  font-size: 0;
}
section#category .searchBtn li {
  width: 25%;
  display: inline-block;
}
@media screen and (max-width: 667px) {
  section#category .searchBtn li {
    width: 50%;
  }
}

#content ul.brandList,
#content ul.itemList {
  /* sp */
  /* sp */
}
#content ul.brandList li,
#content ul.itemList li {
  border: #1e7683 1px solid;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-right: 0.8%;
  padding: 0;
  margin-bottom: 10px;
}
#content ul.brandList li:nth-child(5n),
#content ul.itemList li:nth-child(5n) {
  margin-right: 0;
}
#content ul.brandList a,
#content ul.itemList a {
  padding: 8px 5px 5px;
  text-decoration: none;
  color: #505050;
  display: block;
  position: relative;
  min-height: 150px;
}
#content ul.brandList a div.bname,
#content ul.itemList a div.bname {
  position: absolute;
  background: #5D5D5D;
  color: #FFF;
  padding: 3px 5px;
  display: inline;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  left: 0;
  top: 0;
  margin-bottom: 16px;
}
#content ul.brandList a:hover,
#content ul.itemList a:hover {
  background: #E9F9F4;
}
#content ul.brandList dl,
#content ul.itemList dl {
  text-align: center;
}
#content ul.brandList dl dd,
#content ul.itemList dl dd {
  font-size: 18px;
}
#content ul.brandList dl dd .name,
#content ul.itemList dl dd .name {
  font-size: 18px;
  font-weight: bold;
}
#content ul.brandList dl dd .jname,
#content ul.itemList dl dd .jname {
  font-size: 12px;
  display: block;
  margin-top: -3px;
}
#content ul.brandList ul.salesList,
#content ul.itemList ul.salesList {
  text-align: left;
  font-size: 12px;
  color: #1e7683;
}
#content ul.brandList ul.salesList li,
#content ul.itemList ul.salesList li {
  border: none;
  width: 49% !important;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em !important;
  word-break: break-all;
  font-weight: normal;
}
#content ul.brandList ul.salesList li:before,
#content ul.itemList ul.salesList li:before {
  font-family: 'basicicon';
  content: "\e625";
  position: relative;
  top: 1px;
}
@media screen and (max-width: 999px) {
  #content ul.brandList li,
  #content ul.brandList li:nth-child(5n),
  #content ul.itemList li,
  #content ul.itemList li:nth-child(5n) {
    width: 24.1%;
    margin-right: 0.8% !important;
  }
  #content ul.brandList li:nth-child(4n),
  #content ul.itemList li:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 667px) {
  #content ul.brandList li,
  #content ul.brandList li:nth-child(5n),
  #content ul.brandList li:nth-child(4n),
  #content ul.itemList li,
  #content ul.itemList li:nth-child(5n),
  #content ul.itemList li:nth-child(4n) {
    width: 32.4%;
    margin-right: 0.8% !important;
  }
  #content ul.brandList li:nth-child(3n),
  #content ul.itemList li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #content ul.brandList li,
  #content ul.brandList li:nth-child(2n),
  #content ul.brandList li:nth-child(3n),
  #content ul.brandList li:nth-child(4n),
  #content ul.brandList li:nth-child(5n),
  #content ul.itemList li,
  #content ul.itemList li:nth-child(2n),
  #content ul.itemList li:nth-child(3n),
  #content ul.itemList li:nth-child(4n),
  #content ul.itemList li:nth-child(5n) {
    width: 49%;
    margin-right: 0.8% !important;
  }
  #content ul.brandList li:nth-child(2n),
  #content ul.itemList li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

#content ul.itemList.clm1List li {
  width: 100%;
}
#content ul.itemList.clm1List li a {
  min-height: auto;
}
#content ul.itemList.clm1List li dl dt, #content ul.itemList.clm1List li dl dd {
  display: inline-block;
  vertical-align: top;
}
#content ul.itemList.clm1List li dl dt {
  width: 48%;
  margin-right: 2%;
}
#content ul.itemList.clm1List li dl dt img {
  max-height: 220px;
}
#content ul.itemList.clm1List li dl dd {
  width: 49%;
  text-align: left;
}
#content ul.itemList.clm1List li dl dd .name {
  text-decoration: underline;
}
#content ul.itemList.clm1List li dl .salesList dl, #content ul.itemList.clm1List li dl .salesList dd, #content ul.itemList.clm1List li dl .salesList dt {
  width: 100%;
}
#content ul.itemList.clm1List li dl .salesList dt {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
#content ul.itemList.clm1List li dl .salesList dt:before {
  font-family: 'basicicon';
  content: "\e625";
  position: relative;
  top: 1px;
}
#content ul.itemList.clm1List li .description {
  background: #ECECEC;
  padding: 0.5em 1em;
  font-size: 13px;
}

/*  brand
----------------------------------------------- */
#items ul.item_brandList {
  margin-bottom: 15px;
  /* sp */
}
#items ul.item_brandList li {
  display: inline-block;
  width: 24%;
  margin: 10px 0.5%;
  vertical-align: top;
}
#items ul.item_brandList li a {
  border: #1e7683 1px solid;
  display: block;
  text-align: center;
  padding: 5px;
}
#items ul.item_brandList li a:hover {
  background: #E9F9F4;
}
#items ul.item_brandList li dl dt img {
  max-height: 100px;
}
#items ul.item_brandList li dl dd {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 667px) {
  #items ul.item_brandList li {
    width: 49%;
  }
}

/*  shop
----------------------------------------------- */
/* shop_shohin */
@media screen and (min-width: 668px) {
   .shohin_detail .clearBox {
      display: table;
      width: 100%;
   }
   .itemphoto {
      display: table-cell;
   }
   .auto {
      display: table-cell;

   }
}

span.arrow.icon:before {
  font-family: 'basicicon';
  content: "\72";
  position: relative;
  top: 1px;
  margin-right: 0.2em;
  color: #FDB62A;
}

.poimsg .help:before {
  font-family: 'basicicon';
  content: "\e61c";
  position: relative;
  top: 2px;
  margin-right: 0.2em;
  font-size: 20px;
  color: #1e7683;
}

.shohin_detail .itemphoto {
  border: 1px solid #1e7683;
  padding: 12px;
  position: relative;
}
.shohin_detail .itemphoto:before {
  font-family: 'basicicon';
  content: "\e412";
  top: 0px;
  left: 0px;
  font-size: 24px;
  color: #1e7683;
}
.shohin_detail .itemphoto p.new {
  text-align: center;
  font-size: 16px;
  background-color:#3F0;
  color: #fff;
  font-weight: bold;
}
.shohin_detail .itemphoto p.sale {
  text-align: center;
  font-size: 16px;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
}
.shohin_detail .itemphoto p.recom {
  text-align: center;
  font-size: 16px;
  background-color:#33F;
  color: #fff;
  font-weight: bold;
}
.shohin_detail .itemphoto p.pop {
  text-align: center;
  font-size: 16px;
  background-color:#F0F;
  color: #fff;
  font-weight: bold;
}
.shohin_detail .itemphoto p.used {
  text-align: center;
  font-size: 16px;
  background-color: #F90;
  color: #fff;
  font-weight: bold;
}

.shohin_detail .salesList dl input[type="text"] {
  width: auto;
  display: inline-block;
}
.shohin_detail .salesList dl dt.charge {
  background: #E0911F;
  color: #FFF;
  padding: 5px 8px;
  text-align: center;
  margin: 5px 0;
}
.shohin_detail .salesList dl .island {
  text-align: right;
  font-size: 12px;
}
.shohin_detail .salesList dl .fixed {
  padding-right: 0.5em;
  border-right: 2px #1e7683 solid;
  margin-right: 0.5em;
}
.shohin_detail .salesList dl .fixed, .shohin_detail .salesList dl .bai {
  display: inline-block;
  font-size: 13px;
}
.shohin_detail .salesList dl .eng {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dotted #1e7683;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.shohin_detail .salesList dl .poi, .shohin_detail .salesList dl .card {
  display: inline-block;
}
.shohin_detail .salesList dl .used {
  display: inline-block;
  font-size: 13px;
}

.shohin_detail .movie-wrap iframe {
  width: 100%;
}

.shohin_detail .clearBox .img-l {
  float: none;
  width: 100%;
}
.shohin_detail .clearBox .img-l #flickscroll ul img {
  max-width: 100% !important;
}

@media screen and (min-width: 668px) {
   .shohin_detail .movie-wrap iframe {
     width: 50%;
   }
   .shohin_detail .clearBox .img-l {
     width: 50%;
   }
}

.shohin_detail .clearBox .auto {
  padding: 10px 10px;
}
.shohin_detail .clearBox .auto h1.itemName {
  border-bottom: 2px solid #1e7683;
  font-size: 28px;
  padding: 5px 0;
}
.shohin_detail .clearBox .auto .jname {
  color: #1e7683;
}
.shohin_detail .clearBox .auto .spec {
  padding: 4px 7px;
  border-left: 4px #D9D9D9 solid;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.3;
}
.shohin_detail dl.cart {
  text-align: right;
  /* sp */
}
.shohin_detail dl.cart dt, .shohin_detail dl.cart dd {
  display: inline-block;
  vertical-align: center;
}
.shohin_detail dl.cart dd.zai {
  margin-right: 10px;
}
.shohin_detail dl.cart dd.cartin {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 667px) {
  .shohin_detail dl.cart dd.cartin {
    text-align: center;
  }
}


/*  search(shop-list),shop_product
----------------------------------------------- */
.list3clm.productList {
  /* sp */
}
.list3clm.productList .row {
  margin: 0 !important;
}
.list3clm.productList a.result {
  width: 32%;
  display: inline-block;
  border: 1px solid #1e7683;
  vertical-align: top;
  margin: 15px 0.5%;
  text-decoration: none;
  position: relative;
  min-height: 200px;
  color: #505050;
}
.list3clm.productList a.result:hover {
  background: #E9F9F4;
}
.list3clm.productList a.result dl {
  word-break: break-all;
}
.list3clm.productList a.result dl .brand {
  font-size: 13px;
  padding: 4px 0 0 3px;
}
.list3clm.productList a.result dl .brand span.num {
  background: #1e7683;
  color: #FFF;
  padding: 0.1em 0.4em;
  margin-right: 0.5em;
}
.list3clm.productList a.result dl dd.code {
  text-align: right;
  color: #595959;
  font-size: 11px;
  padding: 7px 7px 7px 0;
}
.list3clm.productList a.result dl dd.img {
  text-align: center;
  padding: 5px 7px;
}
.list3clm.productList a.result dl dd.img img {
  max-height: 150px;
}
.list3clm.productList a.result dl dd.noimg {
  text-align: center;
  padding: 0;
  line-height: 0;
}
.list3clm.productList a.result dl dd.new {
  text-align: center;
  font-size: 16px;
  background-color:#3F0;
  color: #fff;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.sale {
  text-align: center;
  font-size: 16px;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.recom {
  text-align: center;
  font-size: 16px;
background-color:#33F;
  color: #fff;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.pop {
  text-align: center;
  font-size: 16px;
  background-color:#F0F;
  color: #fff;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.zaiko {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.list3clm.productList a.result dl dt.name {
  padding: 2px 7px;
  font-size: 16px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.spec {
  padding: 4px 7px;
  border-left: 4px #D9D9D9 solid;
  padding-left: 8px;
  font-size: 12px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.list3clm.productList a.result dl dd.price {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #1e7683;
}
.list3clm.productList a.result dl dd.non {
  text-align: center;
  font-size: 16px;
  background-color: #999;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.new {
  text-align: center;
  font-size: 16px;
  background-color: #3F0;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.sale {
  text-align: center;
  font-size: 16px;
  background-color: #F00;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.recom {
  text-align: center;
  font-size: 16px;
  background-color: #33F;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.pop {
  text-align: center;
  font-size: 16px;
  background-color: #F0F;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.used {
  text-align: center;
  font-size: 16px;
  background-color: #F90;
  color: #fff;
  margin: 8px;
  font-weight: bold;
}
.list3clm.productList a.result dl dd.end {
  text-align: center;
  font-size: 16px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 667px) {
  .list3clm.productList a.result {
    width: 100%;
    margin: 15px 0;
  }
}

/*  cart
----------------------------------------------- */
.msgPay {
  text-align: center;
  margin-top: 20px;
}

.thanks {
  background: #FFF9E6;
  margin: 10px 0;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
}

.btnPay {
  text-align: center;
  margin: 10px 0;
}

.cart_user {
  border: dotted #1e7683 1px;
  color: #1e7683;
  font-size: 13px;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin: 5px 0;
}

section#navi {
  background: #F5F5F5;
  padding: 10px;
  margin: 15px auto;
  border-radius: 3px;
}
section#navi h2 {
  color: #1e7683;
  font-weight: bold;
  font-size: 13px;
}

ul.btnNavi li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 13px;
}
ul.btnNavi li:before {
  font-family: 'basicicon';
  content: "\73";
  position: relative;
  top: 0px;
  margin-right: 0.2em;
  color: #1e7683;
}

.cartMsg {
  border: 3px solid #D9F1E6;
  padding: 10px;
  text-align: center;
  margin: 15px 0;
}
.cartMsg h1 {
  text-align: center;
}
.cartMsg h1 img {
  display: block;
  margin: 0 auto;
}
.cartMsg div.code {
  margin: 5px 0;
}
.cartMsg div.code span {
  display: inline-block;
  border: 1px solid #1e7683;
  border-radius: 3px;
  color: #1e7683;
  padding: 2px 0.3em;
  margin-right: 4px;
  font-size: 12px;
}
.cartMsg p.cartin a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.cartMsg p.cartin span.btnCart:before {
  font-family: 'basicicon';
  content: "\e904";
  position: relative;
  color: #1e7683;
  top: 0.1em;
  font-size: 30px;
  margin-right: 0.1em;
}

/* cartlook */
.okmsg {
  background: #FFF2C1;
  font-weight: bold;
  padding: 0 0.1em;
}

.ngmsg {
  background: #EEEEEE;
  font-weight: bold;
  padding: 0 0.1em;
}

table.cart {
  width: 100%;
}
table.cart span.price {
  color: #1e7683;
  font-weight: bold;
  fomt-size: 110%;
}
table.cart tfoot {
  background: #FFF2C1;
  font-size: 110%;
  font-weight: bold;
}
table.cart .shohin_name {
  font-size: 15px;
  color: #1e7683;
  font-weight: bold;
}
table.cart th {
  background: #ECFFF7;
}
table.cart tr.title td {
  padding: 15px 5px;
}
table.cart tr.price {
  border-bottom: 3px solid #1e7683;
}
table.cart tr.price label {
  border: dotted 1px #E47867;
  padding: 0.2em 0.3em;
  font-size: 13px;
}
table.cart tr.price label input[type="checkbox"] {
  margin-right: 5px;
}

/* shop_kinyu */
.accordion {
  margin-top: 8px;
  font-size: 14px;
}
.accordion dt input[type="checkbox"] {
  margin-right: 4px;
}
.accordion ul.arrow {
  font-size: 13px;
}
.accordion ul.arrow li {
  margin: 0.2em 0;
}

/* flick
----------------------------- */
.flickSimple {
  width: 320px;
  position: relative;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

.flickSimple.landscape {
  width: 480px;
}

.flickSimple ul {
  display: block;
}

.flickSimple ul li {
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

/* top_reccomend, used
----------------------------- */
/* 関連商品・おすすめ・中古品 */
#firstitemx, #firstitemx.landscape,
#firstitemy, #firstitemy.landscape,
#firstitemz, #firstitemz.landscape {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#firstitemx,
#firstitemy,
#firstitemz {
  width: 100%;
  overflow: hidden;
  background: #F1F1F1;
  padding: 10px;
}
#firstitemx ul,
#firstitemy ul,
#firstitemz ul {
  width: 3450px;
  /* 230*10*1.5 + 50*2 */
}
#firstitemx ul li,
#firstitemy ul li,
#firstitemz ul li {
  width: 200px;
  height: auto;
  background: #FFF;
  border: #1e7683 1px solid;
  display: inline-block;
  margin: 0 10px;
}
#firstitemx dl dt,
#firstitemy dl dt,
#firstitemz dl dt {
  max-width: 180px;
  max-height: 160px;
}
#firstitemx dl dd,
#firstitemy dl dd,
#firstitemz dl dd {
  text-align: left;
}
#firstitemx dl dd.new,
#firstitemy dl dd.new,
#firstitemz dl dd.new {
  text-align: center;
  font-size: 16px;
  background-color:#3F0;
  color: #fff;
  font-weight: bold;
}
#firstitemx dl dd.sale,
#firstitemy dl dd.sale,
#firstitemz dl dd.sale {
  text-align: center;
  font-size: 16px;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
}
#firstitemx dl dd.recom,
#firstitemy dl dd.recom,
#firstitemz dl dd.recom {
  text-align: center;
  font-size: 16px;
  background-color:#33F;
  color: #fff;
  font-weight: bold;
}
#firstitemx dl dd.pop,
#firstitemy dl dd.pop,
#firstitemz dl dd.pop {
  text-align: center;
  font-size: 16px;
  background-color:#F0F;
  color: #fff;
  font-weight: bold;
}
#firstitemx dl dd.used,
#firstitemy dl dd.used,
#firstitemz dl dd.used {
  text-align: center;
  font-size: 16px;
  background-color: #F90;
  color: #fff;
  font-weight: bold;
}
#firstitemx dl dd span.price,
#firstitemy dl dd span.price,
#firstitemz dl dd span.price {
  display: block;
}

#firstitemx ul.landscape,
#firstitemy ul.landscape,
#firstitemz ul.landscape {
  width: 3450px;
  /* 230*10*1.5 + 50*2 */
  padding-left: 5%;
}

#firstitemx ul li a,
#firstitemy ul li a,
#firstitemz ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

/*----------------------------------------------------------
  Script
--------------------------------------------------------- */
/* drwer menu */
.naver {
  margin: 0;
}

.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}

.naver-handle {
  background: #1e7683;
  color: #FFF;
  cursor: pointer;
  display: none;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.naver-handle:after {
  position: absolute;
  left: 20%;
  top: 15%;
  color: #FFF;
  font-family: 'basicicon';
  content: "\e61e";
}

.naver.open .naver-handle:after {
  color: #FFF;
  font-family: 'basicicon';
  content: "\e614";
}

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* animation */
.naver.open .naver-wrapper {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.naver.enabled .naver-handle {
  display: block;
}

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}

.naver.enabled .naver-container {
  height: auto;
}

/*----------------------------------------------------------
  Modal
--------------------------------------------------------- */
modal-body {
  border-bottom: #1e7683 solid 4px;
  /* inner */
  /* sp */
}
modal-body a {
  text-decoration: none;
}
modal-body .inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
  /* sp */
  /* sp */
}
modal-body .inner .headnav {
  text-align: right;
}
modal-body .inner .headnav li {
  display: inline-block;
  font-size: 13px;
  border-right: 2px solid #e5e5e5;
  padding-right: 0.7em;
  margin-right: 0.3em;
  line-height: 1.4;
}
modal-body .inner .headnav li:last-child {
  margin-right: 0;
}
modal-body .inner .headnav li a {
  text-decoration: none;
  padding: 0.2em 0;
}
modal-body .inner .headnav li a:before {
  font-family: 'basicicon';
  content: "\73";
  color: #1e7683;
  font-size: 110%;
  position: relative;
  top: 1px;
}
modal-body .inner .headnav li a:hover {
  text-decoration: underline;
}
modal-body .inner .headtool {
  position: absolute;
  top: 23px;
  right: 0;
  text-align: right;
}
modal-body .inner .headtool .name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
modal-body .inner .headtool .name span.tel {
  margin-left: 4px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
modal-body .inner .headtool .name span.tel:before {
  font-family: 'basicicon';
  content: "\21";
  color: #1e7683;
  font-size: 110%;
  margin-right: 3px;
}
modal-body .inner .headtool ul.ecbtn li {
  display: inline-block;
  font-size: 13px;
  margin-right: 8px;
}
modal-body .inner .headtool ul.ecbtn li:last-child {
  margin-right: 0;
}
modal-body .inner .headtool ul.ecbtn li:hover {
  opacity: 0.7;
}
modal-body .inner .headtool ul.ecbtn a {
  padding: 10px 1em;
  text-decoration: none;
}
modal-body .inner .headtool ul.ecbtn li.cart a {
  border: #1e7683 3px solid;
  color: #1e7683;
}
modal-body .inner .headtool ul.ecbtn li.cart a .icon:before {
  font-family: 'basicicon';
  content: "\e904";
  color: #1e7683;
  margin-right: 0.5em;
}
modal-body .inner .headtool ul.ecbtn li.cart a .num {
  background: #1e7683;
  color: #FFF;
  padding: 0.1em 0.5em;
  font-size: 12px;
  margin-left: 6px;
}
modal-body .inner .headtool ul.ecbtn li.logout a, modal-body .inner .headtool ul.ecbtn li.login a {
  background: #1e7683;
  color: #FFF;
  border: #1e7683 3px solid;
}
modal-body .inner .headtool ul.ecbtn li.login a {
  padding: 10px 2em;
}
modal-body .inner .headtool ul.ecbtn li.logout a {
  padding-right: 0.6em;
}
modal-body .inner .headtool ul.ecbtn li.logout span.btn {
  background: #FFF;
  padding: 3px 1em;
  border-radius: 3px;
  color: #1e7683;
  font-size: 12px;
  margin-left: 8px;
}
modal-body .inner .gnav {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 6px;
}
modal-body .inner .gnav li {
  display: inline-block;
}
modal-body .inner .gnav li a {
  text-decoration: none;
  color: #1e7683;
  padding: 0 1em;
}
modal-body .inner .gnav li a:hover {
  opacity: 0.7;
}
modal-body .inner .gnav li.sub a {
  color: #1e7683;
  border-left: 8px solid #eee;
}
modal-body .inner .gnav li.spDisp {
  display: none;
}
@media screen and (max-width: 667px) {
  modal-body .inner .gnav {
    padding: 0 -2%;
  }
  modal-body .inner .gnav li {
    display: inline-block !important;
    font-weight: 400;
    width: 49%;
    border-bottom: 1px #1e7683 dotted;
  }
  modal-body .inner .gnav li a {
    display: block;
    font-size: 15px;
    padding: 3px 0;
  }
  modal-body .inner .gnav li a:before {
    font-family: 'basicicon';
    content: "\73";
    color: #1e7683;
    margin-right: 3px;
  }
  modal-body .inner .gnav li.sub a {
    color: #1e7683;
    border-left: none;
  }
  modal-body .inner .gnav li.sub a:before, modal-body .inner .gnav li.spDisp a:before {
    font-family: 'basicicon';
    content: "\24";
    margin-right: 3px;
  }
  modal-body .inner .gnav li.spDisp {
    display: inline-block;
  }
}
@media screen and (max-width: 667px) {
  modal-body .inner .siteid {
    width: 50%;
    padding-top: 10px;
  }
  modal-body .inner .headtool {
    position: relative;
    top: 0;
    text-align: center;
  }
  modal-body .inner .headtool ul.ecbtn {
    margin: 10px 0;
  }
  modal-body .inner .headtool ul.ecbtn li {
    width: 48%;
    font-size: 12px;
  }
  modal-body .inner .headtool ul.ecbtn li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 5px;
  }
  modal-body .inner .headtool ul.ecbtn li.login a {
    padding: 5px !important;
  }
  modal-body .inner .headtool ul.ecbtn li.logout a {
    padding: 5px !important;
  }
  modal-body .inner .headtool ul.ecbtn li.logout span.btn {
    background: #FFF;
    padding: 2px 0.5em;
    border-radius: 3px;
    color: #1e7683;
    font-size: 12px;
    margin-left: 8px;
  }
  modal-body .inner .gnav {
    margin-top: 15px;
  }
}
