#container {
	width: 620px;
}
.post {
	width: 100%;
	 margin-right: 20px;
}
:nth-child(2n).post {
	margin-right: 0px;
}
.post img {
	width: 300px;
}
.post h2 {
	font-size: 22px;
}
.post p {
	font-size: 16px;
}
.post .more_s {
	font-size: 18px;
}
#nav {
	padding-top: 0px;
}
#nav li:nth-child(2) {
	overflow: hidden; float: none;
}
#headerpost {
	position: relative;
}
#headerpost img {
	float: none;
}
#headerpost #lead {
	margin: 0px;
 padding: 10px 20px; left: 0px;
 width: auto; bottom: 0px; float: none;
 position: absolute;
 background-color: rgb(253, 172, 0.5);
}
#headerpost h2 {
	margin: 10px 0px; font-size: 20px;
}
#headerpost p {
	margin: 0px 0px 20px; font-size: 14px;
}
#headerpost .date {
	margin: 0px; float: left;
}
#headerpost .more {
	margin: -12px 15px 0px 0px; float: right;
}
/* ### ヘッダー ### */

/* ヘッダー画像 */
#header	{width: 100%;
	height: 190px;
	background-size: 100% auto;}

#contents {
	width: 100%; float: none;
}
#sched  {width: 620px;}

#sidebar {
	width: 100%; height: auto; float: none;
}
