@charset "Shift_JIS";

ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: circle;
}

#blk_main {
	position: relative;
	width: 100%;
	height: 2300px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
}
	.txt_explain {
		position: absolute;
		left: 10px;
		top: 20px;
		width: 780px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
		font-size: 14px;
		margin: 0px;
		line-height: 18px;
	}
	#blk_feature {
		position: relative;
		top: 10px;
		width: 100%;
		height: 560px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#blk_feature table {
			position: absolute;
			left: 10px;
			top: 50px;
			width: 780px;
			table-layout: fixed;
		}
	#blk_feature2 {
		position: relative;
		top: 10px;
		width: 100%;
		height: 980px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#blk_feature2 table {
			position: absolute;
			left: 10px;
			top: 70px;
			width: 780px;
			table-layout: fixed;
		}
	#blk_spec {
		position: relative;
		top: 20px;
		width: 100%;
		height: 300px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
	}
		#blk_spec table {
			position: absolute;
			left: 10px;
			top: 20px;
			width: 780px;
			border-collapse: collapse;
			border-spacing: 0;
			text-align: left;
		}
		#blk_spec th {
			width: 200px;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#blk_spec td {
			width: 540px;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#blk_spec th.head {
			width: 200px;
			border-top: 3px solid #CCCCCC;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#blk_spec td.head {
			width: 540px;
			border-top: 3px solid #CCCCCC;
			border-bottom: 2px dotted #CCCCCC;
			padding: 5px;
		}
		#blk_spec th.foot {
			width: 200px;
			border-top: 2px dotted #CCCCCC;
			border-bottom: 3px solid #CCCCCC;
			padding: 5px;
		}
		#blk_spec td.foot {
			width: 540px;
			border-top: 2px dotted #CCCCCC;
			border-bottom: 3px solid #CCCCCC;
			padding: 5px;
		}
