@charset "utf-8";

/* ===================================================================
CSS information

 file name  :coating.css
 author     :PCBrain
 style info :コーティングメニュー用
=================================================================== */

#mainV {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../img/coating/h1_bg.png) no-repeat center center;
}




#main .typeList{
    clear: both;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

#main .typeList li {
    float: left;
    margin-right: 40px;
    width: 480px;
}

#main .typeList li:last-child{
    margin-right: 0;
}

#main .typeList li h3{
    font-family: "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 15px;
}

#main .typeList li h3 span{
    font-size: 25px;
    display: block;
}

#main .typeList li .catchTxt{
    background: #7f6124;
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

#main #kindofcoating .floatL{
    margin-right: 20px;
}
