﻿/* ### レイアウト ### */
#container	{width: 100%;}

#content	{width: 100%;}

#content-inner	{margin-right: 330px;}



/* ### ヘッダー ### */

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



/* ### コンテンツ ### */
#content	{width: 90%;}
#content  img {width: 100%;}
.conleft  {float: none;
	width: 100%;}

article section {margin: 0 30px;
	float: left;
	paddin: 10px 10px;}
article section p{width: 100%;}
	

/* サムネイル画像 */
.post 	{max-width: 100%;
	height: auto;}
.post:last-child	{margin-right: 0;}

.post + .post	{margin-right: 0;}

.post img {max-width: 90%;
	height: auto;}



