@charset "UTF-8";

/*------------------------------------------------------------Content*/

#result #news{
  padding:20px 35px 40px;
  background: #ffff9d;
  text-align: left;
}

/*NewsBox*/
article.newsbox{
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}
/*title*/
article.newsbox .newstitle {
	clear: both;
	padding:10px 20px;
	margin-bottom: 20px;
	background: #87cc00;
	/* CSS3 */
	border-radius: 3px;
	font-size: 2.4rem;
	font-weight: bold;
  color: #FFF;
  text-shadow: none;
}
article.newsbox .newstitle time{
	font-size: 1.4rem;
	color: #666;
	font-weight: normal;
	margin-left: 10px;
}
/*text*/
article.newsbox .news_text, article.newsbox .news_text p{
	font-size: 1.6rem; /* 14px */
  line-height: 1.6em;
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
/*img*/
article.newsbox figure img {
	margin-bottom: 10px;
}
article.newsbox figure a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*PageNavi*/
nav#pagenavi{
	padding: 5px 0 10px 0;
}
nav#pagenavi ul{
	text-align: center;
}
nav#pagenavi ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
  font-size: 1.8rem;
}
nav#pagenavi ul li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 15px;
	color: #666666;
	border: 1px solid #CCC;
	background: #E4E4E4;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
nav#pagenavi ul li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 15px;
	color: #666666;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
nav#pagenavi ul li span {
	color: #999;
}
nav#pagenavi ul li a:hover {
	background: #DFDFDF;
}
.be_to_af{
  clear: both;
  margin: 30px auto ;
}
.be_to_af ul{
  width: 80%;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.be_to_af ul li{
  display: table-cell;
  width: 50%;
  text-align: center;
}
li.before{}
  li.before .img_title{
    color: #ff5a11;
}
li.after{}
  li.after .img_title{
    color: #11c8ff;
}
.img_title{
  font-size: 2.4rem;
  font-family: 'Noto Sans Japanese', serif;
}
.ph_under{
  margin-top: 20px;
}
.ph_under img{
  margin: 0 10px;
}
figcaption{
  font-size: 1.5rem;
  line-height: 1.4em;
}