@charset "UTF-8";
/***************************************
	Written By Fujimoto

			2015.01

	The copyright is not abandoned. 
****************************************/
* {
  text-decoration: none;
  position: relative;
  list-style: none;
  color: #333333;
  border: none;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

table {
  border-collapse: separate;
  border: solid 1px #A0A0A0;
  border-spacing: 0px;
}
table tr + tr th,
table tr + tr td {
  border-top: solid 1px #A0A0A0;
}
table td {
  border-left: solid 1px #A0A0A0;
}
table th,
table td {
  padding: 15px;
}
table th {
  background-color: #EDEFF5;
  vertical-align: top;
  font-weight: normal;
  width: 150px;
}

#header > div,
#content > div,
#footer > div {
  height: 100%;
  width: 960px;
  margin: auto;
}

#header {
  background-image: url(../img/back_header.png);
  background-position: left bottom;
  border-bottom: solid 5px #EEEEEE;
  border-top: solid 5px #0B419B;
  background-repeat: repeat-x;
  height: 135px;
}
#header h1 {
  overflow: hidden;
  width: 234px;
  height: 60px;
  top: 16px;
}
#header h2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url(../img/tel.png);
  background-position: 20px 10px;
  background-repeat: no-repeat;
  border: solid 1px #A0A0A0;
  font-weight: normal;
  position: absolute;
  padding: 10px 15px;
  font-size: 11px;
  width: 245px;
  height: 40px;
  right: 265px;
  top: 15px;
}
#header h2 a {
  margin-left: 45px;
  line-height: 28px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}
#header h2 + h2 {
  background-image: url(../img/mail.png);
  background-position: 20px 20px;
  background-color: #0B419B;
  border: none;
  height: 42px;
  width: 222px;
  right: 0px;
}
#header h2 + h2 * {
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
}
#header h2 + h2:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#header h2 + h2:before {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #FFFFFF;
  position: absolute;
  height: 56px;
  width: 246px;
  content: "";
  left: 2px;
  top: 2px;
}
#header h2 + h2:after {
  position: absolute;
  font-weight: bold;
  color: #FFFFFF;
  content: url(../img/arrow_head.png);
  right: 10px;
  top: 20px;
}
#header ul {
  position: absolute;
  bottom: -5px;
}
#header ul li {
  background-image: url(../img/menu.png);
  overflow: hidden;
  height: 40px;
  width: 160px;
  float: left;
}
#header ul li:hover, #header ul li.pos {
  background-position: 0px -40px;
}
#header ul li + li {
  background-position: -160px 0px;
}
#header ul li + li:hover, #header ul li + li.pos {
  background-position: -160px -40px;
}
#header ul li + li + li {
  background-position: -320px 0px;
}
#header ul li + li + li:hover, #header ul li + li + li.pos {
  background-position: -320px -40px;
}
#header ul li + li + li + li {
  background-position: -480px 0px;
}
#header ul li + li + li + li:hover, #header ul li + li + li + li.pos {
  background-position: -480px -40px;
}
#header ul li + li + li + li + li {
  background-position: -640px 0px;
}
#header ul li + li + li + li + li:hover, #header ul li + li + li + li + li.pos {
  background-position: -640px -40px;
}
#header ul li + li + li + li + li + li {
  background-position: -800px 0px;
}
#header ul li + li + li + li + li + li:hover, #header ul li + li + li + li + li + li.pos {
  background-position: -800px -40px;
}
#header ul li a {
  position: absolute;
  line-height: 100px;
  height: 100%;
  width: 100%;
}

#footer {
  background-color: #EDEFF5;
  padding-top: 50px;
  margin-top: 70px;
  font-size: 11px;
  height: 219px;
  clear: both;
}
#footer div div {
  margin-bottom: 15px;
  padding: 25px 35px;
  text-align: center;
  height: 138px;
  width: 250px;
  float: left;
}
#footer div div a,
#footer div div span,
#footer div div strong {
  display: block;
}
#footer div div:first-child {
  font-size: 12px;
}
#footer div div:first-child a {
  margin-bottom: 15px;
}
#footer div div + div {
  border-left: solid 1px #A0A0A0;
  width: 249px;
}
#footer div div + div li {
  background-image: url(../img/arrow_footer.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  white-space: nowrap;
  padding-left: 10px;
  text-align: left;
  height: 30px;
  width: 114px;
  float: left;
}
#footer div div + div li:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#footer div div + div strong {
  font-size: 19px;
}
#footer div div + div a[href*="tel"] {
  background-image: url(../img/tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 10px auto 5px auto;
  letter-spacing: -1px;
  white-space: nowrap;
  padding-left: 40px;
  line-height: 29px;
  font-size: 29px;
  height: 25px;
  width: 190px;
}
#footer div div + div + div {
  padding-top: 10px;
  height: 153px;
}
#footer div div + div + div a[href*="contact"] {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url(../img/mail.png);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-color: #0B419B;
  padding: 10px 15px;
  line-height: 40px;
  text-indent: 45px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  width: 222px;
  height: 42px;
}
#footer div div + div + div a[href*="contact"]:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#footer div div + div + div a[href*="contact"]:before {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #FFFFFF;
  position: absolute;
  height: 56px;
  width: 246px;
  content: "";
  left: 2px;
  top: 2px;
}
#footer div div + div + div a[href*="contact"]:after {
  position: absolute;
  font-weight: bold;
  color: #FFFFFF;
  content: url(../img/arrow_head.png);
  right: 10px;
  top: 15px;
}
#footer div #page_top {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: url(../img/arrow_top.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-color: #0B419B;
  position: absolute;
  font-weight: bold;
  line-height: 55px;
  cursor: pointer;
  color: #FFFFFF;
  height: 45px;
  width: 45px;
  right: 0px;
  top: -75px;
}
#footer div #page_top:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#footer p {
  background-color: #0B419B;
  position: absolute;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  color: #FFFFFF;
  height: 18px;
  bottom: 0px;
  width: 100%;
  clear: both;
}

#content > div {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FFFFFF;
  border: solid 1px #A0A0A0;
  border-top: solid 7px #0B419B;
  word-break: break-all;
  padding: 35px 50px;
  margin: 35px auto;
  line-height: 25px;
  width: 758px;
}
#content > div p {
  border-bottom: solid 5px #EEEEEE;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 35px;
  font-size: 20px;
  display: block;
}
#content > div table {
  width: 100%;
}
