﻿/* ### 基本的なレイアウト ### */

#container	{width: 620px;}

# content {width: 100%}


/* ### コンテンツ部分の記事のレイアウト ### */

.post	{width: 33%;
	margin-right: 4px;}

.post:nth-child(even)	{margin-right: 0;}


/* ### コンテンツ ### */

/* 記事 */
.post img	{width: auto;
	height:auto;}

.post h2	{font-size: 22px;}

.post p	{font-size: 16px;}

.post .more_s	{font-size: 18px;}

.post {overflow:hidden;}
/* ### ヘッダー ### */

/* ナビゲーションメニュー */
#nav	{padding-top: 0;}

#nav li:nth-child(2)	{float:none;
	overflow:hidden;}


#footer	{padding-bottom: 30px;
	width:  auto;
	height: auto;}

