@charset "UTF-8";
#news {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 30px;
    line-height: 0.6;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}
.news-box {
    display: block;
    width: 95%;
    margin: 2.5%;
    border-bottom: 1px solid #000000;
    background-image: url(../../img/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
	margin-bottom: 20px;
    font-size: 12px;
}
.news-photo img{
	width: 100%;
	height: auto;
}
.news-box .news-title {
    font-weight: bold;
    font-size: 14px;
}
.news-box a {
    text-decoration: none;
    color: #FF9200;
}

.contentarea img {
	width: auto;
	max-width: 100%;
	height: auto;
}
