@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#gnav .gnav_ene a img {
	border-bottom: 1px solid #232323;
}

/*----------------------------------------------------
	#ene_menu	サブメニュー
----------------------------------------------------*/
.top #ene_menu ul li.subm_top a {
	background: transparent url("../energy/images/submenu.png") 0 -51px no-repeat;
}

/*-----------------------------------------------------------
	背景グラデ指定
-----------------------------------------------------------*/
#contents #contents-inner {
    margin: 0 auto;
    background: url("../energy/images/bg_cnt.png") center top repeat-x;
    padding: 0 0 64px;
}
/*----------------------------------------------------
	#ene_menu	ヘッダー共通サブメニュー
----------------------------------------------------*/
#topicpath {
	margin: 0 auto;
}

#ene_menu {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 51px;
	margin: -4px 0 0;
	padding: 0;
	background: transparent url("../energy/images/bg_submenu.png") left top repeat-x;
}

#ene_menu ul {
	clear: both;
	overflow: hidden;
}

#ene_menu ul li {
	width: 326px;
	float: left;
}

#ene_menu ul li a {
	display: block;
	height: 0;
	padding-top: 51px;
}

#ene_menu ul li.subm_top a {
	background: transparent url("../energy/images/submenu.png") 0 0 no-repeat;
}

#ene_menu ul li.subm_top a:hover,
#ene_menu ul li.subm_top a.active {
	background: transparent url("../energy/images/submenu.png") 0 -51px no-repeat;
}

#ene_menu ul li.subm_pract a {
	background: transparent url("../energy/images/submenu.png") -326px 0 no-repeat;
}

#ene_menu ul li.subm_pract a:hover,
#ene_menu ul li.subm_pract a.active {
	background: transparent url("../energy/images/submenu.png") -326px -51px no-repeat;
}

#ene_menu ul li.subm_smart a {
	background: transparent url("../energy/images/submenu.png") -652px 0 no-repeat;
}

#ene_menu ul li.subm_smart a:hover,
#ene_menu ul li.subm_smart a.active {
	background: transparent url("../energy/images/submenu.png") -652px -51px no-repeat;
}

/*----------------------------------------------------
	.ene_main	メインビジュアル
----------------------------------------------------*/
.ene_main{
	width: 100%;
	height: auto;
	position: relative;
}
.ene_main .ene_main_img{
	width: 100%;
	height: auto;
}
.ene_main .t_main{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 373px;
  height: 164px;
}

/*----------------------------------------------------
	.ene_section	セクション
----------------------------------------------------*/
.ene_section{
	padding-top: 60px;
}
.ene_section_bg_none{
	background: none;
	padding-top: 60px;
}
.ene_section h3{
	width: 977px;
	margin: auto auto 30px auto;
}
.ene_section .ene_section_inner{
	display: table;
	width: 100%;
	background: #fff;
}
.ene_section .ene_section_image{
	display: table-cell;
	width: 50%;
}
.ene_section .ene_section_text{
	display: table-cell;
	width: 50%;
	height: 680px;
	padding: 50px 35px;
	overflow: hidden;
	line-height: 2;
}


.ene_section .ene_section_text2 {
	width: 50%;
	height: 680px;
	padding: 50px 35px;
	overflow: hidden;
	line-height: 2;
}



.ene_section .ene_section_text span{
	font-size: 15px;
}
.ene_section .ene_section_text .ene_section_text_inner{
	float: right;
	width: 480px;
}
.ene_section .ene_section_text .ene_section_text_inner_fl{
	float: left;
	width: 480px;
}
.ene_section .ene_section_text h4{
	margin-top: 45px;
}
.ene_section .ene_section_text ul{
	margin-top: 20px;
	padding-left: 1.5em;
}
.ene_section .ene_section_text ul li{
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	list-style: disc;
}
.ene_section .ene_section_text .bt{
	margin-top: 25px;
}

.ene_section_use .ene_section_image{
	background: url("../energy/images/img_ene_use.jpg") center center no-repeat;
	background-size: cover;
}
.ene_section_saving .ene_section_image{
	background: url("../energy/images/img_ene_saving.jpg") center center no-repeat;
	background-size: cover;
}
.ene_section_change .ene_section_image{
	background: url("../energy/images/img_ene_change.jpg") center center no-repeat;
	background-size: cover;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
