@charset "utf-8";

/*====================================
  全ページ共通スタイル
=====================================*/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: normal 1.6rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background-color: #fff;
  position: relative;
}

h1, h2, h3, h4, h5, h6, table, tr, td, th, ol, ul, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

img, a {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

a:link {
  color: #006633;
}


/*=================================
  header
==================================*/

header {}

header div {
  width: 940px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

header div h1 {
  width: 150px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

header div h1 a {
  display: block;
  width: 150px;
  height: 0;
  padding-top: 23px;
  overflow: hidden;
  background: url(../images/common/logo.png) 0 0 no-repeat;
}

header div p:nth-child(2) {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 200px;
  margin-top: -1.6em;
}

header div p:nth-child(3) {
  display: block;
  width: 202px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url(../images/common/header_tel.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}


/*=================================
  globalNavi
==================================*/

#globalNavi {
  padding-top: 10px;
  background: url(../images/common/menu_bg.png) 0 0 repeat-x #f4f4f4;
}

#globalNavi ul {
  width: 950px;
  height: 60px;
  margin: 0 auto;
}

#globalNavi ul li {
  width: 198px;
  height: 60px;
  margin: 0 -10px 0 0;
  float: left;
}

#globalNavi ul li a {
  display: block;
  width: 198px;
  height: 0;
  padding-top: 60px;
  overflow: hidden;
  background: url(../images/common/globalnavi.png) 0 0 no-repeat;
}

#globalNavi ul li:nth-child(1) a {
  background-position: 0 0;
}

#globalNavi ul li:nth-child(1) a:hover {
  background-position: 0 -60px;
}

#globalNavi ul li:nth-child(2) a {
  background-position: -198px 0;
}

#globalNavi ul li:nth-child(2) a:hover {
  background-position: -198px -60px;
}

#globalNavi ul li:nth-child(3) a {
  background-position: -396px 0;
}

#globalNavi ul li:nth-child(3) a:hover {
  background-position: -396px -60px;
}

#globalNavi ul li:nth-child(4) a {
  background-position: -594px 0;
}

#globalNavi ul li:nth-child(4) a:hover {
  background-position: -594px -60px;
}

#globalNavi ul li:nth-child(5) a {
  background-position: -792px 0;
}

#globalNavi ul li:nth-child(5) a:hover {
  background-position: -792px -60px;
}


/*=================================
  【下層】contents
==================================*/

#directory {
  background-color: #ccffcc;
}

#directory ul {
  width: 940px;
  padding: 0.5em 0;
  margin: 0 auto;
}

#directory ul li {
  display: inline;
  font-size: 1.4rem;
}

#directory ul li::after {
  content: ">";
  margin: 0 0.5em;
}

#directory ul li:last-child::after {
  content: "";
  margin: 0;
}


/*=================================
  【下層】contents
==================================*/

#container {
  width: 940px;
  margin: 80px auto;
}

#contents {
  width: 700px;
  float: left;
}

#contents p {
  margin-top: 1.0em;
}


/*=================================
  【下層】sidenavi
==================================*/

#sideBar {
  width: 200px;
  float: right;
}


/*=================================
  footer
==================================*/

footer {
  background-color: #32b16c;
}

footer nav {
  padding: 0.5em 0;
  font-size: 1.4rem;
  background-color: #f4ead9;
}

footer nav ul {
  width: 940px;
  margin: 0 auto;

  text-align: center;
}

footer nav li {
  display: inline;
}

footer nav li::after {
  content: "|";
  margin: 0 0.5em;
}

footer nav li:last-child::after {
  content: "";
}

footer nav li a:link {
  color: #000000;
}

footer .wrapper {
  width: 940px;
  padding: 30px 0;
  margin: 0 auto;
}

footer h1 {
  width: 150px;
  height: 0;
  padding-top: 23px;
  overflow: hidden;
  background: url(../images/common/footer_logo.png) 0 0 no-repeat;
}

footer dl {
  margin-top: 20px;
  color: #FFF;
}

footer dt {
  font-weight: bold;
}

footer .wrapper div:nth-child(1) {
  width: 50%;
  float: left;
}

footer .wrapper div:nth-child(2) {
  width: 350px;
  float: right;
}

footer .wrapper p {
  width: 350px;
  height: 0;
  padding-top: 43px;
  overflow: hidden;
  background: url(../images/common/footer_tel.png) 0 0 no-repeat;
}

footer .wrapper a {
  display: block;
  width: 350px;
  height: 0;
  padding-top: 60px;
  overflow: hidden;
  background: url(../images/common/footer_contact.png) center center no-repeat #f39800;
  margin-top: 30px;
}

footer .wrapper a:hover {
  background-color: #f00;
}


/*=================================
  font
==================================*/

.h1 {
  padding: 50px 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #32b16c;
}

.h2 {
  text-align: center;
  color: #32b16c;
  font-size: 2.4rem;
  font-weight: bold;
}

.button {
  display: block;
  padding: 1.0em;
  font-weight: bold;
  text-decoration: none;
  color: #32b16c;
  border: solid 3px #32b16c;
  position: relative;
  top: 0;
  left: 0;
}

.button::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: solid 2px #32b16c;
  border-right: solid 2px #32b16c;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button:hover {
  color: #fff;
  background-color: #32b16c;
}

.button:hover::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table1 {
  padding: 1px;
  border: solid 1px #def4de;
}

.table1 table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.table1 th, .table1 td {
  padding: 1.0em;
  vertical-align: top;
}

.table1 th {
  font-weight: bold;
  color: #32b16c;
  background-color: #def4de;
  border-bottom: solid 1px #fff;
}

.table1 td {
  background-color: #fff;
  border-bottom: solid 1px #def4de;
}

.table1 tr:last-child th, .table1 tr:last-child td {
  border-bottom: none;
}

#contactBanner {
  width: 940px;
  margin: 80px auto 80px auto;
}

#contactBanner a {
  display: block;
  width: 940px;
  height: 0;
  padding-top: 130px;
  overflow: hidden;
  background: url(../images/common/contact.jpg) 0 0 no-repeat;
}

#contactBanner a:hover {
  background-position: 0 -130px;
}