@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----------------------------------------
	INDEX
-----------------------------------------*/
body {
  letter-spacing: 0.01em;
  font-size: 13px;
}

.none {
  display: none;
}

.disp {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

#SUIT, #OPTION {
  margin-top: -64px;
  padding-top: 64px;
}

#container {
  margin: 40px 0;
}
#container #madeto {
  margin: 28px auto 0;
}
#container #madeto .navi ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
#container #madeto .navi ul li {
  width: 48%;
  border: 1px solid #000;
}
#container #madeto .navi ul li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  background: #d6d6d6;
}
#container #madeto .navi p {
  text-align: center;
  padding: 16px 0;
}
#container #madeto h2 {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 19px;
  padding: 12px 0;
  margin-bottom: 28px;
}
#container #madeto .numberBox {
  margin-bottom: 28px;
  background: #d6d6d6;
  padding: 16px 12px;
}
#container #madeto .numberBox h3 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 12px;
}
#container #madeto .numberBox ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
#container #madeto .numberBox ul li:nth-of-type(1) {
  width: 50%;
}
#container #madeto .numberBox ul li:nth-of-type(2) {
  width: 47%;
}
#container #madeto .numberBox p {
  text-align: center;
}
#container #madeto p.bold {
  font-size: 16px;
  padding-bottom: 8px;
}
#container #madeto .price .charm {
  text-align: center;
  padding: 32px;
}
#container #madeto .price table, #container #madeto .price td, #container #madeto .price th {
  width: 100%;
  border: 1px solid #0a0a0a;
  border-collapse: collapse;
}
#container #madeto .price td, #container #madeto .price th {
  padding: 12px 16px;
  width: 30px;
  height: 25px;
}
#container #madeto .price th {
  background: #a9a9a9;
  text-align: left;
  width: 35%;
}
#container #madeto .price td {
  text-align: center;
}
#container #madeto .suitPrice table, #container #madeto .suitPrice td, #container #madeto .suitPrice th {
  width: 100%;
  border: 1px solid #0a0a0a;
  border-collapse: collapse;
}
#container #madeto .suitPrice td, #container #madeto .suitPrice th {
  padding: 12px;
  width: 30px;
  height: 25px;
  text-align: center;
}
#container #madeto .suitPrice th {
  background: #a9a9a9;
  width: 50%;
}

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