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

#contents dl.comment dt {
    clear: left;
    float: left;
	width: 20px;
}
#contents dl.comment dd {
    margin-bottom: 5px;
    margin-left: 30px;
    padding-left: 10px;
}
#contents dl.inner_comment dt {
    clear: left;
    float: left;
	width: 40px;
}
#contents dl.store dt {
	height: auto;
	float: none;
}
#contents dl.store dd {
	float: none;
	margin: 0 0 20px 20px;
	padding: 0;
}
#contents dl.comment dd ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

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