#contents > .contents.main#news > ul {
	border-top: #CCC 1px solid;
}
#contents > .contents.main#news > ul > li {
	padding: 0 10px;
	border-bottom: #CCC 1px solid;
}
#contents > .contents.main#news > ul > li > a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents > .contents.main#news > ul > li > a > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
#contents > .contents.main#news > ul > li > a > ul > li:first-child {
	width: 150px;
}
#contents > .contents.main#news > ul > li > a > ul > li:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 150px);
}
#contents > .contents.main#news > ul > li > a > ul > li:last-child > span {
	width: calc(100% - 45px);
	line-height: 2;
}
#contents > .contents.main#news > ul > li > a > ul > li:last-child::after {
	content: "";
	width: 15px;
	height: 15px;
	margin: 15px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents > .contents.main#news > div.pages > * {
	margin-bottom: 40px;
}
#contents > .contents.main#news > div.pages a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contents > .contents.main#news > div.pages a:hover {
	opacity: 0.75;
}
#contents > .contents.main#news > div.pages > p {
	line-height: 2;
}
#contents > .contents.main#news > div.pages > p > a {
	text-decoration: underline;
}
#contents > .contents.main#news > div.pages > a,
#contents > .contents.main#news > div.pages > img {
	display: block;
}
#contents > .contents.main#news > div.pages > .buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}
#contents > .contents.main#news > div.pages > .buttons > a {
	width: 300px;
	padding: 10px;
	margin: 0 10px 40px;
	text-align: center;
	border: #CCC 1px solid;
}