@charset "utf-8";

    body #mainContent .sTitle {
        font-size:23px;
    }
    h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .bBox .cap{
        font-size:13px;
        margin-top:20px;
    }
    .listArea li {
        background: url(../imgs/160303/list-icon.png) no-repeat 0 5px;
        padding-left: 1.5em;
        margin-left: 2em;
        font-size: 13px;
        line-height: 22.5px;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        margin-bottom: 5px;
    }

    .culm2 .fl {
        float: left;
        width: 49%;
    }
    .culm2 .fr {
        float: right;
        width: 48.786127167630056%;
    }
    .List {
        padding-left: 20px;
        background: url(../imgs/150319/icon.png) no-repeat 0 50%;
    }
    .Link {
        padding-left: 20px;
    }

/* section */
    body .section {
        margin-bottom: 40px;
    }
    body .Box {
        padding: 20px;
        position: relative;
    }
    body .Box .left {
        float: left;
        width: 70.41420118343196%;
    }
    body .Box .right {
        float: right;
        width: 26.035502958579883%;
    }
.list {
        padding-left: 20px;
        background: url(../imgs/160303/icon.png) no-repeat 0 50%;
    }

.outlineTable {
    text-align: left;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.outlineTable th {
    background-color: #e4e6e7;
    padding: 20px;
    width: 30%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.outlineTable td {
    background-color: #f0f2f3;
    padding: 20px;
    width: 70%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.outlineTableInner {
    text-align: left;
    border: none;
}
.outlineTableInner th {
    background-color: transparent;
    padding: 0;
    width: 15%;
    font-weight: normal;
    border: none;
}
.outlineTableInner td {
    background-color: transparent;
    padding: 0;
    width: 80%;
    border: none;
}
.contact {
    padding: 25px;
    text-align: center;
}
.contact span {
    font-size: 14px;
}


@media only screen and (max-width:960px) {
    body #mainContent .clmTitleBox p {
        position: static;
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:599px) {
.culm2 .fl {
    float: none;
    width: auto;
    margin-bottom: 30px;
}
.culm2 .fr {
    float: none;
    width: auto;
}
.outlineTable {
    width: auto;
}
.outlineTable th {
    width: auto;
    text-align: center;
    display: block;
}
.outlineTable td {
    width: auto;
    display: block;
}
.outlineTable br {
    display: block;
}
}