@charset "UTF-8";

.ctWrap p, .ctWrap ul {
	margin-bottom:1.2em;
	line-height:1.6;
	}

.ctWrap ul {
	list-style-type: disc;
	margin-left:1.6em;
	}

.ctWrap table {
	width:100%;
	border-bottom:solid 1px #dadada;
}
	tr.datacell th, tr.datacell td {
		font-weight:normal;
		text-align:left;
		padding:2px 10px 10px;
		line-height:1.6;
		vertical-align:top;
		}
	tr.datacell th {
		width:25%;
		}
	tr.bordercell td {
		border-top:solid 1px #dadada;
		border-left:solid 1px #dadada;
		height:10px;
		line-height:10px;
		}
	
	.errorcell {
		color: #CC2A27;
		font-weight:bold;
		}

.botan {
	margin-top:1.6em;
	text-align:center;
	}

