@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 NEWS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#news-category-select {
	padding: 2% 0;
	text-align: center;
	background: #084056;
}
#news-category-select h2 {
	margin: 0 0 0.7em;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
}
#news-category-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 270px;
	height: 55px;
	padding: 0 0 0 10px;
	border: none;
	font-size: 22px;
	background: #fff;
}
#news-index-area {
	padding: 5% 0 0;
}
#news-index-area section {
	width: 100%;
	padding: 2%;
	margin: 0 0 5%;
	border: solid 1px #CCC;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#news-entry-area section {
	width: 100%;
	padding: 2%;
	margin: 0 0 5%;
	border: solid 1px #CCC;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#news-index-area section h4,
#news-entry-area section h4 {
	color: #084056;
	font-size: 20px;
	line-height: 1;
	padding: 40px 0 10px;
}
#news-entry-area #newsPR {
}
.newsTable table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.newsTable table th,
.newsTable table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	line-height: 1.6;
}
.newsTable table tr:nth-child(even) { background-color:#EFEFEF; }
.newsTable table th {
	font-weight: bold;
	vertical-align: middle;
}
.newsTable table td {
	vertical-align: middle;
}
.newsTable table th.left-01 {
	width: 30%;
	text-align: left;
}
.newsTable table td.left-01 {
	text-align: left;
}

.newsWaku {
	width: 96%;
	margin: 30px 0 0;
	padding: 20px 2% 20px;
	border: solid 1px #CCC;
	background: rgb(252, 255, 232);
}
.newsWaku span {
	color: #084056;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
a.news-bot-btn {
	width: 370px;
	margin: 30px auto 20px;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.news_Entry a.news-bot-btn:link,
.news_Entry a.news-bot-btn:visited {
	color: #FFF;
	text-decoration: none;
}

#news-index-area section p.news-date,
#news-entry-area section p.news-date {
  margin: 0 0 1em;
  font-size: 16px;
}
#news-index-area section h3 a,
#news-entry-area section h3 {
	margin: 0 0 2%;
	font-size: 24px;
	color: #084056;
	display: block;
	text-decoration: none;
	line-height: 1.4;
}
#news-index-area section h3 a:hover {
	text-decoration: underline;
}
#news-index-area section .news_Entry p,
#news-entry-area section .news_Entry p {
	margin: 0 0 1em;
}
#news-entry-area section .news_Entry img {
	max-width: 100%;
	height: auto;
}
.news_Entry a:link,
.news_Entry a:visited {
	color: #084056;
	text-decoration: underline;
}
.news_Entry strong {
	font-size: 16px;
	font-weight: bold;
}
.news_Entry em {
	color: #084056;
	font-size: 14px;
	font-weight: bold;
}
#news-index-area section a.more {
	width: 280px;
	margin: 20px 0 0 0;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #084056;
	background: #084056;
	border-radius: 3px;
	font-size: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#news-index-area section a:hover {
	background: #FFF;
	color: #084056;
}

/*==========================================
 ページネーションのスタイル
===========================================*/
ul.pagination {
	margin: 0 0 50px;
  text-align: center;
}
ul.pagination li {
  width: 40px;
  height: 40px;
  margin: 0 2px 10px;
  vertical-align: middle;
  display: inline-block;
}
ul.pagination li a {
  width: 40px;
  height: 31px;
      padding: 8px 0 2px 0;
  font-size: 26px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #666;
  background: #EEE;
  position: relative;
}
ul.pagination li a:hover,
ul.pagination li.Active a {
  color: #FFF;
  background: #084056;
}
ul.pagination li.prev a:before {
  content: '';
  height: 16px;
  width: 16px;
  display: block;
  border: 2px solid #FFF;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -8px 0 0 0;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
}
ul.pagination li.next a:after {
  content: '';
  height: 16px;
  width: 16px;
  display: block;
  border: 2px solid #666;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 50%;
  left: 6px;
  margin: -8px 0 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#news-category-select select {
		width: 94%;
    height: 40px;
    padding: 0 0 0 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#news-category-select {
		padding: 6% 0;
	}
	#news-category-select h2 {
		font-size: 22px;
	}
	#news-index-area #newsPR img,
	#news-entry-area #newsPR img {
		width: 100%;
	}
	#news-index-area section p.news-date,
	#news-entry-area section p.news-date {
	  margin: 0 0 5px;
	  font-size: 14px;
	}
	#news-index-area section h3 a,
	#news-entry-area section h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	#news-index-area section a.more {
		width: 280px;
		margin: 0 auto;
		font-size: 18px;
	}
}
