@charset "utf-8";

#insurance, #ownExpense, #accident {
	letter-spacing: 1px;
}

/*保険治療　ここから*/
#insurance dd table {
	width: 630px;
}

#insurance dd table caption {
	color: #339933;
	font-size: 1.2em;
	text-align: left;
	padding-left: 40px;
}

#insurance dd table tr {
	border-bottom: 1px solid #999999;
}

#insurance dd table th {
	width: 150px;
	font-size: 0.9em;
	text-align: left;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
}

#insurance dd table td {
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.insuranceList {
	margin-bottom: 20px;
}
/*保険治療　ここまで*/

/*自費治療　ここから*/
#ownExpense dd table {
	width: 630px;
}

#ownExpense dd table tr {
	border-bottom: 1px solid #999999;
}

#ownExpense dd table th {
	width: 150px;
	font-size: 0.9em;
	text-align: left;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
}

#ownExpense dd table td {
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*自費治療　ここまで*/

/*交通事故治療　ここから*/
#accident #info1 {
	color: #339933;
	font-size: 1.2em;
	margin-bottom: 15px;
}

#accident #info2 {
	font-size: 0.9em;
}
/*交通事故治療　ここまで*/