@charset "Shift_JIS";

/********************************************************/

.section {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 16px;
}

.section h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 5px solid #d90000;
	font-size: 20px;
	font-weight: bold;
}
.section p {
	margin-left: 15px;
}

.section ul {
	margin-left: 40px;
	list-style: disc;
}

.section ul.detailList {
	margin: 25px 0 25px 40px;
}
.section ul.linkList {
	margin-left: 15px;
	list-style: none;
}
.section ul.linkList li {
	padding-left: 10px;
	background: url(../images/icon_link.gif) 0 5px no-repeat;
}

.section ul span {
	display: inline-block;
	vertical-align: top;
}

.section table {
	border-collapse: collapse;
	border: 1px solid #c9c9c9;
	font-size: 14px;
}
.section table th {
	padding: 5px 0 5px 5px;
	text-align: center;
	background: #d9d9d9;
	border: 1px solid #c9c9c9;
	vertical-align: middle;
}
.section table td {
	padding: 5px;
	border: 1px solid #c9c9c9;
	vertical-align: middle;
}

.section table .col1 {
	width: 122px;
}
.section table .col2 {
	width: 307px;
	font-weight: bold;
}
.section table .tit {
	background: #eee;
	text-align: left;
	font-weight: normal;
}
.section table td ul {
	margin-left: 20px;
}
.section table td ul.att {
	margin-left: 0;
	list-style: none;
}
.section table td ul.att li {
	padding-left: 1em;
	text-indent: -1em;
}

.section table td span {
	display: inline-block;
	font-size: 12px;
}
.section table td span.mb10 {
	margin-bottom: 10px;
}
