@charset "utf-8";

/* 健康保険ガイド：デザインスタイル
 * **************************************************
 * Element [ 健康保険ガイド ]  
 * **************************************************
 */

/*　年齢別の給付の割合　*/

table.paymentPercentage {
	width:95%;
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
}
table.paymentPercentage th, table.paymentPercentage td {
	font-size:85%;
	padding:3px 5px;
	border-right:#666 1px solid;
	border-top:#666 1px solid;
}
table.paymentPercentage th {
	text-align:left;
	background-color:#eeff94;
	font-weight:normal;
}
table.paymentPercentage td {
	width:45%;
	text-align:center;
}
table.paymentPercentage th.ndsp {
	width:5%;
	border-top:none;
}



.memo3 {
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}