@charset "utf-8";

#kv {
	background:url(../images/kv.jpg) center center no-repeat;
	background-size:cover;
}

article#wrap > header > div > h1 {
	background-color:#222222;
	font-size:52px;
}
	@media(max-width:979px) {
		article#wrap > header > div > h1 {
			font-size:39px;
		}
	}

article > section > header {
	background:url(../../shared/images/bg_title1.png) left center repeat-x;
	text-align:center;
	margin-bottom:40px;
}


h2 {
	max-width:800px;
	font-size:24px;
	margin:0 auto 10px auto;
}


table {
	border-collapse:collapse;
	width:800px;
	margin:0 auto 50px auto;
}
	@media(max-width:980px) {
		table {
			width:100%;
		}
	}
	@media(max-width:479px) {
		table {
			font-size:16px;
		}
	}

table th, table td {
	padding:12px;
	border:1px solid #999;
	vertical-align:middle;
	line-height:1.3;
}
table th {
	background-color:#F6F6F6;
}

#relation {
	max-width:800px;
	margin:0 auto 50px auto;
	line-height:1.6;
}
#relation a {
	display:inline-block;
	color:#FFF;
	font-size:20px;
	text-align:center;
	padding:8px 32px 8px 16px;
	background:url(../../shared/images/bg_btn1.png) right 10px center no-repeat #333;
	background-size:8px 14px;
}
	@media(max-width:479px) {
		#relation a {
			font-size:16px;
		}
	}

#cm {
	max-width:800px;
	margin:0 auto 100px auto;
}

	@media(max-width:479px) {
		#cm iframe {
			height:240px;
		}
	}
