@charset "UTF-8";
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
  overflow: hidden; /* for modern browser */
}
.newsbox .news_text {
  overflow: hidden; /* for modern browser */
  zoom: 1; /*ie6*/
  line-height: 1.5;
  text-align: left;
}
.newsbox img {
  margin-bottom: 10px;
}
.newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
  background-color: #5bbdc8;
  padding: 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #2094a1;
}
.newstitle span {
  font-size: 12px;
  color: #c8fef6;
}
@media print, screen and (min-width:768px) {
  .newstitle br {
    display: none;
  }
  .newstitle {
    padding: 10px;
  }
}
/*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;
}