﻿/* ### レイアウト ### */
#container	{width: 100%;}

#header	{margin: 0 0 15px;}

#htop	{margin: 5px 0 5px;}

#content	{width: 100%;
	float: none;}

#sidebar	{width: 100%;
	float: none;}




/* ### ヘッダー ### */

/* サイト名 */
#site	{display: block;
	text-align: center;
	margin: 0;}

#site h1	{font-size: 30px;}

#site p	{font-size: 12px;}


/* ヘッダー画像 */
#headtop img	{width: 100%;
	height: 36px;}

#header	{width: 360px;
	height: auto;
	background-image: url(./img/sumahotop.jpg);
	background-position: left bottom;}

.conleft  {float: none;
	width: 100%;}

article section {margin: 0 30px;
	float: left;
	paddin: 10px 10px;}
article section p{width: 100%;}
	
	

.conleft p img {width: 100px;}
  

.conright  {float: none;
	width: 100%;}


/* ### コンテンツ ### */
.post	{float: none;
	width: 300px;  ma
	margin-right: 0;}

/* 投稿日 */
.date	{font-size: 12px;
	padding: 3px 5px;}

.date span	{font-size: 12px;}

/* タイトル */
.post h2	{font-size: 18px;}

/* サムネイル画像 */
.post img	{max-width: 300px;
	height: auto;}

#content img{width: 100%;
	heught: none;}

/* ### サイドバー ### */

