<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 copydata index2
	================================================================================================
*/

/*
	============================================================================
		menu
	============================================================================
*/
div#contents div.btn_area {
    margin: 0 0 40px 10px;
	/zoom : 1;
}

div#contents div.btn_area div.btn {
	width: 225px;
    float: left;
    margin-right: 10px;
}

div#contents div.btn_area div.text {
	width: 300px;
    float: left;
    margin-right: 10px;
}

div#contents div.btn_area div.img {
	margin: 0
    float: left;
}
div#contents div.btn_area:after { content: ''; display: block; clear: both; }

.notes_fontsize{
	font-size: 0.9em;
    margin-top: 5px;
}

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

div#contents div.btn_area div.btn {
	clear: both;
	width: 87% !important;
	margin: 0 10px 10px 10px;
}

div#contents div.btn_area div.text {
	clear: both;
	width: 85% !important;
	margin: 0 10px 5px 15px;
}
div#contents div.btn_area div.img {
	clear: both;
	margin: 0 10px 0 15px;
}
div#contents span.pc_view {
	display: none;
}

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