@charset "UTF-8";
/* ===============================================================================
カテゴリータイトル
=============================================================================== */
.category_title {
	background: url(images/bg_category_title.png) repeat-x left top;
}
.category_title h2 {
	background: url(images/category_title.jpg) no-repeat left center;
}
@media screen and (max-width: 640px) {
	.category_title {
		background: #18836A;
	}
	.category_title h2 {
		background: none;
	}
}

/* ===============================================================================
段落フォーマット
=============================================================================== */
.section {
	margin: 0 0 30px;
	overflow: hidden;
	clear: both;
}
@media screen and (max-width: 640px) {
	.section {
		margin: 0 10px 30px;
		overflow: hidden;
		clear: both;
	}
}
