@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* -------- Common -------- */
/* 
	
10px 1.0rem
12px 1.2rem 

 */
/* line 111, ../sass/edit.scss */
body {
  background-color: #e73233;
  word-wrap: break-word;
  min-width: auto;
}

/* line 117, ../sass/edit.scss */
h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd {
  font-size: 1.0em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
  color: #666;
  font-weight: 300;
  font-family: "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
}

/* line 128, ../sass/edit.scss */
a {
  color: #e73233;
}
/* line 130, ../sass/edit.scss */
a:hover {
  cursor: pointer;
  color: #e73233;
}
/* line 134, ../sass/edit.scss */
a img {
  border: none;
}

/* line 138, ../sass/edit.scss */
img {
  color: #ffffff;
  border: none;
}

/* -------- OverWrite -------- */
/* line 147, ../sass/edit.scss */
.btn {
  color: #fff;
}
/* line 149, ../sass/edit.scss */
.btn:hover {
  color: #fff;
}

/* line 154, ../sass/edit.scss */
a.btn {
  color: #fff;
}
/* line 156, ../sass/edit.scss */
a.btn:hover {
  color: #fff;
}

/* line 161, ../sass/edit.scss */
#page {
  background-color: #f7f7f7;
}

/* line 166, ../sass/edit.scss */
.sideMenu {
  width: 100%;
}
/* line 168, ../sass/edit.scss */
.sideMenu section {
  margin-bottom: 40px;
}
/* line 170, ../sass/edit.scss */
.sideMenu section h1 {
  width: 100%;
  padding: 10px 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #e73233;
  text-align: center;
}
/* line 179, ../sass/edit.scss */
.sideMenu section .search_form {
  width: 100%;
  margin: 0px;
  padding: 20px;
  background-color: #fff;
  border: none;
  text-align: left;
}
/* line 187, ../sass/edit.scss */
.sideMenu section .menuList {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 191, ../sass/edit.scss */
.sideMenu section .menuList li {
  display: inline;
  width: 100%;
  margin: 0px 0px 0px 0px;
  list-style: none;
  font-size: 1.0em;
  text-align: left;
}
/* line 198, ../sass/edit.scss */
.sideMenu section .menuList li a {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  margin: 1px 0 0 0;
  background-color: #fff;
  background-image: url(../img/arrow_red.gif);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding: 15px 10px 15px 40px;
  border: none;
  color: #666666;
}
/* line 210, ../sass/edit.scss */
.sideMenu section .menuList li a:hover {
  background-color: #d81618;
  color: #fff;
  background-image: url(../img/arrow.gif);
  text-decoration: none;
}
/* line 220, ../sass/edit.scss */
.sideMenu .banner {
  padding: 10%;
  background-color: #fff;
}
/* line 223, ../sass/edit.scss */
.sideMenu .banner .banner_box {
  margin-bottom: 30px;
  text-align: center;
}
/* line 226, ../sass/edit.scss */
.sideMenu .banner .banner_box img {
  width: 100%;
  height: auto;
}
/* line 230, ../sass/edit.scss */
.sideMenu .banner .banner_box p {
  text-align: center;
  margin-top: 10px;
  font-size: 0.8em;
}
/* line 234, ../sass/edit.scss */
.sideMenu .banner .banner_box p a {
  color: #666;
}
/* line 238, ../sass/edit.scss */
.sideMenu .banner .banner_box.small {
  padding: 0 20%;
}

/* line 247, ../sass/edit.scss */
#free_space_top {
  width: auto;
}

/* line 252, ../sass/edit.scss */
#free_space_top .layout {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: none;
}

/* line 261, ../sass/edit.scss */
#recommend_list {
  width: auto;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

/* line 269, ../sass/edit.scss */
#containar {
  position: relative;
  width: auto;
  margin: 10px auto 0 auto;
  padding: 0;
  min-width: auto;
}


/* line 286, ../sass/edit.scss */
#free_space_detail {
  float: left;
  background-color: red;
  width: 100%;
}
/* line 291, ../sass/edit.scss */
#free_space_detail .productSpec_summary_text img {
  width: 100%;
  height: auto;
}

/* line 298, ../sass/edit.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 306, ../sass/edit.scss */
.btn-blue {
  background-color: #0759ac;
  border-color: #0759ac;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
/* line 310, ../sass/edit.scss */
.btn-blue:hover {
  background-color: #207fe0;
  border-color: #207fe0;
}

/* line 316, ../sass/edit.scss */
.btn-red {
  background-color: #e73233;
  border-color: #e73233;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
/* line 320, ../sass/edit.scss */
.btn-red:hover {
  background-color: #d81618;
  border-color: #d81618;
}

/* -------- Header -------- */
/* line 330, ../sass/edit.scss */
.header {
  background-color: white;
  margin-bottom: 40px;
}
/* line 333, ../sass/edit.scss */
.header .header_top {
  background-color: #a9a9a9;
  padding: 5px 0;
}
/* line 336, ../sass/edit.scss */
.header .header_top h1 {
  font-size: 0.8em;
  color: white;
}
/* line 341, ../sass/edit.scss */
.header .header_top nav ul {
  float: right;
  margin: 0;
}
/* line 344, ../sass/edit.scss */
.header .header_top nav ul li {
  font-size: 0.8em;
  color: white;
  list-style: none;
  float: left;
}
/* line 349, ../sass/edit.scss */
.header .header_top nav ul li a {
  color: white;
}
/* line 356, ../sass/edit.scss */
.header .header_sp {
  background-color: #a9a9a9;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px;
  text-align: center;
}
/* line 368, ../sass/edit.scss */
.header .header_sp .spMenuBtn {
  display: block;
  width: 28px;
  height: 40px;
  padding: 11px 0;
  position: absolute;
  top: 0;
  left: 10px;
}
/* line 376, ../sass/edit.scss */
.header .header_sp .spMenuBtn span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}
/* line 382, ../sass/edit.scss */
.header .header_sp .spMenuBtn:before {
  content: '';
  display: block;
  background: #fff;
  height: 2px;
}
/* line 388, ../sass/edit.scss */
.header .header_sp .spMenuBtn:after {
  content: '';
  display: block;
  background: #fff;
  height: 2px;
}
/* line 395, ../sass/edit.scss */
.header .header_sp .spLogo {
  line-height: 40px;
  height: 40px;
  display: block;
}
/* line 399, ../sass/edit.scss */
.header .header_sp .spLogo img {
  width: auto;
  height: 18px;
  margin-top: 11px;
}
/* line 405, ../sass/edit.scss */
.header .header_sp.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
/* line 411, ../sass/edit.scss */
.header .header_main {
  background-image: url(../img/header_bg.jpg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 411, ../sass/edit.scss */
  .header .header_main {
    background: none;
    padding-top: 40px;
  }
}
/* line 421, ../sass/edit.scss */
.header .header_main h2 {
  margin-bottom: 20px;
  padding: 0px 60px 0 0;
}
@media (max-width: 992px) {
  /* line 421, ../sass/edit.scss */
  .header .header_main h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 421, ../sass/edit.scss */
  .header .header_main h2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
/* line 431, ../sass/edit.scss */
.header .header_main h2 img {
  width: 100%;
}
/* line 435, ../sass/edit.scss */
.header .header_main .topCoverTxt {
  margin-bottom: 50px;
  font-size: small;
  line-height: 0.9em;
}
@media (max-width: 767px) {
  /* line 435, ../sass/edit.scss */
  .header .header_main .topCoverTxt {
    line-height: 0.9em;
    margin-bottom: 40px;
    text-align: center;
  }
}
/* line 445, ../sass/edit.scss */
.header .header_main .spTopCover {
  margin-bottom: 10px;
}
/* line 447, ../sass/edit.scss */
.header .header_main .spTopCover img {
  width: 100%;
}
/* line 452, ../sass/edit.scss */
.header .header_menu {
  background-color: #e73233;
}

.header .header_menu nav {
  text-align: center;
}

/* line 456, ../sass/edit.scss */
.header .header_menu nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 460, ../sass/edit.scss */
.header .header_menu nav ul li {
  list-style: none;
  text-align: center;
  border-left: solid 1px #ff6d6d;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
/* line 466, ../sass/edit.scss */
.header .header_menu nav ul li:hover {
  text-decoration: none;
  background-color: #d81618;
}
/* line 473, ../sass/edit.scss */
.header .header_menu nav ul li:last-child {
  border-right: solid 1px #ff6d6d;
}
@media (max-width: 992px) {
  /* line 478, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(1) {
    border-bottom: solid 1px #ff6d6d;
  }
  /* line 481, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(2) {
    border-bottom: solid 1px #ff6d6d;
  }
  /* line 484, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(3) {
    border-bottom: solid 1px #ff6d6d;
  }
  /* line 487, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(4) {
    border-bottom: solid 1px #ff6d6d;
    border-right: solid 1px #ff6d6d;
  }
  /* line 491, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(8) {
    border-right: solid 1px #ff6d6d;
  }
}
@media (max-width: 767px) {
  /* line 497, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(odd) {
    border-left: none;
  }
  /* line 500, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(even) {
    border-right: none;
  }
  /* line 503, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(5) {
    border-bottom: solid 1px #ff6d6d;
  }
  /* line 506, ../sass/edit.scss */
  .header .header_menu nav ul li:nth-child(6) {
    border-bottom: solid 1px #ff6d6d;
  }
}
/* line 511, ../sass/edit.scss */
.header .header_menu nav ul li a {
  color: white;
  display: inline-block;
  padding: 15px 0px;
  margin: 0;
  display: block;
}
/* line 517, ../sass/edit.scss */
.header .header_menu nav ul li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 511, ../sass/edit.scss */
  .header .header_menu nav ul li a {
    padding: 12px 0px;
  }
}
/* line 525, ../sass/edit.scss */
.header .header_menu nav ul.menu_pc {
  display: inline-block;
  float: none;
/*   width: 100%; */
}
/* line 529, ../sass/edit.scss */
.header .header_menu nav ul.menu_pc li {
  float: left;
/*   width: 12.5%; */
  width: 160px;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 535, ../sass/edit.scss */
.header .header_menu nav ul.menu_pc li:first-child {
/*   border-left: none; */
}
@media (max-width: 1150px) {
  /* line 529, ../sass/edit.scss */
  .header .header_menu nav ul.menu_pc li {
    font-size: 0.8em;
  }
}
/* line 547, ../sass/edit.scss */
.header .header_menu p {
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  background-color: #e73233;
  display: inline-block;
  border-right: solid 1px #ff6d6d;
}
/* line 555, ../sass/edit.scss */
.header .header_menu p a {
  color: white;
  width: 150px;
  display: inline-block;
  padding: 15px 0px;
  margin: 0;
  border-left: solid 1px #ff6d6d;
  float: left;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
/* line 564, ../sass/edit.scss */
.header .header_menu p a:hover {
  text-decoration: none;
  background-color: #d81618;
}
/* line 572, ../sass/edit.scss */
.header .keyword {
  color: #666;
  font-size: 0.8em;
  background-color: blue;
}
/* line 578, ../sass/edit.scss */
.header .commonTitle p {
  background-color: purple;
}
/* line 582, ../sass/edit.scss */
.header .commonMenu {
  background-color: yellow;
}

/* line 590, ../sass/edit.scss */
#menu .searchBox_sp {
  background-color: #fff;
}
/* line 592, ../sass/edit.scss */
#menu .searchBox_sp h1 {
  background-color: #e73233;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
}
/* line 600, ../sass/edit.scss */
#menu .searchBox_sp .search_form {
  padding: 20px;
}
/* line 602, ../sass/edit.scss */
#menu .searchBox_sp .search_form button {
  margin-top: 10px;
  color: #fff;
}
/* line 609, ../sass/edit.scss */
#menu .mm-panels {
  top: 0px;
}
/* line 611, ../sass/edit.scss */
#menu .mm-panels .mm-navbar {
  background-color: #e73233;
}
/* line 613, ../sass/edit.scss */
#menu .mm-panels .mm-navbar a {
  color: #fff;
}
/* line 616, ../sass/edit.scss */
#menu .mm-panels .mm-navbar .mm-title {
  color: #fff;
  font-weight: bold;
}
/* line 622, ../sass/edit.scss */
#menu.mm-menu {
  background-color: #fff;
}
/* line 624, ../sass/edit.scss */
#menu.mm-menu .mm-btn:after {
  border-color: white;
}
/* line 627, ../sass/edit.scss */
#menu.mm-menu .mm-btn:before {
  border-color: white;
}
/* line 633, ../sass/edit.scss */
#menu:not(.mm-menu) {
  display: none;
}

/* line 639, ../sass/edit.scss */
.navbar {
  min-height: 46px;
}

/* -------- Main -------- */
/* line 647, ../sass/edit.scss */
main {
  background-color: #f7f7f7;
}

/* -------- TOP -------- */
/* line 654, ../sass/edit.scss */
.topBanner {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
/* line 659, ../sass/edit.scss */
.topBanner li {
  margin-bottom: 30px;
}
/* line 661, ../sass/edit.scss */
.topBanner li img {
  width: 100%;
}

/* line 667, ../sass/edit.scss */
.topFreeSpace {
  float: left;
  width: 100%;
}
/* line 670, ../sass/edit.scss */
.topFreeSpace section {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

/* line 678, ../sass/edit.scss */
.topDescription {
  background-color: #fff;
  padding: 20px;
}
/* line 681, ../sass/edit.scss */
.topDescription h1 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 685, ../sass/edit.scss */
  .topDescription p {
    margin-bottom: 20px;
  }
}
/* line 691, ../sass/edit.scss */
.topDescription .img_Partner img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 690, ../sass/edit.scss */
  .topDescription .img_Partner {
    padding: 0 30%;
  }
}

/* line 700, ../sass/edit.scss */
.topNews {
  background-color: #fff;
}
/* line 702, ../sass/edit.scss */
.topNews h1 {
  background-color: #e73233;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
/* line 709, ../sass/edit.scss */
.topNews ul {
  padding: 20px 20px 5px 20px;
  list-style: none;
  margin-bottom: 0;
}
/* line 713, ../sass/edit.scss */
.topNews ul li {
  margin-bottom: 15px;
}
/* line 715, ../sass/edit.scss */
.topNews ul li a {
  color: #0759ac;
}

/* line 723, ../sass/edit.scss */
.banners h1 {
  background-color: #e73233;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 723, ../sass/edit.scss */
  .banners h1 {
    margin-bottom: 15px;
  }
}
/* line 734, ../sass/edit.scss */
.banners ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 737, ../sass/edit.scss */
.banners ul li {
  margin-bottom: 30px;
}
/* line 741, ../sass/edit.scss */
.banners .banner_long {
  margin-bottom: 30px;
}
/* line 744, ../sass/edit.scss */
.banners .banner_txt {
  margin-bottom: 30px;
}
/* line 746, ../sass/edit.scss */
.banners .banner_txt h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 751, ../sass/edit.scss */
.banners img {
  width: 100%;
}

/* line 756, ../sass/edit.scss */
.topStoreInfo {
  background-color: #fff;
}
/* line 758, ../sass/edit.scss */
.topStoreInfo h1 {
  background-color: #e73233;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 758, ../sass/edit.scss */
  .topStoreInfo h1 {
    margin-bottom: 0px;
  }
}
/* line 768, ../sass/edit.scss */
.topStoreInfo img {
  width: 100%;
}
/* line 771, ../sass/edit.scss */
.topStoreInfo .boxInner {
  padding: 0px 20px 20px 20px;
  float: left;
}
/* line 774, ../sass/edit.scss */
.topStoreInfo .boxInner .boxBanner {
  margin-top: 20px;
  float: left;
  width: 100%;
}
/* line 779, ../sass/edit.scss */
.topStoreInfo .boxInner .boxTxt {
  margin-top: 10px;
  float: left;
  width: 100%;
}
/* line 783, ../sass/edit.scss */
.topStoreInfo .boxInner .boxTxt p {
  margin-top: 10px;
  font-weight: bold;
}

/* line 792, ../sass/edit.scss */
.recoList h1 {
  background-color: #e73233;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 792, ../sass/edit.scss */
  .recoList h1 {
    margin-bottom: 0px;
  }
}
/* line 804, ../sass/edit.scss */
.recoList ul {
  list-style: none;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  /* line 804, ../sass/edit.scss */
  .recoList ul {
    margin-top: 0px;
  }
}
/* line 810, ../sass/edit.scss */
.recoList ul li {
  margin-bottom: 0px;
}
/* line 812, ../sass/edit.scss */
.recoList ul li section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
/* line 816, ../sass/edit.scss */
.recoList ul li section h1 {
  background: none;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
  border-bottom: solid 1px #e8e8e8;
}
/* line 823, ../sass/edit.scss */
.recoList ul li section h1 a {
  color: #666;
}
/* line 825, ../sass/edit.scss */
.recoList ul li section h1 a:hover {
  color: #666;
  text-decoration: underline;
}
/* line 831, ../sass/edit.scss */
.recoList ul li section a {
  color: #fff;
}
/* line 833, ../sass/edit.scss */
.recoList ul li section a:hover {
  color: #fff;
}
/* line 837, ../sass/edit.scss */
.recoList ul li section .listImg {
  margin-bottom: 20px;
}
/* line 839, ../sass/edit.scss */
.recoList ul li section .listImg img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 837, ../sass/edit.scss */
  .recoList ul li section .listImg {
    padding: 0 25%;
  }
}
/* line 846, ../sass/edit.scss */
.recoList ul li section .listInfo {
  margin-bottom: 20px;
}
/* line 848, ../sass/edit.scss */
.recoList ul li section .listInfo span {
  font-size: xx-small;
}
/* line 852, ../sass/edit.scss */
.recoList ul li section .listPrice {
  margin-bottom: 20px;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 856, ../sass/edit.scss */
.recoList ul li section .listPrice span {
  font-size: x-small;
}
@media (max-width: 767px) {
  /* line 852, ../sass/edit.scss */
  .recoList ul li section .listPrice {
    margin-bottom: 10px;
  }
}
/* line 863, ../sass/edit.scss */
.recoList ul li section .listSpprice {
  margin-bottom: 20px;
  color: #e73233;
  font-size: 1.1em;
  font-weight: bold;
}

.recoList ul li section .listSpleaseprice {
  margin-bottom: 20px;
  color: #0759ac;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 868, ../sass/edit.scss */
.recoList ul li section .listSpprice span {
  font-size: x-small;
}
.recoList ul li section .listSpleaseprice span {
  font-size: x-small;
}
@media (max-width: 767px) {
  /* line 863, ../sass/edit.scss */
  .recoList ul li section .listSpprice {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 875, ../sass/edit.scss */
  .recoList ul li section .btn {
    margin-top: 10px;
  }
}

/* line 887, ../sass/edit.scss */
.telBanner {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  border: solid 3px #e73233;
  background-color: #fff;
  padding: 20px;
}
/* line 894, ../sass/edit.scss */
.telBanner h1 {
  color: #e73233;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 894, ../sass/edit.scss */
  .telBanner h1 {
    font-size: 1.2em;
  }
}
@media (max-width: 375px) {
  /* line 894, ../sass/edit.scss */
  .telBanner h1 {
    font-size: 1.1em;
  }
}

/* line 909, ../sass/edit.scss */
.fbwall {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

/* -------- Products -------- */
/* line 920, ../sass/edit.scss */
.pageMainSpace {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 924, ../sass/edit.scss */
.pageMainSpace section {
  float: left;
  width: 100%;
}

/* line 930, ../sass/edit.scss */
.breadcrumbs {
  margin-bottom: 30px;
}

/* line 934, ../sass/edit.scss */
.catFreeSpace {
  margin-bottom: 10px;
}
/* line 937, ../sass/edit.scss */
.catFreeSpace .catTitle h1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #e73233;
  font-size: 2em;
}
/* line 943, ../sass/edit.scss */
.catFreeSpace .catTitle p {
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* line 951, ../sass/edit.scss */
.ItemListSpace h1 {
  background-color: #e73233;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 951, ../sass/edit.scss */
  .ItemListSpace h1 {
    margin-bottom: 15px;
  }
}
/* line 962, ../sass/edit.scss */
.ItemListSpace .noItem {
  margin-top: 40px;
  text-align: left;
}
/* line 966, ../sass/edit.scss */
.ItemListSpace .item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 971, ../sass/edit.scss */
.ItemListSpace .item .itemImg img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 970, ../sass/edit.scss */
  .ItemListSpace .item .itemImg {
    padding: 0 25%;
  }
}
/* line 979, ../sass/edit.scss */
.ItemListSpace .item .itemIcon {
  text-align: left;
}
/* line 982, ../sass/edit.scss */
.ItemListSpace .item .itemInfo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 982, ../sass/edit.scss */
  .ItemListSpace .item .itemInfo {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
/* line 988, ../sass/edit.scss */
.ItemListSpace .item .itemInfo h1 {
  padding: 0;
  background: none;
  margin-bottom: 20px;
  line-height: 1.5em;
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 20px;
}
/* line 996, ../sass/edit.scss */
.ItemListSpace .item .itemInfo h2 {
  margin-bottom: 40px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  /* line 996, ../sass/edit.scss */
  .ItemListSpace .item .itemInfo h2 {
    margin-bottom: 20px;
  }
}
/* line 1003, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p {
  margin-bottom: 10px;
}
/* line 1005, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p.itemPrice {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 1008, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p.itemPrice span {
  font-size: x-small;
}
@media (max-width: 767px) {
  /* line 1005, ../sass/edit.scss */
  .ItemListSpace .item .itemInfo p.itemPrice {
    margin-bottom: 10px;
  }
}
/* line 1015, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p.itemSpPrice {
  color: #e73233;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 1019, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p.itemSpPrice span {
  font-size: x-small;
}
@media (max-width: 767px) {
  /* line 1015, ../sass/edit.scss */
  .ItemListSpace .item .itemInfo p.itemSpPrice {
    margin-bottom: 10px;
  }
}
/* line 1026, ../sass/edit.scss */
.ItemListSpace .item .itemInfo p.itemLease {
  color: #207fe0;
  font-weight: bold;
}
/* line 1032, ../sass/edit.scss */
.ItemListSpace .item .itemInfo .btn {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1032, ../sass/edit.scss */
  .ItemListSpace .item .itemInfo .btn {
    margin-top: 20px;
  }
}

/* line 1042, ../sass/edit.scss */
.pageNavi {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1044, ../sass/edit.scss */
  .pageNavi .pagerBox {
    margin-top: 20px;
  }
}
/* line 1048, ../sass/edit.scss */
.pageNavi .pagerBox .row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 1052, ../sass/edit.scss */
.pageNavi .pagerBox .col-sm-1 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1056, ../sass/edit.scss */
.pageNavi .pagerBox .col-sm-8 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1060, ../sass/edit.scss */
.pageNavi .pagerBox .col-xs-2 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1064, ../sass/edit.scss */
.pageNavi .pagerBox .col-xs-4 {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1068, ../sass/edit.scss */
.pageNavi .pagerBox .btn {
  padding: 7px 0px;
}
/* line 1071, ../sass/edit.scss */
.pageNavi .pagerBox .pageNum {
  color: gray;
  line-height: 34px;
  vertical-align: middle;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  /* line 1071, ../sass/edit.scss */
  .pageNavi .pagerBox .pageNum {
    font-size: 1.1em;
  }
}
/* line 1079, ../sass/edit.scss */
.pageNavi .pagerBox .pageNum a {
  color: #207fe0;
}

/* line 1087, ../sass/edit.scss */
.itemSpace {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1087, ../sass/edit.scss */
  .itemSpace {
    padding: 15px;
  }
}
/* line 1094, ../sass/edit.scss */
.itemSpace .itemDetailSpace {
  margin-bottom: 60px;
}
/* line 1096, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailImg {
  margin-bottom: 15px;
}
/* line 1098, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailImg img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1096, ../sass/edit.scss */
  .itemSpace .itemDetailSpace .itemDetailImg {
    padding: 0 25%;
  }
}
/* line 1106, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailIcon {
  text-align: left;
  margin-bottom: 40px;
}
/* line 1110, ../sass/edit.scss */
.itemSpace .itemDetailSpace h1 {
  padding: 0;
  background: none;
  margin-bottom: 20px;
  line-height: 1.5em;
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  /* line 1110, ../sass/edit.scss */
  .itemSpace .itemDetailSpace h1 {
    font-size: 1.2em;
  }
}
/* line 1123, ../sass/edit.scss */
.itemSpace .itemDetailSpace h2 {
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  /* line 1123, ../sass/edit.scss */
  .itemSpace .itemDetailSpace h2 {
    margin-bottom: 20px;
  }
}
/* line 1130, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailInfo {
  text-align: left;
  color: #666;
  margin-bottom: 40px;
}
/* line 1134, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailInfo img {
  width: 100%;
  height: auto;
}
/* line 1139, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailPrice {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
/* line 1143, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailPrice h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 1143, ../sass/edit.scss */
  .itemSpace .itemDetailSpace .itemDetailPrice h3 {
    text-align: center;
  }
}
/* line 1149, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailPrice p {
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 1149, ../sass/edit.scss */
  .itemSpace .itemDetailSpace .itemDetailPrice p {
    text-align: center;
  }
}
/* line 1155, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailPrice p span {
  font-size: x-small;
}
/* line 1158, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailPrice p.hanbai {
  color: #e73233;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  /* line 1158, ../sass/edit.scss */
  .itemSpace .itemDetailSpace .itemDetailPrice p.hanbai {
    font-size: 1.3em;
  }
}
/* line 1167, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  /* line 1167, ../sass/edit.scss */
  .itemSpace .itemDetailSpace .itemDetailCart {
    margin-bottom: 30px;
  }
}
/* line 1175, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .cartBox button {
  margin-bottom: 30px;
}
/* line 1179, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .outOfStock {
  margin-bottom: 30px;
  color: #e73233;
}
/* line 1183, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .btn_applicate {
  margin-bottom: 30px;
}
/* line 1186, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .price_lease {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #0759ac;
  font-size: 1.5em;
}
/* line 1191, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .price_lease span {
  font-size: x-small;
}
/* line 1195, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .btn_lease {
  margin-bottom: 15px;
}
/* line 1198, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .disc_lease {
  text-align: left;
  margin-bottom: 10px;
}
/* line 1202, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailCart .small_font_lease {
  text-align: left;
  margin-bottom: 10px;
}
/* line 1207, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailSns {
  width: 100%;
  float: left;
}
/* line 1210, ../sass/edit.scss */
.itemSpace .itemDetailSpace .itemDetailSns .snsIcon {
  float: left;
}
/* line 1216, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container {
  width: 100%;
  float: left;
}
/* line 1219, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .iconpart {
  width: 46%;
  float: left;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1219, ../sass/edit.scss */
  .itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .iconpart {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
/* line 1230, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .middle {
  width: 27%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1230, ../sass/edit.scss */
  .itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .middle {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
/* line 1241, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .middle .middle_guide {
  width: 100%;
}
/* line 1243, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .middle .middle_guide .middle_guide_parts {
  width: 50%;
}
/* line 1245, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .middle .middle_guide .middle_guide_parts img {
  float: right;
  margin-right: 20px;
}
/* line 1252, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .right_guide {
  width: 27%;
  float: left;
  padding-left: 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1252, ../sass/edit.scss */
  .itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .right_guide {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
/* line 1263, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .right_guide .right_guide_parts {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1265, ../sass/edit.scss */
  .itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .right_guide .right_guide_parts img {
    margin-bottom: 10px;
  }
}
/* line 1273, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .productSpec_summary h2 {
  background-color: #207fe0;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  /* line 1273, ../sass/edit.scss */
  .itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .productSpec_summary h2 {
    margin-bottom: 0px;
  }
}
/* line 1291, ../sass/edit.scss */
.itemSpace .itemFreeSpace #syousaisiyou_copymulti_container .productSpec caption {
  background-color: #207fe0;
}

/* line 1300, ../sass/edit.scss */
.inputBtn {
  position: relative;
}
/* line 1302, ../sass/edit.scss */
.inputBtn input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
}

/* -------- News -------- */
/* -------- Page -------- */
/* line 1322, ../sass/edit.scss */
.pageFreeSpace {
  margin-bottom: 10px;
}
/* line 1325, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceTitle h1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #e73233;
  font-size: 2em;
}
/* line 1331, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceTitle p {
  font-size: 0.9em;
  margin-bottom: 40px;
}
/* line 1336, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody {
  background-color: #fff;
  padding: 20px;
}
/* line 1339, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceTab {
  padding: 0px 10px;
  margin-bottom: 30px;
}
/* line 1342, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceTab ul {
  list-style: none;
}
/* line 1344, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceTab ul li {
  padding: 0 5px;
  margin-bottom: 10px;
}
/* line 1347, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceTab ul li a {
  font-size: 0.9em;
}
/* line 1353, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox {
  margin-bottom: 20px;
}
/* line 1355, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox p {
  margin-bottom: 20px;
}
/* line 1357, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox p a {
  color: #e73233;
  text-decoration: underline;
}
/* line 1362, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox .cau {
  color: #e73233;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 1366, ../sass/edit.scss */
  .pageFreeSpace .pageFreeSpaceBody .spaceBox .btnBox_mb {
    margin-bottom: 30px;
  }
}
/* line 1371, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox.sitemap {
  margin-bottom: 40px;
}
/* line 1373, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox.sitemap h2 {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
/* line 1381, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox.sitemap ul li a {
  color: #e73233;
}
/* line 1383, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBox.sitemap ul li a:hover {
  text-decoration: underline;
}
/* line 1391, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm {
  margin-bottom: 0;
}
/* line 1393, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm h2 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 1398, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm p {
  margin-bottom: 20px;
}
/* line 1400, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm p a {
  color: #e73233;
  text-decoration: underline;
}
/* line 1405, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm hr {
  margin: 30px 0;
}
/* line 1408, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm form {
  margin-bottom: 30px;
}
/* line 1412, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxForm .form-group label {
  text-align: left;
  width: 100%;
  color: #666;
}
/* line 1419, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry {
  margin-bottom: 0;
}
/* line 1421, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry h2 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 1425, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry h2 span {
  color: #0759ac;
}
/* line 1429, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry p {
  margin-bottom: 20px;
}
/* line 1431, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry p a {
  color: #e73233;
  text-decoration: underline;
}
/* line 1436, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry hr {
  margin: 30px 0;
}
/* line 1439, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .cau {
  color: #e73233;
  font-weight: bold;
}
/* line 1443, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-group {
  margin-bottom: 30px;
  text-align: left;
}
/* line 1446, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-group label {
  width: 100%;
  color: #666;
  margin-bottom: 10px;
}
/* line 1450, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-group label span {
  color: #e73233;
}
/* line 1455, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-group p.boxTxt {
  color: #e73233;
  font-size: smaller;
}
/* line 1461, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-btnBox {
  padding: 30px 0;
}
@media (max-width: 767px) {
  /* line 1463, ../sass/edit.scss */
  .pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .form-btnBox .form-btnBox_mb {
    margin-bottom: 30px;
  }
}
/* line 1471, ../sass/edit.scss */
.pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry.kakunin .form-group label {
  color: #449d44;
}
@media (max-width: 767px) {
  /* line 1476, ../sass/edit.scss */
  .pageFreeSpace .pageFreeSpaceBody .spaceBoxInquiry .btnBox_mb {
    margin-bottom: 15px;
  }
}

/* line 1486, ../sass/edit.scss */
.h40 {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 40px 0;
}

/* line 1497, ../sass/edit.scss */
.haiso tr {
  border-bottom: 1px solid #fff;
}
/* line 1500, ../sass/edit.scss */
.haiso tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
}
/* line 1505, ../sass/edit.scss */
.haiso tr td:nth-child(odd) {
  background: #e8e8e8;
  width: 25%;
  font-weight: normal;
}
/* line 1510, ../sass/edit.scss */
.haiso tr td:nth-child(even) {
  background-color: #f7f7f7;
  width: 75%;
}

/* line 1519, ../sass/edit.scss */
.history tr {
  border-bottom: 1px solid #fff;
}
/* line 1521, ../sass/edit.scss */
.history tr.title {
  background-color: #e8e8e8;
}
/* line 1524, ../sass/edit.scss */
.history tr.data {
  background-color: #f7f7f7;
}
/* line 1527, ../sass/edit.scss */
.history tr.data td a {
  color: #e73233;
  display: block;
}
/* line 1530, ../sass/edit.scss */
.history tr.data td a:hover {
  text-decoration: underline;
}
/* line 1536, ../sass/edit.scss */
.history tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
}
/* line 1541, ../sass/edit.scss */
.history tr td:nth-child(1) {
  width: 15%;
  border-right: 1px solid #fff;
}
/* line 1545, ../sass/edit.scss */
.history tr td:nth-child(2) {
  width: 15%;
  border-right: 1px solid #fff;
}
/* line 1549, ../sass/edit.scss */
.history tr td:nth-child(3) {
  width: 40%;
  border-right: 1px solid #fff;
}
/* line 1553, ../sass/edit.scss */
.history tr td:nth-child(4) {
  width: 15%;
  border-right: 1px solid #fff;
}
/* line 1557, ../sass/edit.scss */
.history tr td:nth-child(5) {
  width: 15%;
}

/* line 1566, ../sass/edit.scss */
.historyStatus tr {
  border-bottom: 1px solid #fff;
}
/* line 1568, ../sass/edit.scss */
.historyStatus tr.title {
  background-color: #e8e8e8;
}
/* line 1571, ../sass/edit.scss */
.historyStatus tr.data {
  background-color: #f7f7f7;
}
/* line 1574, ../sass/edit.scss */
.historyStatus tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
  border-right: 1px solid #fff;
}
/* line 1580, ../sass/edit.scss */
.historyStatus tr td:last-child {
  width: 17%;
  border: none;
}

/* line 1590, ../sass/edit.scss */
.historyAddress tr {
  border-bottom: 1px solid #fff;
}
/* line 1592, ../sass/edit.scss */
.historyAddress tr.title {
  background-color: #e8e8e8;
}
/* line 1595, ../sass/edit.scss */
.historyAddress tr.data {
  background-color: #f7f7f7;
}
/* line 1598, ../sass/edit.scss */
.historyAddress tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
  border-right: 1px solid #fff;
}
/* line 1604, ../sass/edit.scss */
.historyAddress tr td:last-child {
  border: none;
}

/* line 1613, ../sass/edit.scss */
.historyDetail tr {
  border-bottom: 1px solid #fff;
}
/* line 1615, ../sass/edit.scss */
.historyDetail tr.title {
  background-color: #e8e8e8;
}
/* line 1618, ../sass/edit.scss */
.historyDetail tr.data {
  background-color: #f7f7f7;
}
/* line 1623, ../sass/edit.scss */
.historyDetail tr.price td:nth-child(1) {
  background-color: #e8e8e8;
  width: 50%;
}
/* line 1627, ../sass/edit.scss */
.historyDetail tr.price td:nth-child(2) {
  background-color: #f7f7f7;
  width: 50%;
}
/* line 1633, ../sass/edit.scss */
.historyDetail tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
  border-right: 1px solid #fff;
}
/* line 1639, ../sass/edit.scss */
.historyDetail tr td:first-child {
  width: 50%;
}
/* line 1642, ../sass/edit.scss */
.historyDetail tr td:last-child {
  border: none;
}

/* line 1651, ../sass/edit.scss */
.listPager {
  text-align: right;
}
/* line 1653, ../sass/edit.scss */
.listPager a {
  color: #e73233;
}
/* line 1655, ../sass/edit.scss */
.listPager a:hover {
  text-decoration: underline;
}

/* line 1662, ../sass/edit.scss */
.steps {
  background-color: #fff;
  padding: 20px 10px;
}
/* line 1667, ../sass/edit.scss */
.steps table tr td {
  width: 25%;
  padding: 0 10px;
}
/* line 1670, ../sass/edit.scss */
.steps table tr td img {
  width: 100%;
}

/* line 1679, ../sass/edit.scss */
.order_title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

/* line 1688, ../sass/edit.scss */
.orderDetail tr {
  border-bottom: 1px solid #fff;
}
/* line 1690, ../sass/edit.scss */
.orderDetail tr.title {
  background-color: #e8e8e8;
}
/* line 1693, ../sass/edit.scss */
.orderDetail tr.data {
  background-color: #f7f7f7;
}
/* line 1696, ../sass/edit.scss */
.orderDetail tr td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #666;
  border-right: 1px solid #fff;
}
/* line 1702, ../sass/edit.scss */
.orderDetail tr td:first-child {
  width: 50%;
}
/* line 1705, ../sass/edit.scss */
.orderDetail tr td:last-child {
  border: none;
}

/* -------- Footer -------- */
/* line 1717, ../sass/edit.scss */
footer {
  background-color: #e73233;
  padding: 40px 0 20px 0;
}
@media (max-width: 767px) {
  /* line 1717, ../sass/edit.scss */
  footer {
    padding: 20px 0 10px 0;
  }
}
/* line 1723, ../sass/edit.scss */
footer p {
  font-size: small;
  text-align: center;
  margin-bottom: 20px;
  color: #ff7b7c;
}
@media (max-width: 767px) {
  /* line 1723, ../sass/edit.scss */
  footer p {
    line-height: 30px;
  }
}
/* line 1731, ../sass/edit.scss */
footer p a {
  color: #fff;
}
/* line 1733, ../sass/edit.scss */
footer p a:link {
  color: #fff;
  text-decoration: none;
}
/* line 1737, ../sass/edit.scss */
footer p a:visited {
  color: #fff;
}
/* line 1740, ../sass/edit.scss */
footer p a:hover {
  text-decoration: underline;
}
/* line 1744, ../sass/edit.scss */
footer p.copy {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1744, ../sass/edit.scss */
  footer p.copy {
    text-align: center;
    font-size: 0.8em;
  }
}
/* line 1752, ../sass/edit.scss */
footer hr {
  margin-bottom: 20px;
  border-top: none;
  border-bottom: solid 1px #ff7b7c;
}
