@charset "utf-8";
/* CSS Document */
@import url(pc_style.css?var1.1) screen and (min-width: 641px);
@import url(sp_style.css) screen and (max-width: 640px);

*{
	padding:0;
	margin:0;}

.clear{
	clear:both;}

html{
	font-family: 'Noto Serif JP', ;}


