  /* ### Layout ### */

#container{
	width:300px;
}



/* ### Header ### */
#header{
	margin: 10px 0;
	padding: 0 30px;
	height: 100px;
	background: url(/products/flexscan/ecoview_microsite/ecocalculator/header_bg.jpg) no-repeat right -50px top / auto 100px;
}

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

/*
#header #eco_title_eizo img{
	width:100px;
	height:auto;
}
#header #eco_title_ecoview{
	margin:10px 0 0 0;
}

#header #eco_title_ecoview img{
	width:100px;
	height:auto;
}
*/



/* ### Contents ### */

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

#content .eco_list{
	width:300px;
}

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

/* ¡ý2026/01/06×·Ó›¡ý */
#content .eco_list {
	padding: 0;
}

#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: 0;
}

#content #model_lists .eco_list {
	padding: 4px;
	box-sizing: border-box;
}
/* ¡ü2026/01/06×·Ó›¡ü */

#content ul li{
	display: block;
}

#content select{
	width:100%;
}

#social_buttons ul{
	position: absolute;
	bottom:10px;
}

#content form input#electricity_rate {
	margin-bottom: 5px;
}

/* ### footer ### */
#footer{
    padding-bottom: 40px;
}

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