@charset "utf-8";

/*========================

全ページ共通

========================*/

/*------------------------

基本設定

------------------------*/
html {
  overflow-y: scroll;
  }

img {
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

strong {
	font-weight:normal;
	}


/*------------------------

フォント

------------------------*/


.red10{
font-size:77%;
color:#FF0000;
}


.font_10 {
font-size:77%;
}



.font_11 {
font-size:85%;
}



.font_12 {
font-size:92%;
}



.font_16 {
font-size:122%;
}



.font_18 {
font-size:136%;
}



.font_20 {
font-size:152%;
}


/*------------------------
ベース
------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font:13px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	*font-size:small; /* IE 7 */
	*font:x-small; /* IE 6以下 */
	}
	




/*------------------------

リンク

------------------------*/

a:link {

	color:#33a87b;
 text-decoration: underline;

	}



a:visited {

	color:#33a87b;
  text-decoration: underline;

	}



a:hover {

	color:#33a87b;
  text-decoration: none;

	}



a:active {

	color:#33a87b;
  text-decoration: underline;

	}







/*------------------------

EcoPointReport pop

------------------------*/




img{ margin-left:2.5%;}

p{ margin-left:2.5%;}

h5{ color:#1A4D20; font-size:120%; font-weight:bold; margin-left:2.5%;}
h4 { width:620px; height:44px; margin:10px auto 10px; text-indent:10px; background: url(../img/h4_tit.jpg) no-repeat center; line-height:2.7; font-size:122%;}

#EcoPointReport{ width:640px;}
#EcoPointReport p{ margin:1em 45px; line-height:1.4;}

#EcoPointReport p.right{ text-align:right;}
#EcoPointReport h3{ font-size:122%; margin:1em auto 0; text-align:center;}


#EcoPointReport .ReportContents{ width:600px; margin:2em auto 0.5em;}

#EcoPointReport .Report{ width:300px; text-align:center; border:1px solid #CCCCCC; font-size:92%; float:left; padding:0 0 1em 0;}
#EcoPointReport .Report p{ margin:1em auto;}
#EcoPointReport .Report dl{ width:240px; margin:0.5em auto;}
#EcoPointReport .Report dl dt{ width:120px; float:left; clear:both;}
#EcoPointReport .Report dl dd{ width:95px; margin-left:125px; text-align:right;}
#EcoPointReport p.ReportTitle{ font-size:136%; font-weight:bold; line-height:1.2; margin:1em auto 0;}


#EcoPointReport .SummaryImg{ width:250px; text-align:center; float:right;}
#EcoPointReport p.SummaryText{ font-size:100%; text-align:center; margin:0em auto 1em;}


.Report dl:after,
.ReportContents:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/


.Report dl,
.ReportContents
{display:inline-block;} /*IE7およびMacIE5向け*/


* html .Report dl,
* html .ReportContents

{height:1%;}


.Report dl,
.ReportContents
{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/


.Report dl,
.ReportContents
{overflow:hidden;}
/*DWデザインビュー向け　公開時には削除*/

