.navbar{
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	box-shadow: 2px 2px 3px #333;
	background-color:rgba(255,255,255,1);
}

.carousel-caption{
	top:20vw;
	/* border: 1px solid #000; */
}
.slide_title{
	color: #FFF;
	font-size: 4vw;
	text-shadow:0px 0px 5px #000, 2px 2px 1px #000;
}
.mintyo{
	font-family: 'Noto Serif JP', serif;
}


.ninzuu{
	text-shadow: 2px 2px 2px #555;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}
.blue{
	background-color: #6bc2f8;
}
.yellow{
	background-color: #DDDD00;
	color: #000;
	text-shadow: 2px 2px 2px #FFF;
}
.red{
	background-color: #ff0000;
}


table.jikan {
	text-align: left;
	width: 100%;
}
table.jikan td, table.jikan th {
	padding: 5px;
	border: 2px solid #7EBA03;
	text-align: center;
}
table.jikan td.maru {
	width:50px;
	font-size: 200%
}
table.jikan td.batsu {
	width:50px;
	font-size: 250%
}
table.jikan th {
	background: #BEDC81;
}

table.jikan td.close{
	background: linear-gradient(38deg, white, white 48%, #7EBA03 49%, #7EBA03 51%, white 52%, white);
}