/*------pre setting------*/
body {
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 1100px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0)
body {
    text-rendering: auto;
}
body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    background-repeat: no-repeat;
}
user agent stylesheetbody {
    display: block;
    margin: 8px;
}
/*------setup------*/
body {
  margin: 0;
  padding: 0;
}

ul, div, h4 {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul{
  list-style :none;
}

/*下記を追記*/
img{
  border: none;
}

.nt_wrapper {
    width: 800px;
    padding: 10px 0 15px 29px;
    background-color: #F9F9F9;
}

/*------clearFix------*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

/*------title------*/
.nt_title {
  /*position: relative;*/
  margin: 0 0 7px 0;
}

/*下記を直下に修正*/
.nt_title > * {
  float: left;
}

/*下記を追記*/
.nt_title a{
  display: block;
    padding: 1px 0px 0px 0px;
    height: 100%;
}

/*下記を追加*/
.nt_title h4{
  font-size: 1.3em;
  font-weight: normal;
}

.nt_title span{
  /*position: absolute;*/
  /*bottom: 0;*/
  /*font-size: 11px;*/
  font-size: 0.7075em;
  margin:0 0 0 15px;
  color: #7F7F7F;
}

/*------nt_pick_block------*/
.nt_pick_block > *{
    float: left;
}

/*------pickup------*/
.nt_pick_block a{
  display: block;
}

/*追記*/
.nt_pick_block ul a{
    background: #EBEBEB;
}

/*追記*/
.nt_pick_block{
  margin: 0 0 20px 0;
}

.nt_pick_block ul li {
    display: inline-block;
    width: 181px;
    margin-right: 18px;
    background-color: #000;
    vertical-align: top;/*追記*/
}

/*.pick_newsを削除*/

.nt_pick_block ul span{
  color: #FFFFFF;
  background-color: #80C426;
  display: inline-block;/*追記*/
  height: 16px;/*追記*/
  padding: 0px 6px 0px 6px;/*追記*/
}


.title_text {
    font-size: 10px;
    margin-top: -16px;
    position: relative;
}

/*------下記を追加------*/
.pick_news {
  background-color: #000000;
  display: block;
  width: 181px;
  height: 127px;
  overflow: hidden;
}
.pick_news img {
   position: relative;
   top: 50%;
   left: 50%;
   width: 182px;
   height: auto;
   -webkit-transform:translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}

/*------news------*/
/*追記*/
.nt_news li{
  margin: 0 0 10px 0;
}

/*.nt_news li:first-childから.nt_news li:first-child+*+*+*に変更*/
.nt_news li:first-child+*+*+*{
  margin: 0;
}

.nt_news li a{
  display: block;
}
/*追記*/

.nt_news li a > *{
  margin: 0 10px 0 0;
  display: block;/*追記*/
  float: left;/*追記*/
}

.nt_news li img{
  margin: 0px 10px 0 0;
}

.nt_news span:first-child{
  width: 70px;
  font-size: 10px;
}

/*.nt_news span:last-child →　.nt_news .downtitleに変更*/
.nt_news .downtitle{
  font-size: 12px;
  width: 615px;/*追記*/
  margin: 0;/*追記*/
}

/*------about_mouse_hover------*/
.banner :hover{
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

/*a:hoverをnt_pick_block ul li a,.nt_title a:hoverに変更*/
.nt_pick_block ul li a:hover,.nt_title a:hover{
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

/*下記を追加*/
.nt_news li a:hover{
  opacity: 0.47;
  -ms-filter: "alpha(opacity=47)";
}
