@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide movieapp setting remote
	================================================================================================
*/

div#contents div#ttlimage {
	width: 624px;
	margin: 0 auto 25px;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div#ttlimage {
	width: auto;
}
}