@charset "utf-8";

/*
	* Name: responsive.css	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media screen and (max-width: 980px) {
}


@media screen and (max-width: 720px) {
}


@media screen and (max-width: 640px) {
}


@media screen and (max-width: 480px) {
}