@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */
@media screen and (min-width: 751px){
  #news .content{
    margin: 90px auto;
    width: 1100px;
    height: auto;
  }
  #news h2{
    margin-bottom: 75px;
    text-align: center;
  }
  #news dl{
    border-top: solid 1px #dfdfdf;
    padding: 24px 0;
  }
  #news dl:last-of-type{
    border-bottom: solid 1px #dfdfdf;
  }
  #news dl dt{
    color: #787878;
    float: left;
    letter-spacing: 2px;
  }
  #news dl dd{
    float: left;
    margin-left: 40px;
  }
  #news dl dd a{
    color: #333333;
  }
  #news dl dd a:hover{
    opacity: 0.7;
  }
  #news .page_btn{
    text-align: center;
    margin-top: 54px;
  }
  #news .page_btn .btn_01{
    display: inline-block;
    background-color: #0969b3;
    color: #fff;
    width: 45px;
    padding: 7px 0;
    font-size: 17px;
  }
  #news .page_btn p {
    display: inline-block;
    text-align: center;
  }
  #news .page_btn p a {
    display: block;
    background-color: #dfdfdf;
    width: 42px;
    padding: 7px 0;
    color: #444444;
    font-size: 17px;
  } 
  #news .page_btn p a:hover {
    opacity: 0.7;
  }
  #news .page_btn img{
    padding-bottom: 7px;
  }
  
/* ------------detile------------ */
  
  
  #news .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 25px;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
  #news .title span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #787878;
    letter-spacing: 2px;
    line-height: 22px;
  }
  #news .btn a{
    width: 200px;
    padding: 15px 0;
    display: block;
    margin: 60px auto 0;
    text-align: center;
    color: #fff;
    background-color: #0969b3;
    background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-position: 15% 50%;
  }
  #news .btn a:hover{
    opacity: 0.7;
  }
  #news ul.news_img_box{
    width: 1100px;
    margin-top: 60px;
  }
  #news ul.news_img_box li{
    width: 346px;
    margin-right: 30px;
    float: left;
  }
  #news ul.news_img_box li:last-of-type{
    margin-right: 0;
  }
  #news ul.news_img_box li img{
    width: 100%;
    height: auto
    
  }
    
/* ------------------PC end-------------------------------- */}
@media screen and (max-width: 750px){
#news .content{
    margin: 30px 15px 40px;
    height: auto;
  }
  #news h2{
    margin: 0 auto;
    width: 35%;
  }
  #news h2 img{
    width: 100%;
    height: auto;
  }
  #news dl:first-of-type{
    margin-top: 40px;
  }
#news dl{
    border-top: solid 1px #dfdfdf;
    padding: 10px 0;
  }
  #news dl:last-of-type{
    border-bottom: solid 1px #dfdfdf;
  }
  #news dl dt{
    color: #787878;

  }
  #news dl dd a{
color: #000;
  }

  #news .page_btn{
    text-align: center;
    margin: 40px 0;
  }
  #news .page_btn .btn_01{
    display: inline-block;
    background-color: #0969b3;
    color: #fff;
    width: 30px;
    padding: 1px 0;
    font-size: 17px;
  }
  #news .page_btn p {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
  }
  #news .page_btn p a {
    display: block;
    background-color: #dfdfdf;
    width: 30px;
    padding: 3px 0;
    color: #444444;
    font-size: 15px;
    text-decoration: none;
  } 

  #news .page_btn img{
    padding-bottom: 5px;
  }
  /* ------------detile------------ */
  
  
  #news .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 20px;
    margin:20px 0 30px;
  }
  #news .title span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #787878;
  }
  #news .btn a{
    width: 200px;
    padding: 15px 0;
    display: block;
    margin: 40px auto;
    text-align: center;
    color: #fff;
    background-color: #0969b3;
    background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-position: 15% 50%;
    text-decoration: none;
  }
    #news ul.news_img_box{
    width: 100%;
    margin-top: 40px;
  }
  #news ul.news_img_box li{
    width: 100%;
    margin-bottom: 10px;
  }

  #news ul.news_img_box li img{
    width: 100%;
    height: auto;
    
  }

  
/* ------------------SP end-------------------------------- */}