@charset "UTF-8";
/*

    OFFSHORE Theme Contact

*/

.bold {
    font-weight: bold;
}
.position {
    font-weight: normal;
    font-size: 1.4rem;
}

a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}

.dispBlock {
	display: block !important;
}

.dispNone {
	display: none !important;
}

/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

#contact p,
#contact dt,
#contact dd,
#contact li,
#contact div,
#contact th,
#contact td {
    font-size: 1.4rem;
}
#contact .smalltext {
    font-size: 1.2rem;
    line-height: 2.0;
}

#contact h2 {
    display: block;
    width: 100%;
    padding: 8px 0 0 16px;
    height: 40px;
    background-color: #6ABB3A;
    line-height: 1;
}
#contact h2 img {
    display: block;
    margin: 0 auto;
}

#contact .office {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: bold;
}
#contact .officetel {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: bold;
    color: #FF7F00;
}

#contact .privacypolcy {
    width: 760px;
    height: 230px;
    margin: 0 auto 50px auto;
    padding: 12px 25px;
    overflow: auto;
    border: 1px solid #666666;
}

.privacypolcy dd {
    margin-bottom: 30px;
}
.privacypolcy dd>div {
    margin-bottom: 26px;
}

.privacypolcy dd table {
    width: auto;
    margin-top: 20px;
    border-collapse: collapse;
}
.privacypolcy dd table tr {
    border-bottom: 1px solid #A2A2A2;
}
.privacypolcy dd table tr:first-child {
    border-top: 1px solid #A2A2A2;
}
.privacypolcy dd table th,
.privacypolcy dd table td {
    padding: 12px 15px;
    background-color: #FFFFFF;
}
.privacypolcy dd table th {
    width: 160px;
    background-color: #CCCCCC;
    font-weight: bold;
}



/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {
    
    #contact p,
    #contact dt,
    #contact dd,
    #contact li,
    #contact div,
    #contact th,
    #contact td {
        font-size: 1.2rem;
    }
    #contact .smalltext {
        font-size: 1.0rem;
    }

    #contact h2 {
        padding: 8px 0 8px 0;
        height: auto;
    }
    #contact h2 img {
        display: block;
        margin: 0 auto;
    }
    
    #contact .privacypolcy {
        width: 100%;
        height: 330px;
        margin: 0 auto 30px auto;
        padding: 6px 12px;
        overflow: auto;
        border: 1px solid #666666;
    }
}
