<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
	
/*tablet*/
	body.Tablet {
	}
	body.Tablet ._articleTable .artclTable colgroup col._artclColRecommend,
	body.Tablet ._articleTable .artclTable colgroup col._artclColComment,
	body.Tablet ._articleTable .artclTable tr th._artclThRecommend,
	body.Tablet ._articleTable .artclTable tr th._artclThComment,
	body.Tablet ._articleTable .artclTable tr td._artclTdRecommend,
	body.Tablet ._articleTable .artclTable tr td._artclTdComment{
		display: none;
	}
/*view*/
	body.Tablet ._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
		display: none;	
	}</pre></body></html>