@charset "utf-8";

.realtimeTxt h4 a {
	color: #ee0a45;
	font-size: 24px;
	font-weight: bold;
}
.news_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.thumb {
	width: 200px;
	/* height: 100px; */
	/* overflow: hidden; */
}
.realtimeTxt {
	overflow: hidden;
	width: 77%;
}
.thumb img {
	width: 100%;
	height: auto;
}
.click_newsbox h4 {
	color: #ee0a45;
	font-size: 24px;
	font-weight: bold;
}
.click_newsbox {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}

/*---------------------------ページャー------------------------------------*/

#realtimeWDetailwrap .nextpager {
	width: 400px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.listbtn {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	background: #f5f5f5;
	border: solid 1px #e0e0e0;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}

#realtimeWDetailwrap .nextpager li a {
	display: block;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	text-align: center;
	line-height: 35px;
	color: #565656;
	text-decoration: none;
	padding: 5px 0;
}

.nextpager li.backbtn a::before {
    content: none;
}

div, p, span, strong {
    font-weight: inherit;
}