@charset "UTF-8";
@import url("../../../css/reset.css");
@import url("../../../css/common.css");
a:link {
  color: #23adc1;
  text-decoration: underline;
}

a:hover {
  color: #23adc1;
  text-decoration: none;
}

a:visited {
  color: #23adc1;
  text-decoration: underline;
}

header {
  height: 68px;
  background: #FFFFFF;
}

header .inner {
  width: 900px;
  margin: 0 auto;
}

header h1 {
  float: left;
}

header p {
  float: right;
  line-height: 68px;
  color: #23adc1;
  font-size: 16px;
  font-weight: bold;
}

section#banner {
  background-color: #23adc1;
  padding-bottom: 25px;
  margin-bottom: 60px;
}

section#banner .inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

section#banner .baloon {
  position: absolute;
  top: -17px;
  right: -5px;
}

section#banner p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 30px;
}

nav {
  width: 860px;
  margin: 0 auto 60px;
}
nav ul li {
  height: 68px;
  float: left;
  background: no-repeat;
  overflow: hidden;
  margin-right: 2px;
  text-indent: -99999px;
}
nav ul li a {
  display: block;
  line-height: 68px;
}
nav ul li:nth-child(1) {
  background: url(../images/nav.png);
  background-position: 0 0;
  width: 167px;
}
nav ul li:nth-child(1):hover {
  background-position: 0 -68px;
}
nav ul li:nth-child(2) {
  background: url(../images/nav.png);
  background-position: -169px 0;
  width: 167px;
}
nav ul li:nth-child(2):hover {
  background-position: -169px -68px;
}
nav ul li:nth-child(3) {
  background: url(../images/nav.png);
  background-position: -338px 0;
  width: 166px;
}
nav ul li:nth-child(3):hover {
  background-position: -338px -68px;
}
nav ul li:nth-child(4) {
  background: url(../images/nav.png);
  background-position: -506px 0;
  width: 166px;
}
nav ul li:nth-child(4):hover {
  background-position: -506px -68px;
}
nav ul li:nth-child(5) {
  background: url(../images/nav.png);
  background-position: -674px 0;
  width: 166px;
}
nav ul li:nth-child(5):hover {
  background-position: -674px -68px;
}
nav ul li:nth-child(6) {
  background: url(../images/nav.png);
  background-position: -674px 0;
  width: 167px;
}
nav ul li:nth-child(6):hover {
  background-position: -674px -68px;
}

section#content {
  width: 800px;
  margin: 0 auto;
}

section#content h4 {
  color: #23adc1;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/title.gif) no-repeat left;
  margin-bottom: 20px;
}

section#content p {
  color: #565656;
  font-size: 16px;
  line-height: 32px;
  z-index: 10;
  position: relative;
}

section#content .box {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px dotted #cdcdc7;
}

section#content div.box:last-child {
  border-bottom: none;
}

.map {
  position: relative;
  margin: 30px 0;
  height: 315px;
  background: url(../images/im_map.gif) no-repeat left top;
}

.map ul {
  position: absolute;
  left: 517px;
  top: 8px;
}

.map ul li {
  margin-bottom: 6px;
}

.map ul li:last-child {
  margin-top: 11px;
}

section#content .box h5 {
  color: #23adc1;
  font-size: 21px;
  font-weight: bold;
  line-height: 35px;
}

section#content .box .tel {
  margin-bottom: 10px;
}

section#content .box .fax {
  margin-bottom: 27px;
}

section#content .box h5.no1 {
  background: url(../images/no1.gif) no-repeat left;
  line-height: 24px;
  font-size: 21px;
  padding-left: 29px;
  margin-bottom: 12px;
}

section#content .box h5.no2 {
  background: url(../images/no2.gif) no-repeat left;
  line-height: 24px;
  font-size: 21px;
  padding-left: 29px;
  margin-bottom: 12px;
}

section#content .box .red {
  color: #9f0202;
  font-size: 19px;
  font-weight: bold;
}

section#content .box .red_b {
  color: #9f0202;
  font-weight: bold;
}

section#content .box .im_garbage {
  position: absolute;
  top: 0;
  right: 0;
}

section#content .box ul.hinmoku {
  overflow: hidden;
}

section#content .box ul.hinmoku li {
  float: left;
  height: 224px;
  margin: 0 5px 4px 0;
}

section#content .box ul.hinmoku li:last-child {
  margin-right: 0;
}

section#content .box ul.hinmoku li.txt {
  font-size: 20px;
  line-height: 36px;
  color: #565656;
  padding: 40px 0 0 10px;
  height: 184px;
  position: relative;
  z-index: 1;
}

section#content .box .baloon {
  position: absolute;
  top: -28px;
  right: -30px;
  z-index: 0;
}

section#content .box ul.about {
  background: url(../images/footer_box_bg_01.jpg) top no-repeat, url(../images/footer_box_bg_03.jpg) bottom no-repeat, url(../images/footer_box_bg_02.jpg) top repeat-y;
  padding: 36px 0 21px 32px;
}

section#content .box ul.about li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #565656;
  line-height: 25px;
}

span.bg_blue {
  background: #23adc1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  padding: 5px 10px;
  margin-right: 10px;
  letter-spacing: 0.08em;
}

.mail img {
  display: inline-block;
}

footer {
  background: #23adc1;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 0.06em;
  position: relative;
}

footer img {
  position: absolute;
  top: 9px;
  right: 20px;
}

/*メールフォーム*/
section#mail {
  background: #23adc1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px 25px 45px 25px;
  width: 750px;
  margin: 30px auto;
}

section#mail h2 {
  width: 215px;
  margin: 0 auto 20px auto;
}

section#mail .inner {
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 40px 25px 30px 25px;
}

section#mail table td.item {
  font-size: 17px;
  font-weight: bold;
  color: #565656;
  line-height: 42px;
}

section#mail table td input {
  height: 30px;
  margin-bottom: 27px;
  font-size: 15px;
}

section#mail table td textarea {
  font-size: 15px;
}

section#mail .submit {
  margin-top: 35px;
  text-align: center;
}

section#mail p.caution {
  font-size: 14px;
  color: #af1010;
  margin-bottom: 30px;
}

section#mail sup {
  font-size: 70%;
  vertical-align: super;
  color: #af1010;
}

section#mail p.caution2 {
  font-size: 14px;
  color: #565656;
  margin-bottom: 30px;
}

section#content .box .btn_garbage {
  margin: 20px 0 55px 0;
}

section#mail button {
  border: none;
  padding: 0;
  margin: 0;
  width: 279px;
  height: 54px;
  cursor: pointer;
}
section#mail #formWrap h3, section#mail #formWrap h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
section#mail #formWrap p {
  margin-bottom: 40px;
  text-align: left;
}
section#mail #formWrap .error_messe {
  font-size: 14px;
  color: #ff0000;
  line-height: 2;
}
section#mail #formWrap table {
  margin-bottom: 40px;
}
section#mail #formWrap table td {
  font-size: 17px;
  font-weight: bold;
  color: #565656;
  line-height: 42px;
  padding-left: 20px;
}
