@charset "utf-8";

/* ----------------------------------------------------------------------------
    MAIN
------------------------------------------------------------------------------ */

/* ----------------------------------------------------------------------------
    #terms
------------------------------------------------------------------------------ */
#terms {
	width: 100%;
}
#terms > p {
	margin: 0 0 10%;
}
#terms > section {
	width: 100%;
	margin: 0 0 10%;
}
#terms > section * {
	line-height: 1.8;
}
#terms > section h2 {
	width: 100%;
	padding: 3% 5%;
	margin: 0 0 5%;
	background: #b4b4b4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
}
#terms > section p {
	margin: 0 0 5%;
}
#terms > section ul {
	padding: 0 5%;
	margin: 0 0 5%;
}
#terms > section ul li {
	margin: 0 0 3%;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#terms > section ul li:last-child {
	margin: 0;
}
#terms > section > section {
	margin: 0 0 10%;
}
#terms > section > section h3 {
	margin: 0 0 3%;
	font-size: 1.6rem;
	font-weight: bold;
}
#terms > section >section dl {
}
#terms > section >section dl dt {
	margin: 0 0 3%;
	font-weight: bold;
}
#terms > section >section dl dd {
	margin: 0 0 5%;
}
#terms > section >section dl dd table {
}
#terms > section >section dl dd table tr {
}
#terms > section >section dl dd table tr th {
	width: 50%;
	padding: 2%;
	border: solid 1px #cbcbcb;
	background: #f1f1f1;
	font-weight: bold;
}
#terms > section >section dl dd table tr td {
	padding: 2%;
	border: solid 1px #cbcbcb;
	vertical-align: middle;
}
