@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html,body {
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
}



html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.2em;
  font-family: "Lucida Grande", "Geneva", "Arial", "Verdana", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}


div#container {
  width: 100%;
  min-height: 100%;
  position: relative;
  text-align: left;
}

* html div#container {
  height: 100%;
}

body > div#container {
  height: auto;
}

div#body {
  overflow: hidden;
}

div#top {
  padding-bottom: 133px;
  text-align: left;
}

div#body {
  width: 950px;
  background-color: #ffffff;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

div.heading {
  height: 32px;
  border: solid 1px #cccccc;
}

div.heading p {
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 5px;
  border: solid 1px #ffffff;
  background-image: url('heading-background.gif');
  background-position: left top;
  background-repeat: repeat-x;
}
.background-color-dark {
  background-color: #ff4646 !important;
}


div#body div.previous-link {
  padding-top: 20px;
}

div#body div.previous-link p {
  font-size: 1.3em;
  padding-bottom: 12px;
}

div#body div.profile-lead {
  margin: 10px 10px 0;
  font-size: 1.2em;
}

div#body div.profile-lead p {
  margin-bottom: 10px;
}

div#body div.inquiry {
  padding: 20px;
  text-align: center;
}

div#body div.inquiry p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.5em;
}

div#body div.inquiry a {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #cacaca;
  display: block;
  width: 24em;
  color: #000;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

div#body div.inquiry a:hover {
  text-decoration: none;
}

div#body p.inquiry-notice {
  margin-bottom: 40px;
  color: #f00;
  font-size: 14px;
  text-align: center;
}


div#body div.master-profile {
  font-size: 1.2em;
}

div#body div.master-profile table {
  border-top: 1px #999 dotted;
  width: 950px;
}

div#body div.master-profile table tr th,
div#body div.master-profile table tr td {
  padding: 10px;
  border-bottom: 1px #999 dotted;
}

div#body div.master-profile table tr th {
  width: 115px;
}

div#body p.no-master-profile {
  padding: 20px 0 20px;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

div#body p.btn-back {
  padding: 20px 0 5px;
  text-align: center;
}

