@charset "utf-8";


body {
    font-family: 'Noto Sans JP', sans-serif;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}
.blue{color: #1a0dab;}

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



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


}
/* 1000pixel end */


@media (max-width: 767px){

}
/* 767px end */
