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

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


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

#newsArea {
	width: 980px;
    margin: 0 auto 53px;
	padding: 50px 0px;
    box-sizing: border-box;
	border: none;
}

#newsArea img {
	vertical-align: sub;
}

#newsArea .picBox {
	float:left;
}

#newsArea .picBox img {
	 width: 230px;
    height: auto;
    max-height: 230px;
    max-width: 230px;
}

#newsArea .picBox a:hover img {
	opacity:0.7;
}

#newsArea .leftArea {
	float:left;
}

#newsArea .rightArea {
	width:650px;
	float:left;
    margin-left: 30px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}

#newsArea .rightArea .date {
	line-height: 17px;
    font-size: 13px;
}

#newsArea .rightArea .date img {
	margin-left:12px;
}

#newsArea .rightArea .title {
	margin:20px 0;
	font-size:20px;
	font-weight:bold;
}

#newsArea .entry {
    border-top: 1px solid #D6D6D6;
}

#newsArea .entry a {
	color:#258FB8;
}
#newsArea .entry a:hover  {
	color: #C67D22;
}

#newsArea .listLink {
	float:right;
	margin-bottom:45px;
	margin-right: 70px;
}

#newsArea .listLink a {
	color:#258FB8;
}
#newsArea .listLink a:hover  {
	color: #C67D22;
}
.clearfix {
	clear:both;
}

#newsArea .wp_social_bookmarking_light {
	display:none;
}

article{
	line-height: 30px;
	margin: 0 0 25px;
	padding: 0 0 25px;
}
article p {
	font-size: 14px;
	color: #333333;
	line-height: 1.0;
}
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;
}

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

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


}