@charset "utf-8";
/* CSS Document */

@media screen and (min-width:641px){


/* #contentsTit */
#contentsTit {
	background-image: url(https://www.rals.co.jp/img/header_news.png);
	background-position: 50% 50px;
}

#newsArea {
	width: 980px;
	margin: 0 auto 53px;
	/*background: #FFF;*/
	padding: 50px 0px;
	box-sizing: border-box;
}

#newsArea img {
	vertical-align: sub;
}

article{
	line-height: 30px;
	margin: 0 0 25px;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 25px;
}
article.post:after {
	content: "";
	clear: both;
	display: block;
}
article p {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
}
article h2.tit {
	margin: 8px 0 0;
	font-size: 20px;
	color: #624239;
	font-weight: bold;
}
article h2.tit a {
	font-size: 20px;
	color: #624239;
	font-weight: bold;
}
article h2.tit a:hover {
	color: #C67D22;
}
article p.content {
	line-height: 1.6;
	margin: 25px 0 20px;
}

article .leftImgBox {
	width: 230px;
	height: 230px;
	margin-right: 15px;
	float: left;
}

article .leftImgBox img {
	width: 230px;
	height: auto;
	max-height: 230px;
	max-width: 230px;
}

article .leftImgBox a:hover img {
	opacity:0.7;
}

article .leftImgBox + div {
	float: left;
	width: 645px;
}

/* ===================================
.wp-pagenavi
=================================== */
.wp-pagenavi {
	margin: 20px auto;
	display: table;
}

.wp-pagenavi .newer,
.wp-pagenavi .older {
	border: none;
}


}