@charset "utf-8";
/*------------------------------------
 
CSS Information
 
  Site URL: http:www.kitanihon-gas.co.jp/
  File name: common.css
  Summary: base styles
  Created: 
  Last update: 2011.11.22
  Author:
  Base-Color:#39A727
 
  Order of description
  	=00.body
	=01.header
	=02.Nav
	=03.footer
	=04.TopicsPass
	=05.Structure
	=06.PageIndex
 
 
------------------------------------*/

/* 	タブレット
--------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 999px){


.fs10{font-size:2.7vw!important;}
.fs12{
	font-size:3.7vw!important; 
	font-weight:bold; 
	color:#333333;
	margin-left:4%;
	padding-top:2%;
}
.fs14{font-size:4.4vw!important;}
.fs16{font-size:5.1vw!important;}
.fs18{font-size:5.8vw!important;}
.fs20{font-size:6.2vw!important;}
.fs22{font-size:22px!important;}
.fs24{font-size:24px!important;}
.fs26{font-size:25px!important;}
.fs28{font-size:28px!important;}
.fs30{font-size:30px!important;}
.fs36{font-size:36px!important;}
.fs48{font-size:48px!important;}

ul.dib{
	letter-spacing:-0.4em;
}
ul.dib li{
	width:176px;
	display:inline-block;
	*display:inline;
	text-alig:center;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}

/* ======================	=00.body	====================== */

body{
	zoom:120%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.sticky_button {
 text-decoration: none;
 bottom: 60px;
 display: none;
 position: fixed;
 right: 20px;
 z-index: 9999;
  padding: 0;
  border: none;
  background: transparent;
  zoom:120%;
}


/* ======================	=01.header	====================== */

#Header{
	width:100%; height:94px;
	margin:0 auto;
	overflow:hidden;
}

#Header h1{
	width:100%; height:88px;
	padding-top:6px;
	float:center;
}

#Header h1 a{
	display:block;
	width:100%; height:100%;
	background: url(../images/header/logo.png) no-repeat left top;
	background-size:80% auto;
}

#Header h1 a span{
	position:absolute;
	width:0; height:0;
	overflow:hidden;
}

#Header ul{
	float:right;
	padding:100% 29px 0 260px;
	overflow:hidden;
	visibility:hidden;
	display: none;
}
#Header ul li{ width:100%; text-align:center; float:left;}



/* ======================	=02.Nav	====================== */

#GNav{ 
	visibility:hidden;
	display: none;
}

#GNav2{
	margin:0 auto;
	width:100%;
}

#GNav2 li{
	float:left;
	text-align: 
	center;background-size:80% auto
	display:flex;
	justify-content: center;
	align-items: center;
	width:25%;
}
#GNav2 li a{
	height:104px;
	width:204px;
	display: block;
	align-items: center;
	background-size:80% auto
}

#GNav2 li.navi_comguide a{
	background: url(../images/navi/navi1_2.png) no-repeat;
	background-size:100%;
	width:100%;
}
#GNav2 li.navi_product a{
	background: url(../images/navi/navi2_2.png) no-repeat;
	background-size:100% auto;
	width:100%;
}
#GNav2 li.navi_company a{
	background: url(../images/navi/navi6_2.png) no-repeat;
	background-size:100% auto;
	width:100%;
}
#GNav2 li.navi_contact a{
	background: url(../images/navi/navi8_2.png) no-repeat;
	background-size:100% auto;
	width:100%;
}


#GNav2 li.navi_comguide a.active,
#GNav2 li.navi_comguide a:focus,
#GNav2 li.navi_comguide a:hover{
background: url(../images/navi/navi1.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_product a.active,
#GNav2 li.navi_product a:focus,
#GNav2 li.navi_product a:hover{background: url(../images/navi/navi2.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_company a.active,
#GNav2 li.navi_company a:focus,
#GNav2 li.navi_company a:hover{background: url(../images/navi/navi6.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_contact a.active,
#GNav2 li.navi_contact a:focus,
#GNav2 li.navi_contact a:hover{background: url(../images/navi/navi8.png) no-repeat ;background-size:100% auto;}


/* ======================	=03.footer	====================== */

#footer{
	visibility:hidden;
	display: none;
}


#footer2{
	text-decoration: none;
}

#footer2 .pageTop{
	width:100%;
	margin:0 auto; 
	text-align:left;
}

#footer2 #f-in{
	width:100%;
	padding:15px 0 0;
	background: url(../images/footer/footer_back.png) repeat-x left top;
}

#footer2 #f-in div.inner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#footer2 #f-in div.inner div{
	// width:250px; 
	width:43%; 
	float:left; 
	padding-bottom:2%; 
	text-align:left;
}
#footer2 #f-in div.inner div strong{ 
	display:block; 
	// font-size:13px; 
	line-height:1.5; 
	color:#FFF;
}
#footer2 #f-in div.inner div dl{ 
	text-align:left; 
	color:#FFF; 
	padding:0 0 0 0.5em; 
	margin-bottom:3px;
}

#footer2 #f-in div.inner div dl dt{ 
	// font-size:10px; 
	line-height:1.5;
}

#footer2 #f-in div.inner div dl dd{ 
	// font-size:10px; 
	line-height:1.5;
}

#footer2 #f-in div.inner div dl dd{ margin-left:1em;}

#footer2 #f-in div.inner div strong a:link,
#footer2 #f-in div.inner div strong a:visited,
#footer2 #f-in div.inner div dl dt a:link,
#footer2 #f-in div.inner div dl dt a:visited,
#footer2 #f-in div.inner div dl dd a:link,
#footer2 #f-in div.inner div dl dd a:visited{ color:#FFF; text-decoration:underline;}

#footer2 #f-in div.inner div strong a:hover,
#footer2 #f-in div.inner div dl dt a:hover,
#footer2 #f-in div.inner div dl dd a:hover{ color:#FFFF00; text-decoration:none;}


/* ======================	=04.TopicsPass	====================== */

#TopicsPass{
	// width:980px;
	width:100%;
	padding-top:10px;
	margin:0 auto 10px;
	color:#39A727; text-align:left; font-size:15px;
}

#TopicsPass a{color:#39A727; padding-right:10px;}
#TopicsPass a:link,
#TopicsPass a:visited {text-decoration:underline;}
#TopicsPass a:hover{text-decoration:none;}


/* ======================	=05.Structure	====================== */

#Container,
#Contact-body,
#Contact-form,
#Recruit-body,
#Company-body,
#Information-body,
#Product-body,
#Topics-body,
#UserGuide-body{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	_zoom:1;
}

#Contact-form #ContentsArea,
#Recruit-body #ContentsArea,
#Company-body #ContentsArea,
#Information-body #ContentsArea,
#Product-body #ContentsArea,
#Topics-body #ContentsArea,
#UserGuide-body #ContentsArea{
	width:100%;
	// float:right;
	overflow:hidden;
	_zoom:1;
}


#Recruit-body #ContentsArea h2,
#Company-body #ContentsArea h2,
#Information-body #ContentsArea h2,
#Product-body #ContentsArea h2,
#Topics-body #ContentsArea h2,
#UserGuide-body #ContentsArea h2{
	width:700px; height:132px;
	margin-bottom:20px;
}


#Contact-form #ContentsArea h2 span,
#Recruit-body #ContentsArea h2 span,
#Company-body #ContentsArea h2 span,
#Information-body #ContentsArea h2 span,
#Product-body #ContentsArea h2 span,
#Topics-body #ContentsArea h2 span,
#UserGuide-body #ContentsArea h2 span{
	position:absolute;
	width:0; height:0;
	overflow:hidden;
}



#Contact-form #ContentsArea h3,
#Recruit-body #ContentsArea h3,
#Company-body #ContentsArea h3,
#Information-body #ContentsArea h3,
#Product-body #ContentsArea h3,
#UserGuide-body #ContentsArea h3{
	font-size:18px; text-align:left; color:#39A727; font-weight:bold;
	padding-left:21px; margin-bottom:20px;
	background: url(../images/icon_ttl.gif) no-repeat left center;
}

#Contact-form #Nav,
#Recruit-body #Nav,
#Company-body #Nav,
#Information-body #Nav,
#Product-body #Nav,
#Topics-body #Nav,
#UserGuide-body #Nav{
	width:250px;
	float:none;
	visibility:hidden;
	display: none;
}


#Contact-form #Nav li,
#Recruit-body #Nav li,
#Company-body #Nav li,
#Information-body #Nav li,
#Product-body #Nav li,
#Topics-body #Nav li,
#UserGuide-body #Nav li{ text-align:left; margin-bottom:10px; visibility:hidden;display: none;}

#Contact-form #Nav li a,
#Recruit-body #Nav li a,
#Company-body #Nav li a,
#Information-body #Nav li a,
#Product-body #Nav li a,
#Topics-body #Nav li a,
#UserGuide-body #Nav li a{
	width:240px; height:35px; line-height:35px;
	padding-left:10px;
	font-size:14px;
	background: url(../images/navi/lnav_back.png) no-repeat left top;
	visibility:hidden;
	display: none;
}

#Contact-form #Nav li a:link,
#Contact-form #Nav li a:visited,
#Recruit-body #Nav li a:link,
#Recruit-body #Nav li a:visited,
#Company-body #Nav li a:link,
#Company-body #Nav li a:visited,
#Information-body #Nav li a:link,
#Information-body #Nav li a:visited,
#Product-body #Nav li a:link,
#Product-body #Nav li a:visited,
#Topics-body #Nav li a:link,
#Topics-body #Nav li a:visited,
#UserGuide-body #Nav li a:link,
#UserGuide-body #Nav li a:visited{ color:#FFF; text-decoration:none;}

#Contact-form #Nav li a:hover,
#Recruit-body #Nav li a:hover,
#Company-body #Nav li a:hover,
#Information-body #Nav li a:hover,
#Product-body #Nav li a:hover,
#Topics-body #Nav li a:hover,
#UserGuide-body #Nav li a:hover{ color:#FFFF00; text-decoration:none;}

/* ======================	=06.PageIndex	====================== */

#Company-body #ContentsArea #Btn,
#Recruit-body #ContentsArea #Btn,
#Product-body #ContentsArea #Btn,
#Information-body #ContentsArea #Btn,
#UserGuide-body #ContentsArea #Btn{
	width:700px; margin-bottom:50px;
	overflow:hidden;
}

#Company-body #ContentsArea #Btn li,
#Recruit-body #ContentsArea #Btn li,
#Product-body #ContentsArea #Btn li,
#Information-body #ContentsArea #Btn li,
#UserGuide-body #ContentsArea #Btn li{ width:350px; float:left; margin-bottom:20px;}

/* error */
.err {
	border:5px solid #ff0000;
	padding:15px; 
	color:#ff0000;
	margin:0 0 15px 0;
	font-size: 16px;
}

.alpha-btn:hover{
	opacity:0.75;
	filter: alpha(opacity=75);
}

/* ======================	=form style	====================== */

#ContentsArea input[type="text"],
#ContentsArea  select{
	// padding: 10px;
	padding: 1%;
	border: 3px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:29.5%;
}

#ContentsArea  select,input{
	margin-left:1%;
	margin-right:1%;
}

#ContentsArea  select#order_y{
	// padding: 10px;
	padding: 1%;
	border: 3px solid #c8c8c8;
	// border: 3px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:16%;
	margin-left:6%;
	// background:#FFFFFF;
}

#ContentsArea  select#order_m{
	// padding: 10px;
	padding: 1%;
	border: 3px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:10%;
}

#ContentsArea  select#order_d{
	// padding: 10px;
	padding: 1%;
	border: 3px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:10%;
}

#ContentsArea  input#pcode1{
	overflow:hidden;
	margin-top:0%;
	margin-bottom:0%;
	height:auto;
	width:12%;
}

#ContentsArea  input#pcode2{
	overflow:hidden;
	// float:none;
	margin-top:0%;
	margin-bottom:0%;
	height:auto;
	width:15%;
}

#ContentsArea  select#prefect{
	// padding: 10px;
	overflow:hidden;
	padding: 1%;
	border: 3px solid #c8c8c8;
	// border: 3px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:18.5%;
	// margin-left:38%;
	// background:#FFFFFF;
	// margin-left:4%;
	// float:none;
	// display:block;
}

#ContentsArea  select#ampere{
	// padding: 10px;
	overflow:hidden;
	padding: 1%;
	border: 3px solid #c8c8c8;
	// border: 3px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:37%;
	margin-left:12%;
	// background:#FFFFFF;
	// margin-left:4%;
	float:left;
	// display:block;
}

#ContentsArea  input#address{
	width:94.5%;
	// margin-left:38%;
	margin-left:4%;
	float:none;
	display:block;
}

#ContentsArea  span#saddress{
	overflow:hidden;
	float:left;
	margin-left:8%;
	margin-top:1%;
	margin-bottom:0%;
}

#ContentsArea  select#phone_type1{
	width:24%;
}

#ContentsArea  input#phone1{
	width:35%;
}

#ContentsArea  select#phone_type2{
	width:24%;
}

#ContentsArea  select#order_pps_code{
	width:45%;
}

#ContentsArea  input#phone2{
	width:35%;
}

#ContentsArea  input#email{
	width:86%;
	margin-left:12%;
	margin-bottom:0%;
}

#ContentsArea  input#email_confirm{
	width:86%;
	margin-left:12%;
	margin-top:0%;
}

#ContentsArea  input#place_number{
	width:86%;
	margin-left:12%;
}

#ContentsArea  input#customer_number{
	width:86%;
	margin-left:12%;
}

#ContentsArea  input#ampere_other{
	float:left;
	display:block;
	width:48%;
}

#ContentsArea  input#kitanihon_customer_number{
	float:left;
	display:block;
	width:62%;
}

#ContentsArea  textarea#kitanihon_remarks{
	float:left;
	display:block;
	width:62%;
	font-size:3vw;
}

#ContentsArea  input#chage_code{
	float:left;
	display:block;
	width:62%;
}

#ContentsArea  input#important{
	margin-left:3%;
}

#ContentsArea  p.coution2{
	margin-left:12%;
	float:left;
	margin-top:0%;
	color:#191970;
}

#ContentsArea  dt.moshikomi{
	width:36%;
}

#ContentsArea  dt.maitsuki{
	overflow:hidden;
	width:100%;
	margin-left:5%;
	margin-bottom:2%;
	background:none;
	font-size:2.2vw;
	font-weight:bold;
}

#ContentsArea  dt.maitsuki2{
	width:100%;
	// margin-left:12%;
	margin-bottom:0%;
	font-size:2.2vw;
	font-weight:bold;
}

#ContentsArea  dt.maitsuki3{
	width:40%;
	margin-left:5%;
	// margin-bottom:2%;
	background:none;
	margin-bottom:0%;
	margin-top:0.3%;
}

#ContentsArea  p.shiharaileft{
	float:left;
}

#ContentsArea  label#paylabel1{
	margin-left:19%;
}

#ContentsArea  p#importantlabel{
	overflow:hidden;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
}

#ContentsArea  p#policylabel{
	overflow:hidden;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
}

#ContentsArea  p#common_uselabel{
	overflow:hidden;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
}

#ContentsArea  dt.dencompany{
	width:46%;
}

#ContentsArea  dt#mailadd{
	width:56%;
}

#ContentsArea  dd#maitsukinaiyo{
	margin-left:12%;
	margin-top:0%;
	margin-bottom:2%;
	padding-bottom:3%;
}

#ContentsArea  p#comfirmdate{
	overflow:hidden;
	// float:left;
	margin-top:5.5%;
}

#ContentsArea  p.thanksden{
	overflow:hidden;
	font-size:3.8vw;
	color:#0000cd;
	font-weight:bold;
	width:85%;
	text-align:center;
	margin:0 auto;
	padding-top:5%;
	padding-bottom:5%;
}

#ContentsArea  p.thanksdennai{
	overflow:hidden;
	font-size:3.3vw;
	color:#333333;
	font-weight:bold;
	width:90%;
	margin:0 auto;
}

#ContentsArea  input[type="radio"],
#ContentsArea  label{
	vertical-align: middle;
	font-size:3.3vw;
}
#ContentsArea  input[type="radio"]{
	margin: -2px 5px 0 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="radio"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="radio"] + label:hover:before {
  background: #fff;
}
input[type="radio"] + label:after {
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.3em;
  left: 0.45em;
  background: #1a923b;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
input[type="radio"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="checkbox"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="checkbox"] + label:hover:before {
  background: #fff;
}
input[type="checkbox"] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  color: #1a923b;
  left: 0.25em;
  margin-top: -0.5em;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1.5);
}

#ContentsArea  div.policy{
	// overflow:hidden;
	border:double 0.5em;
	font-size:2.8vw;
	height:20em;
}

#ContentsArea  div.policy h2{
	font-size:3.2vw;
}

}

/*パソコン
--------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1000px){


.fs10{font-size:10px!important;}
.fs12{font-size:12px!important;}
.fs14{font-size:14px!important;}
.fs16{font-size:16px!important;}
.fs18{font-size:18px!important;}
.fs20{font-size:20px!important;}
.fs22{font-size:22px!important;}
.fs24{font-size:24px!important;}
.fs26{font-size:25px!important;}
.fs28{font-size:28px!important;}
.fs30{font-size:30px!important;}
.fs36{font-size:36px!important;}
.fs48{font-size:48px!important;}

ul.dib{
	letter-spacing:-0.4em;
}
ul.dib li{
	width:176px;
	display:inline-block;
	*display:inline;
	text-alig:center;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}

/* ======================	=00.body	====================== */

body{background: url(../images/header/header_back.png) repeat-x left top;}
.sticky_button {
 display: none;
 visibility:hidden;
}


/* ======================	=01.header	====================== */

#Header{
	width:100%; height:94px;
	margin:0 auto;
	overflow:hidden;
}

#Header h1{
	width:100%; height:88px;
	padding-top:6px;
	float:center;
}

#Header h1 a{
	display:block;
	width:100%; height:100%;
	background: url(../images/header/logo.png) no-repeat left top;
	background-size:80% auto;
}

#Header h1 a span{
	position:absolute;
	width:0; height:0;
	overflow:hidden;
}

#Header ul{
	float:right;
	padding:100% 29px 0 260px;
	overflow:hidden;
	visibility:hidden;
	display: none;
}
#Header ul li{ width:100%; text-align:center; float:left;}

}

@media only print, only screen and (min-width: 1000px){

#Header{
	width:980px; height:94px;
	margin:0 auto;
	overflow:hidden;
}

#Header h1{
	width:485px; height:88px;
	padding-top:6px;
	float:left;
}

#Header h1 a{
	display:block;
	width:424px; height:42px;
	background: url(../images/header/logo.png) no-repeat left top;
}

#Header h1 a span{
	position:absolute;
	width:0; height:0;
	overflow:hidden;
}

#Header ul{
	float:right;
	padding:65px 29px 0 260px;
	overflow:hidden;
}
#Header ul li{ width:98px; text-align:center; float:left;}

/* ======================	=02.Nav	====================== */

#GNav2{
	visibility:hidden;
	display: none;
}

#GNav{
	width:980px;
	height:62px;
	margin:0 auto;
}

#GNav li{ float:left;}
#GNav li a{
	display:block;
	width:122px;height:62px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#GNav li.navi_comguide a{width: 123px;background: url(../images/navi/navi.png) no-repeat left bottom;}
#GNav li.navi_product a{background: url(../images/navi/navi.png) no-repeat -123px bottom;}
#GNav li.navi_reform a{width: 123px;background: url(../images/navi/navi.png) no-repeat -245px bottom;}
#GNav li.navi_gusguide a{background: url(../images/navi/navi.png) no-repeat -368px bottom;}
#GNav li.navi_event a{width: 123px;background: url(../images/navi/navi.png) no-repeat -490px bottom;}
#GNav li.navi_company a{background: url(../images/navi/navi.png) no-repeat -613px bottom;}
#GNav li.navi_recruit a{width: 123px;background: url(../images/navi/navi.png) no-repeat -735px bottom;}
#GNav li.navi_contact a{background: url(../images/navi/navi.png) no-repeat -858px bottom;}



#GNav li.navi_comguide a.active,
#GNav li.navi_comguide a:focus,
#GNav li.navi_comguide a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat left top;}

#GNav li.navi_product a.active,
#GNav li.navi_product a:focus,
#GNav li.navi_product a:hover{background: url(../images/navi/navi.png) no-repeat -123px top;}

#GNav li.navi_reform a.active,
#GNav li.navi_reform a:focus,
#GNav li.navi_reform a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -245px top;}

#GNav li.navi_gusguide a.active,
#GNav li.navi_gusguide a:focus,
#GNav li.navi_gusguide a:hover{background: url(../images/navi/navi.png) no-repeat -368px top;}

#GNav li.navi_event a.active,
#GNav li.navi_event a:focus,
#GNav li.navi_event a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -490px top;}

#GNav li.navi_company a.active,
#GNav li.navi_company a:focus,
#GNav li.navi_company a:hover{background: url(../images/navi/navi.png) no-repeat -613px top;}

#GNav li.navi_recruit a.active,
#GNav li.navi_recruit a:focus,
#GNav li.navi_recruit a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -735px top;}

#GNav li.navi_contact a.active,
#GNav li.navi_contact a:focus,
#GNav li.navi_contact a:hover{background: url(../images/navi/navi.png) no-repeat -858px top;}


/* ======================	=03.footer	====================== */

#footer{
	width:100%;
}

#footer .pageTop{
	width:980px;
	margin:0 auto; text-align:right;
}

#footer #f-in{
	width:100%;
	padding:15px 0 0;
	background: url(../images/footer/footer_back.png) repeat-x left top;
}

#footer #f-in div.inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#footer #f-in div.inner div{ width:250px; float:left; padding-bottom:5px; text-align:left;}
#footer #f-in div.inner div strong{ display:block; font-size:13px; line-height:1.5; color:#FFF;}
#footer #f-in div.inner div dl{ text-align:left; color:#FFF; padding:0 0 0 0.5em; margin-bottom:3px;}
#footer #f-in div.inner div dl dt{ font-size:10px; line-height:1.5;}
#footer #f-in div.inner div dl dd{ font-size:10px; line-height:1.5;}
#footer #f-in div.inner div dl dd{ margin-left:1em;}

#footer #f-in div.inner div strong a:link,
#footer #f-in div.inner div strong a:visited,
#footer #f-in div.inner div dl dt a:link,
#footer #f-in div.inner div dl dt a:visited,
#footer #f-in div.inner div dl dd a:link,
#footer #f-in div.inner div dl dd a:visited{ color:#FFF; text-decoration:underline;}

#footer #f-in div.inner div strong a:hover,
#footer #f-in div.inner div dl dt a:hover,
#footer #f-in div.inner div dl dd a:hover{ color:#FFFF00; text-decoration:none;}

#footer p{
	clear:both;
	padding:15px 0 10px;
	width:100%;
	font-size:12px;
	text-align:center;
	background: #FFF url(../images/footer/cp_back.png) repeat-x left top;
}

#footer2{
	visibility:hidden;
	display: none;
}


/* ======================	=04.TopicsPass	====================== */

#TopicsPass{
	width:980px;
	padding-top:10px;
	margin:0 auto 10px;
	color:#39A727; text-align:left; font-size:15px;
}

#TopicsPass a{color:#39A727; padding-right:10px;}
#TopicsPass a:link,
#TopicsPass a:visited {text-decoration:underline;}
#TopicsPass a:hover{text-decoration:none;}


/* ======================	=05.Structure	====================== */

#Container,
#Contact-body,
#Contact-form,
#Recruit-body,
#Company-body,
#Information-body,
#Product-body,
#Topics-body,
#UserGuide-body{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	_zoom:1;
}

#Contact-form #ContentsArea,
#Recruit-body #ContentsArea,
#Company-body #ContentsArea,
#Information-body #ContentsArea,
#Product-body #ContentsArea,
#Topics-body #ContentsArea,
#UserGuide-body #ContentsArea{
	width:700px;
	float:right;
	overflow:hidden;
	_zoom:1;
}


#Recruit-body #ContentsArea h2,
#Company-body #ContentsArea h2,
#Information-body #ContentsArea h2,
#Product-body #ContentsArea h2,
#Topics-body #ContentsArea h2,
#UserGuide-body #ContentsArea h2{
	width:700px; height:132px;
	margin-bottom:20px;
}


#Contact-form #ContentsArea h2 span,
#Recruit-body #ContentsArea h2 span,
#Company-body #ContentsArea h2 span,
#Information-body #ContentsArea h2 span,
#Product-body #ContentsArea h2 span,
#Topics-body #ContentsArea h2 span,
#UserGuide-body #ContentsArea h2 span{
	position:absolute;
	width:0; height:0;
	overflow:hidden;
}



#Contact-form #ContentsArea h3,
#Recruit-body #ContentsArea h3,
#Company-body #ContentsArea h3,
#Information-body #ContentsArea h3,
#Product-body #ContentsArea h3,
#UserGuide-body #ContentsArea h3{
	font-size:18px; text-align:left; color:#39A727; font-weight:bold;
	padding-left:21px; margin-bottom:20px;
	background: url(../images/icon_ttl.gif) no-repeat left center;
}




#Contact-form #Nav,
#Recruit-body #Nav,
#Company-body #Nav,
#Information-body #Nav,
#Product-body #Nav,
#Topics-body #Nav,
#UserGuide-body #Nav{
	width:250px;
	float:left;
}


#Contact-form #Nav li,
#Recruit-body #Nav li,
#Company-body #Nav li,
#Information-body #Nav li,
#Product-body #Nav li,
#Topics-body #Nav li,
#UserGuide-body #Nav li{ text-align:left; margin-bottom:10px;}

#Contact-form #Nav li a,
#Recruit-body #Nav li a,
#Company-body #Nav li a,
#Information-body #Nav li a,
#Product-body #Nav li a,
#Topics-body #Nav li a,
#UserGuide-body #Nav li a{
	display:block;
	width:240px; height:35px; line-height:35px;
	padding-left:10px;
	font-size:14px;
	background: url(../images/navi/lnav_back.png) no-repeat left top;
}

#Contact-form #Nav li a:link,
#Contact-form #Nav li a:visited,
#Recruit-body #Nav li a:link,
#Recruit-body #Nav li a:visited,
#Company-body #Nav li a:link,
#Company-body #Nav li a:visited,
#Information-body #Nav li a:link,
#Information-body #Nav li a:visited,
#Product-body #Nav li a:link,
#Product-body #Nav li a:visited,
#Topics-body #Nav li a:link,
#Topics-body #Nav li a:visited,
#UserGuide-body #Nav li a:link,
#UserGuide-body #Nav li a:visited{ color:#FFF; text-decoration:none;}

#Contact-form #Nav li a:hover,
#Recruit-body #Nav li a:hover,
#Company-body #Nav li a:hover,
#Information-body #Nav li a:hover,
#Product-body #Nav li a:hover,
#Topics-body #Nav li a:hover,
#UserGuide-body #Nav li a:hover{ color:#FFFF00; text-decoration:none;}


/*ナビに子リンクがある場合*/
#UserGuide-body #Nav span,
#Information-body #Nav span{ display:block; padding:5px 0;}
#UserGuide-body #Nav span a,
#Information-body #Nav span a{
	font-size:13px;
	padding-left:10px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
}

*:first-child+html #Information-body #Nav span{ display:block; padding:0;}
*:first-child+html #Information-body #Nav span a:link,
*:first-child+html #Information-body #Nav span a:visited{ color:#0000FF; text-decoration:underline;}
*:first-child+html #Information-body #Nav span a:hover{ color:#39A727; text-decoration:none;}

* html #Information-body #Nav span{ display:block; padding:0;}
* html #Information-body #Nav span a:link,
* html #Information-body #Nav span a:visited{ color:#0000FF; text-decoration:underline;}
* html #Information-body #Nav span a:hover{ color:#39A727; text-decoration:none;}



/*ナビにアコーディオンがある場合*/

#Product-body #Nav div,
#UserGuide-body #Nav div{
	width:240px; height:35px; line-height:35px;
	padding-left:10px; margin-bottom:10px;
	font-size:14px; color:#FFF;
	background: url(../images/navi/lnav_back.png) no-repeat left top;
}

#Product-body #Nav div a,
#UserGuide-body #Nav div a{ display:block;}

#Product-body #Nav div a:link,
#Product-body #Nav div a:visited{ color:#FFF; text-decoration:none;}
#Product-body #Nav div a:hover {color:#FFFF00; text-decoration:none;}

#UserGuide-body #Nav div a:link,
#UserGuide-body #Nav div a:visited{ color:#FFF; text-decoration:none;}
#UserGuide-body #Nav div a:hover {color:#FFFF00; text-decoration:none;}


#Product-body #Nav div.accordion_head,
#UserGuide-body #Nav div.accordion_head{cursor:pointer;}

#Product-body #Nav div.accordion_head:link,
#Product-body #Nav div.accordion_head:visited{ color:#FFF; text-decoration:none;}
#Product-body #Nav div.accordion_head:hover {color:#FFFF00; text-decoration:none;}


#UserGuide-body #Nav div.accordion_head:link,
#UserGuide-body #Nav div.accordion_head:visited{ color:#FFF; text-decoration:none;}
#UserGuide-body #Nav div.accordion_head:hover {color:#FFFF00; text-decoration:none;}

#Product-body #Nav div.accordion_head dl,
#UserGuide-body #Nav div.accordion_head dl{width:250px; text-align:left}

#Product-body #Nav dl dt,
#UserGuide-body #Nav dl dt{
	color:#39A727; font-size:15px;
	border-top:1px solid #39A727;
	border-bottom:1px solid #39A727;
	padding:5px 0; margin-bottom:5px;
}

#Product-body #Nav dl dd.living,
#UserGuide-body #Nav dl dd.living{
	border-bottom:1px solid #39A727;
	padding-bottom:10px;
	margin-bottom:10px;
}

#Product-body #Nav dl dd,
#UserGuide-body #Nav dl dd{ padding-bottom:3px;}

#Product-body #Nav dl p,
#UserGuide-body #Nav dl p{ padding:3px 0;}

#Product-body #Nav dl dd a,
#Product-body #Nav dl p a,
#UserGuide-body #Nav dl dd a,
#UserGuide-body #Nav dl p a{
	background: url(../images/icon_arrow.gif) no-repeat left center;
	padding: 5px 0 5px 10px;
	font-size:15px;
}

#Product-body #Nav dl dd a:link,
#Product-body #Nav dl dd a:visited,
#Product-body #Nav dl p a:link,
#Product-body #Nav dl p a:visited,
#UserGuide-body #Nav dl dd a:link,
#UserGuide-body #Nav dl dd a:visited,
#UserGuide-body #Nav dl p a:link,
#UserGuide-body #Nav dl p a:visited{ color:#39A727; text-decoration:underline;}

#Product-body #Nav dl dd a:hover,
#Product-body #Nav dl p a:hover,
#UserGuide-body #Nav dl dd a:hover,
#UserGuide-body #Nav dl p a:hover{ color:#39A727; text-decoration:none;}



/* ======================	=06.PageIndex	====================== */

#Company-body #ContentsArea #Btn,
#Recruit-body #ContentsArea #Btn,
#Product-body #ContentsArea #Btn,
#Information-body #ContentsArea #Btn,
#UserGuide-body #ContentsArea #Btn{
	width:700px; margin-bottom:50px;
	overflow:hidden;
}

#Company-body #ContentsArea #Btn li,
#Recruit-body #ContentsArea #Btn li,
#Product-body #ContentsArea #Btn li,
#Information-body #ContentsArea #Btn li,
#UserGuide-body #ContentsArea #Btn li{ width:350px; float:left; margin-bottom:20px;}

/* error */
.err {
	border:5px solid #ff0000;
	padding:15px; 
	color:#ff0000;
	margin:0 0 15px 0;
	font-size: 16px;
}

.alpha-btn:hover{
	opacity:0.75;
	filter: alpha(opacity=75);
}

/* ======================	=form style	====================== */

#ContentsArea input[type="text"],
#ContentsArea  select{
	padding: 8px;
	border: 3px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#ContentsArea  input[type="radio"],
#ContentsArea  label{
	vertical-align: middle;
}
#ContentsArea  input[type="radio"]{
	margin: -2px 5px 0 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="radio"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="radio"] + label:hover:before {
  background: #fff;
}
input[type="radio"] + label:after {
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.3em;
  left: 0.45em;
  background: #1a923b;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
input[type="radio"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="checkbox"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="checkbox"] + label:hover:before {
  background: #fff;
}
input[type="checkbox"] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  color: #1a923b;
  left: 0.25em;
  margin-top: -0.5em;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#ContentsArea  dt.maitsuki{
	overflow:hidden;
	background:none;
}

#ContentsArea  dt.maitsuki3{
	overflow:hidden;
	background:none;
}

#ContentsArea  div.policy{
	// overflow:hidden;
	border:double;
}

}

