@charset "utf-8";

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

#main-tit{
	background:url(../img/bg-merit.jpg) no-repeat center top;
	width:100%;
	margin:0px auto;
}

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

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

h2.icon{
	width:100%;
	text-align:center;
	margin:0px auto 40px;
	background:url(../../common/img/icon-bg.gif) repeat-x left center;
}

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

.merit-sb{
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
}

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

.disp{
	margin-bottom:25px;
}

.disp-coution{
	background:#EEEEEE;
	padding:20px;
}

.disp-coution ul{
	margin-left:25px;
}

.disp-coution li{
	list-style:decimal;
}

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

.numb{
	font-size:30px;
	font-weight:bold;
	color:#FF4E50;
	text-align:center;
	margin-bottom:15px;
	line-height:1.5em;
}

.sub-num{
	font-size:24px;
	text-align:center;
	margin-bottom:40px;
}

.graf{
	width:100%;
	margin-bottom:25px;
}

.graf .fl{
	width:48%;
	float:left;
}

.graf .fr{
	width:48%;
	float:right;
}

.graf ul{
	margin-left:20px;}

.graf li{
	width:48%;
	float:left;
	list-style:circle;
}

.merit-tit,
.unmerit-tit{
	text-align:center;
	font-size:18px;
	color:#fff;
	padding:10px 0;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin:20px 0;
}

.merit-tit{
	background:#FF5179;
}

.unmerit-tit{
	background:#8EBBE8;
}

.la-txt{
	text-align:center;
	font-size:18px;
	color:#CC0000;
}

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

.reduction{
	width:100%;
	margin-bottom:25px;
}

.reduction .fl{
	width:48%;
	float:left;
}

.reduction .fr{
	width:48%;
	float:right;
}

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

.btn-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-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;
}

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

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

.sell-merit strong{
	color:#CC0000;
	font-weight:bold;
}

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

.point ul{
	margin-right:-26px;}

.point li{
	width:316px;
	float:left;
	margin-right:26px;
}

.btn-c-ded{
	width:50%;
	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;
}