@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  background-color: #f1f1f1;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: 'Helvetica';
  font-size: 12px;
  line-height: 1.5;
  /*background:url(../img/common/bg.gif) repeat;*/
  background-color: #f5f5f5;
  color: #7d7d7d;
}

input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

span.meirio {
  font-family: "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.error_message {
  width: 500px;
  height: 150px;
  border: 2px solid #dd001c;
  background: #FFF;
  text-align: center;
  position: absolute;
  position: fixed;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -250px;
  overflow: auto;
  display: none;
  cursor: pointer;
}

.error_message span.error_message_close {
  color: #dd001c;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 8px;
  font-weight: bold;
}

.error_message p {
  display: table-cell;
  margin: 15px auto;
  padding: 15px;
  color: #dd001c;
  font-weight: bold;
  vertical-align: middle;
}

.contents-inner {
  width: 100%;
  max-width: 1240px;
  min-width: 1024px;
  margin: 0 auto;
}

h2 {
  margin-top: 42px;
}

h2.current {
  margin-top: 0;
}

h3.head-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 0;
  line-height: 40px;
  border-bottom: 5px solid #000;
  color: #000;
}

a {
  text-decoration: none;
  color: #dd001c;
}

a:hover {
  text-decoration: underline;
}

p.font-red {
  color: #dd001c;
}

/*btn*/
.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn a,
.btn input[type="submit"],
.btn input[type="reset"] {
  font-size: 14px;
  letter-spacing: 1px;
  width: 196px;
  border: 2px solid #dd001c;
  border-radius: 5px;
  display: block;
  line-height: 31px;
  text-align: center;
  vertical-align: middle;
  color: #dd001c !important;
  font-family: 'HelveticaNeueW01-77BdCn 692722','AxisStd-Bold';
  background-color: #f1f1f1;
  padding: 0;
}

.btn a:hover,
.btn input[type="submit"]:hover,
.btn input[type="reset"]:hover,
.btn input[type="button"]:hover {
  background-color: #f8c8c4;
  cursor: pointer;
}

.btn.red a,
.btn.red input[type="submit"] {
  background-color: #f8c8c4;
}

.btn.red a:hover,
.btn.red input[type="submit"]:hover,
.btn.red input[type="button"]:hover {
  color: #f1f1f1 !important;
  background-color: #ff3f41;
}

.btn input[type="reset"],
.btn.gray a,
.btn.gray input[type="submit"],
.btn.gray input[type="button"] {
  color: #a0a0a0 !important;
  border-color: #a0a0a0;
}

.btn:hover a {
  text-decoration: none;
}

.btn span.jp {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -20px;
  color: #dd001c;
  font-size: 12px;
}

/*header*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  background: #f1f1f1;
  z-index: 8000;
}
#header .header-inner {
  max-width: 1340px;
  min-height: 55px;
  margin: 0 auto;
  padding: 14px 0 1.3em;
  position: relative;
  text-align: center;
  z-index: 8000;
}
#header .header-inner .search {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 14px;
}
#header .header-inner .search a {
  display: inline-block;
  padding: 10px 3px;
  background-color: #fff;
  padding-right: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-family: 'Helvetica';
  font-weight: 100;
  color: #000;
}
#header .header-inner .search a:hover {
  opacity: 0.7;
}
#header .header-inner h1 {
  display: inline-block;
  position: absolute;
  right: 50%;
  margin-right: -123px;
}
#header .header-inner h1 strong {
  display: block;
  text-align: center;
  color: #595959;
}
#header .header-inner #member-navi {
  position: absolute;
  top: 20px;
  right: 56px;
}
#header .header-inner #member-navi li {
  float: left;
}
#header .header-inner #member-navi li a {
  display: inline-block;
  position: relative;
}
#header .header-inner #member-navi li #in-cart {
  position: absolute;
  bottom: -11px;
  left: 50%;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  background-color: #67c9fe;
  text-align: center;
  font-size: 12px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .header-inner #member-navi li ~ li {
  padding-left: 43px;
}
#header .header-inner #member-navi li:last-child a {
  top: -1px;
  left: 1px;
}

#header-navi {
  background-color: #e5e5e5;
}
#header-navi .header-navi-inner {
  max-width: 1340px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
#header-navi .header-navi-inner .header-attention {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  float: left;
  padding-left: 14px;
  letter-spacing: 1.13px;
  font-size: 10px;
  color: #595959;
}
#header-navi .header-navi-inner #common-navi {
  float: right;
  height: 22px;
}
#header-navi .header-navi-inner #common-navi li {
  float: left;
}
#header-navi .header-navi-inner #common-navi li a {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 10em;
  text-align: center;
  letter-spacing: 1.7px;
  color: #434343;
}
#header-navi .header-navi-inner #common-navi li a .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 2px;
  background-color: #e5e5e5;
  font-size: 12px;
  font-weight: 300;
  z-index: 5;
}
#header-navi .header-navi-inner #common-navi li a .below {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  padding-top: 1px;
  background-color: #e5e5e5;
  line-height: 22px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 1.2px;
  opacity: 0;
  z-index: 8;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#header-navi .header-navi-inner #common-navi li a:hover {
  text-decoration: none;
}
#header-navi .header-navi-inner #common-navi li a:hover .below {
  top: 0;
  opacity: 1;
}
#header-navi .header-navi-inner #common-navi li.onlinestore a .title,
#header-navi .header-navi-inner #common-navi li.onlinestore a .below {
  background-color: #434343;
  color: #fff;
}
#header-navi .header-navi-inner #common-navi li ~ li a {
  min-width: 10.3em;
  letter-spacing: 1.3px;
}
#header-navi .header-navi-inner #common-navi li ~ li a .below {
  letter-spacing: 1.8px;
  padding-left: 3px;
}
#header-navi .header-navi-inner #common-navi li ~ li ~ li a {
  min-width: 5.05em;
  letter-spacing: 1.5px;
}
#header-navi .header-navi-inner #common-navi li ~ li ~ li a .below {
  letter-spacing: 2px;
  padding-right: 1px;
  padding-left: 3px;
}

#header #nav-member {
  float: right;
}

#header ul li {
  float: left;
}

#header ul#nav1 {
  position: absolute;
  top: 55px;
  right: 118px;
  padding-bottom: 5px;
  padding-right: 20px;
  height: 19px;
}

#header ul#nav1 li {
  margin-left: 0;
}
#header ul#nav1 li ~ li {
  position: relative;
  margin-left: 0.5em;
}
#header ul#nav1 li ~ li:before {
  content: '|';
  margin-right: 0.5em;
}

#header ul#nav1 li a {
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 10px;
  color: #000;
}

#header ul#nav1 li:hover a {
  text-decoration: underline;
}

#header ul#nav1 li a.member {
  font-weight: bold;
}

#header ul#nav2 {
  height: 101px;
}

#header ul#nav2 h1 {
  padding: 20px;
  padding-top: 0;
  background: #f1f1f1;
}

#header ul#nav2 a {
  display: block;
}

#header ul#nav2 li a:hover {
  text-decoration: none;
}

#header ul#nav2 li#cart {
  margin-right: -20px;
  position: relative;
  width: auto;
}

#header ul#nav2 li#cart p {
  position: absolute;
  bottom: 6px;
  text-align: center;
  line-height: 37px;
  width: 100%;
  height: 32px;
  color: #ffffff;
  background: url(../img/common/header/back-cart.gif) center top no-repeat;
}

#header ul#nav2 li#cart:hover p,
#header ul#nav2 li#cart.current p {
  background: url(../img/common/header/back-cart-ov.gif) center top no-repeat;
  color: #e60012;
}

/*login window*/
#header #login_window {
  background-color: #f1f1f1;
  padding: 15px 126px;
  color: #e60012;
  width: 350px;
  position: absolute;
  right: 20px;
  top: 44px;
  border: #cacaca 1px solid;
  display: none;
}

#header #login_window h3 {
  font-size: 14px;
}

#header #login_window h4 {
  line-height: 25px;
}

#header #login_window input[type="text"],
#header #login_window input[type="password"] {
  width: 344px;
  height: 26px;
  padding: 2px;
}

#header #login_window p,
#header #login_window #btn-login {
  margin-top: 10px;
}

#header #login_window #btn-login {
  text-align: right;
}

#header #login_window p a {
  color: #e60012;
  text-decoration: underline;
}

#header #login_window input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 10px;
}

/*wrapper*/
#wrapper {
  width: 100%;
  min-width: 1024px;
  background-color: #fff;
}

/*container*/
#container {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*pankuzu*/
ul#pankuzu {
  margin: -5px 40px 17px;
  font-family: 'Noto Sans Japanese', sans-serif;
}
ul#pankuzu li {
  float: left;
  position: relative;
}
ul#pankuzu li br {
  display: none;
}
ul#pankuzu li a {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 10px;
  color: #898989;
}
ul#pankuzu li a span.head {
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 1000;
}
ul#pankuzu li ~ li {
  position: relative;
  margin-left: 12px;
  padding-left: 23px;
}
ul#pankuzu li ~ li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
}
ul#pankuzu li.current a:hover {
  text-decoration: none;
}

/*contents*/
#contents {
  width: 100%;
  padding: 120px 0 14px;
  position: relative;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 410px;
}
#contents.home {
  padding-top: 105px;
}

.contents-detail {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 19px;
}

#contents .paging {
  text-align: right;
  width: auto;
  padding: 0px 0 6px;
  background-color: #fff;
}
#contents .paging a.inactive {
  display: inline;
}

#contents .paging.bottom {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 80px;
}

#contents .paging .inner {
  color: #696969;
  clear: both;
  font-size: 9px;
  display: inline-block;
}

#contents .paging .inner p {
  text-align: center;
  line-height: 20px;
}
#contents .paging .inner p ~ p {
  margin-top: 2px;
  font-size: 12px;
}

#contents .paging p a,
#contents .paging p span {
  color: #696969;
}

#contents .paging p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#contents .paging p span,
#contents .paging p a {
  padding: 0 7px;
}

#contents .paging p span.exp {
  padding: 0;
}

#contents .paging p span:first-child,
#contents .paging p a:first-child {
  padding-left: 0;
}

#contents .paging p span:last-child,
#contents .paging p a:last-child {
  padding-right: 0;
}

#contents .paging p span.current {
  padding: 0;
  display: inline-block;
  background-color: #b5b5b5;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}

/*sub menu*/
ul#sub_menu {
  position: relative;
  left: -23px;
  height: 32px;
  padding: 3px 23px;
  background: url(../img/common/footer/bg-sub_menu.png) no-repeat;
  margin: 10px auto;
  width: 1220px;
}

ul#sub_menu li {
  padding: 10px 0;
  margin-left: 25px;
  float: left;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
}

ul#sub_menu li:first-child {
  margin-left: 0;
}

ul#sub_menu li a {
  padding-left: 13px;
  background: url(../img/common/footer/menu_head.gif) left center no-repeat;
  vertical-align: middle;
  color: #e60012;
  text-decoration: none;
}

ul#sub_menu li a:hover {
  text-decoration: underline;
}

/*footer*/
#footer {
  clear: both;
  width: 100%;
  background-color: #f1f1f1;
}

#footer #inner {
  width: 1220px;
  margin: auto;
  position: relative;
  padding-bottom: 15px;
}

#footer ul#sub_menu {
  position: relative;
  top: -3px;
  margin: 0 auto 7px;
}

#footer #txt-nou {
  margin-bottom: 12px;
  text-align: center;
}

#footer p#copy {
  color: #e60012;
}

#footer a#up_to_page {
  position: absolute;
  top: -90px;
  right: 20px;
  z-index: 7000;
}

#footer a#link-fbpage,
#footer a#link-ispage {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 7000;
}

#footer a#link-ispage {
  left: 50px;
}

#footer .footerbtn {
  position: fixed;
  bottom: 220px;
  right: 20px;
  opacity: 0;
  z-index: -1;
  z-index: 1001;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#footer .footerbtn.active {
  z-index: 1001;
}
#footer .footerbtn.rev {
  opacity: 1;
}
#footer .footerbtn li {
  float: left;
}
#footer .footerbtn li ~ li {
  padding-left: 20px;
}
#footer .footer-navi {
  padding: 22px 0;
  font-size: 10px;
}
#footer .footer-navi a {
  color: #262626;
}
#footer .footer-navi .contents-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 0 45px;
}
#footer .footer-navi .footer-navi-list li {
  float: left;
  line-height: 2.2;
  letter-spacing: 1px;
}
#footer .footer-navi .footer-navi-list li ~ li {
  padding-left: 68px;
}
#footer .footer-navi .footer-navi-list li ~ li ~ li {
  padding-left: 40px;
}
#footer .footer-navi .footer-navi-list li .footer-navi-detail li {
  float: none;
}
#footer .footer-navi .footer-navi-list li .footer-navi-detail li ~ li {
  padding-left: 0;
}
#footer .footer-navi .footer-navi-list li .footer-navi-detail li.shop-location + li {
  margin-top: 23px;
}
#footer .footer-navi .footer-navi-list li .footer-navi-detail li.mamborama-co + li {
  margin-top: 23px;
}
#footer .footer-navi #copy {
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -0.23px;
  color: #262626;
}
#footer .footer-navi .sns-list {
  float: right;
  margin-top: -19px;
}
#footer .footer-navi .sns-list li {
  float: left;
}
#footer .footer-navi .sns-list li ~ li {
  margin-left: 10px;
}

/*# sourceMappingURL=common.css.map */