/* ### レイアウト ### */
body {
	margin: 24px 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #666;
	margin-top: 10px;
	margin-bottom: 0;
}
#container {
	width: 100%;
}
#content {
	width: 100%;
}

#bottomcontent {
	width: 100%;
	clear: both;
}
/* ### 画像 ### */
img	{max-width: 100%;
	height: auto;}
/* ### 画像 ### */
/* ### コンテンツ部分の記事のレイアウト ### */
.post {
	width: 47%;
	padding:0 3px 15px 13px;
	margin:0;
}
.post:nth-child(even) {
	margin-right: 0;
}
/* ### コンテンツ ### */

/* 記事 */
.post img {
	max-width: 100%;
	height: auto;
}
.post h4 {
	font-size: 16px;
}
.post p {
	font-size: 14px;
}
.post .more_s {
	font-size: 14px;
}
/* サムネイル画像 */
.box01 img {
	max-width: 35% !important;
	height: auto;
}
.box01_ir img {
	max-width: 35% !important;
	height: auto;
}
