@charset "utf-8";

#news #content_header h1 {
  width: 7.5em !important;
}

#news {
	margin-bottom:150px;
}

#news ul li {
	line-height:2.5;
	border-bottom:dotted 1px #ccc;
}
#news ul li a {
	border-bottom:none;
}
#news ul li a:hover {
		border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
}

#news ul li span:after {
	content:"/";
	margin:0 12px;
}

/* ナビ */
.wp-pagenavi {
	margin-top:50px;
	clear: both;
	text-align:center;
 
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 3px 10px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	font-size:11px;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#efefef; 
    border-color:#efefef;
    }
.wp-pagenavi span.current{
	color: #999;
	background-color: #efefef;
	border-color: #efefef;
	font-weight: bold;
    }

@media screen and (max-width: 600px) {
#news ul li {
	margin-bottom:10px;
}
#news ul li span {
	display:block;
}
#news ul li span:after {
	content:"";
	margin:0;
}
}