@charset "UTF-8";

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

.box {
	padding-top: 20px;
}

/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text {
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newsbox .newstitle {
	font-size: 18px;
	font-weight: bold;
	line-height:1.2;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom:solid 1px #92b33a;
	text-align:left;
}
.newsbox .newstitle span {
	font-size:14px;
	font-weight:normal;
	color: #666;
}
.pdf_link {
	margin-top: 10px;
}
.pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
.pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
.pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
.newsbox .newstitle {
	font-size: 22px;
	padding: 10px 0;
	margin-bottom: 20px;
}
.newsbox .newstitle br {
	display:none;
}
}

/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	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:#92b33a;
	border:solid 1px #92b33a;
	border-radius:50px;
	background:none;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color:#fff;
	border:solid 1px #92b33a;
	border-radius:50px;
	background:#92b33a;
	zoom: 1;
}
.pagenavi li a:hover {
	color:#92b33a;
	background:none;
	border:solid 1px #92b33a;
}

/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto; 
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto; 
}
@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
}


/*NewsBox02*/
.newsbox02 ul {
display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newsbox02 ul li {
	width: 100%;
	margin-bottom:20px;
}
.newsbox02 ul li figure {
	margin-bottom: 12px;
	text-align: center;
}
.newsbox02 ul li figure img {
	width: 100%;
	max-width: 280px;
	height: auto;
}
.newsbox02 ul li .newstitle {
	font-size: 16px;
	font-weight: bold;
	line-height:1.2;
	padding: 0 0 8px ;
	margin-bottom: 10px;
	border-bottom:solid 1px #92b33a;
	text-align:left;
}
@media print, screen and (min-width:480px) {
.newsbox02 ul li {
	width:48%;
	margin-right: 4%;
	margin-bottom:20px;
	vertical-align: top;
}
.newsbox02 ul li:nth-child(2n) {
	margin-right: 0;
}
.newsbox02 ul li figure img {
	width: 100%;
	height: auto;
}
}
@media print, screen and (min-width:768px) {
.newsbox02 ul li {
	width:32%;
	margin-right: 2%;
	margin-bottom:20px;
	vertical-align: top;
}
.newsbox02 ul li:nth-child(2n) {
	margin-right: 2%;
}
.newsbox02 ul li:nth-child(3n) {
	margin-right: 0;
}
}
