﻿body {
    color: #000099;
    font-family: 'MS PGothic', 'MS Gothic', 'MS PMincho', 'MS Mincho';
    font-size: 14pt;
line-height:1.8em;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

a {
    color: #000099;
    text-decoration: none;
}

    a:hover {
        color: #000099;
    }

    a:visited {
        color: #000099;
    }

.banner {
    background-color: #000000;
    width: 100%;
}

.banner2 {
    background-color: #000000;
    padding: 5px 10px 5px 10px;
} 

.container {
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 650px;
}

.content {
    padding-left: 40px;
    padding-right: 40px;
}

.footer {
    text-align: center;
}

.img-fixed {
    height: unset;
    width: unset;
}

.img-flex {
    height: unset;
    width: unset;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*    border: 1px solid #c0c0c0;*/
    margin: 10px 10px 10px 10px;
}

.news {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
}

    .news:hover {
        color: #ff0000;
    }

    .news:visited {
        color: #ff0000;
    }

.page-title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 10px 10px 10px 10px;
}

.text-red {
    color: #ff0000;
}

.title {
    color: #ffffff;
    display: inline-block;
    font-size: 34pt;
    font-weight: bold;
    letter-spacing: 5pt;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 85%;
    }

}

@media screen and (max-width: 1000px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 13pt;
    }

    img {
        height: unset;
        width: 100%;
    }
    
    .container {
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        width: 100%;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-fixed {
        height: unset;
        width: unset;
    }
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 24pt;
    }
}

@media screen and (max-width: 500px) {
    .container {
        margin-left: 1px;
        margin-right: 1px;
    }

    .img-flex {
        height: unset;
        width: 100%;
    }

    .logo {
        width: 100px;
    }

    .title {
        font-size: 16pt;
    }
}


