@charset "utf-8";

	/* section.num01 */
	body .section.num01 {
		margin-bottom: 80px;
	}

	body .section.num01 .gttl,
	body .section.num02 .gttl {
		color: #00a7a7;
		margin-bottom: 10px;
	}


	/* tableList */
	table.tableList {
		width: 100%;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 40px;
	}
	table.tableList th,
	table.tableList td {
		text-align: left;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	table.tableList th {
		width: 25%;
		border-right: 1px solid #ccc;
		background-color: #eee;
		font-weight: normal;
	}
	table.tableList td {
		width: 75%;
	}

/* @media 960 START */
@media only screen and (max-width:960px) {

	/* tableList */
	table.tableList th,
	table.tableList td {
		width: 100%!important;
		display: block;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	table.tableList th {
		border-right: 0;
	}

}