@charset "Shift_JIS";
/*
	================================================================================================
		tablet support guide special skillup reader css
	================================================================================================
*/
/*------------------------------------------------------------
	[dl.comment] setting
------------------------------------------------------------*/
#contents dl.comment dt {
    clear: left;
    float: left;
	margin-bottom: 0;
    margin-right: 10px;
}
#contents dl.comment dd {
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 4em;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents dl.comment dd {
	margin-left: 3em;
}
}