@import url("../common.css");

h2 a {
  font-size: 80%;
}

h2 span {
  color: #FFF;
  font-size: 56px;
  margin-left: 80px;
}

p {
  font-size: 90%;
  color: #444;
}

.service {
  clear: both;
  margin-top: 12px;
  margin-bottom: 24px;
  height: 100%;
  width: 100%;
  float: left;
  background: url("../images/bottom.png") no-repeat bottom #111111;
  padding-top: 16px;
  padding-bottom: 32px;
}

.service p {
  font-size: 90%;
  color: #AAA;
  margin-top: 8px;
  margin-bottom: 8px;
}

.service .service-image {
  float: left;
  text-align: center;
  width: 300px;
}

.service .service-info {
  border-left: 1px solid #999;
  float: left;
  width: 450px;
  height: 320px;
  padding-left: 24px;
}

.service .service-info .more {
  font-size: 80%;
  text-align: right;
}

#start-board {
  margin-top: 16px;
  text-align: center;
}

#start-board a {
  text-indent: -9999px;
  display: block;
  width: 344px;
  height: 88px;
  margin: 0 auto;
  background: url("../images/board/start.png") no-repeat 0 0;
  outline: none;
}

#start-board a:hover {
  background-position: 0 bottom;
}

#detail {
  border-top: 0;
  margin-top: 8px;
}

.text {
  margin: 0 16px;
}

.text-even {
  background-color: #F7F7F7;
}

.text-odd {
  background-color: #FFF;
}

.text p {
  width: 400px;
  line-height: 1.6em;
}

.text p img {
  vertical-align: middle;
}

.text-left {
  float: left;
  padding: 12px;
}

.text-right {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
}

h3 {
  margin-top: 16px;
  font-size: 120%;
  text-indent: 32px;
  font-weight: bold;
  line-height: 35px;
  color: #444;
  border-bottom: 2px solid #444;
}

h3 strong {
  letter-spacing: 0.3em;
  font-size: 150%;
  color: #000;
}

h4 {
  padding-bottom: 2px;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  color: #F78800;
}


