@charset "utf-8";

/* ========================================================
	news.css => メディア掲載CSS
======================================================== */

body	{
	color:#000000;
}

/* title
============================================================================================================ */
#title {
	padding-bottom: 65px;
}
#title h1 {
	float: left;
}
@media screen and (max-width: 680px) {
	#title {
		padding-bottom: 25px;
	}
	#title h1 {
		float: none;
	}
}

/* contents
============================================================================================================ */
#contents {
	padding-bottom: 165px;
}
@media screen and (max-width: 680px) {
	#contents {
		padding-bottom: 95px;
	}
}

/* news
============================================================================================================ */
#news	{
}
#news:after{
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#news main{
	width:560px;
	float:left;
	margin-right:150px;
}
#news article header > time{
	font-size:1.2rem;
}
#news article header > h1{
	font-size:2.5rem;
	margin-bottom:1em;
	margin-top:10px;
	line-height:3.5rem;
}
#news article .body	{
	margin-bottom:80px;
	font-size:1.6erm;
}
.result_voice	{
	border:1px solid #003c64;
	padding:20px;
	margin-bottom:30px;
}
#news aside{
	width:330px;
	float:left;
}
#news aside h1	{
	margin:0 0 20px;
	font-size:1.5rem;
}
#news aside > section	{
	margin-bottom:60px;
}
#news aside > section + section{
	margin-bottom:0;
}
.news_new_list{
	list-style:none;
}
.news_new_list a:after{
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	margin-bottom:25px;
}
.news_new_list a{
	display: block;
	text-decoration:none;
	color:#555555;
}
.news_new_list a .excerpt {
	display: block;
	font-size: 1.3rem;
	margin-top: 10px;
}
.news_new_list li  img{
	float:left;
	margin-right:15px;
}
.news_archive_list{
	list-style:none;
	font-size:1.6rem;
}
.news_archive_list li{
	margin-bottom:10px;
}
.news_archive_list li a{
	display:block;
	color:#555555;
	text-decoration:none;
}
.news_new_list a:hover,
.news_archive_list li a:hover	{
	text-decoration:underline;
}
@media screen and (max-width: 640px) {
	#news main,
	#news aside	{
		width:auto;
		margin:0;
		float:none;
	}
	#news aside	{
		margin-top:20px;
	}
	#news aside > section	{
		margin:0;
	}
	#news main {
		background-image:none;
	}
	#news article header > time	{
		font-size:1.6rem;
	}
	#news article .body	{
		margin-bottom:30px;
		font-size:1.6rem;
	}
	.news_new_list	{
		margin-bottom:20px;
	}
	.news_new_list li::after	{
		margin-bottom:0;
	}
	.news_new_list a	{
		padding:0 0 10px;
		display:block;
		position:relative;
	}
	.news_new_list a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		border-top: 8px solid #9ab1bf;
		border-left: 8px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.news_new_list a .excerpt {
		display: none;
	}
	.news aside h1	{
		background-color:#cedae1;
		padding:5px 10px 10px 10px;
		margin-bottom:10px;
	}
	.result_voice_ph	{
		text-align:center;
		margin-bottom:20px;
	}
	.result_voice_ph img	{
		float:none;
		margin:0 0 10px;
	}
	.news_archive_list	{
		margin:20px 0 0;
		font-size:1.8rem;
	}
	.news_archive_list li	{
		margin-bottom:0;
	}
	.news_archive_list a	{
		display:block;
		padding:5px 0;
		position:relative;
		border-bottom:1px solid #f2f2f2;
	}
	.news_archive_list a:after	{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		border-top: 8px solid #9ab1bf;
		border-left: 8px solid transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}






/* wp-pagenavi
============================================================================================================ */
.wp-pagenavi {
	margin-top: 30px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	color: #333;
}
.wp-pagenavi a ,
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-pagenavi a {
	text-decoration: none;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background-color: #d22800;
	color: #fff;
}

@media screen and (max-width: 680px) {
	.wp-pagenavi {
		margin-top: 10px;
		margin-bottom: 40px;
	}
}





