@charset "UTF-8";

/* List Style
 -------------------------------------------------- */
.list_definition dt{
	font-weight:bold;
	margin-bottom:.33em;
}

/* Other Style
 -------------------------------------------------- */
.heading2 {
    padding: 0px 9px 10px;
    font-size: 121.43%;
    font-weight: bold;
}


.mb15em {
    margin-bottom: 1.5em;
}
.area_gray {
    background-color: #e9e9e9;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.terms_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	table-layout:fixed;
	word-break: break-word;
	word-wrap: break-word;
}
table.terms_table caption {
	height: auto;
	position: relative;
	width: auto;
	left: 0;
	text-align: left;
	margin-bottom: 5px;
}
table.terms_table caption span {
	font-weight: bold;
}
table.terms_table th {
	background-color: #eee;
	border: 1px solid #cccccc;
	padding: 5px;
}
table.terms_table th span {
	font-weight: bold;
}
table.terms_table td {
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align: middle;
}

