@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;
	}
}


/* ===============================================================================
段落フォーマット
=============================================================================== */
.p{
	margin-bottom: 0
}

.section {
	margin: 0 0 30px;
	overflow: hidden;
	clear: both;
}
.pdf_list {
	margin: 0 0 0 1em;
	padding: 0;
}
.pdf_list li {
	margin: 0 0 0.7em;
	padding: 0;
	list-style: none;
}

.section h4{
	margin-top: 20px
}

.section h5{
	border-bottom: 1px dotted #bbb;
	margin: 15px 0 0.7em;
	padding: 0 0 3px;
	font-size: 116%;
}

.section h6{
	margin-top: 10px
}

.section .important{
	font-weight: normal;
	color: #F30;
}

h5.margin_top{
	margin-top: 2em
}

@media screen and (max-width: 640px) {
	.section {
		margin: 0 10px 30px;
		overflow: hidden;
		clear: both;
	}
	.pdf_list {
		margin: 0;
		padding: 0;
	}
}

/*============================================================================-
テキストの色
==============================================================================*/
span.red{
	color: red;
}

/*============================================================================-
テキストの太さ
==============================================================================*/
a.yoyaku{
	margin-bottom: 8px
}