/* ### レイアウト ### */
#container	{width: 100%;}

#content	{width: 100%;
	margin-right: -330px;}

#content-inner	{margin-right: 330px;}



/* ### ヘッダー ### */

/* ヘッダー画像 */
#header	{width: 100%;
	height: 280px;
	background-size: 100% auto;}



/* ### コンテンツ ### */

/* サムネイル画像 */
.post img	{max-width: 35%;
	height: auto;}



