/* CSS Document */

section.head {
	
}
section.head div.cont_2 h3 {
	font-weight: normal;
	font-size: 1.2rem;
}
section.head div.cont_2 ul {
	margin: 0 0 1rem 2rem;
}
section.head div.cont_2 ul li {
	
}
section.head div.cont_2 ul p {
	margin-bottom: initial;
}
section.head div.cont_2 ul p:nth-of-type(2n) {
	margin-bottom: .5rem;
}
section.head div.cont_2 ul p.wng {
	color: #FF0000;
}

section.staff div.cont_2 h3 {
	font-weight: normal;
	font-size: 1.2rem;
}
section.staff div.cont_2 ul {
	margin: 0 0 .5rem 2rem;
}
section.staff div.cont_2 ul li {
	
}
section.staff div.cont_2 ul p {
	margin-bottom: initial;
}
section.staff div.cont_2 ul + h2 {
	margin-top: 3rem;
	margin-bottom: .5rem;
}



@media (max-width: 767px) {
	
	/*	MIAN	*/
	div#main {
		padding-top: 0;
	}

}