/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
}

@media (min-width: 600px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width:767px) {
}

@media (min-width: 768px) and (max-width:959px) {
}

@media (min-width: 960px) {
}


/* ---------------------------------------- historyTable */

.historyTable td { padding: .75em 1em; }
.historyTable .column-1,
.historyTable .column-2 {
	background: #eee;
}

.historyTable .column-1 { 
	width: 6em; 
	padding: .75em 0 .75em 1em;
}
.historyTable .column-2 { 
	width: 4em; 
	text-align: right;
	padding: .75em 1em .75em 0;
}