@charset "utf-8";

#top #wrapper #container #main #cntnts h2 {
	background-color: #2e5a79;
	color: #FFF;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#top #wrapper #container #main #cntnts #updt {
	background-color: #f9f9f9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#top #wrapper #container #main #cntnts #updt dl {
	height: 550px;
}


#top #wrapper #container #main #cntnts #bnr-area {
    margin: 25px 0 0;
}

#top #wrapper #container #main #cntnts #bnr-area ul {
    display: flex;
    flex-wrap: wrap;
} 

#top #wrapper #container #main #cntnts #bnr-area ul li {
    background-image:none;
    padding: 0 20px 1.5em 0;
}


#top #wrapper #container #main #cntnts #bnr-area ul li:nth-child(3n) {
    padding: 0;
}

#top #wrapper #container #main #cntnts #bnr-area ul li a img {
    vertical-align: top;
}

#top #wrapper #container #main #cntnts #bnr-area ul li a:hover img {
    opacity: 0.7;
    transition: all 0.8s ease;
}

#top #wrapper #container #main #cntnts dl.info-area{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #888888;
    padding: 1em;
}
#top #wrapper #container #main #cntnts dl.info-area dt{
    background-color: #C03;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: .3em 0;
    margin-bottom: 20px;
}