@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#mainimg{
    margin-bottom: 30px;
}
#content h3.even{
    margin-bottom: 20px;
}
/*壁×ＲＥＡＬＬ*/
#greeting {
    margin-bottom: 30px;
}
#greeting .image {
    text-align: center;
    margin-bottom: 30px;
}
#greeting p.image02{
    text-align: center;
    margin-bottom: 16px;
}
#greeting p.text {
    font-size: 1.29em;
    line-height: 1.33;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
}

/*このような時はご相談ください*/
#content .aside01box {
    background: #EFEFEF;
    padding: 25px 83px;
    font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
    margin-bottom: 25px;
}
#content .aside01box p.title{
    font-size: 1.14em;
    line-height: 1.5;
    font-weight: bold;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    background: url(../image/icon02.jpg) left top 1px no-repeat,
    url(../image/icon03.jpg) right bottom no-repeat;
}
#content .aside01box p.title span{
    color: #D00C15;
}
#content .aside01 {
    overflow: hidden;
}
#content .aside01 dl {
    float: left;
    width: 240px;
    text-align: center;
    font-weight: bold;
    margin: 43px 44px 0 0;
}
#content .aside01 dl:nth-child(2n) {
    margin-right: 0;
    width: 210px;
}
#content .aside01 dl dt {
    margin-bottom: 5px;
    font-size: 1.43em;
    line-height: 1.15;
    padding-bottom: 6px;
    background: url(../image/icon05.jpg) bottom center no-repeat;
    color: #D00C15;
}
#content .aside01 dl dd {
    font-size: 1.14em;
    line-height: 1.625;
}
#content .text-center.att{
    margin-bottom: 70px;
    color: #000000;
}

/*最新の施工事例紹介*/
#gallery {
    margin-bottom: 70px;
    overflow: hidden;
}
#gallery dl {
    float: left;
    width: 200px;
    margin-right: 30px;
    position: relative;
}
#gallery dl:nth-child(3n) {
    margin-right: 0;
}
#gallery dl dt.image a {
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#gallery dl dd.comment {
    position: absolute;
    top: 0;
    left: 0;
}
#gallery dl dd.comment a{
   opacity: 0;
    width: 180px;
    height: 200px;
    padding: 0 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    background: rgba(73, 73, 73, 0.4);
    transition: opacity 0.3s;
}
#gallery dl dd.comment a:hover{
   opacity: 1;
}

/*内装リフォームメニュー*/
#content .section01{
    overflow: hidden;
    margin-bottom: 40px;
}
#content .section01 .aside02{
    overflow: hidden;
    float: left;
    width: 490px;
    margin-right: 40px;
}
#content .section01 .aside02 dl{
    width: 150px;
    margin-right: 20px;
    float: left;
}
#content .section01 .aside02 dl:nth-child(3n){
    margin-right: 0;
}
#content .section01 .aside02 dl dt{
    margin-bottom: 5px;
}
#content .section01 .aside02 dl dd{
    font-size: 0.85em;
    line-height: 2;
    margin-bottom: 22px;
}
#content .section01 .aside02 dl dd a{
    background: url(../image/icon04.jpg) center right no-repeat;
    padding-right: 15px;
    color: #000000;
    text-decoration: none;
}
#content .section01 .aside02 dl dd a:hover{
    text-decoration: underline;
}
#content .section01  p.banner{
    width: 125px;
    float: right;
    margin-top: 70px;
}

/*内装リフォームの流れ*/
#content .section02 {
    margin-bottom: 70px;
}
#content .section02 p.flow{
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
}
#content .section02  p.banner01{
    text-align: right;
}

/*新着情報*/
#topics {
    margin-bottom: 30px;
}
#topics dl {
    overflow: hidden;
    background: url("../image/bottom_news.jpg") left bottom repeat-x;
    padding: 17px 0 0;
    font-weight: bold;
}
#topics dt {
    float: left;
    margin-right: 10px;
}
#topics dd {
    overflow: hidden;
}
#topics dd a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#topics dd a:hover{
    text-decoration: underline;
}
#content .btn-news{
    text-align: right;
}