
/* 一言メッセージ */
#message {
  width: 655px;
  height: 95px;
  background-image: url(../img/index/message.png);
  background-repeat: no-repeat;
  padding: 60px 20px 0px 20px;
  margin: 30px 0px 40px 0px;
}

/* お悩み */
#worry {
  width: 605px;
  height: 323px;
  background-image: url(../img/index/worry.png);
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 40px;
  padding: 79px 0px 0px 90px;
  margin: 40px 0px 0px 0px;
}

/* お問い合わせ */
.contact1 {
  width: 765px;
  height: 253px;
  background-image: url(../img/index/contact_bk1.png);
  background-repeat: no-repeat;
  margin: 20px 0px 40px -35px;
}
.contact2 {
  width: 765px;
  height: 253px;
  background-image: url(../img/index/contact_bk2.png);
  background-repeat: no-repeat;
  margin: 20px 0px 40px -35px;
}
.contact_mail {
  float: left;
  margin: 140px 0px 0px 33px;
}
.contact_line {
  float: right;
  margin: 140px 30px 0px 0px;
}

/* 代表挨拶 */
#greet {
  width: 656px;
  height: 289px;
  background-image: url(../img/index/greet.png);
  background-repeat: no-repeat;
  padding: 70px 0px 0px 42px;
  margin: 50px 0px 0px 0px;
}

/* プロフィール */
#profile {
  font-size: 14px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 20px 0px;
}

/* 実績 */
table.tbl_sp colgroup.col1 {
  width: 150px;
}
table.tbl_sp colgroup.col2 {
  width: 545px;
}

/* 無料相談会 */
#consult {
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  font-size: 16px;
  padding: 20px 40px 20px 40px;
}

/* ランキング */
#ranking {
  width: 695px;
  height: 519px;
  background-image: url(../img/index/ranking_body.png);
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
}
.ranking_title1 {
  color: #5A5EAD;
  font-size: 24px;
  font-weight: bold;
  padding: 27px 0px 0px 135px;
}
.ranking_title2 {
  color: #5A5EAD;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0px 0px 135px;
}
.ranking_desc {
  font-size: 16px;
  padding: 0px 0px 0px 135px;
}

/* お知らせ・ブログ */
#box_blog {
  width: 695px;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin: 40px 0px 0px 0px;
}
#box_info {
  width: 695px;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin: 30px 0px 0px 0px;
}
.blog {
  word-break: break-all;
  padding: 7px 15px 7px 15px;
}
.info {
  word-break: break-all;
  padding: 7px 15px 7px 15px;
}
.bar {
  border: 1px dashed #CDCDCD;
  margin: 0px 12px 0px 12px;
}
.new {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 10px;
}

