@charset "UTF-8";
/*
|---------------------------------------------------------------
| CC 目玉対応表 追加CSS
|---------------------------------------------------------------
*/
.spare_eye_table_title {
  /* NC styles */
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 13px;
  border-bottom: 4px solid #cccccc;
  /* reset */
  line-height: 1.5;
}
@media screen and (max-width: 739px) {
  .spare_eye_table_title {
    /* NC styles */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 3px solid #cccccc;
  }
}

#descri_table {
  /* NC styles */
  font-size: 13px;
}

#descri_table a {
  /* NC styles */
  text-decoration: underline;
  color: #00609f;
}
