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


#read .reader {
    float: left;
}

#contents #read .reader_menu {
	float: left;
	width: 370px;
    padding-left: 10px;
    padding-top: 10px;
}

#leadSkype .pct_ttl {
    margin-bottom: 25px;
}

#leadSkype .title_reader {
    padding-bottom: 30px;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents #read .reader_menu {
	clear: both;
	margin-top: 20px;
	width: auto;
}
}</pre></body></html>