@charset "utf-8";
@import "../../common/css/0-import.css";
#conts h1 {
	margin-bottom: 18px;
}

#conts h3 {
	margin-bottom: 6px;
	padding-left: 12px;
}

#conts p {
	margin-bottom: 28px;
	padding-left: 12px;
	line-height: 1.5;
}

#conts p span {
	font-size: 10px;
}

#conts table {
	margin: 0 0 25px 12px;
	font-size: 10px;
}

#conts table th {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 76px;
	text-align: center;
	font-weight: normal;
	background-color: #e7f6f5;
}

#conts table td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 3px 9px 5px;
	text-align: left;
	font-weight: normal;
	background-color: #faf3e8;
}

#conts .btn {
	margin-left: 138px;
	width: 295px;
}