/* section-news */
@media(max-width: 750px){
	.section-news{
		font-size: 85%;
	}
}

.section-news .news{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.section-news .news-main{
	width: calc(100% - 275px - 50px);
}

.section-news .news-sidebar{
	width: 275px;
}

.section-news .news-article{
	border-bottom: 1px solid #333;
	padding: 1em 0.5em;
}

.section-news .news-date{
	margin: 1em 0;
}

.section-news .news-title{
	font-size: 175%;
	margin-bottom: 0.5em 0 1em;
}

.section-news .news-title-link,
.section-news .news-title-link:hover{
	color: inherit;
	text-decoration: none;
}

.section-news .news-body{
	margin: 2em 0;
}

.section-news .news-body img{
	max-width: 100%;
}

.section-news .news-cate{
	margin: 1em 0;
}

.section-news .news-pager{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 110%;
	margin: 2em 0;
}

.section-news .news-pager li{
	margin: 0.25em;
}

.section-news .news-pager li a,
.section-news .news-pager li span{
	display: block;
	padding: 0.25em 0.5em;
	border: 1px solid #692927;
	color: #FFF;
	background-color: #692927;
	transition: all 0.25s;
}

.section-news .news-pager li a:hover{
	background-color:  rgba(231,221,204,0.5);
	color: #692927;
	text-decoration: none;
}

.section-news .news-pager li span{
	background-color: #FFFFFF;
	color: #692927;
}

.section-news .news-widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-news .news-widget li{
	padding-left: 1.25em;
	position: relative;
}

.section-news .news-widget li:before{
	content: "＞";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

.section-news .news-widget{
	padding: 1.5em 0.5em;
	border-bottom: 1px solid #000;
}

.section-news .news-widget-title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.section-news .news-widget-searchbox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.section-news .news-widget-searchbox-text{
	margin-right: 0.5em;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0%;
}

.section-news .news-widget-searchbox-submit{
	width: 4em;
	background: #692927;
	color: #FFF;
	border: 2px solid #692927;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.25s;
}

.section-news .news-widget-searchbox-submit:hover{
	background: rgba(231,221,204,0.5);
	color: #692927;
}

@media(max-width: 750px){
	.section-news .news{
		flex-direction: column;
	}
	
	.section-news .news-main{
		width: 100%;
	}
	
	.section-news .news-sidebar{
		width: 100%;
	}
}

/* kent-footer */
.kent-footer{
	text-align: center;
	margin: 0;
	padding: 0.25em 1em;
	background: #FFFFFF;
	color: #692927;
	font-size: 100%;
}

.kent-footer a,
.kent-footer a:hover{
	color: inherit;
}
