﻿@charset "UTF-8";

/*==========[Key color]==========

	Deep:	#F0037F
	Vivid:	#F661AE
	Pale:	#F68EB6
	Light:	#F6AFCD

=================================*/

.mb5 {
	margin-bottom:5px;
}

.bo_3 {
	border:1px solid #4798ed;
}

html {
	height: 100%;
	}

body {
	font-family: Helvetica, Arial, Futura, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	vertical-align: bottom;
	}

h1, h2, h3, h4, h5, h6, p, th, td, li, dt, dd, address {
	color: #333;
	font-size: 100%;
	font-style: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	}
	
h1 {
	padding-bottom:5px;
}

* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html th,
* html td,
* html li,
* html dt,
* html dd {
	vertical-align: baseline;
	}

dl, ul, ol {
	margin: 0;
	padding: 0;
	}

strong {
	color: #000000;
	}

em {
	color: #F0037F;
	font-style: normal;
	font-weight: bold;
	}

sub {
	font-size: smaller;
	vertical-align: baseline;
	}

a {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

.Bg_deep {
	background-color: #0C66AB;
}
.Bg_vivid {background-color: #F661AE;}
.Bg_pale {
	background-color: #9CBED1;
}
.Bg_light {
	background-color: #9CBED1;
}


.Fl_L {float: left;}
.Fl_R {float: right;}

.Mb_05 {margin-bottom: 5px;}
.Mb_10 {margin-bottom: 10px;}
.Mb_15 {margin-bottom: 15px;}
.Mb_20 {margin-bottom: 20px;}
.Mb_25 {margin-bottom: 25px;}
.Mb_30 {margin-bottom: 30px;}

.Ml_05 {margin-left: 5px;}
.Ml_10 {margin-left: 10px;}
.Ml_15 {margin-left: 15px;}
.Ml_20 {margin-left: 20px;}
.Ml_25 {margin-left: 25px;}
.Ml_30 {margin-left: 30px;}

.Mr_05 {margin-right: 5px;}
.Mr_10 {margin-right: 10px;}
.Mr_15 {margin-right: 15px !important;}
.Mr_20 {margin-right: 20px;}
.Mr_25 {margin-right: 25px;}
.Mr_30 {margin-right: 30px;}

.Mt_05 {margin-top: 5px;}
.Mt_10 {margin-top: 10px;}
.Mt_15 {margin-top: 15px;}
.Mt_20 {margin-top: 20px;}
.Mt_25 {margin-top: 25px;}
.Mt_30 {margin-top: 30px;}

.Pt_05 {padding-top: 5px;}

.Clear {
	clear: both;
	}

.Clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

.Clearfix {
	display: inline-block;
	}

/* Hides from ie-mac \*/
* html .Clearfix {
	height: 1%;
	}

.Clearfix {
	display: block;
	}
/* End hide from ie-mac */

#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -350px;
	width: 100%;
	}

/* --------------------- #Header --------------------- */

#Header {
	background:url(../img/bg_header.jpg) 50% 0 repeat-x;
	height: 125px;
	margin:0px;
	padding: 0 0 5px;
	width: 100%;
	}

#Header_in {
	margin:0 auto;
	width: 900px;
	height:50px;
	border-collapse:collapse;
}

#Header_in .Logo {
	margin: 0;
	width:150px;
	height:50px;
}

#btn_header {
	width:900px;
	margin:0px auto;
	padding:0px;
}

#btn_top {
	float:left;
}

#btn_generation {
	float:left;
	margin-left:30px;
}

#btn_request {
	float:right;
}

#btn_ecopoint {
	float:right;
	margin-right:10px;
}

/* --------------------- ページ上部説明文の設置(-aka-) --------------------- */
#Header h1 {
	font-size: x-small;
	font-weight: normal;
	width: 900px;
	margin:0px auto 0;
	text-align:right;
	padding-top:8px;
}

/* --------------------- .Navi_apply --------------------- */

#Header_in .Navi_apply {
	width: 140px;
	height: 35px;
}


/* --------------------- .Navi_global --------------------- */

.Navi_global {
	clear:both;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	padding-top:5px;
	width: 940px;
}

.Navi_global ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
}

.Navi_global ul li {
	display: inline;
}

.Navi_global ul li a {
	background: url(../img/navi_global.jpg) 0 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	height: 0;
	margin-right: 0px;
	overflow: hidden;
	padding: 60px 0px 0px 0px;
}

/*---------------01-------------------*/
.Navi_global ul li.Ng_location a {
	background-position: 0 0;
	width: 121px;
}

.Navi_global ul li.Ng_location a:hover {
	background-position: 0 -60px;
}

.Navi_global ul li.Ng_location_active a {
	background-position: 0 -60px;
	width: 121px;
}

/*---------------02-------------------*/
.Navi_global ul li.Ng_land a {
	background-position: -121px 0;
	width: 72px;
}

.Navi_global ul li.Ng_land a:hover {
	background-position: -121px -60px;
}

.Navi_global ul li.Ng_land_active a {
	background-position: -121px -60px;
	width: 72px;
	}

/*---------------03-------------------*/
.Navi_global ul li.Ng_plan a {
	background-position: -193px 0;
	width: 72px;
	}

.Navi_global ul li.Ng_plan a:hover {
	background-position: -193px -60px;
	}

.Navi_global ul li.Ng_plan_active a {
	background-position: -193px -60px;
	width: 72px;
	}

/*---------------04-------------------*/
.Navi_global ul li.Ng_model a {
	background-position: -265px 0;
	width: 101px;
	}

.Navi_global ul li.Ng_model a:hover {
	background-position: -265px -60px;
	}

.Navi_global ul li.Ng_model_active a {
	background-position: -265px -60px;
	width: 101px;
	}

/*---------------05-------------------*/
.Navi_global ul li.Ng_kigokochi a {
	background-position: -366px 0;
	width: 130px;
	}

.Navi_global ul li.Ng_kigokochi a:hover {
	background-position: -366px -60px;
	}

.Navi_global ul li.Ng_kigokochi_active a {
	background-position: -366px -60px;
	width: 130px;
	}

/*---------------06-------------------*/
.Navi_global ul li.Ng_construction a {
	background-position: -496px 0;
	width: 92px;
	}

.Navi_global ul li.Ng_construction a:hover {
	background-position: -496px -60px;
	}

.Navi_global ul li.Ng_construction_active a {
	background-position: -496px -60px;
	width: 92px;
	}

/*---------------07-------------------*/
.Navi_global ul li.Ng_service a {
	background-position: -588px 0;
	width: 150px;
	}

.Navi_global ul li.Ng_service a:hover {
	background-position: -588px -60px;
	}

.Navi_global ul li.Ng_service_active a {
	background-position: -588px -60px;
	width: 150px;
	}

/*---------------08-------------------*/
/*
.Navi_global ul li.Ng_voice a {
	background-position: -738px 0;
	width: 97px;
	}

.Navi_global ul li.Ng_voice a:hover {
	background-position: -738px -60px;
	}

.Navi_global ul li.Ng_voice_active a {
	background-position: -738px -60px;
	width: 97px;
	}
	*/
.Navi_global ul li.Ng_voice a {
	background-position: -738px 0;
	width: 97px;
	}

.Navi_global ul li.Ng_voice {
	background-position: -738px -60px;
	}

.Navi_global ul li.Ng_voice {
	background-position: -738px -60px;
	width: 97px;
	}


/*---------------09-------------------*/
.Navi_global ul li.Ng_outline a {
	background-position: -835px 0;
	margin-right: 0;
	width: 105px;
	}

.Navi_global ul li.Ng_outline a:hover {
	background-position: -835px -60px;
	}

.Navi_global ul li.Ng_outline_active a {
	background-position: -835px -60px;
	margin-right: 0;
	width: 105px;
	}


/* --------------------- .Push --------------------- */

#Wrapper .Push {
	height: 350px;
	}

/* --------------------- #Footer --------------------- */

#Footer #Information {
	margin: 0 auto 20px;
	width: 900px;
	}

#Footer #Information .h4 {
	color: #333;
	font-size: 87.5%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
	}

#Footer #Information .h4 span {
	color: #F0037F;
	}

#Footer #Information p {
	font-size: 75%;
	}

#Footer #Information #Present {
	height: 140px;
	position: relative;
	width: 680px;
	}

#Footer #Information #Present p.Navi_present a {
	background: url(../img/navi_present.gif) 0 0 no-repeat;
	display: block;
	height: 0;
	left: 475px;
	overflow: hidden;
	padding: 90px 0 0;
	position: absolute;
	top: 36px;
	width: 90px;
	}

#Footer #Information #Present p.Navi_present a:hover {
	background-position: 0 -90px;
	}

#Footer #Information ul {
	float: left;
	height: 140px;
	overflow: auto;
	width: 670px;
	background:url(../../img/bg_information.png) repeat-y;
	padding-top:5px;
	}

#Footer #Information ul li {
	border-bottom: #ccc 1px dotted;
	color: #333;
	font-size: 75%;
	list-style: outside square;
	margin-bottom: 0.5em;
	margin-left: 2em;
	padding-bottom: 0.5em;
	}

#Footer #Information ul li a {
	color: #B6272D;
	font-weight: bold;
	text-decoration: underline;
	}

#Footer #Information .Bnr_top {
	width: 900px;
	}

#Footer #Information .Bnr {
	float: right;
	width: 200px;
	}

#Footer #Information .Bnr_top img {
	margin-bottom: 0px;
	}

#Footer #Information .Bnr img {
	margin-bottom: 10px;
	}

#Footer #Footer_item {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	}

#Footer_info{
	width:900px;
	margin:0 auto;
	padding:0;
}

.Car_navi .h4 {
	width:250px;
	color: #666;
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.Car_navi p {
	width:245px;
	text-align:left;
}

.Tel p {
	/*width:190px;*//*ナイター営業時*/
	width:380px;
	text-align:left;
}

.Tel .h5 {
	/*width:200px;*//*ナイター営業時*/
	width:380px;
	color: #F661AE;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.Tel .h5 img {
	padding-bottom: 5px;
}

#Footer #Footer_item p {
	color: #666;
	font-size: 8px;
	margin-bottom: 5px;
}

#Footer #Footer_item address {
	background: #0C66AB;
	clear: both;
	color: #fff;
	font-size: 56.25%;
	font-style: normal;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	width: 100%;
	}
	
#bnr_eco_footer {
	clear:both;
	width:900px;
	margin:0px auto;
	padding:0px 0px 10px;
}


/* --------------------- #FooterLink --------------------- */

#Footer #Footer_item .line {
	width:100%;
	border-top:#999999 1px dotted;
	background:#fff;
	padding:2px;
}


#FooterLink {
	font-size:xx-small;
	clear: both;
	margin: 0 auto;
	padding-bottom: 14px;
	width: 900px;
	/*----- option -----*/
	padding-top:0px;
	}

#FooterLink em {
	color:#999999;
	text-decoration: none;
}

#FooterLink a {
	color:#999999;
	text-decoration: none;
	padding-left:5px;
	padding-right:0px;
}

#FooterLink a:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.connect_1st {
	color:#999999;
	text-decoration: none;
	padding-left:4px;
	padding-right:0px;
}

#FooterLink a.connect_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.area_1st {
	color:#999999;
	text-decoration: none;
	padding-left:30px;
	padding-right:0px;
}

#FooterLink a.area_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.lead {
	color:#999999;
	text-decoration: none;
	padding-left:85px;
	padding-right:0px;
}

#FooterLink a.lead:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.recommend_1st {
	color:#999999;
	text-decoration: none;
	padding-left:12px;
	padding-right:0px;
}

#FooterLink a.recommend_1st:hover {
	color:#666666;
	text-decoration: underline;
}

#FooterLink a.corp {
	color:#999999;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
}

#FooterLink a.corp:hover {
	color:#666666;
	text-decoration: underline;
}


/* ===================== パンくずリンク(-aka-) ===================== */
#Pankuzu {
	padding: 5px;
	font-size: 10px;
}

#Pankuzu_housephoto {
	width:900px;
	margin:0px auto;
	padding: 5px;
	font-size: 10px;
	text-align:left;
}

#Pankuzu_housephoto strong {
	font-size: 12px;
}

#Pankuzu strong {
	font-size: 12px;
}

/* --------------------- サイト内フッターリンク(-aka-) --------------------- */
#Navi_foot {
	margin:0;
	padding: 10px 0;
}

#Navi_foot p {
	color:#333333;
	font-size:10px; !important
	line-height:1;
	margin:0;
	text-align:center;
	padding-bottom: 10px;
}

#Navi_foot p a{
	color:#000;
}

/* --------------------- ページ下部説明文の設置(-aka-) --------------------- */

.Footer_line {
text-align:left;
color:#333333;
font-size:14px;
}

/*
.Footer_line p {
	font-size:10px;
}
*/
