@charset "utf-8";

img {
    vertical-align:bottom;
}

#main {
    margin: 0 auto;
    width: 1024px;
    /*width: 100%;*/
}

#ptj-box {
    margin: 0px auto;
    margin-top: 100px;
}

#ptj-box img {
    width:100%
}

.btn-box {
    margin: 0px auto;
    padding: 20px;
    text-align: center;
}

.tit001 {
    background: url("../img/lp_ptj_tit-top.png") no-repeat;
    background-color: #eaeaea;
    background-size: auto 100%;
}

.service-btn {
    width: 700px;
}
.service-btn img {
    width: 700px;
    height: auto;
}
.service-btn a {
    display: inline-block;
}
.service-btn a:hover {
    background-color: transparent; /* IE6対応 */
}
.service-btn a:hover img {
    visibility: hidden;
}
.service-btn1 {
    margin: 40px auto;
    background: url("../img/lp_ptj_service-btn1_over.png?v=aa") no-repeat;
    background-size: contain;
}
.service-btn2 {
    margin: 60px auto;
    background: url("../img/lp_ptj_service-btn2_over.png?v=aa") no-repeat;
    background-size: contain;
}

.footer-nav ul {
    margin: 5px;
    list-style: none;
    padding: 0;
    vertical-align: top;
}
.footer-nav ul li {
    display: inline;
    margin: 0 10px;
    font-size: 16px;
    vertical-align: top;
}
.footer-nav a {
    text-decoration: none;
}
.footer-nav a:hover {
    text-decoration: underline;
}


/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:1024px) and (min-width:769px) {
    #main {
        width: 100%;
    }
}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:768px) and (min-width:481px) {
    #main {
        width: 100%;
    }
}


/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width:480px) {
    #main {
        width: 100%;
    }

    #ptj-box {
        margin: 0px auto;
        margin-top: 90px;
    }

    .service-btn {
        width: 300px;
    }

    .service-btn img {
        width: 300px;
        height: auto;
    }

    .service-btn1 {
        margin: 30px auto;
    }

    .service-btn2 {
        margin: 30px auto;
    }

}