/*

LP
*/
#main_content h1 {
  background-color: #005797;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 5px 0px 5px 10px;
}

#eyecatch {
  margin-top: 10px;
}

#cp_detail {
  background: #FFF;
  padding: 28px 0 40px 0;
}
#cp_detail a#submit {
  display: block;
  height: 110px;
  width: 804px;
  margin: 0 98px 32px 98px;
}
.ie7 #cp_detail a#submit {
  width: 100%;
  text-align: center;
}
#cp_detail ul {
  margin: 50px 0 50px 50px;
  overflow: hidden;
}
#cp_detail ul li.point {
  height: 278px;
  width: 290px;
  background-image: url('../img/point_bg.jpg');
  float: left;
}
#cp_detail ul li.point.ct {
  margin: 0 15px;
}
#cp_detail ul li.point p {
  padding: 0 20px;
}
#cp_detail ul li.point h2 {
  padding: 0 10px;
}
#cp_detail ul li.point img {
  margin: 18px 113px 20px 113px;
}
#cp_detail ul li.point h2 {
  color: #CD210A;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 21px;
}
#cp_detail ul li.point p {
  font-size: 16px;
  line-height: 20px;
}
#cp_detail p#cp_desc {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 100px;
  margin-bottom: 40px;
  color: #555;
}
#cp_detail dl {
  overflow: hidden;
  margin-left: 40px;
}
#cp_detail dl dt, #cp_detail dl dd {
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1em;
}
.ie7 #cp_detail dl dt, .ie7 #cp_detail dl dd {
  display: inline;
}
#cp_detail dl dt {
  clear: both;
  width: 133px;
  text-align: right;
  font-weight: bold;
}
#cp_detail dl dd {
  margin-left: 18px;
}
