@charset "utf-8";

/* ancNav_top */
.l-content .ancNav_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 910px;
  margin: 0 auto 40px;
}
.l-content .ancNav_top > li:not(:nth-last-child(-n+2)) {
  margin-bottom: 13px;
}
.l-content .ancNav_top > li a {
  display: flex;
  align-items: center;
  background: #e5e8ee;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAOVBMVEUAAAAAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7Gxo7uYAAAAEnRSTlMAARkhJCUmfoWOlJfEzdjd4/Ajy9VNAAAAPElEQVQIHQXBgQGDIBAEsPC2Iq0i3v7DmhgN4PD8G3DElV+DnlvNjEbP2qiZoWdtUDNn1geoO+sLUOcOL1ufAevHH4+bAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 45px center;
  width: 450px;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  border: 1px solid #aab7cf;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}
.l-content .ancNav_top > li a:hover {
  color: #333333;
}
.l-content .ancNav_top > li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001f5c;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  padding-left: 1px;
  box-sizing: border-box;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.l-content .ancNav_top > li a:hover span {
  color: #fff;
}

/* lineup */
.l-content .lineup .fig_lineup {
  position: relative;
  background: url(/special/xy_stages/img/fig_lineup_bg.png) no-repeat center;
  width: 738px;
  height: 427px;
  margin: 0 auto;
}
.l-content .lineup .fig_lineup a {
  position: absolute;
}
.l-content .lineup .fig_lineup a:hover {
  opacity: 0.75;
}
.l-content .lineup .fig_lineup a.manual_01 {
  top: 64px;
  left: 97px;
}
.l-content .lineup .fig_lineup a.simple_l_01 {
  top: 186px;
  left: 82px;
}
.l-content .lineup .fig_lineup a.simple_l_02 {
  top: 207px;
  left: 149px;
}
.l-content .lineup .fig_lineup a.simple_01 {
  top: 316px;
  left: 78px;
}
.l-content .lineup .fig_lineup a.simple_02 {
  top: 338px;
  left: 155px;
}
.l-content .lineup .fig_lineup a.c_value_01 {
  top: 270px;
  left: 289px;
}
.l-content .lineup .fig_lineup a.c_value_02 {
  top: 301px;
  left: 368px;
}
.l-content .lineup .fig_lineup a.c_value_03 {
  top: 332px;
  left: 295px;
}
.l-content .lineup .fig_lineup a.precision_01 {
  top: 154px;
  left: 490px;
}
.l-content .lineup .fig_lineup a.precision_02 {
  top: 155px;
  left: 562px;
}
.l-content .lineup .fig_lineup a.precision_03 {
  top: 222px;
  left: 556px;
}
.l-content .lineup .fig_lineup a.precision_04 {
  top: 286px;
  left: 483px;
}
.l-content .lineup .fig_lineup a.precision_05 {
  top: 328px;
  left: 570px;
}

/* quick */
.l-content .quick .quick_list {
  display: flex;
  justify-content: space-between;
}
.l-content .quick .quick_list > li {
  width: 230px;
  padding: 17px 10px 10px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  text-align: center;
}
.l-content .quick .quick_list > li a,
.l-content .quick .quick_list > li a:hover {
  text-decoration: none;
}
.l-content .quick .quick_list > li .name {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
.l-content .quick .quick_list > li a:hover img {
  opacity: 0.75;
}
.l-content .quick .quick_list > li .model {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.l-content .quick .quick_list > li .model > span {
  color: #004098;
}
.l-content .quick .quick_list > li .quantity {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.l-content .quick .quick_list > li .date {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f699b;
  width: 150px;
  height: 24px;
  margin: 0 auto 8px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.l-content .quick .quick_list > li .notes {
  display: block;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
  color: #333;
}

/* quality */
.l-content .quality .quality_list {
  display: flex;
  justify-content: space-between;
}
.l-content .quality .quality_list > li {
  width: 230px;
  padding: 10px 0;
  border: 1px solid #bbb;
  text-align: center;
}
.l-content .quality .quality_list > li .head {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

/* c_value */
.l-content .c_value .m-table {
  width: 690px;
  margin: 0 auto;
}
.l-content .c_value .m-table a {
  font-weight: bold;
  text-decoration: none;
}
.l-content .c_value .m-table .yellow {
  background: #fffbe5;
}