img.thumbnail {
	width: 108px;
	height: 81px;
}

ul.nav1 {
	list-style:none;
	display:table;
	table-layout:fixed;
	font-size: medium;
	white-space: nowrap;
}

ul.nav1 li {
	float:left;
	display:table-cell;
	text-align: center;
	margin: 0 15px;
	vertical-align: middle;
}

ul.nav1 li:hover {
	color: #fff;
	text-decoration: none;
	background: #ffff66;
}

#widget{
	padding: 1px;
}

div.contents{
	display: -wbkit-flex;
	display: flex;
}

/* カレンダーのレスポンシブル対応 */
.cal_container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.cal_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* レスポンシブル対応のメニュー */
#menu{
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
}
#menu li a{
	text-align: center;
	text-decoration: none;
}
/*
#menu li a:hover{
	background: #444;
}
*/
#toggle{
	display: none;
}

@media only screen and (max-width: 767px){
	#menu{
		display: none;
	}
	#menu li{
		width: 100%;
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before{
		margin-top: -6px;
	}
	#toggle a:after{
		margin-top: 2px;
	}
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

/*
.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	float: none;
}

.navbar .nav li a {
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .75);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}
*/