@charset "UTF-8";
/*------------------------------------------------------------Content*/
.line_01 {
  border: none !important;
}
/*NewsBox*/
.newsbox {
  overflow: hidden;/* for modern browser */
  margin-bottom: 40px;
}
.newsbox .news_text {
  overflow: hidden;/* for modern browser */
  zoom: 1;/*ie6*/
  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 )";
}
.newstitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px 18px;
  margin-bottom: 30px;
  background: url(../img/common_img/h_style2_bg.png) bottom left repeat-x;
}
.newstitle span {
  font-size: 13px;
  color: #0b3b87;
}

@media print, screen and (min-width:768px) {
.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: #666666;
  border: 1px solid #CCC;
  background: #E4E4E4;
  /* CSS3 */
  border-radius: 3px;
  /* Webkit */
  -webkit-border-radius: 3px;
  /* Firefox */
  -moz-border-radius: 3px;
}
#pagenavi li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 3px 10px;
  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;
}
#pagenavi li span {
  color: #999;
}
#pagenavi li a:hover {
  background: #DFDFDF;
}
