@charset "utf-8";



#content #main p.right {
	text-align: right;
}

#content #main table {
	border: 1px solid #2FCACE;
}

#content #main table th {
	background: #D9F7F7;
	color: #2FCACE;
	padding: 10px;
	width: 300px;
	border-left: 1px solid #89E7E6;
	font-weight: bold;
}

#content #main table td {
	vertical-align: top;
	border-left: 1px solid #89E7E6;
	border-bottom: 1px dotted #89E7E6;
	padding: 8px;
	width: 300px;
}

#content #main table .item {
	border-left: none;
}

#content #main table .last {
	border-bottom: none;
}

#content #main .handling table, 
#content #main .handling p, 
#content #main .handling ol {
	margin-left: 1em;
}

#content #main .section hr{
	display: block;
}