/* ====================================================

ページ個別CSS

web.css

==================================================== */
.bg-gray .container ul {
	font-size:1.5rem;	
}
.container table.table-gray {
	margin-bottom: 10px;	
}
.container table.table-gray th,
.container table.table-gray td {
	background: #f2f2f2;
	padding: 0.6rem 1rem;
}
.container table.table-gray th {
	 border-right: 4px solid #fff;
	 font-weight: normal;
}
