@charset "utf-8";

/*--------------------------------------------------------------------------------
	独自スタイル
----------------------------------------------------------------------------------*/
/* テーブル */
.taType02 {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	margin: 20px 0;
}
.taType02 caption {
	font-weight: bold;
}
.taType02 td {
	font-size: 11px;
	line-height: 1.4em;
	padding: 4px 10px;
	vertical-align: top;
}
.taType02 td img {
	margin-bottom: 4px;
}