@charset "utf-8";#container {
	width:100%;　
}

.youtube{
position:relative;
padding-bottom:45%; /*これが縦横比*/
height:0;
overflow:hidden;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}





img{
	max-width: 100%;
	height: auto;
	float: left;
	width: 100%;
}
.subject{
	width: 13%;
	margin-right: 2%;
	float: left;
	
}

#content{
	width:63%;
}
#sidebar{
	width: 20%;
}

#photos image	{
	position: static;
	max-width: 45%;
}
#photos p {
	display: inline;
}

photos {
	border: none;
	height: auto;
}


	
#nav {
	width: 100%;
}


#sidebar {
	background-color: #0099FF;
	padding: 20px;
	color: #FFF;
	width: 200px;
	float: left;
	
	margin-top: auto;
	margin-right: auto;
}
#main #sidebar p {
}

#sidebar ul li a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li {
	margin-bottom: 10px;
}
#sidebar ul {
	padding-left: 20px;
	margin-left: 0px;
}
#sidebar h3 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	margin-top: 0px;
}


