@charset "utf-8";

/*--  contents frame  --*/

#news-contents {
    margin-bottom: 30px;
}

.news-section:first-of-type {
    border-top: 1px solid #1d2087;
}

.news-section {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1d2087;
}

.news-section h3 {
    margin-bottom: 5px;
}

.news-date {
    width: 210px;
    height: 30px;
    text-align: center;
    color: white;
    background-color: #1d2087;
    line-height: 2em;
    margin-bottom: 5px;
}

.news-item {
    max-width: 1080px;
    width: 99%;
    margin: 10px auto;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
	background-color:white;
}

.news-contents-inner {
    display: flex;
    padding-left:10px;
}

.news-contents-inner img {
    margin-left: auto;
    margin-right: auto;
}

.news-text {
	flex-basis:100%;
    padding-left: 20px;
    overflow: hidden;
}

.news-file{
    margin-top:10px;
    margin-bottom:10px;
}
.news-file a{
    font-weight:bold;
    color:#f15a24;
}

.news-file a:hover{
    text-decoration: underline;
}

.news-link{
    margin-top:10px;
    margin-bottom:10px;
}

.news-link a{
    font-weight:bold;
    color:#f15a24;
}

.news-link a:hover{
    text-decoration: underline;
}

.news-pager {
	margin: 30px auto 50px auto;
	max-width: 1080px;
	width: 100%;
    text-align: center;
}

.pageNo {
    color: #1d2087;
    font-size: 28px;
    font-weight: bold;
    display: inline;
    padding: 0px 5px 0px 5px;
    margin: 8px 8px 8px 8px;
}

.pageAct {
    border-bottom: 4px solid #f15a24;
}

@media screen and (max-width: 720px) {
    .news-contents-inner {
        display: block;
    }
    .news-text {
        margin-top: 10px;
	    padding-left: 0px;
    }
    .news-img {
        max-width: 320px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .news-img img {
        width: 100%;
    }
}
