@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* News
/* ------------------------------- */
/* PC View */

@media print, screen and (min-width:650px) {
  .top_news_box{
    width: 950px;
    padding: 20px 0 25px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    box-shadow: 0 0 4px #DDDDDD;
    background-color: #FFFFFF;
  }

  .top_news{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    max-height: 130px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .top_news ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .top_news.small {
    max-height: 200px;
  }
  .top_news.large {
    max-height: 300px;
  }
  .top_news li {
    font-size: 1.35rem;
    display:block;
    font-weight: normal;
    width: 100%;
    padding:10px 15px 10px 30px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px 13px;
    border-bottom: 1px dashed #D3CDBC;
  }
  .top_news li:after {
    height: 0;
    display: block;
    clear: both;
    content: "";
  }
   .top_news li:before {
    height: 0;
    display: block;
    clear: both;
    font-size: 2.0rem;
    content: "\025c6";
    color: #9bc615;
    position: relative;
    left: -25px;
  }
  .top_news .date{
    display: block;
    float: left;
    width: 150px;
  }
  .top_news .headline{
    display: block;
    float: left;
    width: 630px;
  }

  .top_news::-webkit-scrollbar{
    width: 12px;
  }
  .top_news::-webkit-scrollbar-thumb{
    background-color: #BBB;
    border-radius: 6px;
  }
  .top_news::-webkit-scrollbar-track-piece:start{
    /* top */
    background-color: #EEE;
  }
  .top_news::-webkit-scrollbar-track-piece:end{
    /* bottom */
    background-color: #EEE;
  }
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {

  .top_news{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    padding: 0;
    margin-bottom: 25px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
  }
  .top_news.small {
    max-height: 250px;
  }
  .top_news.large {
    max-height: 250px;
  }
  .top_news li {
    font-size: 1.35rem;
    display:block;
    font-weight: normal;
    width: 100%;
    padding: 10px 15px 10px 30px;
    background-image:url("/image/new_point.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
    border-bottom: 1px dashed #D3CDBC;
  }
  .top_news li:after {
    height: 0;
    display: block;
    clear: both;
    content: "";
  }
  .top_news ul{
    width: 100%;
  }
  .top_news li {
    width: 100%;
  }
  .top_news .date{
    display: block;
    float: none;
  }
  .top_news .headline{
    display: block;
    width: 100%;
    float: none;
  }
  .top_news::-webkit-scrollbar{
    width: 12px;
  }
  .top_news::-webkit-scrollbar-thumb{
    background-color: #BBB;
    border-radius: 6px;
  }
  .top_news::-webkit-scrollbar-track-piece:start{
    /* top */
    background-color: #EEE;
  }
  .top_news::-webkit-scrollbar-track-piece:end{
    /* bottom */
    background-color: #EEE;
  }
}
