/* import
---------------------------------------- */
@import url("reset.css");
@import url("common.css");
/* what
---------------------------------------- */
#what {
  margin-top: 15px;
}
#what ul li {
  border-bottom: 1px solid #d2d2d2;
}
#what ul li:last-child {
  border: none;
}
#what ul li a {
  display: block;
  padding: 10px 18px 10px 10px;
  background: url(../../img/shared_mark_arw_large.gif) 98% 50% no-repeat;
  line-height: 1.3;
}
#what ul li span {
  display: block;
  padding: 10px 10px 10px 10px;
  line-height: 1.3;
}

/* about
---------------------------------------- */
#about h2 {
  font-size: 14px;
}
#about p.text {
  padding: 10px;
}
#about p.btn {
  width: 244px;
  height: 40px;
  margin: 5px auto 0;
}
#about p.btn a {
  display: block;
  width: 244px;
  height: 40px;
  background-image: url(../../img/home_about_btn_concept.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#about p.btn a:link, #about p.btn a:visited {
  background-position: left;
}
#about p.btn a:hover, #about p.btn a:active {
  background-position: right;
}
