/*魔女の城CSS*/

body{
	color: #000;
	font-size: medium;
	background-color: #333366;
}

header{
	margin: 80px auto 20px;
	border: none;
	background-color: #333366;
  display: flex;
	flex-wrap: wrap;
  justify-content: center;

}

h1{
	color: #000;
	font-size: 25pt;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.3em;
	margin-top: 30px;
	text-align: center;
	border: none;
	border-bottom: solid 1px #000;
}


p.tit{
font-size: 15pt;
	font-family: "heisei-mincho-std", serif;
	font-weight: 900;
	font-style: normal;

}

.tit2{
	font-size:25pt;
	font-weight: bold;
}

div.youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

iframe.youtube{
	position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}


.bk a:link {
	color: rgb(0, 0, 0);
	padding: 0.3em;
	background-color: #333366;
}
.bk  a:visited {
	color: rgb(0, 0, 0);
}
.bk  a:hover {
	color: #333366;
	padding: 0.3em;
	background-color: rgb(0, 3, 17);

}
.bk  a:active {
	color: rgb(0, 0, 0);
}

.table_majo{
	margin: 10px auto;
	width: 100%;

}

.table_majo th{
	background-color: rgb(0, 0, 0);
	width:40%;
	color: #333366;
	padding: 0 2em;
	font-weight: normal;

	}

.table_majo td{
	text-align: left;
	padding: 0.5em 0 0.5em 1em;
	width:60%;

}

	/*  ------ PC ------  */
@media screen and (min-width: 1000px){


	div.youtube{
		width: 100%;
	}

	.table_majo{
	width: 80%;
	}

}

	/*  ------ メディアアクエリ終了------  */

footer a{
		text-decoration: underline;
	}

footer{
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	background-color: rgb(0, 0, 0);
	color: rgb(114, 114, 114);
	border: none;

}