@charset "UTF-8";

/*list*/
	body.Mobile ._articleTable .fnDiv.artclSerch{
		height: 67px;
	}
	body.Mobile ._articleTable .artclTable colgroup col._artclColWriter,
	body.Mobile ._articleTable .artclTable colgroup col._artclColRecommend,
	body.Mobile ._articleTable .artclTable colgroup col._artclColComment,
	body.Mobile ._articleTable .artclTable colgroup col._artclColAtchFile,
	body.Mobile ._articleTable .artclTable colgroup col._artclColAccess,
	body.Mobile ._articleTable .artclTable tr th._artclThWriter,
	body.Mobile ._articleTable .artclTable tr th._artclThRecommend,
	body.Mobile ._articleTable .artclTable tr th._artclThComment,
	body.Mobile ._articleTable .artclTable tr th._artclThAtchFile,
	body.Mobile ._articleTable .artclTable tr th._artclThAccess,
	body.Mobile ._articleTable .artclTable tr td._artclTdWriter,
	body.Mobile ._articleTable .artclTable tr td._artclTdRecommend,
	body.Mobile ._articleTable .artclTable tr td._artclTdComment,
	body.Mobile ._articleTable .artclTable tr td._artclTdAtchFile,
	body.Mobile ._articleTable .artclTable tr td._artclTdAccess{
		display: none;
	}
	
/*view*/
	body.Mobile ._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
		display: none;	
	}
	body.Mobile ._articleTable .artclComment .artclCommentList {
		padding: 1em;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li {
		border-left: 0;
		border-top: 1px #ccc solid;
	    padding: 0;
	    margin: 0;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li:first-child {
		border-top: 0;
	}
	body.Mobile ._articleTable .artclComment .artclCommentList li .date {
		position: relative;
		left: 0;
	}
	
/*write+view*/
	body.Mobile ._articleTable .artclItem .artclForm{
		padding-left: 5px;
	}
	body.Mobile ._articleTable .artclItem .artclForm .artclLabel{
		position: static;
		display: block;
		background-image: none;
	}	