@charset "UTF-8";
@import url("/common/css/common.css");


/* ------------------------------------------------------------ */
/* 認定パックオプション */
/* ------------------------------------------------------------ */
#content h2 {
    margin: 1.5em auto;
}

#content > h3 {
	padding-left: 24px;
	background: url("../images/hed3_certpack.png") no-repeat left center;
	line-height: 42px;
}

.attention {
	color: #c00;
}

ul.certpack li {
	margin-left: 2em;
	list-style-type: disc;
}

dl.merit {
	margin-bottom: 4em;
}
dl.merit dt {
	width: 128px;
	font-weight: bold;
}
dl.merit > dd {
	margin-top: -32px;
	margin-bottom: 1em;
	padding-left: 128px;
	min-height: 32px;
	border-bottom: 1px dotted #ccc;
}
dl.merit > dd dt {
	width: auto;
}
dl.merit > dd dd {
	margin-bottom: 1em;
}
dl.merit > dd dd li {
	margin-left: 3em;
	list-style-type: decimal;
}
