@charset "UTF-8";
/*

    OFFSHORE Theme Info

*/

.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;
}


/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

#siteMap ul {
    list-style-image: url(../img/grn_arrow.png);
    margin-left: 20px;
}
#siteMap ul li,
#siteMap dt {
    font-size: 1.6rem;
    line-height: 2;
}

#siteMap dt {
    border-bottom: 1px #dddddd dotted;
    margin-bottom: 20px;
}
#siteMap dd {
    margin-bottom: 40px;
}
#siteMap dd:last-of-type {
    padding-top: 40px;    
    border-top: 1px #dddddd dotted;
    margin-bottom: 0;
}

#privacy p,
#privacy dt,
#privacy dd,
#privacy li,
#privacy div,
#privacy th,
#privacy td {
    font-size: 1.4rem;
}
#privacy .innerGreen {
    width: 324px;
    padding: 18px 30px;
    background-color: #E1F1D8;
}
#privacy dd {
    margin-bottom: 30px;
}
#privacy dd:last-of-type {
    margin-bottom: 0;;
}

#privacy dd>div {
    margin-bottom: 26px;
}
#privacy dd>div:last-child {
    margin-bottom: 0;
}

#privacy dd>div table {
    width: 760px;
    margin-top: 20px;
    border-collapse: collapse;
}
#privacy dd>div table tr {
    border-bottom: 1px solid #A2A2A2;
}
#privacy dd>div table tr:first-child {
    border-top: 1px solid #A2A2A2;
}
#privacy dd>div table th,
#privacy dd>div table td {
    padding: 12px 15px;
    background-color: #FFFFFF;
}
#privacy dd>div table th {
    width: 160px;
    background-color: #CCCCCC;
    font-weight: bold;
}
#privacy dd li {
    margin-left: 20px;
}

#privacy h2 {
    display: block;
    width: 100%;
    padding: 8px 0 0 16px;
    height: 40px;
    background-color: #6ABB3A;
    line-height: 1;
}

#privacy .privacy_dl dt {
    font-size: 1.6rem;
    font-weight: bold;
}


/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {

    #privacy p,
    #privacy dt,
    #privacy dd,
    #privacy li,
    #privacy div,
    #privacy th,
    #privacy td {
        font-size: 1.1rem;
    }
    #privacy .innerGreen {
        width: auto;
        padding: 18px 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #privacy dd>div table {
        width: 100%;
    }
    #privacy dd>div table tr {
        border-bottom: 1px solid #A2A2A2;
    }
    #privacy dd>div table tr:first-child {
        border-top: 1px solid #A2A2A2;
    }
    #privacy dd>div table th,
    #privacy dd>div table td {
        display: block;
        padding: 6px 5px;
    }
    #privacy dd>div table th {
        width: auto;
    }
    #privacy .privacy_dl dt {
        font-size: 1.2rem;
    }

    #privacy h2 {
        padding: 8px 0 8px 0;
        height: auto;
    }
    #privacy h2 img {
        display: block;
        margin: 0 auto;
    }
}
