@charset "UTF-8";

.img-area {
	background: url(images/mainimg.jpg) center bottom;
	background-size: cover;
}


h1 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}

h1 span {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
}

.list {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.list-inner {
	border-collapse: collapse;
	table-layout: auto;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 3;
	width: 650px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.border {
	border-bottom: 1px solid #ccc;
}

.list-inner th {
	background-color: #eee;
	border-left: 1px solid #ccc;
	text-align: center;
}

.list-inner td {
	border-left: 1px solid #ccc;
	padding-left: 30px; 
}

.list-inner th:first-child {
	border-left: none;
}
.list-inner td:first-child {
	border-left: none;
}
