@charset "UTF-8";

/*------------------------------------------------------------Pagetitle*/
#mainphoto_bg {
	background:url(../img/news_img/bg_pagetitle.png) center bottom no-repeat; 
}
/*------------------------------------------------------------Content*/
/*NewsBox*/
article.newsarea{
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	border-bottom:dotted 1px #197768;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}
/*title*/
article.newsarea .newstitle {
	font-size: 18px;
    line-height: 170%;
	margin: 7px 0px;
}
article.newsarea .newstitle br {
	display: block;
    content: "";
	margin: 0;
}
article.newsarea .newstitle span {
	display:block;
	font-size: 14px;
}
/*text*/
article.newsarea .news_text, article.newsarea .news_text p{
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
	zoom: 1;/*ie6*/
	overflow: hidden;
	text-align:left;
}
.phbox_left {
    float: left;
    margin-right: 20px;
}
.phbox_right{
	float: right;
	margin-left: 20px;
}
/*img*/
article.newsarea .phbox_left img, article.newsarea .phbox_right img{
	margin-bottom: 10px;
}
article.newsarea .phbox_left a:hover img,  article.newsarea .phbox_right a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
article.newsarea hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: dotted 1px #197768;
    border-right: dotted 0 #197768;
    border-bottom: dotted 0 #197768;
    border-left: dotted 0 #197768;
}
/*PageNavi*/
.pagenavi{
	padding: 5px 0 10px 0;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #197768;
	background: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #197768;
	background: #197768;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	zoom: 1;
}
.pagenavi li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*一覧に戻るボタン*/
.btn_back a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #197768;
    padding: 4px 15px;
}
.btn_back a:hover {
    background: #197768;
}