<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 format
	================================================================================================
*/

/*============================================================================
		h3
============================================================================*/

div#contents div#lead h3 {
	border: none;
	padding: 0px;
}


/*============================================================================
		tips float
============================================================================*/

div#contents div#tips div.tips_detail div.comment {
	width: 65%;
	float: left;
}

div#contents div#tips div.tips_detail div.img {
	width: 35%;
	float: right;
}

div#contents div#tips div.tips_detail div.image img {
	padding-left:10px;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div#tips div.tips_detail div.comment,
div#contents div#tips div.tips_detail div.img {
	clear: both;
	width: 100%;
}
}</pre></body></html>