

/*----- 1000px以下の画面設定 ----------------------------------------------------*/

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


}

/*----- 650px以下の画面設定 ----------------------------------------------------*/

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

	body { background:url(/img/common/body_bg2.png) right top no-repeat; }

	header#globalheader h1 img{ width:70%; padding:0; margin:0 15%; }
	div#pagewrap { width:96%; margin:0 2%; }

}

/*----- 480px以下の画面設定 ----------------------------------------------------*/

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

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust:none;
	}
}
