@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #660000;
}

a:hover {
  color: #993300;
  text-decoration: none;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #990000;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #990000;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
	font-size: 12px;
	line-height: 160%
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #990000;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #EFEFEF;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
  background-color: #FFFFFF;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #990000;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }


icon-b.icon-instagram { background-position: -112px -192px; }
.icon-w.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-lg-w.icon-instagram { background-position: -168px -288px; }
.icon-b.icon-youtube { background-position: -128px -160px; }
.icon-w.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-lg-w.icon-youtube { background-position: -191px -240px; }



.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

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

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #990000;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #990000;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}


/* ------------------------------------- 
 *	以降　旧サイトより引き継ぎ
 * ------------------------------------- */



.bld {
          font-weight: 700;
}
.bldred {
          font-weight: 700;
          color: #F00;
}
.min {
          font-size: 11px;
}
.navy {
          color: navy;
}
.red {
          color: red;
}
.emld {
          color: #18DFCB;
}
.wht {
          color: white;
}
.uchikeshi {
          text-decoration: line-through;
}
div.img-fuchi {
          background-image: url(https://marumate.com/shadow_001.gif);
          background-repeat: no-repeat;
          background-position: right bottom;
          margin: 25px 5px 1px 5px;
          padding: 0;
          position: relative;
}
div.img-fuchi img {
          background-color: #FFFFFF;
          border: 1px solid #A9A9A9;
          margin: -5px 5px 5px -5px;
          padding: 4px;
          position: relative;
          vertical-align: bottom;
}
.parktable {
          background-color: #f6f6f6;
          border-collapse: collapse;
          width: 90%;
          border: solid 1px silver;
}
.tdlft {
          text-align: left;
          border: solid 1px silver;
          padding: 1px;
}
.tdrgt {
          text-align: right;
          border: solid 1px silver;
          padding: 1px;
}
.tdcnt {
          text-align: center;
          padding: 1px;
          border: solid 1px silver;
}
.pngrtable {
          background-color: white;
          padding: 1px;
          border-collapse: collapse;
          border: solid 1px #ff7187;
}
.pngrcl {
          color: #c23262;
          font-size: 13px;
          font-weight: bold;
          background-image: url(https://marumate.com/pinkg.jpg);
          background-repeat: repeat-x;
          background-position: 100% 100%;
          text-align: left;
          text-indent: 10px;
          border: solid 1px #ff7187;
}
.pngrcla {
          font-size: 11px;
          text-align: center;
          vertical-align: top;
          padding: 1px;
          border: dotted 1px #ff7187;
}
.pngrclb {
          text-align: left;
          padding: 8px;
          vertical-align: top;
}
.pinkwaku {
          background-color: #ffecfd;
          text-align: left;
          width: 90%;
          margin: 1px;
          padding: 1px;
          border: dotted 1px #ff5578;
}
.akawaku {
          background-color: #ffecfd;
          text-align: center;
          margin: 1px;
          padding: 1px;
          border: dotted 1px #ca0000;
}
.fututable {
          border-collapse: collapse;
          border: solid 1px silver;
}
.futu_tdlft {
          color: black;
          background-color: #e2e3d8;
          text-align: center;
          padding: 4px;
          border: solid 1px silver;
}
.futu_tdrgt {
          background-color: white;
          text-align: right;
          border: solid 1px silver;
          padding: 4px;
}
.futu_tdrgthys {
          background-color: white;
          text-align: left;
          border: solid 1px silver;
          padding: 4px;
}
.futu_tdctr {
          background-color: white;
          text-align: center;
          border: solid 1px silver;
          padding: 4px;
}
.chawaku {
          background-color: #f9dca9;
          text-align: left;
          margin: 2px;
          padding: 1px;
          border: dotted 1px #612a00;
}
.grywaku {
          background-color: #e5e5e5;
          text-align: left;
          margin: 2px;
          padding: 1px;
          border: solid 1px #4c4848;
}
.pactable {
          border-collapse: collapse;
          border: solid 1px #5cabdd;
}
.pac_tdlft {
          color: #08084e;
          text-align: center;
          padding: 4px;
          border: solid 1px #5cabdd;
}
.pac_tdrgt {
          text-align: right;
          border: solid 1px #5cabdd;
          padding: 4px;
}
.pac_tdctr {
          background-color: #c3e6f4;
          text-align: center;
          border: solid 1px #5cabdd;
          padding: 4px;
}
.auystbl {
          width: 97%;
          border-collapse: collapse;
}
.tdlftwh {
          text-align: left;
          text-indent: 10px;
          padding: 2px;
}
.tdlftgry {
          background-color: #ededed;
          text-align: left;
          text-indent: 10px;
          padding: 2px;
}
.tdlftlin {
          background-color: #e8e8e8;
          text-align: center;
          padding: 2px;
          border-top: 1px solid gray;
          border-bottom: 1px solid gray;
          border-right-color: gray;
          border-left-color: gray;
}
.tdpkwha {
          background-color: white;
          text-align: center;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkwhb {
          background-color: white;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkwhc {
          background-color: white;
          text-align: right;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkwhd {
          background-color: white;
          text-align: right;
          padding: 2px;
}
.tdpkgrya {
          background-color: #ededed;
          text-align: center;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkgryb {
          background-color: #ededed;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkgryc {
          background-color: #ededed;
          text-align: right;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdpkgryd {
          background-color: #ededed;
          text-align: right;
          padding: 2px;
}
.tdpktopa {
          background-color: #e8e8e8;
          text-align: left;
          padding: 2px;
          border-top: 1px solid gray;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdpktopb {
          background-color: #e8e8e8;
          text-align: center;
          padding: 2px;
          border-top: 1px solid gray;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdpktopc {
          background-color: #e8e8e8;
          text-align: center;
          padding: 2px;
          border-top: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdkimbiwha {
          background-color: white;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
}
.tdkimbigrya {
          background-color: #ededed;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
}
.kimbitbl {
          width: 93%;
          border-collapse: collapse;
}
.faqq {
          font-weight: bold;
          line-height: 170%;
          background-color: #eaeaea;
          margin-right: 2px;
          margin-left: 2px;
          border-top: 1px dotted gray;
          border-bottom: 1px dotted gray;
}
.faqa {
          margin-bottom: 10px;
          padding-left: 6px;
}
.faqttl {
          color: #dd0202;
          font-size: 13px;
          font-weight: bold;
          background-color: #ffc5c5;
          text-align: center;
          margin-bottom: 10px;
          border-top: 1px solid red;
          border-bottom: 1px solid red;
}
.tdwh1bl {
          background-color: white;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdgr1bl {
          background-color: #ececec;
          text-align: left;
          padding: 2px;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdwh2bl {
          background-color: white;
          text-align: center;
          padding: 2px;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdwhprc {
          background-color: white;
          text-align: center;
          padding: 2px;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
          white-space: nowrap;
}
.tdgr2bl {
          background-color: #ececec;
          text-align: center;
          padding: 2px;
          border-right: 1px solid gray;
          border-bottom: 1px solid gray;
}
.tdwh3bl {
          color: red;
          font-weight: bold;
          background-color: white;
          text-align: right;
          padding: 2px;
          border-bottom: 1px solid gray;
          white-space: nowrap;
}
.tdgr3bl {
          color: red;
          font-weight: bold;
          background-color: #ececec;
          text-align: right;
          white-space: nowrap;
          padding: 2px;
          border-bottom: 1px solid gray;
}
.tdpkwhd2 {
          background-color: white;
          text-align: left;
          padding: 2px;
}
.tdpkgryd2 {
          background-color: #ededed;
          text-align: left;
          padding: 2px;
}
.tdkimbiwha2 {
          background-color: white;
          text-align: left;
          padding: 2px;
          border-right: 1px dotted gray;
}
.tdkimbigrya2 {
          background-color: #ededed;
          text-align: left;
          padding: 2px;
          border-right: 1px dotted gray;
}
.trl_cla {
          color: white;
          text-align: center;
          width: 3px;
          padding: 2px;
}
.trl_clb {
          color: white;
          text-align: left;
          text-indent: 5px;
          margin: 3px;
          border: solid 2px black;
}
.trl_tbl {
          background-color: black;
          width: 470px;
          margin: 3px;
          padding: 1px;
}
.trl_tbl_2 {
          background-color: black;
          background-image: url(https://marumate.com/com/trlset2011_pht.jpg);
          background-position: right bottom;
          width: 470px;
          margin: 3px;
          padding: 1px;
}
ul.trl {
          line-height: 150%;
          list-style-image: url(https://marumate.com/trlyazi_3.gif);
}
ul#globalnavi {
          position: relative;
          width: 452px;
          overflow: hidden;
          margin: 0;
          padding: 0;
}
ul#globalnavi li {
          position: relative;
          float: left;
          height: 48px;
          display: block;
}
ul#globalnavi li a {
          position: relative;
          display: block;
          overflow: hidden;
          height: 0;
          background-image: url(https://marumate.com/buykkk/buy_men.jpg);
          padding-top: 48px;
}
/* global navi normal
---------------------*/
#navi1 a {
          width: 113px;
          background-position: 0 0;
}
#navi2 a {
          width: 113px;
          background-position: -113px 0;
}
#navi3 a {
          width: 113px;
          background-position: -226px 0;
}
#navi4 a {
          width: 113px;
          background-position: -339px 0;
}
/* global navi rollover
----------------------*/
#navi1 a:hover {
          width: 113px;
          background-position: 0 -48px;
}
#navi2 a:hover {
          width: 113px;
          background-position: -113px -48px;
}
#navi3 a:hover {
          width: 113px;
          background-position: -226px -48px;
}
#navi4 a:hover {
          width: 113px;
          background-position: -339px -48px;
}
.grwakuhsn {
          background-color: #e2e2e2;
          text-align: left;
          width: 99%;
          margin: 1px;
          padding: 1px;
          border: dotted 1px gray;
}
ul.type_1 {
          margin: 0;
          list-style-type : square;
          padding : 4px 6px 4px 20px;
}
li.style_1 {
          padding : 7px 0;
}
.bar_hsn {
          display: block;
          height: 1px;
          border: 0;
          border-top: 2px dotted #0066CC;
}
.sst_ctn {
          background-color: #F5E4E4;
          text-align: left;
          margin: 1px;
          padding-top: 1px;
          padding-right: 10px;
          padding-bottom: 1px;
          padding-left: 10px;
          border: 1px solid #FF3333;
}
.chuo {
          text-align: center;
}
ul.ligakuware {
          margin: 0;
          list-style-type: square;
}
li.ligakuwaree {
          margin-bottom: 0.5em;
}
.sample_01 {
          border-collapse: collapse;
          margin-left: 15px;
          margin-right: 15px;
          border-spacing: 0px 0px;
          border: 1px solid #DEDEDE;
          margin-top: 4px;
          margin-bottom: 4px;
          font-size: 110%;
}
.sample_01 th {
          padding-top: 5px;
          padding-right: 5px;
          padding-left: 2px;
          padding-bottom: 5px;
          color: #595959;
          background-color: #eee;
          border: 1px solid #b9b9b9;
}
.sample_01td1 {
          padding: 6px;
          border: 1px solid #b9b9b9;
          color: #BC1012;
          text-align: center;
          background-color: #FEF2F3;
}
.sample_01td2 {
          border-collapse: collapse;
          margin-left: 15px;
          margin-right: 15px;
          border-spacing: 0px 0px;
          border: 1px solid #DEDEDE;
          text-align: left;
}
.sample_01td3 {
          border-collapse: collapse;
          margin-left: 15px;
          margin-right: 15px;
          border-spacing: 0px 0px;
          border: 1px solid #DEDEDE;
          text-align: center;
}
.sample_01td4 {
          border-collapse: collapse;
          margin-left: 15px;
          margin-right: 15px;
          border-spacing: 0px 0px;
          border: 1px solid #DEDEDE;
          text-align: right;
          color: #BD191C;
          font-weight: bold;
          white-space: nowrap;
}
.imgchuo {
          text-align: center;
}
.category {
          margin-top: 5px;
          margin-right: 10px;
          margin-bottom: 5px;
          margin-left: 10px;
          text-align: left;
}
.grywaku2 {
          background-color: #F7F7F7;
          text-align: left;
          margin-top: 10px;
          margin-right: 10px;
          margin-left: 10px;
          margin-bottom: 10px;
          padding-top: 5px;
          padding-right: 5px;
          padding-left: 5px;
          padding-bottom: 5px;
          border: 1px dotted #999999;
}
.hidariyosemgn15 {
          margin-top: 15px;
          margin-right: 15px;
          margin-bottom: 15px;
          margin-left: 15px;
          text-align: left;
}
.itlic {
          font-style: italic;
}
ul.box01 {
          margin: 0 0 10px;
          width: 472px;
}
ul.box01 li {
          margin-right: 2px;
          margin-bottom: 2px;
          padding-top: 2px;
          padding-right: 2px;
          padding-left: 2px;
          padding-bottom: 2px;
          float: left;
          overflow: hidden;
          width: 105px;
          list-style: none;
          background-image: none;
          padding-left: 0;
}
.clearfix:after {
          content: "";
          display: block;
          clear: both;
}
/*用品見出しボックス */

.accbox01 {
          border: 1px dotted #FFF2F3;
          height: auto;
          margin-bottom: 9px;
          background-color: #FFE9EA;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          padding-right: 5px;
          text-align: left;
}
ul.acc05 {
          margin: 0;
          padding: 0;
          list-style-type: none;
}
ul.acc05 li {
          float: left;
          margin-right: 5px;
          padding: 2px;
          border-width: 1px;
}
.clearLeft {
          clear: left;
}
div#chuo2 {
          position: relative;
          overflow: hidden;
}
div#chuo2 ul {
          position: relative;
          left: 50%;
          float: left;
}
div#chuo2 li {
          position: relative;
          left: -50%;
          float: left;
}
/*用品見出しボックス終わり */

.marker01 {
          background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.headdai {
          padding-bottom: .3em;
          border-bottom: 1px solid #ccc;
          text-indent: 19px;
          font-size: 1.5em;
}
.headdai:first-letter {
          margin-right: .1em;
          font-size: 1.5em;
          color: #E10003;
}
.yohinmds {
          position: relative;
          padding: .75em 1em .75em 1.5em;
          border: 1px solid #ccc;
          font-size: 1.3em;
          font-weight: bold;
}
.yohinmds::after {
          position: absolute;
          top: .5em;
          left: .5em;
          content: '';
          width: 6px;
          height: -webkit-calc(100% - 1em);
          height: calc(100% - 1em);
          background-color: #C82C2C;
          border-radius: 4px;
}
.yohinmds2 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 25px;
}
.yohinmds2::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          z-index: 2;
          content: '';
          width: 20%;
          height: 4px;
          background-color: #F26969;
}
.midasifkds1 {
          position: relative;
          padding: .5em .75em;
          background-color: #D20000;
          border-radius: 6px;
          font-size: 1.2em;
          font-weight: bold;
          color: #FFFEFE;
}
.midasifkds1::after {
          position: absolute;
          top: 100%;
          left: 30px;
          content: '';
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 15px solid #D20000;
}
.midasifkds1 a {
          text-decoration: underline;
          color: #FFFFFF;
}
.midasifkds1 a:hover {
          color: #414141;
          text-decoration: none;
}
.table_accdis {
          border: solid 1px #A99;
          border-collapse: collapse;
          width: 90%;
}
.table_accdis th {
	background-color: #F9F9F9;
	border-left: 1px solid #A99;
	border-right: 1px solid #A99;
	border-bottom: 2px solid #050698;
	border-top: 1px solid #A99;
	color: #5664A6;
	padding: 5px;
	text-align: center;
}
.table_accdis td {
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #A99;
	text-align: center;
}
.table_accdis td.col03 {
	text-align: right;
	color: #0803AA;
}
.table_accdis td.col02 {
	text-align: left;
}
/* テーブル列幅指定 */
.col01 {
	width: 15%
}
.col02 {
}
.col03 {
	width: 18%;
}
.col04 {
	width: 15%;
}
.table_bbn {
          text-align: center;
          margin-top: 15px;
          margin-bottom: 45px;
}
.table_bbn2 {
          text-align: center;
          margin-top: 15px;
          margin-bottom: 10px;
}
.table_bbn3 {
          text-align: left;
          margin-top: 15px;
          margin-bottom: 45px;
}
.ykn01 {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
}
.ykn01_detail {
          margin: 2px;
          padding: 2px;
          text-align: center;
}
.ykn01 h1 {
          color: #E6AC27;
          font-size: 1.5rem;
}
.ykn01 p {
          margin-top: 5px;
}
.ykn02 {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-wrap: wrap; /* Safari */
          flex-wrap: wrap;
}
.ykn02_detail {
          margin: 2px;
          padding: 2px;
          text-align: center;
}
.ykn02 h1 {
          color: #E6AC27;
          font-size: 1.5rem;
}
.ykn02 p {
          margin-top: 5px;
}
.mgn01 {
          margin-top: 15px;
          margin-right: 15px;
          margin-bottom: 15px;
          margin-left: 15px;
}
.mgn02 {
          margin-right: 15px;
          margin-bottom: 15px;
          margin-left: 15px;
}
.mgn03 {
          margin-top: 8px;
          margin-right: 8px;
          margin-bottom: 8px;
          margin-left: 8px;
}
.fnt14p {
          font-size: 14px;
}
table.type77 {
          border-collapse: separate;
          border-spacing: 0;
          text-align: left;
          line-height: 1.5;
          border-top: 1px solid #ccc;
          border-left: 1px solid #ccc;
}
table.type77 th {
          padding: 15px;
          font-weight: bold;
          vertical-align: middle;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          background: #eee;
          text-align: center;
          color: #000000;
}
table.type77 td {
          padding: 10px;
          vertical-align: top;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          background-color: #FFFFFF;
}
.mgn04 {
          margin-top: 8px;
}
.leftyose {
          text-align: left;
}
.midashi10 {
          margin-top: 20px;
          margin-right: 0px;
          margin-left: 0px;
          margin-bottom: 12px;
          padding: 0px 10px 5px 10px;
          border-bottom: 5px double #1851B6;
          font-size: 14px;
          clear: both;
}
div.ctable {
          text-align: center; /* IEでセンタリングさせる方法 */
}
div.ctable table {
          margin: auto;     /* 標準のセンタリング方法 */
          text-align: left; /* IE用方法の弊害対策用 */
}
.atamaleft200 {
          text-align: left;
          margin-left: auto;
          margin-right: auto;
          width: 200px;
}
.atamaleft300 {
          text-align: left;
          margin-left: auto;
          margin-right: auto;
          width: 300px;
}
.gyokan15 {
          line-height: 1.5;
}
#menurt ul {
          margin: 0;
          padding: 0;
          list-style: none;
}
#menurt li {
          display: inline;
          padding: 0;
          margin: 0;
}
#menurt li a {
          display: block;
          border-left: 5px solid #FF939C;
          background-color: #E51414;
          padding: 4px 3px;
          text-decoration: none;
          color: #FFFFFF;
          width: 139px;
          margin: 1px 0px;
          text-align: left;
}
#menurt li a:hover {
          border-left: 5px solid #0021CF;
          background-color: #E57C7C;
}
.gsg1 {
          padding-left: 1em;
          text-indent: -1em;
}
.gsg2 {
          padding-left: 2em;
          text-indent: -2em;
}
.haikei1 {
          background-image: url(https://marumate.com/haikei_01.png);
}
.fntgrn {
          color: #027605;
}
.mgn05 {
          padding-top: 5px;
          padding-right: 5px;
          padding-left: 5px;
          padding-bottom: 5px;
}
.mgn06 {
          margin-top: 6px;
          margin-right: 15px;
          margin-bottom: 15px;
          margin-left: 15px;
}
.mgn07 {
          margin-top: 6px;
          margin-right: 15px;
          margin-bottom: 20px;
          margin-left: 15px;
}
.mgn08 {
          margin-top: 25px;
          margin-right: 15px;
          margin-bottom: 15px;
          margin-left: 15px;
}
.mgn09 {
          margin-top: 5px;
          margin-right: 2px;
          margin-bottom: 2px;
          margin-left: 2px;
}
.mgn10 {
          margin-top: 1px;
          margin-right: 1px;
          margin-bottom: 2px;
          margin-left: 1px;
}
.mgn11 {
          margin-right: 2px;
          margin-left: 2px;
}
.mgn15 {
	margin-right: 0px;
	margin-bottom: 20px;
}
.mgn16 {
          margin-right: 1px;
          margin-bottom: 1px;
          margin-top: 1px;
          margin-left: 1px;
}
.mgn18 {
          margin-right: 0px;
          margin-bottom: 35px;
}
.mgn19 {
          margin-right: 7%;
          margin-bottom: 15px;
          margin-top: 15px;
          margin-left: 7%;
}
.pinkwakusmpl {
          background-color: #ffecfd;
          margin-top: 3px;
          margin-right: 3px;
          margin-left: 3px;
          margin-bottom: 3px;
          padding: 7px;
          border: dotted 1px #ff5578;
}
/* ************************************************ 
 *	Flexbox　マルメイト新HP　用意
 * ************************************************ */

.container01 {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-start;
          align-content: center;
}
.container02 {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-end;
          align-content: center;
}
img.resp01 {
width:95%;
max-width: 95%;
height: auto;
}
img.resp02 {
	width: 95%;
	max-width: 400px;
	height: auto;
	padding-bottom: 20px;
}
/* 買入ページナビゲーション */
ul.kaiirenav {
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
          background-color: #2B4A84;
}
ul.kaiirenav li {
          float: left;
          border-right: 1px solid #bbbbbb;
}
ul.kaiirenav li:last-child {
          border-right: none;
}
ul.kaiirenav li a {
          display: block;
          color: white;
          text-align: center;
          padding: 10px 16px;
          text-decoration: none;
}
ul.kaiirenav li a:hover:not(.active) {
          background-color: #3C5FA4;
}
/* 買入ページナビゲーション終わり */

.midasikaiire1 {
          position: relative;
          color: #EEEEF6;
          padding: 0.5em 0.5em 0.5em 2em;
          background-color: #516894;
          border-radius: 5px;
}
 
.midasikaiire1::after {
          position: absolute;
          top: 50%;
          left: 10px;
          transform: translateY(-50%);
          content: '';
          width: 3px;
          height: 20px;
          background-color: white;
}

/* 買入ページ画像並び */

.boxlistfrex{
          display: flex;
          list-style: none;
          justify-content: center;
          flex-flow: row wrap;
          margin-left: 7px;
          margin-bottom: 7px;
          margin-top: 7px;
          margin-right: 7px;
}
.boxlistfrex li{
          flex: 0 0 19%;
          border: 1px solid #A5A5A5;
          margin-bottom: 8px;
          text-align: center;
          margin-right: 8px;
          padding-bottom: 8px;
          padding-left: 8px;
          padding-top: 8px;
          padding-right: 8px;
}

/* 買入ページ画像並び　おわり */


/* 用品見出しfrex */

.main-nav, .mainyohin {
  display: -webkit-flex;
  display: flex;
}
.main-nav li:first-child {
  margin-right: auto;
}
.main-nav a {
  margin: 10px;
  border-radius: 5px;
  background: #60B99A;
  color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}
.main-nav .logo {
  background: #4584b1;
}

/* Main contents */
.mainyohin section {
  -webkit-flex: 1;
  flex: 1;
  margin: 5px;
  border-radius: 5px;
  background: #FDE8E8;
  padding: 15px;
}

/*
.mainyohin h1 {
  color: #E6AC27;
  font-size: 1.5rem;
}
.mainyohin p {
  margin-top: 10px;
}
*/


/* Mobile */
@media screen and (max-width: 650px) {
	.mainyohin {
		-webkit-flex-direction: column;
    flex-direction: column;
	}
}
/* 用品見出しfrexおわり */

/* 用品書籍 */

.flex_book_box {
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
}

.flex_book_item {
    padding: 5px;
    margin:  10px;              /* 外側の余白 */
    text-align:  center;        /* 文字中央揃え */
}

.flex_book_item:nth-child(1) {
	text-align: right;        /* 文字右揃え */
	flex-shrink: 0;
	flex-basis: auto;
}

.flex_book_item:nth-child(2) {
	text-align: left;        /* 文字左揃え */
	flex: 1;
	flex-basis: auto;
}

@media ( min-width : 600px ){
    .flex_book_box {
      display: -webkit-flex;
      display: flex;
    }
  .flex_book_item:nth-child(2) {
    margin: 0 10px 0 0;
  }
}

/* 用品書籍おわり */


/* flexパケットテーブル */

.pacflxtable{
	border-collapse: collapse;
	margin: 0 auto;
	width: 85%;
}
.pacflxtable caption {
	font-size: 1.5em;
	margin-top: .5em;
	margin-right: 0;
	margin-left: 0;
	color: #900505;
	border-bottom: solid 0px silver;
	padding-bottom: 10px;
}

.pacflxtable td,th{
  border-top:1px solid #B7B7B7;
  padding:10px;
  text-align: center;
}
.pacflxtable tr:last-child td,
.pacflxtable tr:last-child th{
  border-bottom:1px solid #B7B7B7;  
}

.packpage {
	margin-bottom: 10px;
}
.packpagehidari,
.packpagemigi {
	padding: 2%;
	/*width: 85%;*/
}
 
/* Responsive */
@media ( min-width : 600px ){
    .flexbox {
      display: -webkit-flex;
      display: flex;
    }
  .main {
    packpagehidari: 0 10px 0 0;
  }
}



a.cp_btn {
	display: block;
	width: 150px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FF6363;
	border: 2px solid #FF6363;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn:hover {
	background: #FF6363;
	color: #FFFFFF;
}

/* flexパケットテーブルおわり */


.fnt17p {
	font-size: 17px;
}


/* オークションページタブ */

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}
/* オークションページタブおわり */


/*更新情報スクロール*/

.scrollArea {
          height: 350px;
          overflow: auto;
}
/*更新情報スクロール終わり*/



/*更新情報リスト*/

.topinfo_dl {
          background-color: #FFFFFF;
}

.topinfo_dt {
          clear: left;
          float: left;
          width: 7em;
          padding: 10px 0.5em;
          color: #0E3482;
          background-color: #FFFFFF;
}
.topinfo_dd {
          margin-left: 0;
          padding: 10px 0.5em 10px 8em;
          border-bottom: dotted 1px #BEBEBE;
}
/*更新情報リストおわり*/


/*セット画像並べ関連*/
 
.flex-setgazo {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
}
.setgazo-ko {
	margin-top: 0;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	flex-flow: column;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #B9B9B9;
}
.setgazo-detail {
	margin: 0;
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 8px;
	/* [disabled]width: 74%;
*/
	background-color: #FFFFFF;
	text-align: center;
}
/*セット画像並べ関連　おわり*/


/* 画像の最大、最小幅設定　書籍など */
.resizeimage {
   max-width: 220px; /* 最大幅 */
   min-width: 150px; /* 最小幅 */
}
/*　p.resizeimage img { width: 100%; }　*/
/*画像の最大、最小幅設定　書籍など　おわり*/


/*リンク　マウスオーバー白く*/
a .hover_img1{
    transition:all 0.5s ease;
    }
a:hover .hover_img1{
	opacity: 0.7;
	filter: alpha(opacity=70);
    }
/*リンク　マウスオーバー白くおわり*/

/*中揃え　左寄せ　基本*/
.leftcenter_khn {
	text-align: center;
	margin-left: 6%;
	margin-top: 25px;
	margin-right: 6%;
	margin-bottom: 30px;
}
.leftcenter_khn p {
	display: inline-block;
	text-align: left;
}
/*中揃え　左寄せ　基本　おわり*/

/*中揃え　左寄せ　上下狭い*/
.leftcenter_2 {
	text-align: center;
	margin-left: 6%;
	margin-top: 5px;
	margin-right: 6%;
	margin-bottom: 5px;
}
.leftcenter_2 p {
	display: inline-block;
	text-align: left;
}
/*中揃え　左寄せ　上下狭い　おわり*/

/*中揃え　左寄せ　上下狭い　横幅いっぱい*/
.leftcenter_3 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftcenter_3 p {
	display: inline-block;
	text-align: left;
}
/*中揃え　左寄せ　上下狭い　横幅いっぱい　おわり*/


/*基本テーブル*/
table.kihon_hyo{
          border-collapse: collapse;
          margin: 0 auto;
}

table.kihon_hyo td,th{
          border-top: 1px solid #B7B7B7;
          padding-top: 10px;
          padding-right: 17px;
          padding-left: 17px;
          padding-bottom: 10px;
          text-align: center;
}
table.kihon_hyo tr:last-child td,
table.kihon_hyo tr:last-child th{
  border-bottom:1px solid #B7B7B7;  
}
/*基本テーブル　おわり*/


/*　バックグレー角丸　*/
.greymaru {
          background-color: #F1F1F1;
          border-radius: 9px;
}
/*　バックグレー角丸　*/


/*　要素に合わせた横幅自動設定　*/
.mgn25uc {
          display: inline-block;
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 20px;
}
/*　要素に合わせた横幅自動設定　おわり　*/

/* 買取画像 */
.item_buypht {
          border-radius: 7px;
          border: solid #E5E5E5;
          padding: 12px;
          margin: 3px;
          text-align: center;
}
img.buypht {
  max-width: 100%;
  height: auto;
}
p.buypht {
  text-align: left;
}

@media ( min-width : 600px ){
	.flexbox_buypht {
    display: flex;
    flex-wrap: wrap;
	}
  .item_buypht {
    width: 25%;
  }
}
/* 買取画像おわり */


/* 赤枠角丸ボックス */
.redwakumaru {
    background-color: #FFEFEF;
    border: 1px solid #FFB2B2;
    border-radius: 6px;
}
/* 赤枠角丸ボックス */

/* FAQ開閉 */
.faqnew {
  margin: 0 0 2px;
}
.faqnew dt {
          font-size: 16px;
          font-weight: bold;
          background: #fff;
          padding-top: 15px;
          padding-right: 15px;
          padding-left: 40px;
          padding-bottom: 15px;
          margin-top: 3px;
          margin-right: 3px;
          margin-left: 3px;
          margin-bottom: 3px;
          cursor: pointer;
          position: relative;
}
.faqnew dd {
          font-size: 15px;
          padding-top: 10px;
          background-color: #F3F3F3;
          padding-right: 10px;
          padding-left: 10px;
          padding-bottom: 10px;
          margin: 0;
          line-height: 1.6;
          display: none;
}
.faqnew-plus {
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-50%);
          background-color: #E30606;
          color: #fff;
          width: 20px;
          height: 20px;
          line-height: 20px;
          border-radius: 31%;
          text-align: center;
}
/* FAQ開閉おわり */


/* 用品注文方法フレックスバナー */

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 200px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

/* 用品注文方法フレックスバナー　ここまで */



/* 買入表テーブル */
.buylist2508 {
  width: 99%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.buylist2508 th {
  padding: 10px;
  border-bottom: solid 4px #778ca3;
  color: #778ca3
}
.buylist2508 td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
}
.buylist2508_left {
  text-align: left;
}
.buylist2508_right {
  text-align: right;
}



