@charset "UTF-8";
	
/*view*/
	body.Tablet ._articleAlbum .artclNavi .artclForm .artclInsert .artclNaviInfo {
		display: none;	
	}
	
/*list*/
				/*list num 3*/
					body.Tablet ._articleAlbum .artclList li{
						width: 50%;
					}
					body.Tablet ._articleAlbum .artclList li.thumbLi .thumbnail{
						float: none !important;
						width: 100% !important;
						position: relative; height: 0; overflow: hidden; padding-bottom: 140%;
					}
					body.Tablet ._articleAlbum .artclList li.thumbLi .thumbnail img{
						width: 100% !important;
						height: 100% !important;
						position: absolute; top: 0; left: 0;
					}
				/*list num 4*/
					body.Tablet ._articleAlbum .artclList.artclHorNum4 li.thumbLi .thumbnail,
					body.Tablet ._articleAlbum .artclList.artclHorNum5 li.thumbLi .thumbnail{
						width: 120px;
						height: 120px;
					}

