@charset "Shift_JIS";

/*================================================================================================
		tablet support guide dialogue 010
================================================================================================*/

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

.mq_show {
	display: none;
}

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

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

.mq_show {
	display: table-cell;
}
}
