@charset "Shift_JIS";

/* 初期化 */

@import "reset.css";

/* 共通パーツ */

@import "common.css";

/* フォームパーツ */

@import "form.css";

/* コンテンツ */
#contents {
  margin-bottom: 20px;
}

#sub {
  background-color: #eaeaea;
}

/* メインコンテンツ */
#main h1 {
  margin-bottom: 20px;
}
#main h2 {
  margin-left: 25px;
  margin-bottom: 2px;
}
#main h2.message {
  margin-left: 50px;
  margin-bottom: 20px;
}
#main h3 {
  padding-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
#main h4 {
  padding-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
#main p {
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: justify;
  text-justify: inter-ideograph; 
}
#main p.intro {
  margin: 0 10px 20px;
}
#main .gmap {
  text-align: center;
}
#main p.message_thumb {
  margin-bottom: 40px;
}
/* #main p.message_thumb img {
  margin-right: 5px;
  vertical-align: middle;
} */
#main p.messageLast {
  margin-bottom: 40px;
}
#main p.gotop {
  text-align: right;
}
.box {
  margin-left: 50px;
  margin-bottom: 10px;
}
table .data_tbl {
  width: 650px;
  height: auto;
  margin-left: 50px;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 2px; 
  border: 1px solid #ffffff;
}
table .data_tbl th {
  width: 100px;
  padding: 7px;
  background-color: #638df7;
  color: white;
  font-size: 12px;
  text-align: left;
}
table .data_tbl td {
  padding: 7px;
  border-bottom: 1px solid #638df7;
  background-color: #ffffff;
  font-size: 12px;
}
.phototbl {
  width: 250px;
  margin: 0 10px;
  margin-right: 25px;
}
.faqnavi {
  margin: 0 0 40px 50px;
}
.faqnavi td {
  padding: 2px;
}
.faqnavi_arrow {
  color: #0030ac;
  font-weight: normal;
}
.faqnavi a, .faqnavi a:link, .faqnavi a:visited, .faqnavi a:hover, .faqnavi a:active  {
  color: #000000;
  text-decoration: none;
}
.faqnavi a:hover {
  border-bottom: 1px solid #638df7;
}
.careerup {
  margin: 0 55px 10px;
  padding: 10px;
  border: 1px solid #0046f7;
}
.bg_yellow {
  margin: 0 40px 10px;
  padding: 20px 5px 5px 5px;
  background-color: #ffffcc;
}
h4.license  {
  padding-right: 20px;
}
p.license {
  border-bottom: 1px dotted #9f5c00;
}