@charset "utf-8";

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

#main-tit{
	background-position:right;
}

.inner{
	height:300px;
	width:94%;
	margin:0px auto;
	display:table;
}

.inner h1{
    display:table-cell;
    vertical-align:middle;
    line-height:1.5em;
	font-size:28px;
}

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

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

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

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

.numb{
	font-size:26px;
}

.sub-num{
	font-size:20px;
}

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

/*--------------------------------------------
 
      削減の例
 
---------------------------------------------*/

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

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

.btn-ded a{
	padding:15px 0px 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;
}

.btn-ded a:hover{
	padding:15px 0px 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;
}

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

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

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

.point li{
	width:31%;
	float:left;
	margin:0 1%;
}

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

.btn-c-ded{
	width:70%;
	text-align:center;
	font-size:18px;
	margin:0px auto;
}

.btn-c-ded a{
	padding:15px 0px;
	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 0px;
	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;
}