
/* ------------------------------------------------------------ */
/* for main contents */

td {
	
	padding: 1px 8px 1px 4px;
	
	border-bottom: 1px solid #cccccc;
	
	text-align: right;
	
	white-space: nowrap;
	
}

.param_list_table td {
	
	padding-left: 22px;
	
	text-align: left !important;
	
}

.value {
	
	text-align: left;
	
}

#rank {
	
	width: 40px;
	
}

#count {
	
	width: 60px;
	
}

/* ------------------------------------------------------------ */

/* for Tablet & Smat Phone */
@media screen and (max-width: 959px) {
	
	#content_filter {
		
		display: none;
		
	}
	
	table {
		
		margin: 0 0 1em;
		
	}
	
	td {
		
		padding: 0.4em 0.8em 0.4em 0;
		
	}
	
	.param_list_table td {
		
		padding-left: 1.5em;
		
	}
	
	#rank {
		
		width: 3em;
		
	}
	
	.value {
		
		overflow: hidden;
		
		text-overflow: ellipsis;
		
		white-space: nowrap;
		
	}
	
	#count {
		
		width: 3.5em;
		
	}
	
}

