
.facility-title{
    background: #73abc8 url(../images/title03.png) no-repeat right top ;
    height: 160px;
    margin-bottom: 20px;
    
}

.facility-title h1{
    text-align: left;
    padding-left: 30px;
    padding-top: 50px;
    letter-spacing: 5px;
}
.main table {
    border-collapse: collapse;
    margin: 0 0 5% 3%;
    width: 80%;
    border: solid 2px black;
    text-align: left;
}
.main table thead {
    background-color:#083a81;
    font-size: 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 10px;
}
.main table tbody {
    background-color:#ffffff;
    font-size: 15px;
}
.main table tr td {
    border: solid 2px black;
    padding-left: 5px;
}
.main table tr td.number {
    text-align: center;
    width: 15%;
}

.facility-item-box{
    width: 30%;
    margin-left:2%;
    display: inline-block;
}

@media screen and (max-width:834px) {

    .facility-title h1{
        padding-top: 60px;    
    }

    .main table {
        width:100%;
        text-align: left;        
        margin: 0 0 5% 1%;
        border: solid 2px black;
        border-collapse: collapse;
    }
    .main table thead {
        color: white;
        font-weight: bold;
        background-color:#73abc8;
    }
    .main table tbody {
        width: 400px;
        font-size: 100%;
        background-color:#ffffff;
    }

    .facility-item-box{
        display: table;
        float: none;
        width: 97%;
        margin-left: 1%;
        margin-bottom: 30px;
    }
    
    .facility-item-box .item-content {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }
    
    .facility-item-box img {
        width: 97%;
        display: table-cell;
        vertical-align: top;
    }

}