

table.type02 {

	width: 1300px;
  height: auto;
	margin: 0 auto;
	border: 1px solid #006496;
	border-collapse: collapse;
	margin-bottom: 100px;

}

table.type02 tr th {

	border-right: 1px solid #006496;
	background: #C8C8C8;
	padding: 10px 0;

}

table.type02 tr td {

	width: 30%;
	border-bottom: 1px solid #006496;
	padding: 20px;
	border-right: 1px solid #006496;

}

table.type02 tr td:last-child {

	border-right: none;

}

table.type02 tr td:first-child {

	width: 8%;
	margin: 0 auto;
	text-align: center;

}

table.type02 tr td:nth-child(2) {

	width: 20%;
}

table.type02 tr:nth-child(odd) {

	background: rgba(0,100,150,0.15);

}

@media screen and (max-width: 1300px) {

	table.type02 {

		width: 90%;

	}

}
