header {
	background: #333;
}
header .header-contents {
	background: #333;
}
header .header-contents .fav-icon {
	opacity: 0;
}
header #nav {
	background: #333;
}
header #nav .nav-body .nav-contents {
	width: 100%;
}
header .breadcrumbList {
	background: #525252;
}
header .breadcrumbList ol li a span {
	color: #FFF
}

main {
	margin-top: 150px;
}
#contents {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
#contents .ttlptn2 {
	margin: auto auto 20px;
}


#contents table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
}
#contents table th,
#contents table td {
	font-size: 0.7em;
	padding: 10px;
	border-bottom: 1px solid #C2C2C2;
}
#contents table th {
	background: #EBEBEB;
	width: 130px;
}
#contents table td {
	font-size: 0.7em;
	padding: 10px;
	border-bottom: 1px solid #C2C2C2;
}
#contents table td ul {
	padding-left: 20px;
}
#contents table td ul li {
	font-size: 0.7em;
}