
@charset "utf-8";
/* CSS Document */

/*配色*/
header, .topLink{
	/*background:rgba(12,157,123,0.6);*/
	background:#6dc4b0;
}
.fixed header{background:#6dc4b0;}

.subTitle p{
	margin:30px 0 0;
	text-align:center;
	font-size:0.8em;
	color:#999;
}

.video {
	position:relative;
	width:100%;
	overflow:hidden;
	background:#000;
	padding:100px 0 50px;
}
@media screen and (max-width:720px){
/*配色*/
.mainMenu{background:rgba(12,157,123,1);}
}