@charset "utf-8";


body {
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-size: 95%;
    line-height: 1.8;
    font-weight: 500;
    font-feature-settings: "palt";
    color: rgba(0,39,84,1.00);

}

a:link,
a:visited {
    color: rgba(121,175,244,1.00);
    text-decoration: underline;
}

a:hover,
a:active {
    color: rgba(42,132,243,1.00);
    text-decoration: none;
}








/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */
