@charset "utf-8";
/* ---( override default )--------------------------------- */
*{
  padding: 0;
  margin: 0;
}
body {
  font-family:"メイリオ", "ヒラギノ角ゴ Pro W4", "ＭＳ Ｐゴシック", Osaka;
  font-size: 10px;
  line-height: 20px;
}
img {
  border: none;
}
h1 {
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: solid 3px #ccc;
  background-repeat: no-repeat;
}
/* ---( util )--------------------------------- */
.clearfix:after {
  content:" ";
  display: block;
  clear:both;
  height:0em;
}
.clearfix {
  zoom:1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.subnote {
  color: #777777;
}
table.vertical {
  border: none;
  border-top: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
}
table.vertical th {
  font-size: 9px;
  line-height: 13px;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  background-color:#efefef;
  padding: 0px 2px 0px 4px;
  border-bottom: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
}
table.vertical th.head {
  border-right: none;
}
table.vertical td {
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  background: #ffffff;
  padding: 2px 10px 2px 10px;
  border-bottom: solid 1px #c1c1c1;
}
table.vertical td.submit {
  text-align: center;
}
table.vertical td.submit input {
  padding: 5px 20px 3px 20px;
}
/* ---( common )--------------------------------- */
#content {
  margin: 5px auto 0 auto;
  width: 649px;
}
#footer {
  display: none;
}
/* ---( print )--------------------------------- */
.map {
  margin: 5px 0 5px 0;
  text-align: center;
}
.contact {
  border-top: 3px solid #cccccc;
  margin: 5px 0 5px 0;
  padding: 5px 10px 0 10px;
}
