* {
  font-size: 14px;
}
html,
body {
  height: 100%;
}
a {
  color: #04858a;
}
header {
  background-color: #000;
  padding: 6px 0px 1px 0px;
  text-align: center;
}
header:hover {
  cursor: pointer;
  opacity: 0.8;
}
header h1 {
  color: #fff;
  font-size: 20px;
}
#contents {
  max-width: 480px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding-bottom: 50px;
}
#contents-in {
  margin-bottom: 150px;
}
.wrp {
  padding: 0px 4%;
  max-width: 480px;
  margin: 0px auto;
}
#footer-menu {
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6f6f6;
  z-index: 99999999999;
}
#footer-menu a {
  color: #cccccc;
  float: left;
  margin: 2% 1%;
  display: block;
  width: 18%;
  text-align: center;
}
#footer-menu a i {
  font-size: 20px;
}
#footer-menu a span {
  color: #444;
  display: block;
  width: 100%;
  font-size: 11px;
}

#footer-menu.menu-4 a {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.red {
  color: #ff5a5f;
}
h2 {
  margin: 20px auto;
}
h2,
h2 i {
  font-size: 22px;
}
h2 img {
  width: 30px;
}

.tags {
}
.tags ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.tags ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ff5a5f;
  color: #ff5a5f;
  padding: 5px 10px;
  border-radius: 3px;
}

.navbar-brand {
  font-size: 18px;
}
.navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-nav .nav-item a {
  font-size: 14px;
  color: #444;
}
.bt-logout {
  font-size: 14px;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
h4 span.require {
  color: #ff5a5f;
}
h5 {
  color: #309b9f;
  font-size: 13px;
  margin: 10px 0px;
}

.form-set {
  margin-bottom: 30px;
}
.form-set input[type='time'] {
  width: 80px;
  display: inline-block;
}

.form-set input.min {
  width: 120px;
  display: inline-block;
}
.form-set input.xmin {
  width: 80px;
  display: inline-block;
}
.form-set ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  margin: 3px auto;
}

.form-set ul.col3 li {
  width: 33%;
}

.check-list ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.check-list [type='checkbox'],
.check-list [type='radio'] {
  display: none;
}
.check-lb {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}
.check-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 9px;
}
.check-list [type='checkbox']:checked + .check-lb,
.check-list [type='radio']:checked + .check-lb {
  /*color: #009a9a;*/
  color: #7d7d7d;
}
.check-list [type='checkbox']:checked + .check-lb::after,
.check-list [type='radio']:checked + .check-lb::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 2px;
  width: 16px;
  height: 18px;
  transform: rotate(40deg);
  /*
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
  */
  border-bottom: 3px solid #7d7d7d;
  border-right: 3px solid #7d7d7d;
}

.check-circle ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.check-circle [type='checkbox'] {
  display: none;
}
.check-lb {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.check-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 9px;
}
.check-circle [type='checkbox']:checked + .check-lb {
  color: #009a9a;
}
.check-circle [type='checkbox']:checked + .check-lb::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 2px;
  width: 16px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.check-list-circle ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.check-list-circle ul li {
  float: left;
  width: 48%;
  margin: 10px 4% 10px 0px;
  list-style-type: none;
}
.check-list-circle ul li:nth-child(2n) {
  margin-right: 0px;
}
.check-list-circle [type='checkbox'],
.check-list-circle [type='radio'] {
  display: none;
}
.check-list-circle-lb {
  padding-left: 30px;
  padding-top: 3px;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
}
.check-list-circle-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  border-radius: 12px;
}
.check-list-circle [type='checkbox']:checked + .check-list-circle-lb,
.check-list-circle [type='radioi']:checked + .check-list-circle-lb {
  color: #7d7d7d;
}
.check-list-circle [type='checkbox']:checked + .check-list-circle-lb::after,
.check-list-circle [type='radio']:checked + .check-list-circle-lb::after {
  content: '';
  display: block;
  position: absolute;
  top: 4.2px;
  left: 8px;
  width: 7px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
}

.bt-red {
  background-color: #ff5a5f;
  border-color: #ff5a5f;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}
.bt-green {
  background-color: #009a9a;
  border-color: #009a9a;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}
.bt-search-icon {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.bt-red:hover {
  color: #fff;
}

.bt-white {
  position: relative;
  border: 2px solid #04858a;
  color: #04858a;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}

.bt-gray {
  border: 1px solid #ccc;
  color: #999;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
}

.footer-bt {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 50px;
  left: 0px;
  border-top: 1px solid #999;
  /*max-width: 480px;*/
  width: 100%;
  background-color: #fff;
  z-index: 999999999999;
}

.require {
  color: #ff5a5f;
  font-weight: bold;
}

.radio-list ul {
  margin: 0px;
  padding: 0px;
}
.radio-list ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}
.radio-list ul li label {
  font-size: 14px;
}

.time {
  display: inline-block;
  width: 80px;
}

#keyword {
  font-size: 18px;
}

#contents {
  padding-bottom: 0px;
}

#contents-in {
  margin-bottom: 0px;
}

#top-footer {
  padding: 25px 0px 80px 0px;
  background-color: #000;
  margin-top: 90px;
  margin-bottom: 0px;
}

#top-footer #member-free {
  display: block;
  padding: 6px 15px;
  background-color: #ff5a5f;
  color: #fff;
  width: 200px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 15px;
}
#top-footer a {
  display: block;
  padding: 10px 0px;
  margin: 5px auto;
  text-align: center;
  color: #fff;
}
#top-footer #footer-logo {
  text-align: center;
  margin-top: 10px;
}
