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


/*----- お知らせページ 設定 ----------------------------------------------------*/

section#news { width:100%; padding:10px 0 30px 0; overflow:hidden; }

article#news_wrap { width:96%; padding:30px 2%; overflow:hidden; }

article#news_wrap h3{ width:100%; font-size:1.4em; font-weight:normal; color:#e95377; line-height:1.4em; text-align:left; border-bottom:dotted 1px #e95377; overflow:hidden; }

div.date { width:94%; padding:10px 3%; font-size:0.9em; color:#555; text-align:right; }
div.date span { color:#e95377; font-weight:bold; }
div.date img{ vertical-align:middle; display:inline; }

div.news_txt { width:96%; padding:20px 2%; font-size:1.0em; color:#333; line-height:2em; letter-spacing:0.1em; text-align:left; overflow:hidden; }

ul.news_photo { width:96%; padding:20px 2%; overflow:hidden; }
ul.news_photo li{ width:80%; margin:0 10% 20px 10%; float:left; }

div#page_back { width:70%; padding:0 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; text-decoration:none; cursor:pointer; cursor:hand; float:left; }
a.pback_btn { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background-color:#fe7a9a; }
a.pback_btn:hover { color:#333; background-color:#ffccd8; }


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

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



}

