@charset "UTF-8";

html {
    font-size: 18px;
    overflow-y: scroll
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, strong, sub, sup, dl, dt, dd, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
    background-color: #f3f7fe;
    font-family: Lucida Grande, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 100%;
    color: #222;
    vertical-align: baseline;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body.notFixed {
    padding-bottom: 0px;
}

img {
    border: 0;
}

ul {
    list-style: none outside
}

ol {
    list-style: none outside
}

a {
    color: #0c3575
}

:placeholder-shown {
    color: #a9a9a9
}

::-webkit-input-placeholder {
    color: #a9a9a9
}

:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a9a9a9
}

header, main, #area-form {
    width: 100%
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    border-top: 5px solid #0069b3;
    border-bottom: 1px solid #a9a6a6;
    background-color: #fff;
    z-index: 1
}

header .logo {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
}

header .logo a {
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

main {
}

.off {
    display: none !important
}

.on {
    display: block !important
}

header:before, header:after, main > dl:before, main > dl:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table
}

header:after, main > dl:after, .clearfix:after {
    clear: both
}

/* トークボード--START */
/* トークボード--END */

/* 質問フォーム--START */
/* 質問フォーム--END */

/* レスポンシブ対応 */
@media screen and (max-width:640px) {
    html {
        font-size: 14px;
    }
    header {
        height: 42px;
    }
    header img {
        width: 71px;
        height: 31.5px;
    }
    ul#talk_board {
        margin-top: 10px;
    }
    ul#talk_board > li > .message > div {
        padding: 15px;
    }
    ul#talk_board > li.op > .face {
        width: 60px;
        height: 60px;
    }
    ul#talk_board > li.op > .message {
        margin-left: 90px;
    }
    #area-form {
        /*ケーアイでフッターとして使ってる*/
        /*bottom: 38px;*/
        /*padding: 10px 15px;*/
        padding: 10px 15px 38px;
    }
    #area-form form .kome {
        font-size: 0.62rem;
        margin-bottom: 10px;
    }
    #area-form .left {
        padding-right: 90px;
    }
    #area-form .right {
        width: 80px;
        margin: 0 12px;
    }
    #area-form form textarea {
        padding: 12px 15px;
    }
    #area-form form button {
        padding: 8px;
    }
    /* ケーアイでフッターとして使ってる */
    /*
    footer {
        height: 38px;
    }
    footer .copyRight {
        font-size: 9px;
    }
    */
}