@charset "UTF-8";

#terms-box {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#terms-box h2 {
	text-align: center;
	margin: 0px 0px 40px 0px;
}


#terms-box section {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#terms-box section:last-child {
	margin-bottom: 0px;
}


#terms-box .content h3 {
	color: #fff;
	background: #855f3a;
	padding: 5px 20px 7px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.5;
}
#terms-box .content h4 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
}
#terms-box .content ol {
	padding-left: 0px;
}
#terms-box .content li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: .5em;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
}
#terms-box .annotation,
#terms-box .annotation2,
#terms-box .annotation3 {
	list-style: none;
	margin: 5px 0 10px;
}
#terms-box .annotation4 {
	list-style: none;
	margin: 5px 0px 10px 20px;
}
#terms-box .annotation li {
	list-style: none;
	position: relative;
	margin: 0px 0px 5px 0px;
	padding-left: 2.5em;
}
#terms-box .annotation2 li {
	position: relative;
	margin: 0px 0px 5px 0px;
	padding-left: 1.5em;
}
#terms-box .annotation3 li {
	display: inline-block;
	padding-left: 0em;
	padding-right: 1em;
}
#terms-box .annotation4 li {
	display: inline-block;
	padding-left: 0em;
	padding-right: 1em;
}
#terms-box .annotation span,
#terms-box .annotation2 span {
	position: absolute;
	left: 0;
}
#terms-box .content p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
.scroll-table {
	margin-top: 10px;
}

#terms-table1,
#terms-table2 {
	width: 100%;
	border-collapse:  collapse; 
}
#terms-table1 th,
#terms-table1 td {
	border: 1px solid #000000;
	font-size: 14px;
	padding: 5px 10px;
}
#terms-table2 th,
#terms-table2 td {
	border: 1px solid #000000;
	padding: 5px 7px;
}
#terms-table1 th {
	background: #facdbd;
	text-align: center;
	vertical-align: middle;
}
#terms-table2 th {
	background: #c5c4e2;
	vertical-align: middle;
	font-size: 13px;
}
#terms-table2 tr:nth-of-type(1) th,
#terms-table2 tr:nth-of-type(2) th {
	text-align: center;
}
#terms-table2 td {
	font-size: 13px;
	text-align: center;
}
ol.nospace {
	margin-top: 5px;
}


@media screen and (max-width: 500px) {
	.scroll-table {
		overflow: auto;
	}
	.scroll-table #terms-table1,
	.scroll-table #terms-table2 {
		width: 650px;
	}
}