@charset "UTF-8";
@import url("./common/common.css");
@import url("./common/base.css");


/*----- NEWS INFORMATIONページ 設定 ----------------------------------------------------*/

section.news { width:100%; min-height:400px; }

section.news p{ width:92%; padding:20px 4% 0 4%; line-height:1.9em; float:left; }

ul.news_list { width:92%; padding:30px 4% 0 4%; overflow:hidden; }
ul.news_list li{ width:100%; height:40px; float:left; }
ul.news_list li a{ width:100%; height:40px; line-height:40px; text-indent:20px; background:url(/ja/img/home/news_icon.png) 0 50% no-repeat; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; display:block; }


/*----- ページナビ設定 ----------------------------------------------------*/

ul#page_link { width:90%; padding:10px 0 50px 0; margin:30px 0 0 5%; overflow:hidden; }
ul#page_link li{ height:36px; margin-right:15px; font-size:12px; color:#ccc; line-height:36px; float:left; }
.navi_txt { color:#333; }
.navi_box { width:36px; height:36px; padding:0px; margin:0 5px 0 0; color:#297987; border:solid 1px #297987; text-align:center; box-sizing:border-box; float:left; }

a.navi_l span{ width:36px; height:36px; color:#fff; background-color:#000; border:solid 1px #fff; }
a.navi_l:hover span{ background-color:#a3c3d8; color:#000; }

a.pl_txt { height:36px; color:#fff; text-decoration:none; }
a.pl_txt:hover { color:#a3c3d8; text-decoration:underline; }




/*----- 1100px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:1100px) {



}
/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	section.news { height:auto; min-height:0; }

}

/*----- 480px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:480px) {



}
