/**===========================
 * nazo001
=========================== */
.nazo001 {
  position: relative;
  background-image: url("/nazo/001/image/nazo001_back.jpg") !important;
  background-color: #ffffff;
}

.nazo001 a {
  font-weight: bold;
}

.nazo001 a:before {
  content: '\00bb\0020';
}

.nazo001 #nazo001-navi {
  position: relative;
  width: 240px;
  color: #ffffff;
  background: #333333;
  display: table-cell;
  padding: 30px 20px;
}

.nazo001 #nazo001-navi .logo {
  margin-bottom: 30px;
}

.nazo001 #nazo001-navi .roomlist a {
  color: #d39f84 !important;
  display: block;
}

.nazo001 #nazo001-navi .roomlist li {
  margin-left: 20px;
  line-height: 150%;
  font-size: 16px;
}

.nazo001 #nazo001-room {
  padding: 30px 40px 100px 40px;
  width: 720px;
  background: #ffffff;
  display: table-cell;
}

.nazo001 #nazo001-room a {
  color: #d39f84 !important;
  display: inline-block;
}

.nazo001 #nazo001-room p {
  margin-bottom: 30px;
}

.nazo001 .h2-nazo001 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.nazo001 .h2-nazo001:before, .nazo001 .h2-nazo001:after {
  content: "";
  flex-grow: 1;
  height: 2px;
}

.nazo001 .h2-nazo001:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.nazo001 .h2-nazo001:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #888, transparent);
}

.nazo001 .h3-nazo001 {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.nazo001 .h3-nazo001:before, .nazo001 .h3-nazo001:after {
  content: "";
  flex-grow: 1;
  height: 2px;
}

.nazo001 .h3-nazo001:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.nazo001 .h3-nazo001:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #888, transparent);
}

.nazo001 .question {
  text-align: center;
}

.nazo001 .answer {
  text-align: center;
}

.nazo001 .answer input {
  border: solid 1px #333333;
}

.nazo001 .answer .inp-text {
  font-size: 16px;
  height: 30px;
  width: 300px;
}

.nazo001 .answer .inp-submit {
  height: 30px;
  width: 100px;
  color: #ffffff;
  background: #333333;
}
