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

@import url("reset.css");


 
img {
    max-width:100%;
}
 
table {
    width:100%;
}
 
a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
 
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}

.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}

.mr10{margin-right:10px !important;}

.strong {font-weight: bold !important;}

.cntr{ text-align:center !important;}
 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
/*	background-image: url(../img/bg.png);*/
	background-image: url(../img/metal.png);
/*	background-image: url(../img/metaltex0.jpg);
	background-size:cover;*/
}
.wrap {
	font-size: 1.2em;
	line-height: 1.6;
}


/* ----------------------------- slider */

.spMainImage {
	display: none;
}

.wideslider {
	width: 100%;
	text-align: center;
/*	margin-top:-50px;*/
	position: relative;
	overflow: hidden;
}

/*-- over_img --*/

.slide_top {
	width:100%;
	position:absolute;
	display:block;
	margin:0 auto;
	top:-5px;
	text-align:center;
	z-index:1000;
	
}
.slide_top img {
	width:100%;
	display:block;
	margin:0 auto;
	text-align:center;	
}

.slide_bottom {
	width:100%;
	position:absolute;
	display:block;
	margin:0 auto;
	bottom:-5px;
	text-align:center;
	z-index:1000;
	
}
.slide_bottom img {
	width:100%;
	display:block;
	margin:0 auto;
	text-align:center;	
}

/*----- over_img -----*/

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.overrap {
	width:100%;
	max-width:1120px;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:0;
 	z-index:300;
}

.overrap img {
	position:absolute;
	display:block;
	top:75px;
	right:0;
 	z-index:400;
}


.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/slide/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/slide/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*--- slider end ---*/

#header {
	/* [disabled]border-top: 5px solid #000600; */
	border-bottom: 5px solid #E30000;
	color:#FFF;
	background: rgb(52,104,175);
	background: -moz-linear-gradient(top,  rgba(52,104,175,1) 0%, rgba(0,6,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,104,175,1)), color-stop(100%,rgba(0,6,0,1)));
	background: -webkit-linear-gradient(top,  rgba(52,104,175,1) 0%,rgba(0,6,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(52,104,175,1) 0%,rgba(0,6,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(52,104,175,1) 0%,rgba(0,6,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(52,104,175,1) 0%,rgba(0,6,0,1) 100%);


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3468af', endColorstr='#000600',GradientType=0 );




}
#header a{
	color: #FFF;
	}
.h_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.h_logo a img {
	float: left;
}
.h_logo span {
	display: block;
	float: left;
	font-size: 0.8em !important;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h_logo h1 {
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}
.h_logo h1 a {
	color: #006  !important;
	text-decoration: none;
	font-weight: bold;
}

.h_logo {
	/* [disabled]width: 350px; */
	margin-top: 15px;
	/*margin-bottom: 15px;*/
	line-height: 1;
	float: left;
}
.h_navi{
	float: right;
	width: 490px;
	margin-top: 10px;
}

.g_navi{
	/* [disabled]padding-top: 15px; */
	width: 650px;
	float: right;
}


.g_navi ul{
	display: table;
	width:100%;
	table-layout:fixed;
}
.g_navi ul li{
	display: block;
	display:table-cell;
	vertical-align: middle;
}
.g_navi ul li a {
	display:block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding:6px 0;
}
.g_navi ul li a:hover {
	background-color: #FC0;
	color:#333 !important;
}
.g_navi ul li a:hover span{
	color:#00F !important;
}

.h_navi li:last-child{
    margin-left:0;
}



#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: rgba(255,255,255,1.0);
	;
	padding: 10px;
}

.mainImage {
	clear: both;
	background-color: #FFF;

}


.contents {
	font-size: 1.2em;
}


#footer {
	background-color: #003;
	clear: both;
}
.f_contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding: 10px;
}
.f_contents a{
	color: #FFF;
}
.fLinkbox {
}
.f_contents li {
	padding-bottom: 5px;
}
.copyright {
	font-size: 0.9em;
	text-align: center;
}

h2 {
	clear: both;
	font-size: 21px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 15px 0;
	color: #FFF;
	background-color: #900;
	border-bottom:solid 5px #F90;
}


h3 {
	padding:10px;
	margin: 15px 0;
	font-size: 16px;
	text-align: center;

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);


	
	border:#CCC 1px solid;
	color:#000;

}

.indexBox01 p {
	display: block;
	padding: 5px;
}
.indexBox02 {
	float: left;
	padding: 10px;
	height: 200px;
	width: 475px;
	border: 1px solid #CCC;
	background-image: url(../img/indexbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
}
.indexBox02 img {
	height: 180px;
	width: 220px;
	float: left;
}
.indexBox02 p {
	float: left;
	display: block;
	padding: 5px;
	width: 220px;
	margin-left: 10px;
}
.h_navi ul li {
	float: right;
	background-image: url(../img/arr_w.png);
	background-repeat: no-repeat;
	background-size:15px;
	background-position:left top;
	margin-left:20px;
	font-size:14px;
}

.h_navi ul li a{
	text-align: right;
	padding-left:20px;

}
#header .mitsumori {
	float: right;
	margin-top: 15px;
	height: 50px;
}
#header .mitsumori a {
	color: #FFF;
	height: 38px;
	line-height: 40px;
	font-size: 1.2em;
}
.indexBox03 {
	float: left;
	width: 313px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 5px;
	height: 100px;
}
.indexBox04 {
	clear: both;
	padding: 5px;
	border: 1px solid #CCC;
	height: 100px;
}
.indexBox03 img {
	float: left;
	height: 88px;
	width: 150px;
}
.indexBox03 p {
	display: block;
	float: left;
	margin-left: 10px;
	width: 135px;
}
.indexBox04 img {
	width: 300px;
	height: 88px;
	float: left;
}
.indexBox04 p {
	float: left;
	width: 630px;
	margin-left: 15px;
	display: block;
}
.contents .mitsumori {
	float: left;
}
.indexMitsu {
	float: left;
	margin-left: 15px;
	width: 630px;
}
.indexInfo iframe {
	width: 350px;
	height: 120px;
	float: left;
}
.indexInfo p {
	float: left;
	margin-left: 15px;
	width: 590px;
}
.indexInfo {
	clear: both;
	margin-bottom: 20px;
}
.pankz {
	font-size: 0.9em;
}
.subMenu {
	width: 700px;
	border: 1px solid #CCC;
	padding: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.subMenu p {
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.subMenu ul li {
	background-image: url(../img/arr_gray.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size:18px;
	padding: 5px;
	float: left;
	width: 50%;
}
.subMenu ul li a {
	padding-left: 25px;
}
.subMenu ul {
	padding: 10px;
}
.subMenu ul .active {
	background-image: url(../img/arr_red.png);
}
.subMenu ul .active a{
	font-weight:bold;
}
.floatL {
	float: left;
	margin: 15px;
}
.floatR {
	float: right;
	margin: 15px;
}

.toTop {
	background-color: #333399;
	padding: 7px;
	width: 170px;
	float: right;
	margin: 20px;
	border-radius:7px;
}
.toTop a{
	font-size: 0.8em;
	color: #FFF;
	background-image:url(../img/arr_totop.png);
	background-size:10px;
	background-repeat:no-repeat;
	background-position:5% 45%;
	padding-left:30px;
}






.cntInn {
	margin-right: 15px;
	margin-left: 15px;

}
.g_navi ul li a span {
	font-size: 9px;
	color: #3468af;
}
.h_navi ul li a span {
	font-size: 10px;
	color: #FC0;
	display: block;
}
#header .headTxt {
	display: block;
	font-size: 9px;
	/* [disabled]width: 1000px; */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000028;
}
#main .contents .left_area {
	float: left;
	width: 300px;
}

.linkBn{
	text-align:center;
	border:1px solid #CFCFCF;
	box-sizing:boeder-box;
	padding:14px 10px;
	display:block;
}
a.linkBn{
}
a:hover.linkBn{
	background:#CCC;
	text-decoration:none;
}

.linkBn.fs13{
	font-size:13px;
}

#main .contents #right_area {
	width: 660px;
	float: right;
	margin-left: 20px;
}
#top_link {
	text-align: right;
}
#line .banar_box a img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
.text_box {
	margin-bottom: 15px;
}
.fullImg {
	width: 100%;
}
.title_bar {
	text-align: center;
}
.title_bar img {
	margin-right: auto;
	margin-left: auto;
}
.text_box_center {
	text-align: center;
}
.text_box_center p a img {
	margin-right: auto;
	margin-left: auto;
}

.contents_area {
	clear: both;
}
#sub_page .contents_area .left_banar_box {
	float: left;
	width: 50%;
}
#sub_page .contents_area .right_banar_box {
	float: left;
	width: 50%;
}
#contact_btn {
	clear: both;
}

.car_link_box {
	width: 100%;
}
.car_link_box li{
	margin: 5px;
	float: left;
	width: 185px;
}
.car_link_box li:nth-child(5n+1){
	clear:both;
}
.car_link_box ul li a img {
	width: 100%;
}

.usedThumb {
	height: 127px;
}
.usedThumb img {
	width: 100%;
}
.usedTtl {
	padding: 5px;
	width: 180px;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	font-size: 11px;
}
.usedBox {
	width: 188px;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.usedBox:nth-child(4n) {
	margin-right: 0;
}
.usednew {
	display: inline-block;
	margin-left: 7px;
	color: #F00;
}
#contact_btn a img {
	width: 100%;
}
.clear {
	clear: both;
}
.oil_box {
	float: left;
	width: 310px;
	margin: 5px;
}
.oil_box .photo_area img {
	width: 100%;
}
.oil_box .text_area {
	font-size: 11px;
	padding: 5px;
}
.contents_area .nagare img {
	float: left;
	margin: 10px;
	width: 470px;
}

.syaken th ,
.syaken td{
	padding:10px;
	border:#999 1px solid;
}

.syaken th {
	color: #FFF;
	background-color: #006;
}
.syaken .black {
	background-color: #666;
}
.syaken td {
	background-color:#FFF;
}
.text_box_dot {
	border: 1px dotted #999;
	margin: 10px;
	padding: 15px;
	background-color: #FFF;
}
.text_box_dot #font_box {

}
.text_box_dot #banar_box {

}
#banar_box #photo #in a img {

}
strong {
	font-weight: bold;
}
#sub_page.oil .oil_box .photo_area img {
	height: 148px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.oli_out_1c {
	float: left;
	width:335px;
}

.oil .oli_out_1c {
	float: left;
}
.oil .oil_out_2c h3 {
	width: 100%;
}

#must {
	width: 640px;
	float:left;
}
.oil_box .photo_area {
	background-color: #FFF;
	padding: 15px;
}
.oil_box .text_area {
	background-color: #FFF;
	padding: 15px;
	height: 235px;
}
#header .headTxt .in {
	padding: 2px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.companyTbl {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.companyTbl tr th {
	width: 15%;
	padding: 10px;
	background-color: #006;
	color: #FFF;
	border: 1px solid #006;
}
.companyTbl tr td {
	padding: 10px;
	border: 1px solid #006;
}
#sub_page .contents_area .staff_area .photo_box {
	padding: 5px;
	float: left;
	width: 180px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}
#sub_page .contents_area .staff_area {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#sub_page .contents_area .googlemap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#sub_page .contents_area .staff_area .text_right_box dl dt {
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}
#sub_page .contents_area #form3 .contactTbl {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sub_page .contents_area #form3 .contactTbl th {
	padding: 10px;
	background-color: #003399;
	color: #FFF;
	vertical-align: top;
	border: 1px solid #003399;
}
#sub_page .contents_area #form3 .contactTbl td {
	padding: 10px;
	border: 1px solid #ccc;
}
#sub_page .contents_area .text_box #text_left {
	float: left;
	width: 600px;
}
#sub_page .contents_area .text_box #photo_right {
	float: right;
}
#sub_page .contents_area .text_box {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactTbl tr th span {
	font-size: 11px;
	color: #FC0;
}
.photo_box {
	float: left;
	padding: 15px;
	border: 1px solid #CCC;
	margin: 10px;
}
.photo_box .in img {
	border: 1px solid #CCC;
}
.car_title {
	text-align: center;
}
.contents_area.import .left_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/*追加*/
.fl1{
	float:left;
	}
body {
  -webkit-text-size-adjust: 100%;
}
.ml{
	margin-left:10px;
	}

.tyuko_png{
	width:665px;
	margin:0 auto;
	}	
.tyuko_gallery{	
	width:980px;margin:0 auto;margin-top:5px;padding-left:25px;
}
.tyuko_gallery dl{
	width:310px;
	float:left;
	}	
.tyuko_gallery dd{
	padding-left:30px;
	border-sizing:border-box;
	font-weight:bold;
	}	
.tyuko_p{
	text-align:right;
	margin-top:20px;
	}	