@charset "utf-8";
/* CSS Document */
/* お知らせ PC 一覧 */
/* #contentsTit */
#contentsTit {
  background: #E6BB36 no-repeat;
  background-image: url(https://www.rals.co.jp/img/header_news.png);
  background-position: 50% 115% !important;
}

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

#mainWrap img {
  vertical-align: sub;
}

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

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

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

.listContainer li .leftImgBox a:hover img {
  opacity:0.7;
}

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

/* =========================================================
.pagenavi
========================================================= */
/*** セレクト型ページングのスタイル ***/
.pagenavi {
  margin: 0;
  text-align: center;
}
.pagenavi .next__large {
  width: 100%;
  height: 74px;
  margin: 0 0 25px;
  display: block;
  position: relative;
  border: 3px solid #504842;
  box-sizing: border-box;
  line-height: 68px;
  font-size: 20px;
  text-decoration: none;
  color: #634238;
  background: #FFF;
}
.pagenavi .next__large a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pagenavi .next__large a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 30px;
  top: 32px;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 3px solid #4a413f;
  border-right: 3px solid #4a413f;
}
.pagenavi .next__large a:hover {
  color: #333;
}
.pagenavi .next__large:hover {
  opacity: 0.7;
}
.pagenavi .page {
  position: relative;
}
.pagenavi .page .prev,
.pagenavi .page .next {
  width: 52px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: #333;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}
.pagenavi .page .prev:hover,
.pagenavi .page .next:hover {
  color: #333;
  opacity: 0.7;
}
.pagenavi .page .page-number {
  width: 168px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.pagenavi .page .page-number__label {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  display: inline-block;
}
.pagenavi .page .page-number__label:after {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 9px;
  top: 15px;
  content: "";
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  border-top: 1px solid #C8C4BE;
  border-right: 1px solid #C8C4BE;
}
.pagenavi .page .page-number select {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  width: 168px;
  height: 42px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.pagenavi .page .nolink {
  pointer-events: none;
  opacity: 0.5;
}

/* 右下の商品誘導バナーを非表示に */
#sideContactBar,
#nobodyContainer {
  display: none!important;
}
