@charset "utf-8";
/**
 * komabashiri LP CSS
 * 
 * create: 2013-08-27
 * update: 2013-08-29
 * 
 * @package     komabashiri LP
 * @author      ik
 * @copyright   Copyright (c) 2013 , MarveLiX Creation , http://mvlix.com/
 * @version     komabashiri LP 1.00
 */


@import "tag.css";       /* タグデフォルト */



/* 全体囲い枠 */
#wrap {
    width: 1171px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../../lp/img/wall.png");
    background-repeat: repeat-y;
    text-align: center;
}



/* お悩みお任せ部分 */

    .onayami_omakase {
        width: 921px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../../lp/img/paper.png");
        background-repeat: no-repeat;
        background-position: 0 970px;
    }


/* お話し部分 */
    .ohanashi {
        position: relative;
        width: 921px;
        height: 2500px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../../lp/img/paper.png");
        background-repeat: repeat-y;
        text-align: left;
    }


    .ohanashi * {
        font-size: 20px;
        line-height: 2.1;
    }

    .ohanashi strong.yellow {
        background-color: #FFF100;
    }

    .ohanashi strong.blue {
        display: block;
        padding: 16px 20px;
        margin-bottom: 8px;
        background-color: #00B9EF;
        color: #FFFFFF;
        font-size: 26px;
        line-height: 1;
    }

    .ohanashi span.blue {
        color: #00B9EF;
        font-weight: bold;
    }


    .ohanashi_photo {

    }

    .ohanashi1 {
        position: absolute;
        top: 70px;
        left: 380px;
    }

    .ohanashi2 {
        position: absolute;
        top: 380px;
        left: 40px;
    }

    .ohanashi3 {
        position: absolute;
        top :1250px;
        left :330px;
    }

    .ohanashi4 {
        position: absolute;
        top :1730px;
        left :50px;
    }



/* 選べる～キャンペーン中 */

    .eraberu {
        position: relative;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }

    .eraberu1 {
        position: absolute;
        top: 430px;
        left: 240px;
        line-height: 1.6;
        text-align: left;
        font-size: 18px;
    }
    .eraberu2 {
        position: absolute;
        top: 735px;
        left: 240px;
        line-height: 1.6;
        text-align: left;
        font-size: 18px;
    }



/* 皆様の声 */

    .koe {
        padding-bottom: 30px;
    }



/* 署名 */

    .shyomei {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .shyomei .adrs {
        position: absolute;
        bottom: 14px;
        left: 380px;
        text-align: left;
        font-size: 14px;
        letter-spacing: 3px;
    }



/* お問い合わせフォーム */

    .toiawase {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .toiawase table {
        width: 880px;
        margin-top: 20px;
        margin-left: 140px;
        border-collapse: collapse;
        margin-bottom: 50px;
        border: 1px solid #9DB4B5;
        text-align: left;
        font-size: 16px;
    }


    .toiawase table * {
        font-size: 16px;
    }



    .toiawase table th {
        width: 150px;
        padding:1em;
        text-align: left;
        border: 1px solid #9DB4B5;
        background-color: #F5F4E4;
    }


    /* 必須 */
    .toiawase table th p {
        width: 3em;
        padding: 1px 6px;
        color: #FFFFFF;
        background-color: #FF0000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
    }


    .toiawase table td {
        padding: 1em 8px;
        border: 1px solid #9DB4B5;
    }

    .toiawase table td p {
        padding-top: 4px;
        line-height: 1.4;
        font-size: 12px;
    }

    .toiawase table td.mail input {
        width: 300px;
    }

    .toiawase table td.tel input {
        width: 100px;
    }

    .toiawase table td textarea {
        height: 150px;
        width: 95%;
    }



/* コピーライト */
.copyr {
    padding: 80px 0 50px;
    color: #565353;
}

.copyr a {
    color: #565353;
    text-decoration: none;
}
