  /* ### Layout ### */

#container{
	width:650px;
}



/* ### Header ### */

#header{
	margin: 15px 0;
	padding: 0 30px;
}

#header h1{
    font-size: 2em;
}



/* ### Contents ### */

#content h2{
	font-size: 18px;
    font-weight:bold;
}

#content .eco_list{
	width:300px;
}

#content .eco_list table tr th{
	width:180px;
}

/* ¡ý2026/01/06×·Ó›¡ý */
#content #model_lists .eco_list:nth-of-type(-1n+3),
#content #model_lists .eco_list:nth-of-type(n+4):not(:nth-of-type(4n)) {
	margin-left: 0;
}

#content #model_lists .eco_list:nth-of-type(1),
#content #model_lists .eco_list:nth-of-type(n+2):not(:nth-of-type(2n)) {
	margin-left: 8px;
}
/* ¡ü2026/01/06×·Ó›¡ü */

#content ul li{
	display: block;
}

/* ### footer ### */
#footer .footer_logo img{
    width: 100px;
	height: auto;
}