@charset "UTF-8";
/*-----------------
スマホ文字サイズ15px
-------------------*/
@media screen and (max-width:640px){
body,div[id^="text"]{font-size:15px;}
}



/*-----------------
矢印文字 20px、矢印少し下に
-------------------*/
.arrow_blue,.arrow_orange,.arrow_black,.arrow_red {
    font-size: 20px;
    background-position: left 8px;
}

/*-----------------
#pagetop固定する
-------------------*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
z-index: 999;
}

/*-----------------
liの文字サイズ16固定→18固定、間隔調整
-------------------*/
:not(#topmenu):not(#whatsnew):not(#pagelist):not(#sitemaps):not(#index_inner):not(li) > ul:not([id]):not([class]) li {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width:640px){
:not(#topmenu):not(#whatsnew):not(#pagelist):not(#sitemaps):not(#index_inner):not(li) > ul:not([id]):not([class]) li {
    font-size: 16px;
    line-height: 1.3;
}
}