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


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

section.news {  }

section.news h3{ padding:5px 3%; margin:20px 0 5px 0; font-size:1.7em; line-height:30px; border-bottom:dotted 1px #ccc; }

div.date { width:90%; padding:0 5%; font-size:0.8em; text-align:right; overflow:hidden; }
div.date span { color:#f08300; font-weight:bold; }

div.news_txt { width:90%; padding:20px 5%; margin:10px 0; font-size:1.0em; line-height:24px; overflow:hidden; }
div.news_txt a{ color:#fff; }
div.news_txt a:hover{ color:#f08300; text-decoration:underline; }

div.news_txt img{ width:45%; margin:0 0 20px 20px; float:right; }

div#page_back { width:30%; padding:50px 0 50px 0; margin:0 auto; font-size:1.1em; text-align:center; clear:both; }
a.pback_btn { width:100%; height:40px; color:#fff; line-height:40px; cursor:pointer; cursor:hand; float:left; }
a.pback_btn { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background-color:#297987; }
a.pback_btn:hover { color:#111; background-color:#b3e1e9; }




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

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



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

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

	section.news h3{ font-size:1.4em; font-weight:normal; }

	div#page_back { width:50%; }

}

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

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



}
