/* common */
body {
  overflow-y: scroll;
}
* {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #009;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
#wrapper {
  width: 900px;
  margin: 50px auto;
}
#left {
  width: 210px;
}
h1 {
  width: 210px;
  padding-bottom: 20px;
  text-align: center;
}
#nav {
  width: 210px;
}
#nav li {
  margin-top: 15px;
  padding-left: 50px;
}
#nav li a {
  display: inline-block;
}
#top {
  padding-top: 100px;
}
#top h1, #top #nav {
  margin: 0 auto;
}
#left {
  width: 210px;
  float: left;
}
#right {
  float: right;
  width: 560px;
  padding: 10px 30px 0 50px;
}
#right h2 {
  margin: 10px 0 30px 0;
  background: #000;
}
#right h2 span {
  display: inline-block;
  background: #fff;
  margin-left: 5px;
  padding: 0 10px;
  font-weight: normal;
}
#right th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding-right: 2em;
}
#right td {
  min-width: 8em;
  line-height: 2em;
  padding-bottom: 1em;
  vertical-align: top;
}
#footer {
  clear: both;
  padding-top: 100px;
  line-height: 80px;
  text-align: center;
}
/* contact */
#contact #right h3,
#stipulation #right h3,
#contact #right h4,
#stipulation #right h4 {
  text-align: center;
}
#contact #right h3, #stipulation #right h3 {
  text-indent: -1.5em;
  font-size: 14px;
}
#contact #right .scroll, #stipulation #right .scroll {
  overflow-y: scroll;
  height: 12em;
  padding: 1ex;
  border: 1px solid #ddd;
}
#contact #right .scroll dt, #stipulation #right .scroll dt {
  font-weight: bold;
}
#contact #right .scroll dd, #stipulation #right .scroll dd {
  margin-bottom: 1em;
  padding: .2em 0 1em 1em;
}
#contact #right p, #stipulation #right p {
  text-align: center;
}
#contact #right p .error, #stipulation #right p .error {
  display: block;
  margin: 3px auto;
  padding: 1ex;
  width: 18em;
  background-color: #c66;
  color: #fff;
}
#contact #right form label, #stipulation #right form label {
  display: inline-block;
  position: relative;
}
#contact #right form label input, #stipulation #right form label input {
  position: relative;
  top: 2px;
}
#contact #right form fieldset, #stipulation #right form fieldset {
  margin-top: 2em;
  padding: 0;
  border: none;
  border-top: 1px dotted #999;
}
#contact #right form fieldset legend, #stipulation #right form fieldset legend {
  display: block;
  margin: 0 auto;
  width: 5em;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#contact #right form fieldset span, #stipulation #right form fieldset span {
  display: block;
  text-align: right;
  color: #999;
}
#contact #right form table, #stipulation #right form table {
  width: 100%;
}
#contact #right form table th,
#stipulation #right form table th,
#contact #right form table td,
#stipulation #right form table td {
  border: 1px solid #bbb;
}
#contact #right form table th, #stipulation #right form table th {
  width: 10em;
  padding: 0;
  background-color: #d9d9d9;
  vertical-align: middle;
  text-align: center;
}
#contact #right form table td, #stipulation #right form table td {
  padding: 1em;
  line-height: 2.5em;
  background-color: #f6f6f6;
}
#contact #right form table td .zip, #stipulation #right form table td .zip {
  width: 7em;
  border: 1px solid #999;
}
#contact #right form table td .short, #stipulation #right form table td .short {
  width: 5em;
  border: 1px solid #999;
  text-align: center;
}
#contact #right form table td .error, #stipulation #right form table td .error {
  display: inline-block;
  margin-top: 3px;
  padding: 0 1ex;
  background-color: #c66;
  color: #fff;
}
#contact #right form table .input input, #stipulation #right form table .input input {
  width: 80%;
  height: 2.5em;
  padding: 3px;
  background-color: #fff;
}
#contact #right form table .blank th,
#stipulation #right form table .blank th,
#contact #right form table .blank td,
#stipulation #right form table .blank td {
  padding: 1em;
  border: none;
  background: transparent;
  font-weight: bold;
}
#contact #right form table textarea, #stipulation #right form table textarea {
  width: 300px;
  height: 8em;
}
#contact #right form .btn, #stipulation #right form .btn {
  display: block;
  width: 6em;
  margin: 1em auto;
}
#contact #right .confirm, #stipulation #right .confirm {
  width: 100%;
}
#contact #right .confirm th, #stipulation #right .confirm th {
  padding: 1ex;
  text-align: left;
}
#contact #right .confirm td, #stipulation #right .confirm td {
  padding: 1ex;
  font-weight: bold;
}
#contact #right .confirm td p, #stipulation #right .confirm td p {
  text-align: left;
}
#contact #right .confirm .btns, #stipulation #right .confirm .btns {
  border: none;
  text-align: center;
  background-color: transparent;
}
#contact #right .confirm .btns .btn, #stipulation #right .confirm .btns .btn {
  display: inline-block;
  margin: 0 1em;
  width: 9em;
}
#contact #right .comp h3, #stipulation #right .comp h3 {
  text-indent: 0;
  text-align: left;
}
#contact label {
  display: block !important;
}
#detail {
  margin-bottom: 3em;
}
#detail th {
  padding-right: .5ex;
}
