.news_slider2 .news_items .item {
  position: relative;
}

.news_slider2 .item {
    float: left;
    width:141px;
    height: 158px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}
.news_slider2 .noborder{
  float: left;
  width:139px;
  height: 158px;
}

.news_slider2 .fl{
    margin:0 auto 0 auto;
    padding:0px;
}
.news_slider2 .photo{
    /*width:90px;*/
    text-align:center;
    margin: 5px auto 10px auto;
}
.news_slider2 .title{
    text-align:center!important;
    font-weight:bold;
}
.news_slider2 img {
    /*border: 0; display: block;*/
}
.news_slider2 {
    position: relative;
    width: 610px;
    height: 207px;
    font-size:80%;
    margin:0 auto 20px auto;
    padding:0px 20px 0px 20px;
    background:#000 url(../images/index_new_article_bg.gif) no-repeat left top;
}
.news_slider2 .messaging {
    display: block;
    padding: 5px;
    /*margin: 0 20px 5px 20px;*/
    /*background: #ffff00;*/
}
.news_slider2 .prev, .news_slider2 .next {
    position: absolute;
    top: 40px;
    display: none;
    border:1px solid #999;
}
.news_slider2 .next {
    right: 20px;
}
.news_slider2 .container {
    position: relative;
    top: 0;
    left: 0;
    width:3750px!important;
    margin:40px auto 0 auto;
    background:#fff;
}
.news_slider2 .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
    position: relative; width: 568px; left: 20px; overflow: hidden;
    top: 40px;
    background:#fff;
}
.news_slider2 .news_items .group {
  width: 568px;
}
.news_slider2 .view_all {
    display:none;
    font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

