﻿section.pictureSlideShow 
{
    padding-left: 0;
    padding-right : 0;
}


section.schoolInfo {
    line-height: 2rem;
    color: #000;
    text-decoration: none;
}

section.schoolInfo .schoolName
{
    display :block;
}

section.gOnePart > h3 > a {
    color: #000;
    text-decoration: none;
}

section.schoolInfo .tel {
    display: block;
}

    section.schoolInfo .fax {
        display: block;
    }

    section.schoolInfo .address {
        display: block;
        color: #000;
        text-decoration: none;
    }

    section.schoolInfo .email {
        display: block;
        color: #000;
        text-decoration: none;
    }

section#fspsMpMainContent > section:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
}


div.eachNews {
    border-bottom: dashed 1px #b6b5b5;
    line-height: 2rem;
    padding: 5px 0 5px 0;
}

a.newsLink {
    color: #000000;
    text-decoration: none;
}

img.thumbnails {
    max-width: 100%;
    height: auto;
}

span.date {
    display: block;
    font-size: 0.8rem;
}

span.caption {
    display: block;
}

span.description {
    display: block;
    font-size: 0.8rem;
}

a.attachment {
    display: block;
}

.shortcutList
{
    display : flex;
    flex-direction : row;
    justify-content : space-between;
    align-content : flex-start;
    flex-wrap : wrap;
}

.shortcutList .shortcut
{
    display : block;
    width : 30vw;
    height : 4rem;
}

.shortcutList .image
{
    width : 100%;
    height : 100%;
}

