@charset "utf-8";#container {
	width: 100%;
}
#header h1					{
	font-size:26px;
}
.basicinfo			{
	padding: 10px;
	
}
#nav ul li a {
	width: auto;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

img{
	max-width: 100%;
	height: auto;
	width: 100%;
}
.subject{
	width:100%;
	margin-right:0;
	border: 1px solid #AAA;
	padding: 10px;
	margin-bottom: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top-width: 8px;
}
#subject01  	{
	border-top-color: #DC6618;
}
#subject02		{
	border-top-color: #83A80F;
}
#subject03		{
	border-top-color: #046096;
}
	
	
.subject img		{
	width: 30%;
	float: left;
}
.subject p		{
	width: 68%;
	float: right;
}
.subject h2		{
	margin: 0;
}
.subject h2+p {
	margin: 0;
}

#content{
	width:100%;
	
	
	
	margin-bottom:  20px;
}


#content p {
	background-color: #FFF;
	font-size: 20px;
	width: 100%;
}

#sidebar{
	width:100%;
	box-sizing: border-box;
	.webkit-box-sizing: border-box;
	.moz-box-sizing:  border-box;
}


.youtube{
position:relative;
padding-bottom:45%; /*これが縦横比*/
height:0;
overflow:hidden;
}

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