@charset "utf-8";
/* CSS Document */

@import url('mobile-480.css') all and (min-width: 461px) and (max-width: 640px);
@import url('mobile-320.css') all and (max-width: 460px);

@media all and (min-width: 641px) and (max-width: 775px) {
	#title h1 {
		line-height: 50px;
		background: none;
	}
}
