@charset "utf-8";
/* CSS Document */

.header{
	
	background: url(images/header.jpg) top right no-repeat;
	
}

@media (max-width: 540px) {

	.header{
		
		background: none;
		
	}

}


.introduction{
	
	margin: 24px auto;
	
	line-height: 3;
	
}

.present{
	
	background: url(images/camp_bg.jpg) no-repeat top center;
	
	background-size: cover; 
	
}

.schedule-1{
	
	border-left: 5px solid #000;
	
	padding-left: 10px;
	
}

.profile{
	
	box-sizing: border-box;
	
	border: dotted 1px #000;
	
	padding: 10px;
	
}

.youtube iframe{
	
	width: 100%
	
}


.prof h1{
	font-size: 24px;
	margin-bottom: 14px;
}

.prof h1 span{
	font-size: 12px;
	margin-left: 16px;
}

.prof h2{
	font-size: 10px;
	padding: 2px 15px;
	border: solid 1px #000;
	border-radius: 4px;
	background: #;
	display:inline-block;

	margin-top: 10px;
	margin-bottom: 10px;
}

.prof h3{
	font-size: 14px;
	color: #000;
	margin-bottom: 5px !important;
}


.prof h3 a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.prof h3 a:hover{
	color: #0000ee !important;

}

