@charset "utf-8";

/*--------------------------------------------
 
      PAGE TIT
 
---------------------------------------------*/

#main-tit{
		background-position:right;
	width:100%;
	margin:0px auto;
	background-size:200% auto;
}

.inner{
	height:150px;
	width:100%;
	margin:0px auto;
	display:inherit;
}

.inner h1{
    display:inherit;
    vertical-align:middle;
    line-height:1.5em;
	text-align:center;
	font-size:130%;
	background:#C00;
	padding:10px 0px;
	color:#fff;
}

h2.icon{
	background:url(../../common/img/icon-bg.gif) repeat-x left center;
}

/*--------------------------------------------
 
      新電力（PPS）を「買う」メリット
 
---------------------------------------------*/

/*--------------------------------------------
 
      PPS事業の仕組み
 
---------------------------------------------*/

.disp img{
	width:100%;
	height:auto;
}

/*--------------------------------------------
 
      PPSによる電力削減メリット
 
---------------------------------------------*/

.numb{
	font-size:140%;
}

.sub-num{
	font-size:120%;
	margin-bottom:25px;
}

.graf .fl{
	width:100%;
	float:inherit;
}

.graf .fr{
	width:100%;
	float:none;
}

.graf .fl img,
.graf .fr img{
	width:100%;
	height:auto;
}

.merit-tit,
.unmerit-tit{
	text-align:center;
	font-size:110%;
	color:#fff;
}

/*--------------------------------------------
 
      削減の例
 
---------------------------------------------*/
.reduction .fl{
	width:100%;
	float:none;
}

.reduction .fr{
	width:100%;
	float:none;
}

.reduction .fl img,
.reduction .fr img{
	width:100%;
	height:auto;
}

.btn-ded{
	width:100%;
	text-align:left;
	font-size:110%;
	margin:0px auto;
}

.btn-ded a{
	padding:15px 60px 15px 20px;
	background:url(../img/icon-ded.png) no-repeat 90% 46% #FC8730;
	display:block;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	text-decoration:none;
	color:#fff;
	font-weight:500;
	margin-bottom:20px;
}

.btn-ded a:hover{
	padding:15px 60px 15px 20px;
	background:url(../img/icon-ded.png) no-repeat 90% 46% #F60;
	display:block;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	text-decoration:none;
	color:#fff;
	font-weight:500;
}

/*--------------------------------------------
 
      電力を「売る」メリット
 
---------------------------------------------*/

.sell-merit{
	text-align:center;
	font-size:140%;
	font-weight:bold;
	margin-bottom:25px;
}

.point{
	width:100%;
	margin-bottom:40px;
}

.point ul{
	margin-right:0%;}

.point li{
	width:100%;
	float:none;
	margin:0 0% 20px;
}

.point li img{
	width:100%;
	height:auto;
}

.btn-c-ded{
	width:100%;
	text-align:left;
	font-size:120%;
	margin:0px auto;
}

.btn-c-ded a{
	padding:15px 16% 15px 10%;
	background:url(../img/icon-ded.png) no-repeat 90% 46% #FC8730;
	display:block;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	text-decoration:none;
	color:#fff;
	font-weight:500;
}

.btn-c-ded a:hover{
	padding:15px 16% 15px 10%;
	background:url(../img/icon-ded.png) no-repeat 90% 46% #F60;
	display:block;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	text-decoration:none;
	color:#fff;
	font-weight:500;
}
p.sample {
   width: 95%;
   overflow: auto;
}