/* MN-PAGE*/

.MN-menu-container { 
    list-style: none;
    padding: 0px;
}

@media print, screen and (min-width: 769px) {
    .MN-first-container {
        max-width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        display:  flex;
        text-align:left;	
        justify-content: center;
        flex-wrap: wrap;	
    }    
    .MN-menu__list{ 
        width: 756px;
        list-style: none;
        padding-left: 0px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media print, screen and (max-width: 768px) {
    .MN-first-container {
        max-width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        display:  block;
        text-align:left;	
        justify-content: center;
        flex-wrap: wrap;	
    }    
    .MN-menu__list{ 
        width: 100%;
        list-style: none;
        padding-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }   
}

.MN-menu__item {
    font-size:1.1em;
    width: 100%;
    border: solid 0px #ccc;
    padding: 0px;
}

.MN-menu__name { 
    background-color: #eee;
    border-color: #ccc #ccc #2c4694 #ccc;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-radius: 0;
    font-size: 1.2em;
    padding: 5px 5px 3px 15px;
    margin-top: 5px;
}

.MN-menu__desc{
    font-size:0.95em;
    color:#444;
    padding-left: 13px;
}

.MN-menu__divname {
    display: none;
}

.MN-menu__name a {
    text-decoration: none;
    color : #000;
}

.MN-info__item a{
	text-decoration: none;
    transition: background-color .5s, color .5s;
}
.MN-info__item a:hover {
    color: #000099;
}

.MN-info__item {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    margin-top: 10px;
    padding: 0px 0px 2px 25px;
}

.MN-info__item:first-of-type {
     margin-top: 30px;
}

.menu-rss{
    text-align:right;
    margin-right:10px;
}

.rssfeed__item{
    display: none;
}