<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 bluetooth css
	================================================================================================
*/

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

#contents div.headphone div.right {
	float: left;
	width: 300px;
	margin: 20px 0 20px 20px;
}

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

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

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