﻿@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.news {
 font-size: 13px;
 height: 250px;
 overflow-y: scroll; }
 .news div {
   border-bottom: 0 !important; }
 .news ul {
   padding-right: 10px; }
 .news li {
   width: 100% !important;
   border-top: 1px solid #000;
   padding: 30px 0; }
   .news li span {
     width: 150px;
     display: table-cell;
     vertical-align: middle;
     color: #000; }

 #nav_global ul li{
 	flex: 0 0 calc(100% / 6)!important;
 }



/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}

@media only screen and (max-width: 540px) {
   .news li span {
     width: 100px; } 

}

@media only screen and (max-width: 468px){
}