@charset "UTF-8";

body{
    font-size:1.2rem;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", "Helvetica",  "Arial", "Yu Gothic", sans-serif;
}

body table .cell-label{
    font-size:1.1rem    
}

body table .cell-unit,
body table .cell-standard{
    font-size:1.05rem
}


header#page-header{
    height:90px;
}

.container img{
    max-width:100%
}

.container img.ccu-logo-top{
    max-width:180px;
}

footer .footer-links{
    list-style:none;
    display:block;
    text-align:center;
    margin:10px auto;
    padding:0
}

footer .footer-links li{
    text-align:center;
    display:inline-block;
    list-style-type: none;
    margin:0;
    padding:0;
}

footer .footer-links li a{
    padding:5px 15px;
}




@media screen and (max-width:991px){
    .table-responsive .table{
        min-width:992px;
    }
}


@media screen and (max-width:767px){
    body{
        font-size:1.1rem;
    }
    .table-responsive .table{
        min-width:768px;
    }
}

@media screen and (max-width:479px){
    header#page-header{
        height:75px;
    }
    
    .container img.ccu-logo-top{
        max-width:120px;
    }
}



