@charset "utf-8";

/*
======== table of content. =================================

summary:ECOプロジェクトページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/


div#main{
	width:690px;
	margin:50px auto 0 auto;
}
p#rrr {
	text-align: right;
	padding-top: 5px;
}


div.eco{
	padding-bottom:50px;
}


div.eco div.section{
	width:691px;
	margin:35px 0 0 0;
	clear:both;
}

div.eco h3{
	margin-bottom:10px;
}

div#main div.section p{
	clear:both;
	margin:10px 0 25px 0;
}

div.eco div.section ul li{
	float:left;
	font-weight:bold;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.eco div.section ul li dl{
	width:220px;
	padding-bottom:5px;
	margin-right:10px;
}

div.eco div.section ul li dl.last{
	margin-right:0;
}



/* PANCASE
------------------------------------------------------
*/

div.pencase{
	clear:both;
	margin-top:50px;
	margin-bottom:30px;
}

div.pencase ul li dl dd{
	width: 215px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

