@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 td{
    font-size:1.15rem    
}

header#page-header{
    height:90px;
}

.container img{
    max-width:100%
}

#navbarSupportedContent .dropdown-menu{
    text-align: right;
    right:0;
    left:auto !important
}

.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;
    border-right:1px solid silver;
}

footer .footer-links li:last-child{
    border-right:none
}


footer .footer-links li a{
    padding:5px 6px
}

/**
*bootstrap custom-file-input
*/
.custom-file-label{
    overflow:hidden
}

.custom-file-label:after{
    content:'参 照';
}

input[type=text].file_size{
    background-color: transparent;
    border:none;
} 

#filesize_error{
    color:red;
    text-align:left;
    font-weight:bold;
    font-size:0.95rem;
}

@media screen and (max-width:991px){
    #navbarSupportedContent{
        text-align:right
    }
}

@media screen and (max-width:767px){
    body{
        font-size:1.1rem;
    }

    body table td{
        font-size:1.05rem
    }
}

@media screen and (max-width:479px){
    header#page-header{
        height:75px;
    }
    
    .container img.ccu-logo-top{
        max-width:120px;
    }
}
