@charset "utf-8";
/* レイアウト */

/*コンテナの横幅を100％に指定。*/
#container {
	width:100%;
}

/*ヘッダーの下マージンを15ピクセルに指定。*/
#header {
	margin: 0 0 15px;
}

/*コンテンツの横幅を100％に指定。コンテンツの段組みを解除*/
#content {
	width:100%;
	float:none;
}

/*サイドバーの横幅を100％に指定。サイドバーの段組みを解除。*/
#sidebar {
	width:100%;
	float:none;
}

/*画像*/

/*画像の横幅を100％（最大値はオリジナルの横幅）に指定。画像の高さが横幅に合わせて変化するように指定。*/
img {
	max-width:100%;
	height:auto;
}

#container	{position: relative;}

#footer	{padding-bottom: 60px;}


#nav li a	{
	width: auto;
	padding: 5px 8px;
}

.bme {
	float:none;
	font-size:12px;
	line-height:2.5;
	display:inline;
	padding:3px 10px;
	border-radius:5px;
}

.bme span {
	font-size:12px;
	display:inline;
}

#content h2 {
	font-size:24px;
}

#content h3 {
	font-size:14px;
}

.cat03 {
	margin-left:10px;
	font-size:14px;
	color:#666666;
}
