@charset "UTF-8";
/* CSS Document */

html,body{
	height: 100%;
	}
	



/*--- body ---*/

body {
	background:url(../img/bg.png);
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
	font-size: 15px;
	line-height:1.8;
	color:#000;
	height: 100%;
}

/* link */

	
a{
	text-decoration:none;
	color:#0066cc;
	transition:0.2s ease-in-out;
}

a:hover{
	text-decoration:none;
		opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

a img{
	transition:0.3s ease-in-out;
	} 
	

.alpha a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
	

a.arrow{
	background:url(../img/common/arrow.png) no-repeat left center;
	padding:0 0 0 1.5em;
}


a.blank{
	background:url(/img/common/blank_icon.png) no-repeat right center;
	padding-right:15px;
	color:#133f78;
}



/*--- wrapper ---*/

.wrapper{
	width:100%;
	overflow:hidden;
	background:#fff;
}

.wrapper_w{
	position:relative;
	background:#fff;
	-moz-box-shadow: 0px 2px 3px #d1d1d1;
	-webkit-box-shadow: 0px 2px 3px #d1d1d1;
	box-shadow: 0px 2px 3px #d1d1d1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#d1d1d1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#d1d1d1')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	z-index:9999;

}

.wrapper_g{
	background:url(/img/home/lecturer_bg.png) repeat;
	z-index:0;
}



/*--- container ---*/

.container{
	width:1000px;
	clear:both;
	zoom:1;
	margin:0 auto;
	}
	
/*--- contents ---*/

.contents{
	width:700px;
	float:left;
}

.contents p{
	
}
	
/*--- inner ---*/

.inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}



/*--- header ---*/	

#head_fix{
	width:100%;
	position:fixed;
	text-align:center;
	background:url(../img/bg.png);
	z-index:999999;
}


#header{
	background:url(../img/header_bg.png) repeat-x;
	color:#fff;
	width:100%;
	line-height:48px;
	font-size:14px;
}

h1{
	float:left;
}

h2{
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

h3.green{
	background:url(../img/titlte_line.png) no-repeat center top;
	padding:20px 0 0 0;
	color:#00b390;
	font-weight:bold;
	font-size:20px;
	line-height:1.6;
}

#head_contact{
	float:right;
}

#head_contact #tel{
	margin:10px 20px 0 0;
}

#head_contact img{
	float:left;
}


#header_logo{
	float:left;
	padding:30px 0 0 0;
	}


#gnavi{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	padding-bottom:10px;

}

#head_logo{
	float:left;
	margin:15px 0 0 0;
}

#gnavi ul{
	float:right;
	margin:30px 0 0 0;
}

#gnavi li{
	float:left;
	height:40px;
}

#gnavi li:first-child a{
	background:none;
}


#gnavi a{
	background:url(../img/gnavi_bg.png) left center no-repeat;
	padding:0 5px 0 20px;
	display:block;
	color:#000;
	font-weight:bold;
}

/*--- main_img ---*/

#main_img{
	background:url(../img/main_img.png) no-repeat center;
	width:100%;
	text-align:center;
	height:460px;
	text-indent:-9999px;
	padding-top:250px;
}

/*--- news ---*/
#news{
	position:relative;
	margin:-160px auto 40px auto;
	background:#fff;
	width:840px;
	padding-bottom: 0px;
	padding:0 30px;

}

#news h2{
	background:url(../img/news_icon.png) center top no-repeat;
	padding:40px 0 0 0;
	
}

#news iframe{
	margin:10px 0 0 0 !important;
	padding:0 !important;
}

.news_list{
	padding:10px 30px 0 30px;
}

.news_list dt{
	float: left;
	width: 7em;
	font-weight:bold;
	padding-top:8px;
	}
	
.news_list dd{
	padding: 8px 0 8px 7em;
	border-top:#CCC 1px dotted;
	}
	
.news_list dd:first-child{
	border:none;
}

/*--- 給油 ---*/

#kyuyu{
	overflow:hidden;
	background:#00b390;
	padding:40px 0;
}

#kyuyu h2{
	background:url(../img/kyuyu_icon.png) center top no-repeat;
	padding:50px 0 0 0;
	color:#fff;
	margin-bottom:30px;
}

#kyuyu ul{
	width:940px;
	margin:0 auto;
}

#kyuyu ul li{
	width:455px;
	background:#fff;
	float:left;
	line-height:1.5;
}

#kyuyu ul li:first-child{
	margin-right:30px;
}

#kyuyu ul li div{
	overflow:hidden;
	padding:30px 20px;
}
#kyuyu ul li img{
	float:left;
	margin-right:10px;
}

#kyuyu h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}


/*--- スタッフ紹介 ---*/

#staff{
	width:900px;
	margin:40px auto;
}

#staff h2{
	background:url(../img/staff_icon.png) center top no-repeat;
	padding:50px 0 0 0;
	margin-bottom:10px;
}



/*--- 即日車検 ---*/

#shaken{
	width:900px;
	margin:40px auto;
}

#shaken h2{
	background:url(../img/shaken_icon.png) center top no-repeat;
	padding:50px 0 0 0;
	margin-bottom:10px;
}

/*--- 洗車・コーティング ---*/

#sensha{
	width:900px;
	margin:40px auto;
}

#sensha h2{
	background:url(../img/sensha_icon.png) center top no-repeat;
	padding:60px 0 0 0;
	margin-bottom:10px;
}

.osusume{
display: inline-block;
padding: 3px 5px;
background: #ff4a00;
color: #fff;
font-size: 12px;
margin-left: 10px;
border-radius: 3PX
}

#sensha img{
width: 100%;
height: auto;
}

/*--- 車販売・買取 ---*/

#baibai{
	width:1000px;
	margin:40px auto;
}

#baibai h2{
	background:url(../img/baibai_icon.png) center top no-repeat;
	padding:60px 0 0 0;
	margin-bottom:10px;
}

#baibai .btn{
	text-align:center;
	position: relative;
	margin:-20px auto 0 auto;
}

#sharaku{
	width:500px;
	margin:50px auto;
	}
	
#slider{
	margin-top:20px;
}

#slider img{
	width:500px;
	height:auto;
}



/* コントロール */

.bx-wrapper{
	width:500px;
	position:relative;
}

.bx-wrapper .bx-prev {
	left: -20px;
	background:url(../img/slide_prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: -20px;
	background:url(../img/slide_next.png) no-repeat;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 170px;
	margin-top: -16px;
	outline: 0;
	width: 31px;
	height: 65px;
	text-indent: -9999px;
	z-index: 9999;
}

/* PAGER */


.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/slide_pointer.png) left bottom;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	outline: 0;
	z-index: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/slide_pointer_cr.png) left top;
}





/*--- おすすめ車情報 ---*/

#osusume{
	overflow:hidden;
	width:900px;
	margin:40px auto;
}

#osusume h2{
	background:url(../img/osusume_icon.png) center top no-repeat;
	padding:60px 0 0 0;
	margin-bottom:30px;
}

#osusume h3{
	background:none;
}

#osusume .left_cont{
	float:left;
	width:450px;
	border-right:solid 1px #ccc;
}

#osusume .contact{
	overflow:hidden;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:20px 0;
	margin:40px 0;
	width:90%;
	}
#osusume .contact img{
	float:left;
	margin-right:20px;
}

#osusume .right_cont{
	float:left;
	width:440px;
}

#osusume ul{
	float:left;
	margin-left:30px;
}

#osusume ul li{
	width:195px;
	margin:30px 0;
	
}

/*--- 消化器 ---*/
#shokaki{
	width:900px;
	margin:40px auto;
}

#shokaki h2{
	background:url(../img/shokaki_icon.png) center top no-repeat;
	padding:70px 0 0 0;
	margin-bottom:10px;
}

#shokaki h4{
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-top:solid 1px #ccc;
	padding:10px 0 5px 0;
	margin:10px 0 0 0;
}

#shokaki h4:first-child{
	border:none;
	margin:0;
	padding-top:0;
}

#shokaki .column{
	overflow:hidden;
	border:solid 3px #00b390;
	background:#fff;
	padding:30px;
	margin-top:30px;
}


#shokaki .left_cont{
	width:310px;
	float:left;
	text-align:center;
}

#shokaki .price{
	text-align:left;
	border:solid 1px #ccc;
	margin:20px 0;
	padding:10px;
	font-size:13px;
	width:80%;
}


#shokaki .rigtht_cont{
	width:510px;
	float:right;
	margin-bottom:20px;
}

#shokaki .column p{
	clear:both;
	color:#ea2929;
	background:#f6f4e6;
	padding:20px;
}

/*--- 会社情報 ---*/
#profile{
	background:#0e7ac4;
	width:100%;
	overflow:hidden;
}

#profile .container{
	background:#fff;
	overflow:hidden;
	margin:40px auto;
	padding:30px 0;
}

#profile h2{
	font-size:22px;
	font-weight:bold;
	color:#0e7ac4;
	text-align:left;
	margin-bottom:10px;
}

#profile .left_cont{
	background:#fff;
	width:459px;
	float:left;
	border-right:solid 1px #0e7ac4;
	padding:0 20px;
}

#profile .right_cont{
	background:#fff;
	width:460px;
	float:left;
	padding:0 20px;
}

#profile table.data{
	border-collapse:collapse;
	font-size:15px;
	border:none;
	}
	
#profile h3{
	font-weight:bold;
	border-top:solid 1px #ccc;
	padding:10px 0 3px 0;
	margin-top:10px;
}

#profile .data td,
#profile .data th{
	padding:15px 10px;
}

#profile .data th{
	width:100px;
	font-weight:bold;
}

#profile .data .g_t{
	background:#f3f3f3;
}

/*--- footer ---*/

#footer{
	width:100%;
	background:#383838;
	color:#fff;
	clear:both;
	text-align:center;
	padding:50px 0;
	font-size:13px;
}


/*--- pagetop ---*/
#page_top {
	text-indent:-9999px;
	background:url(../img/pagetop.png) no-repeat;
	width:65px;
	height:65px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	font-size: 77%;
	cursor:pointer;
}

#page_top:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*============== ここから汎用部品 ==============*/


/* font size
 ------------------------------------------*/
.text10{ font-size:67%;}
.text11{ font-size:74%;}
.text12{ font-size:80%;}
.text13{ font-size:87%;}
.text14{ font-size:94%;}
.text15{ font-size:100%;}
.text16{ font-size:107%;}
.text17{ font-size:114%;}
.text18{ font-size:120%;}
.text19{ font-size:127%;}
.text20{ font-size:134%;}
.text21{ font-size:140%;}
.text22{ font-size:147%;}
.text23{ font-size:154%;}
.text24{ font-size:160%;}
.text25{ font-size:167%;}
.text26{ font-size:174%;}


/* txtspace
 ------------------------------------------*/

.letterspace_s{
	letter-spacing:-1px;
	}


.text_underline{
	text-decoration:underline;
}


/* color
 ------------------------------------------*/
.color_blue{
	color:#003366;
}

.color_red{ 
	color:#cf2c20;
}



/*--- .heading ---*/


.heading_l{
	position:relative;
	font-size:36px;
	padding:20px  0;
	}
	
/*--- ul,ol,dl ---*/


.list_default li{
	background:url(/img/common/li_icon.png) no-repeat left 16px;
	padding:6px 0 6px 15px;
	 }
	 

.list_border li{
	background:url(/img/common/li_icon.png) no-repeat left 16px;
	border-bottom:#c6c6c6 1px solid;
	padding:10px 0 10px 15px;
	 }
	 
	 
.ol_defaulet li{
	list-style-position:inside;
	padding:6px;
}


/*--- dl ---*/


	


/*--- indent ---*/

.hg_indent{
	margin-left:1em;
	text-indent:-1em;
}




/*--- table ---*/

table.price{	
	border-collapse:collapse;
	width:900px;
	border:#0e7ac4 2px solid;
	background:#fff;
	margin-bottom:10px;
	font-size:14px;
	}
	
table.price th{
	border:#fff 1px solid;
	padding:10px;	
	}

table.price td{
	border:#dcdcdc 1px solid;
	padding:10px;	
	}

table.price th{

	background:#0e7ac4;
	color:#fff;

	}
	

	
	
table.price tbody th{
	background:#383838;
	text-align:left;
	}
	

table.price .w10{
	width:13%;
	}

table.price .w20{
	width:22%;
	}

table.price .w30{
	width:30%;
	}
	
table.price .w50{
	width:50%;
	}
	
table.price .t1{
	background:#ecf2ed;
}

table.price .t2{
	background:#fff;
}


/*--- border ---*/
.border_top_dot {
	border-top:#ccc dotted 1px;
}
.border_top_solid {
	border-top:#ccc solid 1px;
}
.border_bottom_dot {
	border-bottom:#ccc dotted 1px;
}
.border_bottom_solid {
	border-bottom:#ccc solid 1px;
}

/*--- button ---*/



/*--- column ---*/

.border_column{
	background:url(../img/common/column_bg.png);
	padding:30px;
	 border: solid 5px #f6f6f6;
	 outline: solid 1px #d5d5d5;
	}
	
.column_bg{
	border:solid 1px #f1f1f1;
	background:url(/img/common/column_g_bg.png);
	padding:20px;
}

/*--- リンク集 ---*/

body#link{
	font-size:13px;
	background:#fff;
	margin:30px 0;
}

/*--- COMS ---*/
#coms_box{
	background: url(/img/coms_bg.png) no-repeat right top #fff;
	width:940px;
	margin: 40px auto;
	}
	
#coms_box .logo_box{
	width:450px;
	text-align:center;
	padding-top:40px;
}
 
#coms_box .inner_box{
	box-sizing:border-box;
	text-align:center;
	width:450px;
	padding:0 40px;
	padding-bottom:30px;
}

#coms_box .coms_table{
	width:450px;
	border-collapse:collapse;
	margin:30px 0 0 0;
	border-top:solid 1px #d8d8d8;
}

#coms_box .coms_table td,
#coms_box .coms_table th{
	border-bottom:solid 1px #d8d8d8;
	padding:5px;
}


#coms_box .coms_table th{
	width:25%;
}

.blank_btn{
	display:block;
	text-align:center;
	background:#00b390;
	color:#fff;
	line-height:50px;
	width:450px;
	margin-top:20px;
}


.table_list{
border-collapse:collapse;
width: 100%;
margin-top: 10px;

}

.table_list td,th{
padding: 7px;
font-size: 14px;
border: solid 1px #ccc;
}

.table_list th{
font-weight: bold;
width: 25%;
background: #eee;
}
