﻿@charset "utf-8";

/*
Theme Name: テーマ
Version 1.0
*/ 

@import "base.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body{
	padding:0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	color:#4d4d4d;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}



#wrapper{
	padding:0;
	width:100%;
}
img{
	max-width:100%;
	height:auto;
}

/*　header　
----------------------------------------------------------*/
.h_inner_top{
	width:100%;
	height:20px;
	background-color:#000000;
	color:#ffffff;
	font-size:0.75em;
}
.h_inner_top h1{
	width:1050px;
	text-align:left;
	margin:0 auto;
}

/*　menu
----------------------------------------------------------*/
.h_inner ul.menu{
	width:1050px;
	margin:0 auto;
	height:105px;
	position:relative;
	z-index:9999;
}
.h_inner ul.menu li{
	float:left;
	height:105px;
}
.h_inner ul.menu li:nth-child(1){
	margin-top:28px;
	margin-right:40px;
}
.h_inner ul.menu li:nth-child(6){
	margin-left:10px;
}
.h_inner ul.menu li:nth-child(2):hover,
.h_inner ul.menu li:nth-child(3):hover,
.h_inner ul.menu li:nth-child(4):hover,
.h_inner ul.menu li:nth-child(5):hover{
	background-color:rgba(140,198,63,0.5);
}
.h_inner ul.menu li.current{
	height:105px;
	background-color:rgba(140,198,63,0.5);
}
.h_inner ul.menu li ul{
    overflow:hidden;
	width:160px;
}
.h_inner ul.menu li ul li{
    width:160px;	
    overflow:hidden;
    height: 0;
	float:left;
	text-align:center;
	font-size:1.125em;
}
.h_inner ul.menu li:nth-child(2):hover ul li{
    padding:10px 0 0;
}
.h_inner ul.menu li ul li a{
	color:#ffffff;
	text-decoration:none;
}
.h_inner ul.menu li ul li a:hover{
	text-decoration:none;
}
.h_inner ul.menu li ul li:nth-child(1){
    background-color:rgba(0,113,188,0.8);
}
.h_inner ul.menu li ul li:nth-child(2){
    background-color:rgba(241,90,36,0.8);
}
.h_inner ul.menu li ul li:nth-child(3){
    background-color:rgba(140,198,63,0.8);
}
.h_inner ul.menu li ul li:nth-child(1):hover{
    background-color:rgba(0,113,188,1);
}
.h_inner ul.menu li ul li:nth-child(2):hover{
    background-color:rgba(241,90,36,1);
}
.h_inner ul.menu li ul li:nth-child(3):hover{
    background-color:rgba(140,198,63,1);
}

.h_inner ul.menu li:hover ul{
    overflow: visible;
}
.h_inner ul.menu li:hover ul li{
    overflow: visible;
    height:35px;
	float:left;
	margin:0;
}

.h_inner ul.menu li:hover ul li:first-child{
  border-top: 0;
}
.h_inner ul.menu li:hover ul li:last-child{
  border-bottom: 0;
}
.h_inner ul.menu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*　footer　
----------------------------------------------------------*/
.f_inner01{
	width:100%;
	background-color:#75b214;
	padding:20px 0;
}
.f_inner03{
	width:100%;
	height:108px;
	padding-top:30px;
}

.link{
	float:right;
}
.link a{
	color:#4d4d4d;
}
.name img{
	margin-bottom:10px;
}
.copyright{
	float:left;
}
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index:9999;
}
footer ul.b_nav li{
	color:#ffffff;
	font-size:0.687em;
	float:left;
	padding:0;
}
footer ul.b_nav li a{
	color:#ffffff;
}


/*　main　
----------------------------------------------------------*/
#main{
	position:relative;
	z-index:5;
}

#main,
.fuwa{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.main_txt{
	width:1050px;
	margin:0 auto;
}
.main_txt00{
    margin-top:280px;
}
.main_txt01{
	margin-top:120px;
}


.material .main01,
.oil .main01,
.gas .main01,
.company .main01,
.recruit .main01,
.voice01 .main01,
.voice02 .main01,
.information .main01,
.about .main01,
.contact .main01{
	width:1050px;
	margin:0 auto;
	position:absolute;
	bottom:5px;
	left:200px;
	right:0;
}

#main article.main02{
	background-color:#f4f4f4;
	margin-bottom:50px;
	padding:50px 0;
}
#main article.main_b01{
	background-image:url(../img/common/bottom_bg01.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
#main article.main_b02{
	background-image:url(../img/common/bottom_bg02.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
#main article.main_b03{
	background-image:url(../img/common/bottom_bg03.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:400px;
	position:relative;
}
.ttl01{
	margin:5% 0 3%;
}
.company article.main02 .ttl01{
	margin:0 0 3%;
}
.ttl02{
	text-align:center;
	margin:50px 0 20px;
}
.ttl03{
	min-height:35px;
	background-image:url(../img/common/blue_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.ttl04{
	min-height:35px;
	background-image:url(../img/common/orange_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.recruit .ttl04{
	margin:30px 0;
}
.ttl05{
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}
.gas .charge .ttl05{
	margin:20px 0;
}
.ttl06{
	width:87%;
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	text-align:left;
	padding:0 0 0 45px;
}
.ttl07{
	background-color:#8cc63f;
	color:#ffffff;
	font-size:1.25em;
	margin-bottom:5px;
	padding:3px 10px;
	display:inline-block;
}

.line{
	border:1px dashed #b3b3b3;
	margin:5% 0 0;
}




/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main01_txt01{
	margin-top:170px;
}
.main01_txt02{
	margin-top:230px;
}
.main02 ul li:nth-child(1),
.main02 ul li:nth-child(2),
.main02 ul li:nth-child(3){
	width:310px;
	height:693px;
	background-image:url(../img/index/main02_bg01.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	padding:20px;
	position:relative;
}
.main02 ul li:nth-child(1) p,
.main02 ul li:nth-child(2) p,
.main02 ul li:nth-child(3) p{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	margin:15px 0 10px;
}
.main02 ul li:nth-child(1) p{
	color:#0071bc;
}
.main02 ul li:nth-child(2) p{
	color:#f15a24;
}
.main02 ul li:nth-child(3) p{
	color:#8cc63f;
}
.main02 ul li:nth-child(1) img,
.main02 ul li:nth-child(2) img,
.main02 ul li:nth-child(3) img{
	margin-top:80px;
}
.main02 ul li:nth-child(4),
.main02 ul li:nth-child(5),
.main02 ul li:nth-child(6){
	width:350px;
	text-align:center;
	margin:0;
	float:left;
}
.main02 ul li .index_ttl01{
	width:300px;
	height:45px;
	position:absolute;
	top:0;
	left:5px;
	padding:15px 20px 20px;
}
.main02 ul li .index_ttl01 img{
	margin:0;
}
.main02 ul li:nth-child(1) .index_ttl01{
	background-color:#3fa9f5;
}
.main02 ul li:nth-child(2) .index_ttl01{
	background-color:#f15a24;
}
.main02 ul li:nth-child(3) .index_ttl01{
	background-color:#8cc63f;
}
.main02 ul li .index_box01{
	width:308px;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:21px;
}
.main02 ul li .index_box01 img{
	margin:0;
}
.main02 ul li .index_box01 .box01_img{
	margin:8px 0 12px;
}
.main02 ul li .index_txt01{
	width:100%;
	height:100px;
	line-height:1.4;
}
.main02 ul li .index_txt01 p{
	color:#4d4d4d;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin:0;
}
.main02 .news_txt01 img{
	float:left;
	margin-bottom:10px;
}


.main02 .news_txt02 div{
	width:auto;
	height:auto;
	background-image:none;
	float:none;
	padding:0;
	
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.material #main table{
	width:99%;
	background-color:rgba(255,255,255,0.6);
	background-image:none;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin:20px auto 30px;
}
.material #main table td{
	width:33%;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	font-size:1.125em;
	vertical-align:top;
	padding:10px 10px;
}
.material_box01 img{
	float:right;
}
.material_txt01 img{
	float:none;
	margin:0 0 20px 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil #main table{
	width:100%;
	background-color:rgba(255,255,255,0.6);
	background-image:none;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin:20px 0 30px;
}
.oil #main table td{
	width:33%;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	font-size:1.125em;
	vertical-align:top;
	padding:10px 10px;
}
.oil #main table.oil01 td{
	width:52%;
}

.oil_box01 img{
	float:right;
}

.oil_txt01 img{
	float:none;
	margin:0 0 20px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.gas article section #charge ul{
	padding:30px 18px;
}
.gas article section #charge img{
	margin:0;
}
.gas article section #charge li .charge_txt01{
	font-size:1.125em;
	text-align:left;
	margin:10px 0 15px 0;
}
.gas article section.charge img{
	margin:20px auto;
}
.gas article section.charge p{
	font-size:1.125em;
}
.gas article section.charge p.strong{
	font-weight:bold;
}
.gas article section.charge p.red{
	color:#ff0000;
}
.gas_box01 img{
	margin-bottom:0.3em;
}
.gas_box01 .pc{
	width:396px;
	float:right;
}
.gas_box01 .pc p{
	font-size:0.93em;
	text-align:center;
}
.gas_txt01 img{
	float:none;
	margin:0 0 20px 0;
}
.charge_box01{
	background-color:#8cc63f;
	border-radius:20px;
	color:#ffffff;
	font-size:1.625em;
	font-weight:bold;
	text-align:center;
	margin:30px 0;
	padding:20px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company #main table{
	width:98%;
	background-color:#ffffff;
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px solid #b3b3b3;
	font-size:1.125em;
	margin:30px 0 50px;
}

.company #main table th , .company #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
	padding:10px 0 10px 30px;	
}
.company #main table th{
	background-color:#e6e6e6;
	font-weight:bold;
}
.company_box01{
	margin:0 0 30px;
}
.company_box02 , .company_box03{
	margin:30px 0;
}
.company_box02 img{
	float:left;
}

.company_txt01 p{
	text-align:right;
}
.company_txt02{
	font-size:1.125em;
	margin:10px 0 0;
}

ul.office{
	margin:0 0 50px;
}
ul.office li{
	border:1px solid #b3b3b3;
	margin:20px 0 0;
	padding:25px;
}
/*
ul.office li:nth-child(2n+1){
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	margin:20px 0 0;
	padding:25px;
}
ul.office li:nth-child(2n){
	background-color:#cbebf7;
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	margin:0 0 20px;
	padding:25px;
}
*/

.office_box01{
	float:left;
}
.office_txt01{
	font-size:1.125em;
	line-height:1.6;
}
.office_txt01 p{
	font-weight:bold;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit_txt01{
	font-size:1.125em;
}
.recruit ul.recruit_btn01{
	width:100%;
}

/*　voice　
----------------------------------------------------------*/
.voice_txt01{
	font-size:1.43em;	
	font-weight:bold;
	text-align:center;
}
.voice_txt02{
	font-size:1.1em;
	margin:3% 0;	
}


ul.voice_img{
	width:100%;
	margin:3% 0;	
}


/*　募集要項　
----------------------------------------------------------*/
.displayNone {
    display: none;
}
.accordion li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.accordion a {
    display: block;
}
.contentWrap {
    margin: 10px;
}
p.switch{
	margin:.5em 0;
}
.switch {
    display:inline-block;
	width:100%;
	background-color:#f15a24;
    border:1px solid #f15a24;
	color:#ffffff;
	font-size:1.875em;
	text-align:center;
    cursor :pointer;
    padding:.3em 0;	
    position: relative;
}
.switch:before{
    display: inline-block;
    content: '▶';
    padding-right: 5px;
    transition: 0.2s;
}
.switch.open:before{
    display: inline-block;
    content: '▼';
    padding-right: 5px;
    transition: 0.2s;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  information.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.information_txt01{
	font-size:1.125em;
}
.information_txt02{
	font-size:1.125em;
	margin:15px 0 50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  about.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.about_txt01{
	font-size:1.125em;
}
.about_txt02{
	font-size:1.125em;
	margin:15px 0 50px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact #main table{
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #b3b3b3;
	margin:0 0 50px;
}
.contact #main table th , .contact #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
}
.contact #main table th span.red{
	color:#c01920;
}
.contact_txt01{
	font-size:1.125em;
	text-align:left;
}
.contact_txt02{
	margin:10px 0;
}
.contact_txt03{
	font-size:1.125em;
	text-align:center;
}
.contact_btn01{
	width:130px;
	height:53px;
	background-image:url(../img/contact/contact_btn01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:1.5em;
	margin-top:30px;
	border:none;
}
.contact_btn01:hover{
    filter:alpha(opacity=80); /* IE 6,7*/
    -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
    -moz-opacity:0.8; /* FF , Netscape */
    -khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}
.input_txt01{
	width:98%;
	height:30px;
	font-size:110%;
	padding:3px 5px ;
}
.input_txt02{
	width:98%;
	height:300px;
	font-size:110%;
	padding:3px 5px;
	overflow:auto;
}
.input_txt03{
	width:48%;
	height:30px;
	font-size:110%;
	padding:3px 5px ;
}




.pc{
	display:block;
}
.sp{
	display:none;
}

/*　header　
----------------------------------------------------------*/
header{
	height:105px;
	position:relative;
}

/*　menu
----------------------------------------------------------*/
.h_inner{
	width:100%;
	height:105px;
	background-color:rgba(0,0,0,0.6);
}





/*　footer　
----------------------------------------------------------*/
.f_inner02{
	width:1050px;
	font-size:0.687em;
	margin:0 auto;
}
.f_inner04{
	width:850px;
	margin:0 auto;
}
.logo{
	float:left;
}
.name{
	text-align:center;
	line-height:1.5;
	float:right;
}
footer ul.b_nav{
	width:540px;
	margin:0 auto 20px;
}


/*　main　
----------------------------------------------------------*/
#main article section{
	width:1050px;
	margin:0 auto;
}
.index header{
	height:1190px;
	background-image:url(../img/index/index_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.material header,
.oil header,
.gas header,
.company header,
.recruit header,
.voice01 header,
.voice02 header,
.information header,
.about header,
.contact header{
	height:577px;
	background-position:center 445px , top center;
	background-repeat:no-repeat , no-repeat;
}
.material header{
	background-image:url(../img/material/material_ttl.png) ,
	                 url(../img/material/material_main.jpg);
}
.oil header{
	background-image:url(../img/oil/oil_ttl.png) ,
	                 url(../img/oil/oil_main.jpg);
}
.gas header{
	background-image:url(../img/gas/gas_ttl.png) ,
	                 url(../img/gas/gas_main.jpg);
}
.company header{
	background-image:url(../img/company/company_ttl.png) ,
	                 url(../img/company/company_main.jpg);
}
.recruit header{
	background-image:url(../img/recruit/recruit_ttl.png) ,
	                 url(../img/recruit/recruit_main.jpg);
}
.voice01 header{
	background-image:url(../img/recruit/voice_ttl.png) ,
	                 url(../img/recruit/voice01_main.jpg);
}
.voice02 header{
	background-image:url(../img/recruit/voice_ttl.png) ,
	                 url(../img/recruit/voice02_main.jpg);
}
.information header{
	background-image:url(../img/information/information_ttl.png) ,
	                 url(../img/information/information_main.jpg);
}
.about header{
	background-image:url(../img/about/about_ttl.png) ,
	                 url(../img/about/about_main.jpg);
}
.contact header{
	background-image:url(../img/contact/contact_ttl.png) ,
	                 url(../img/contact/contact_main.jpg);
}
.ttl08{
	min-height:35px;
	background-image:url(../img/common/green_point.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #b3b3b3;
	font-size:1.375em;
	padding:0 0 0 45px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.main02 ul{
	margin-top:-230px;
}
.main02 .news_box01{
	width:1050px;
	height:220px;
	background-image:url(../img/index/main02_bg02.png);
	background-position:center 30px;
	background-repeat:no-repeat;
	margin:30px 0 0;
}
.main02 .news_txt01{
    margin:40px 30px 0;
}
.main02 .news_txt02{
	width:90%;
	line-height:1.1;
	float:left;
	margin-bottom:10px;
}
.index_company{
	float:left;
}
.index_recruit{
	float:right;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  material.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.material_txt01{
	width:58%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
ul.material01{
	margin:30px auto 0;
}
ul.material01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.material01 li:nth-child(3n+1),
ul.material01 li:nth-child(3n+2){
	margin-right:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  oil.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.oil_txt01{
	width:59%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
.oil table.oil03 td{
	width:52%;
}
.oil table.oil03 td.br_n{
	border-right:none;
}

ul.oil01{
	margin:30px auto 0;
}
ul.oil01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.oil01 li:nth-child(3n+1),
ul.oil01 li:nth-child(3n+2){
	margin-right:2%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  gas.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.gas_txt01{
	width:58%;
	font-size:1.125em;
	line-height:2;
	float:left;
}
.gas_box02{
	border:1px solid #b3b3b3;
	margin-top:4%;
	padding:10px 10px;
}
ul.gas01 li{
	width:330px;
	float:left;
	margin-bottom:2%;
}
ul.gas01 li:nth-child(3n+1),
ul.gas01 li:nth-child(3n+2){
	margin-right:2%;
}
ul.gas01 li.box02{
	width:685px;
	margin-right:0;
}
ul.gas01 li.box02 .gas_box02{
	width:318px;
	float:left;
	margin-top:2%;
	margin-right:0;
}
.gas article section #reform{
	width:1028px;
	border:1px solid #b3b3b3;
	margin:15px auto 30px;
	padding:10px;
}
.gas article section #reform li{
	width:136px;
	font-size:1.125em;
	text-align:left;
	float:left;
	margin:0 15px;
}

.gas article section #charge{
	width:1046px;
	border:3px solid #b3b3b3;
	text-align:center;
	margin:50px auto;
}
.gas article section #charge li{
	width:497px;
	float:left;
	margin-bottom:30px;
}
.gas article section #charge li:nth-child(2n){
	margin-left:15px;
}
.gas article section #charge li .charge_txt01 p{
	float:left;
}
.gas article section #charge li .charge_txt01 img{
	float:right;
	margin:5px 0 0 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company table th{
	width:25%;
}
.company table th{
	border-right:1px solid #b3b3b3;
}

table.company01 td{
	text-align:right;
	padding:10px 480px 10px 30px;	
}
table.company01{
	background-image:url(../img/common/blue_bg.jpg);
}
table.company02{
	background-image:url(../img/common/orange_bg.jpg);
}
table.company03{
	background-image:url(../img/common/green_bg.jpg);
}

.company_box01 img{
	float:left;
}
.company_txt01{
	width:75%;
	font-size:1.125em;
	float:right;
}
.map{
	float:right;
}
.office_box01 img{
	margin-top:15px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit #main table{
	width:100%;
	background-color:#ffffff;
	background-image:url(../img/common/orange_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px solid #b3b3b3;
}
.recruit #main table th.r_ttl , .recruit #main table td.r_ttl{
	background-color:#ffd29c;
	font-weight:bold;
}
.recruit #main table th , .recruit #main table td{
	border-bottom:1px solid #b3b3b3;
	vertical-align:top;
	padding:10px 0 10px 30px;	
}
.recruit #main table th{
	background-color:#e6e6e6;
	border-right:1px solid #b3b3b3;
	font-weight:bold;
}
.recruit #main table td.c_ttl{
	text-align:center;
}

.recruit #main table.two td{
	width:400px;
}
.recruit #main table.two td.br1{
	border-right:1px solid #b3b3b3;	
}

.recruit ul.recruit_btn01 li{
	float:left;
}
.recruit ul.recruit_btn01 li:nth-child(1){
	margin-right:4%;
}
/*　voice　
----------------------------------------------------------*/
ul.voice_img li{
	float:left;
}
ul.voice_img li:nth-child(1){
	margin-right:4%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact #main table th , .contact #main table td{
	padding:10px 0 10px 30px;	
}
.contact #main table th{
	width:28%;
	background-color:#e6e6e6;
	border-right:1px solid #b3b3b3;
	font-weight:bold;
}


