@charset "utf-8";
/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#gHeader {
    background-color: #333;
}
#container {
    padding-top: 106px;
}
#main {
    padding: 55px 0 94px;
}
#main .headLine01 {
    margin-bottom: 58px;
}
#main .photoBox {
    width: 870px;
    margin: 0 auto 59px;
}
#main .photoBox .photo {
    padding-bottom: 7px;
    margin: 0 13px;
    float: left;
    width: 223px;
    position: relative;
}
#main .photoBox .photo:before {
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: -7px;
    right: -8px;
    background-color: #EEE6E4;
    content: "";
}
#main .photoBox .photo img {
    position: relative;
    z-index: 1;
}
#main .photoBox .photo p {
    display: none;
}
#main .tableBox {
    width: 864px;
    margin: 0 auto;
}
#main .tableBox table {
    width: 100%;
    border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
    padding: 15px 0 18px;
    vertical-align: top;
    text-align: left;
    color: #3E3A39;
    font-size: 1.5rem;
    line-height: 61px;
    letter-spacing: 1px;
    border-bottom: 1px solid #B7B7B7;
    border-top: 1px solid #B7B7B7;
}
#main .tableBox table td {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
}
#main .tableBox table tr:nth-child(even) th,
#main .tableBox table tr:nth-child(even) td {
    background-color: #F2F2F2;
}
#main .tableBox table th {
    width: 35.7%;
    text-align: center;
    font-size: 1.6rem;
}
#main .tableBox p {
    margin-top: 8px;
    text-align: right;
    color: #3E3A39;
    font-size: 1rem;
}
.fancybox-infobar {
    display: none;
}

@media all and (max-width: 767px) {
    #container {
        padding-top: 75px;
    }
    #main {
        padding: 30px 10px;
    }
    #main .photoBox {
        width: auto;
        margin: 0 auto 30px;
    }
    #main .photoBox .photo {
        margin: 0 8px;
        width: 150px;
    }
    #main .photoBox .photo:before {
        bottom: -4px;
        right: -4px;
    }
    #main .tableBox {
        width: auto;
    }
    #main .tableBox table {
        border-top: 1px solid #B7B7B7;
    }
    #main .tableBox table th,
    #main .tableBox table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.5;
        border-top: none;
        text-align: left;
    }
    #main .tableBox table th {
        padding: 10px 10px 0;
        font-size: 1.4rem;
        border-bottom: none;
    }
    #main .tableBox p {
        margin-top: 4px;
    }
    
}