<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 dialogue 014
================================================================================================*/

/*
	====================================
		button
	====================================
*/

.mq_show {
	display: none;
}

/*
----------------------------------------------------------------------------
	ｲ靂ﾌﾉ�｡�640px｡莢ﾊｲｼ､ﾎ､ﾈ､ｭ､ﾋﾅｬﾍﾑ
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

/*
------------------------------
	button
------------------------------
*/
.mq_hidden {
	display: none;
}

.mq_show {
	display: table-cell;
}
}
</pre></body></html>