@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/

#departments{
    max-width:1000px;
    margin:0 auto;
}

#departments p.pimg{
    padding-top:80px;
}


#facility #bgphoto {
    background: url(../images/hel.jpg) center center fixed;
    background-size: cover;
    min-height: 350px;
    margin: 70px 0;
}

#facility .table{
    width:1000px;
    margin:60px auto 0;
}

#facility .table th{
    background:#eaeaea;
    width:14%;
    padding:2%;
    border: 1px solid #d0d0d0;
    
}

#facility .table td{
    text-align:center;
border: 1px solid #d0d0d0;
line-height:1.4;
}






/*デバイスの横幅が1080px以下の場合*/
@media only screen and (max-width: 1023px) {
#departments p.pimg{
    padding-top:20px;
}    

#facility .table{
    width: 100%;
    overflow-x: auto;
}
#facility .table::-webkit-scrollbar {
height: 5px;
}
 
#facility .table::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
#facility .table::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}

}