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


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

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

div.news_wrap { width:98%; padding:10px 0; margin:0 auto; overflow:hidden; }

div.news_list { width:100%; height:60px; border-bottom:dotted 1px #aaa; overflow:hidden; }
div.news_list a{ width:100%; height:50px; padding:5px 0; color:#333; line-height:25px; text-align:left; background:url(/smt/img/common/arrow01.png) 98% 50% no-repeat; display:block; }

div.news_list p{ width:90%; height:25px; color:#e95377; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; }

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

div#pagelink_wrap { width:90%; padding:20px 0; margin:0 5%; overflow:hidden; }

div.pl_txt { width:70px; height:38px; margin:0 5px; line-height:38px; float:left; }
div.pl_txt a{ color:#555; }
div.pl_txt a:hover{ color:#fe7a9a; text-decoration:underline; }

div.pl_box { width:38px; height:38px; padding:0px; margin:0 5px 0 0; color:#fff; line-height:36px; border:solid 1px #aaa; text-align:center; box-sizing:border-box; background-color:#fe7a9a; float:left; }

div.pl_box2 { width:38px; height:38px; padding:0px; margin:0 5px 0 0; line-height:36px; float:left; }
div.pl_box2 a{ width:100%; height:38px; border:solid 1px #aaa; color:#333; text-align:center; box-sizing:border-box; display:block; }
div.pl_box2 a:hover{ background-color:#ffccd8; }


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

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



}

