<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*
	================================================================================================
		tablet support guide special skillup index css
	================================================================================================
*/

#contents div.movie_area div.left {
	float: left;
	width: 200px;
	height: 150px;
	margin: 20px 0 0 20px;
}

#contents div.movie_area div.right {
	float: left;
	width: 250px;
	margin: 60px 0 0 0;
}

#contents div.movie_area:after { content: ''; display: block; clear: both; height: 0; }

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents div.movie_area div.left {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	text-align: center;
}
#contents div.movie_area div.right {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
}
#contents div.movie_area div.right ul {
	text-align: center;
}
	
#contents div.movie_area div.right ul li {
	display: inline;
}

}</pre></body></html>