<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*====================================================
	enefarm_type
=====================================================*/
#homeMain {
	width: 700px;
}
.secTtl{
	color: #444444;
}
.secInner{
	margin: 50px 0;
}
.textArea{
	margin-bottom: 30px;
}
.imgArea{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.imgArea .img img{
	max-width: 100%;
}
.tableArea table{
	width: 100%;
	border-top: #444444 1px solid;
	border-left: #444444 1px solid;
}
.tableArea table th,
.tableArea table td{
	text-align: left;
	border-bottom: #444444 1px solid;
	border-right: #444444 1px solid;
	padding: 5px 10px;
}
.tableArea table .bgBlue th{
	background: #d9e2f3;
}

.btn_close{
	width: 240px;
	margin: auto;
}
.btn_close img{
	max-width: 100%;
}</pre></body></html>