@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: helvetica, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 2.28;
  color: #000000;
}

a {
  color: #333333;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
}

#g-nav {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

#key {
  width: 940px;
  text-align: center;
  margin: 0 auto 65px;
}

#main {
  width: 940px;
  margin: 0 auto;
}

.mbl15 {
  margin-left: 15px;
}

.mbg15 {
  margin-bottom: 15px;
}

.mbg20 {
  margin-bottom: 20px;
}

.mbg25 {
  margin-bottom: 25px;
}

.mbg40 {
  margin-bottom: 40px;
}

.mbg60 {
  margin-bottom: 60px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mbt20 {
  margin-top: 20px;
}

.row {
  width: 940px;
  overflow: hidden;
}

.left-box {
  width: 185px;
  float: left;
}

.right-box {
  float: left;
  width: 740px;
}

#g-nav {
  width: 921px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 45px;
}
#g-nav ul li {
  float: left;
  text-indent: -9999px;
}
#g-nav ul li a {
  display: block;
  width: 184px;
  height: 30px;
  background-image: url(../img/g_nav.png);
  background-repeat: no-repeat;
}
#g-nav ul li a:hover {
  opacity: 0.8;
}
#g-nav ul .item01 a {
  background-position: 0 0;
}
#g-nav ul .item02 a {
  background-position: -184px 0;
}
#g-nav ul .item03 a {
  background-position: -368px 0;
}
#g-nav ul .item04 a {
  background-position: -552px 0;
}
#g-nav ul .item05 a {
  width: 185px;
  background-position: -736px 0;
}

.text {
  padding: 20px 0 0 15px;
}
.text span {
  display: block;
}

.text2 {
  width: 585px;
  padding: 20px 0 0 15px;
}

.service-box {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 25px 0 15px 25px;
  margin-left: 15px;
  width: 550px;
}

#copy {
  text-align: center;
  margin-bottom: 30px;
}

#page-top a {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: block;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  width: 100px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
