@charset "utf-8";

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: url(../img/bg.png) top center;
}
/*ヘッダー*/
#header {
  height: 227px;
  width: auto;
  background: url(../img/bg_header.png) top center;
}
#header_main {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#header_main h2 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  float: left;
}
#header_main h2:nth-child(2) {
  float: right;
}
#logo {
  margin: 10px 0 13px 10px;
  clear: both;
}
#illust {
  position: absolute;
  top: 40px;
  left: 700px;
}
#navi {
  width: 960px;
  height: 50px;
}
#navi li {
  float: left;
}
#navi .n01 {
  display: block;
  width: 140px;
  height: 50px;
  background: url(../img/navi_01_on.png) no-repeat;
}
#navi .n02 {
  display: block;
  width: 140px;
  height: 50px;
  background: url(../img/navi_02_on.png) no-repeat;
}
#navi .n03 {
  display: block;
  width: 140px;
  height: 50px;
  background: url(../img/navi_03_on.png) no-repeat;
}
#navi .n04 {
  display: block;
  width: 140px;
  height: 50px;
  background: url(../img/navi_04_on.png) no-repeat;
}
#navi .n05 {
  display: block;
  width: 260px;
  height: 50px;
  background: url(../img/navi_05_on.png) no-repeat;
}
#navi .n06 {
  display: block;
  width: 140px;
  height: 50px;
  background: url(../img/navi_06_on.png) no-repeat;
}
/*ヘッダーここまで*/
/*メイン*/
#main {
  width: 960px;
  margin: 20px auto;
}
#main_left_block {
  width: 750px;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
}
#main_left_block .text_box {
  width: 710px;
  padding: 20px;
  line-height: 1.5;
}
#main_right_block {
  float: right;
  width: 190px;
}
#top_left_block {
  float: left;
  width: 300px;
}
#top_left_block li {
  margin-bottom: 10px;
}
#license_num {
  margin-bottom: 10px;
}
#add, #license_num {
  width: 280px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}
#add .title, #license_num .title {
  background-color: #0d92b8;
  color: #fff;
  padding: 5px;
  margin-bottom: 5px;
}
#top_right_block {
  float: right;
  width: 640px;
}
#infomation_box {
  width: 640px;
  height: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.title_box {
  background: url(../img/bg_title.png) repeat-x;
  height: 38px;
  line-height: 35px;
  padding-left: 25px;
  color: #333;
}
.title_box span {
  font-size: 13px;
  margin-left: 20px;
}
#infomation_box .text_box {
  width: 600px;
  height: 172px;
  padding: 20px;
  overflow: auto;
}
#infomation_box .text_box p {
  border-bottom: 1px solid #ccc;
  line-height: 2;
  padding-left: 10px;
  background: url(../img/icon_head.png) no-repeat left;
}
#infomation_box .text_box p span {
  font-size: 12px;
}
#greeting_box {
  width: 640px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
}
#greeting_box .title_box {
  background: url(../img/bg_title.png) repeat-x;
  height: 38px;
  line-height: 35px;
  padding-left: 25px;
  /*font-weight: bold;*/
  color: #333;
}
#greeting_box .title_box span {
  font-size: 13px;
  margin-left: 20px;
}
#greeting_box .text_box {
  width: 600px;
  height: auto;
  padding: 20px;
}
#greeting_box .text_box p {
  line-height: 2;
}
/*メインここまで*/
/*フッター*/
#footer {
  height: 80px;
  background-color: #0d92b8;
  padding-top: 20px;
  border-bottom: 1px solid #12b3e1;
}
#footer_main {
  width: 960px;
  margin: 0 auto;
}
#footer_main #company_name {
  width: 280px;
  float: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
}
#foot_navi_box {
  width: 300px;
  color: #fff;
  font-size: 12px;
  float: right;
  line-height: 2.5;
  margin-right: 100px;
}
#foot_navi_box ul li {
  float: left;
}
#foot_navi_box ul li a {
  color: #fff;
}
#copy {
  height: 30px;
  background-color: #0d92b8;
  border-top: 1px solid #015485;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
}
/*フッターここまで*/
/*会社概要*/
#company_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 710px;
  line-height: 1.2;
}
#company_table td {
  border-right: 1px solid #ccc;
  border-bottom:  1px solid #ccc;
  padding: 10px;
}
#company_table tr td:nth-child(1) {
  background-color: #f2f2f2;
}
.map_block {
  margin-top: 20px;
}
/*会社概要ここまで*/
/*お問い合わせ*/
#contact_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 710px;
  margin-top: 20px;
}
#contact_table td {
  border-right: 1px solid #ccc;
  border-bottom:  1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}
#contact_table tr td:nth-child(1) {
  background-color: #f2f2f2;
}
.submitBtn {
  text-align: center;
  margin-top: 20px;
}
/*お問い合わせここまで*/
.m-top-10 {
  margin-top: 10px;
}