@charset "UTF-8";
/* CSS Document */
/* モバイルファースト ======================================================================================================== */

table.normal th,
table.normal td{
	border: solid 1px #DDD;
	padding: 10px;
}
table.normal th{
	background-color: #EEE;
}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){


}