@charset "utf-8";
/* CSS Document */

/*.container .content {
	height: 85%;
}*/
.container .content {
	height: calc(100% - 100px);
}
.container h1 {
	background-image: url(../images/title_news.png);
}
.content img {
	max-width: 100%;
	margin-bottom: 15px;
}
.allBtn {
	font-size: 1.08rem;
	font-weight: 300;
	line-height: 1.8;
	text-align: right;
	margin: 0 15px;
}
.allBtn a {
	display: inline-block;
	color: #555;
	text-decoration: none;
	padding: 0 5px;
}
.allBtn a:hover {
	color: #aaa;
}
@media screen and (max-height: 800px) {
/*.container .content {
    height: 80%;
}*/
}
@media screen and (max-width: 768px) {
.allBtn {
	margin: 0;
}
}