@charset "UTF-8";
@import url("./common.css");

/* エコ診断（共通） */
#eco {
	margin:30px 0 30px 20px;
	position:relative;
}
#eco input {
	width:55px;
}

/* エコ診断（p1） */
#eco ul#p01 {
	position:absolute;
	left:60px;
	top:145px;
	width:440px;
}
#eco ul#p01 li {
	float:left;
	display:inline;
	margin-right:40px;
}

/* エコ診断（p2） */
#eco ul#p0201 {
	position:absolute;
	left:320px;
	top:82px;
}
#eco ul#p0201 li {
	margin-bottom:16px;
}
#eco p#p0202 {
	position:absolute;
	left:90px;
	top:138px;
}
#eco p#p0202 input {
	width:80px;
}
/* IE6対策 */
* html #eco ul#p0201 { 
	left:320px;
	top:80px;
}
* html #eco ul#p0201 li {
	margin-bottom:14px;
}
* html #eco p#p0202 {
	left:70px;
	top:138px;
}

/* エコ診断（p3） */
#eco ul#p03 {
	position:absolute;
	left:60px;
	top:143px;
	width:440px;
}
#eco ul#p03 li {
	float:left;
	display:inline;
	margin-right:64px;
}
@media screen and (max-width: 767px) {
	#eco ul#p01 {
	    top: 90px;
	    left: 10%;
	    width: 100%;
	}
	#eco ul#p01 li {
	    margin-right: 6%;
	}
#eco input {
    width: 40px;
}
}