@charset "utf-8";

/*------------------------------
	contents
------------------------------*/

/*------------------------------
	visual
------------------------------*/

/*------------------------------
	festival_class_list
------------------------------*/
#class_list ul li {
	list-style-type: none;
	margin-left: 0;
}

#class_list ul li a {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

/*------------------------------
	festival_class_list
------------------------------*/

main > section {
	padding-top: 10px;
}

section div {
	margin-bottom: 20px;
}

#festival h3 {
	margin-bottom: 10px;
}

#festival h4{
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 20px;
	border-bottom: 2px solid #00873b;
}

#festival #visual .container {
	background-position: center center;
	background-size: 100%;
}

#introduction iframe ,
#contents iframe ,
#tenzi iframe {
	max-width: 100%;
	height: 30vh;
}

#contents > p {
	margin-bottom: 20px;
}

#contents iframe {
	margin-bottom: 10px;
}


#tenzi > section {
	margin-bottom: 20px;
}

#tenzi .information {
	margin-bottom: 20px;
	padding: 5px;
	color: #fff;
	background-color: #002060;
	border-radius: 10px;
}

#tenzi div {
	margin: 0 auto 20px;
}

#tenzi img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

