@charset "UTF-8";

/* information
----------------------------------------- */
.kaigohokenseido {
	margin:30px auto 40px auto;
	width:625px;
}
.table_kaigohoken {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 10px auto 10px auto;
	width: 700px;
}
.table_kaigohoken th {
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding:7px 0;
	color: #333333;
	text-align: center;
	font-size: 14px;
}
	.table_kaigohoken th#th1 {
		width: 80px;
	}
	.table_kaigohoken th#th2 {
		width: 120px;
	}
	.table_kaigohoken th#th3 {
		width: 120px;
	}
.table_kaigohoken td {
	border: 1px solid #cccccc;
	padding:7px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}
	.table_kaigohoken td.price {
		text-align: right;
	}
#detail {
	line-height: 1.4em;
	width:680px;
	margin:20px auto;
	background-color: #f2f2f2;
	padding:10px;
}
	#detail ul {
		list-style-type: disc;
	}
	#detail ul li {
		margin:0 0 0 20px;
	}