@import "/en/library/default.css";
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.contents h1 {
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #0A1945;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.contents h2 {
  margin: 0 0 10px 0;
  padding: 7px 0 6px 10px;
  background-color: #999;
  color: #fff;
  font-size: 14px;
}
.contents h3 {
  font-size: 14px;
  color: white;
  background-color: #666;
  text-align: center;
}

.mailform textarea {
  padding: 7px !important;
}
@media only screen and (max-width: 767px) {
  .mailform textarea {
    width: 90%;
  }
}
.mailform input[type=text] {
  padding: 7px !important;
}
.mailform th {
  text-align: center;
  width: 20%;
  border-bottom: 1px dotted #ccc;
  padding: 7px 0 5px 0;
}
.mailform td {
  width: 80%;
  border-bottom: 1px dotted #ccc;
  padding: 7px 0 5px 0;
}
.mailform .submit {
  text-align: center;
  background-color: #eee;
  padding: 10px 0 8px 0;
  margin: 10px 0 0 0;
}

.tab_menu {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto 10px;
}
.tab_menu a {
  padding: 7px 5px 5px;
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}
.tab_menu a.selected {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.tab_menu li a:hover {
  background-color: rgb(156, 148, 148);
}

ul.idTabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.idTabs li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
}

#wrap {
  margin: 0 auto 50px;
}/*# sourceMappingURL=default2.css.map */