.news-list article {
  *zoom: 1;
}
.news-list article:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.news-list .links p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  display: inline-block;
  vertical-align: middle;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.bx-wrapper .bx-controls {
  padding: 8px 0;
  background-color: #f0f0f0;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  text-align: left;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0f6334;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: right;
  width: 60%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager:after {
  padding: 0 .5em;
  content: '|';
  color: #999;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 8px;
}

.news-list {
  margin: 1px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  background: url(/images/common/bg_01.png);
}
.news-list article {
  padding: 8px 0;
  border-bottom: 1px dotted #aaa;
  background-color: #fff;
}
.news-list article:first-child {
  border-top: 2px solid #0f6334;
}
.news-list article time, .news-list article .meta {
  float: left;
}
.news-list article .meta + h3 {
  padding: 0 0 0 15.5em;
}
.news-list article .non_date + h3 {
  padding: 0 0 0 1.5em;
}
.news-list article h3 {
  padding: 0 0 0 11em;
}
.news-list article .lbl-info, .news-list article .lbl-topi, .news-list article .lbl-recr, .news-list article .lbl-bousai {
  display: inline-block;
  margin: 0 0 0 .8em;
  padding: 1px 2px 0;
  width: 5.2em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  font-size: 85%;
}
.news-list article .lbl-info {
  color: #0e4491;
  border-color: #0e4491;
  background-color: #edf4fd;
}
.news-list article .lbl-topi {
  color: #0c4d28;
  border-color: #0c4d28;
  background-color: #f3fdf8;
}
.news-list article .lbl-recr {
  color: #7c3f05;
  border-color: #c66408;
  background-color: #fef3e8;
}
.news-list article .lbl-bousai {
  color: #dc143c;
  border-color: #dc143c;
  background-color: #fff0f5;
}
.news-list .links {
  padding: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: right;
}
.news-list .links p {
  margin: 0 0 0 16px;
}

/*----------------------------------------------------
	media query
----------------------------------------------------*/
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 589px) {
  .news-list article time, .news-list article .meta {
    float: none;
  }
  .news-list article .meta + h3, .news-list article h3 {
    padding: 0 0 0 1.5em;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 590px) and (max-width: 959px) {
  .news-list article time, .news-list article .meta {
    float: none;
  }
  .news-list article .meta + h3, .news-list article h3 {
    padding: 0 0 0 1.5em;
  }
}
/* pc
-------------------------------------------------- */

/*# sourceMappingURL=news.css.map */
