@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 #models {
  margin: 28px auto 0;
}
#container #models h2 {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 19px;
  padding: 12px 0;
  margin-bottom: 28px;
}
#container #models section .inr {
  margin-bottom: 24px;
}
#container #models section .inr p {
  padding-bottom: 24px;
}
#container #models section .inr 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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container #models section .inr ul li {
  width: 48.5%;
  text-align: center;
  margin-bottom: 16px;
  font-size: 14px;
}
#container #models section .inr ul li img {
  padding-bottom: 8px;
}

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