@charset "utf-8";


body{
	overflow-y : scroll;
}

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

a:hover,
a:active{
	color : #333;
	text-decoration : none;
}




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

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

body{
	font-size : 100%;
}


}
/* 640pixel end */

