﻿@charset "UTF-8";
/*

    OFFSHORE Theme Top

*/

.btnImage {
    display: block;
    margin: 0 auto;
}

/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

#sliderFrame {
    margin-top: 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /*height: 450px;*/
    position: relative;
}
.caption {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7000;
}
.caption .caption_ele {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
}

.imgFrame {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgFrame img {
    width: 100%;
    height: auto;
}

#company {
    background-color: #ffffff;
}
.innerIninner {
    width: 700px;
    margin: 0 auto;
    padding: 0px 30px 10px 30px;
    background-color: rgba( 255, 255, 255, 0.55 );
    text-align:center
}
.companyButtons {
    text-align: center;
}
.companyButtons img {
    margin-bottom: 15px;
}

#service {
    background-image: url(../img/bg_service.jpg);
    background-size: cover;
}
.innerIninnerTop {
    width: 600px;
    margin: 0 auto;
    padding: 50px 30px 10px 30px;
    background-color: rgba( 255, 255, 255, 0.30 );
    text-align:center
}
.serviceButtons {
    text-align: center;
}
.serviceButtons img {
    margin-bottom: 15px;
}

#recruit {
    background-image: url(../img/bg_recruit.jpg);
    background-size: cover;
}
.innerIninnerTop {
    width: 600px;
    margin: 0 auto;
    padding: 50px 30px 10px 30px;
    background-color: rgba( 255, 255, 255, 0.30 );
    text-align:center
}
.recruitButtons {
    text-align: center;
}
.recruitButtons img {
    margin-bottom: 15px;
}




#news {
    background-color: #ffffff;
}
/*#news a {
    color: #6ABB3A;
    text-decoration: underline;
}
#news a:hover {
    text-decoration: none;
}*/
.newsInner {
    width: 760px;
    margin: 0 auto;
}
.newsInner .newsTableOuter {
    width: 100%;
    padding: 30px 0;
    border-top: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
    margin-bottom: 15px;
}
.newsTableOuter table {
    width: 100%;
}
.newsTableOuter table th,
.newsTableOuter table td {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}
.newsTableOuter table th {
    color: #6ABB3A;
    padding: 8px 25px 8px 0;
}
.newsTableOuter table td {
    color: #000000;
    padding: 8px 0 8px 0;
}

#banner {
    background-color: #EBF9FA;
}

/* 暫定 */

.slider2 {
    display: flex;
    justify-content: center;
}
.slider2>* {
    margin-left: 10px;
    margin-right: 10px;
}


/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {
    
    .btnImage {
        margin: 0 auto;
        width: 90%;
        height: auto;
    }
    
    #sliderFrame {
        margin-top: 0;
        width: 100%;
        height: 185px;
    }

    .caption {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 7000;
    }
    .caption .caption_ele {
        width: 100%;
        margin: 0;
        padding: 15px 0 0 15px;
    }
    .caption .caption_ele img {
        width: 150px;
        height: 150px;
    }
    .imgFrame {
        width: 100%;
        height: auto;
    }

    #service {
        background-image: url(../img/bg_service_na.jpg);
    }

    #recruit {
        background-image: url(../img/bg_recruit_na.jpg);
        background-size: cover;
    }

    .innerIninner {
        width: 100%;
        padding: 16px 15px 8px 15px;
        margin: 0;
        text-align: left;
    }

    .innerIninnerTop {
        width: 100%;
        padding: 16px 15px 8px 15px;
        background-color: rgba( 255, 255, 255, 0.75 );
        margin: 0;
        text-align: left;
    }

    .innerIninner2 {
        width: 100%;
    }
    .innerIninner2>* {
        width: 49%;
    }
    .innerIninner2>* img {
        width: 100%;
        height: auto;
    }

    .newsInner {
        width: 100%;
    }
    .newsTableOuter table th,
    .newsTableOuter table td {
        display: block;
    }
    .newsTableOuter table td {
        padding: 0 0 8px 0;
        border-bottom: 1px dotted #555555;
    }
    
    .slider2_ele img {
        width: 120px;
        height: auto;
    }

    .br-sp { display:none; }
}
