@charset "UTF-8";

/* =========================================================
terms
========================================================= */
#terms {
	clear: both;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#terms .header {
	margin-bottom: 30px;
}
#terms .header h1 {
	color: #484848;
	font-size: 20px;
	margin-bottom: 15px;
}
#terms .header p {
	line-height: 146%;
}
/* -----------------------------------------------
index
----------------------------------------------- */
#terms .index {
	margin-bottom: 50px;
}
#terms .index dl {
	margin-bottom: 20px;
}
#terms .index dt {
	margin-bottom: 10px;
}
#terms .index dd {
	margin-left: 3.3em;
}
#terms .index dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#terms .index dd li {
	margin: 8px 0;
}
/* -----------------------------------------------
common
----------------------------------------------- */
#terms h2 {
	color: #484848;
	font-size:18px;
	font-weight: bold;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding: 12px 0 8px 0;
	margin-bottom: 20px;
}

#terms .chapter {
	margin-bottom: 25px;
}
#terms .chapter h3 {
	font-weight: bold;
	padding: 10px 0;
}
#terms .chapter h3 a:hover {
	color: #333333;
}
#terms .chapter p {
	line-height: 146%;
}

#terms .box {
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
	margin: 0 0 35px 0;
}
#terms .box dl {
	margin: 0 0 20px 1em;
}
#terms .box dt {
	color: #484848;
	font-weight: bold;
	margin-bottom: 10px;
}
#terms .box dd {
	line-height: 146%;
	margin-left: 1em;
}
#terms .box dd p {
	margin-bottom: 10px;
}
#terms .box ul {
	margin-top: 0;
	margin-bottom: 0;
}
#terms .box li {
	padding-bottom: 5px;
}