@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*髪のダメージについて*/
#content .about {
	margin-bottom: 90px;
}
#content .about .box {
	margin-bottom: 65px;
}
#content .about {
    margin-bottom: 60px;
}
#content .about .list{
    display: table;
    width: 100%;
}
#content .about .list .image{
    display: table-cell;
    width: 240px;
    vertical-align: middle;
    padding: 0 0 30px 0;
}
#content .about .list  dl{
    display: table-cell;
    vertical-align: middle;
}
#content .about .list  dl.right {
    padding: 0 0 30px 20px;
}
#content .about .list  dl.left {
    padding: 0 30px 25px 0;
}
#content .about .list dl dt{
    font-family: "游明朝","Yu Mincho", "YuMincho", "メイリオ", "Meiryo",
            "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
            sans-serif;
    font-size: 2em;
    margin-bottom: 5px;
    padding-left: 34px;
}

#content .about .list dl dt.no1 {
    background: url("../image/no01.jpg") left top 9px no-repeat;
}
#content .about .list dl dt.no2 {
    background: url("../image/no02.jpg") left top 9px no-repeat;
}
#content .about .list dl dt.no3 {
    background: url("../image/no03.jpg") left top 9px no-repeat;
}
#content .about .list dl dt.no4 {
    background: url("../image/no04.jpg") left top 9px no-repeat;
}

/*トリートメントへのこだわり*/
#content .care {
    margin-bottom: 90px;
}
#content .care .box {
    margin-bottom: 50px;
}
#content .image {
    text-align: center;
    margin-bottom: 25px;
}

/*ご自宅でできるケア方法*/
#content .care02 {
    margin-bottom: 90px;
}

/*ヘアケア商品のご紹介*/
#care {
    margin-bottom: 90px;
}

#care .imgleft {
    margin-bottom: 60px;
    border: solid 1px #252C47;
    padding: 15px;
}
#care .image a{
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#care dt {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0px 0 10px 0px;
  border-bottom: solid 1px #252C47;
}

/*お客様の声*/

#voice {
    margin-bottom: 90px;
}
#voice .imgleft {
    margin-bottom: 60px;
    border: solid 1px #252C47;
    padding: 15px;
}

#voice .image a{
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#voice dt {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0px 0 10px 35px;
  border-bottom: solid 1px #252C47;
  background: url(../image/comment.jpg) left 5px top no-repeat;
}