@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1  #EDE6E6;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: normal;
	
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
img{
	border: none;
	padding-top: 0px;
}
/* よく使うCSS start

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;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */
#wrapper {
	/*height: 1500px;*/
	width: 1000px;
	margin: 0 auto;
	
	/* [disabled]margin-bottom: auto; */
	
}
#header {
	height: 100px;
	width: 1000px;
	margin-bottom: 10px;
}
#navi {
	height: 40px;
	width: 1000px;
	margin-bottom: 10px;
}
#navi ul li{
	float:left;
}

#main_visual {
	height: 350px;
	width: 1000px;
	margin-bottom: 10px;
}

#company {
	float:left;
	width:  650px;
	margin-bottom: 10px;
}

#company h2{
	font-size: 20px;
	font-weight: bold;
	color: #0F0E0E;
	margin-bottom: 20px;
}
#company dl{
	padding: 10px;
	border: solid 6px #ccc;
	margin-top: 20px;	
}
#company dt{
	width:100px;
	float:left;
	padding:10px 0;
	font-weight:bold;
	line-height:1.5;

}

#company dd{
	padding:10px 0 10px 100px;
	line-height:1.5;
	border-bottom:1px #ccc solid;
}

#cont_wrap {
	/*	height: 650px;
*/	width: 650px;
	margin-bottom: 10px;
	float: left;
}

#contents {
	float: left;
/*	height: 650px;
*/	width: 650px;
	
	}
#box1 {
    height:260px;
	width: 650px;
	background-color: #353131;
	}
#box2 {
	background-color: #F5F2F2;
	width: 630px;
	height: 200px;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	border-radius: 10px;
	/*margin-top: 20px;*/
	}
#contents h2{
	font-weight: bold;
	font-size: medium;
	text-align: left;
	color: #F5F0F0;
	line-height: 50px;
	}
	
#box_3 {
	width: 210px;
	height: 140px;
}
#box3_1 {
	width: 205px;
	height: 45px;
	font-size: small;
	padding-top: 10px;
}
#box4_1 {
	width: 210px;
	height: 60px;
	float: left;
}
#box_benz {
	width: 210px;
	height: 200px;
	float: left;
	margin-bottom: 10px;
}

.test {
	width: 160px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#box_3 .test1 {
}
#box_benz #box_3 .test {
}
#box1 {
}
#box_3 .test2 {
	margin-right: 25px;
}
#midashi {
	height: 50px;
}
#box3_1 p {
	text-align: center;
	width: 200px;
	height: 40px;
	margin-top: 10px;
	font-size: x-small;
}
#box3_1 h5 {
	text-align: center;
}

#oshirase {
	margin-top: 10px;
	width: 650px;
	background-color: #464141;
	margin-bottom: 10px;
}
#midashi1 {
	height: 50px;
	width:650px;
}


#oshirase1 {
	background-color: #F5F2F2;
	width: 605px;
	height: 390px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 10px;














	background-color:#8E5F5F
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 20px;
	
	
}
#oshirase1 ul li {
	margin-bottom: 20px;
}

	
#aside {
	float: right;
	width: 330px;
}
#mapField{
/*	height: 330px;
*/	width: 330px;
	margin-bottom: 10px;
}

#banaer {
	background-color: #F4EBEB;
	
	width: 330px;
	margin-bottom: 10px;
}
#footer {
	height: 150px;
	width: 1000px;
	background-image: url(../imgs/grd2.jpg);
	margin-top:0px;
	clear: both;
}
#midashi1 h2 span {
	background-color: #DC052D;
	line-height: normal;
	border: 1px solid #F4EBEB;
	color: #0B0A0B;
}

#exercise{
	margin-bottom: 10px;
	width: 1000px;
	clear: both;
}


#exercise h2 {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 20px;
}

#exercise h3{
	width: 1000px;
	height: 30px;
	background-image: url(../imgs/grd.jpg);
	background-repeat: repeat-y;
	line-height: 30px;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
	color: rgba(240,233,233,1.00);
	margin-bottom: 20px;
}

.step {
	height: 40px;
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.step img{
	display:block;
	float:left;
}



#free {
	font-size: xx-large;
	font-weight: bolder;
}
#step2 {
	margin-top: 10px;
}
#exercise #step #step {
}
#step3 {
	margin-top: 10px;
}
#footer h2 {
	font-size: x-large;
	font-weight: bold;
	margin-left: 30px;
	color: #F9F3F3;
	margin-bottom: 20px;
	margin-top: 10px;
}


.f_list01 {
	margin-right: 30px;
	float: left;
	color: #F3ECED;
	margin-left: 30px;
	font-size: small;
}

#footer_box1 {
	width: 500px;
	height: 150px;
	float: left;
}
#footer_box2 {
	width: 500px;
	height: 150px;
	float: right;
}
#footer_box2 p {
	color: #F8EAEA;
	margin-right: 30px;
	font-size: x-small;
	line-height: 13px;
	text-indent: 0px;
	text-align: right;
	margin-top: 10px;
}
.f_list02 {
	margin-right: 30px;
	float: left;
	color: #F3ECED;
	margin-left: 30px;
	font-size: small;
}
#footer_box1 li a{
	margin-bottom: 5px;
	line-height: 20px;
	color: #F1E8E8;
	margin-left: 10px;
	margin-top: 5px;
}
#f_rogo {
	width: 500px;
	height: 80px;
}
#f_address {
	width: 500px;
	height: 70px;
}
.f_list03 {
	margin-right: 30px;
	float: left;
	color: #F3ECED;
	margin-left: 30px;
	font-size: small;
}
#f_rogo img {
	float: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 10px;
}
#f_address .c_right {
	text-align: left;
	font-size: x-small;
	margin-top: 40px;

}
#copyright {
	width: 280px;
	height: 70px;
	float: left;
}
#address {
	width: 220px;
	float: right;
}
#wrapper #cont_wrap h3 {
	color: #F1E8E8;
	margin-top: 20px;
}
#sitemap {
	width: 650px;
	float: left;
}
#sitemap h2 {
	font-size: xx-large;
}
#sitemap h3 {
	background-image: url(../imgs/sitemap_03.jpg);
	width: 610px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FDFBFB;
}
.sitemap ul li {
	margin-left: 20px;
}
.step3_1 {
	margin-top: 20px;
	font-weight: bold;
}
.step3_2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sitemap ul li {
	line-height: 1.5em;
	padding-left: 20px;
}
#slider_wrap {
	width: 650px;
	float: left;
	margin-bottom: 30px;
}
#car_box {
	width: 650px;
	float: left;
	margin-bottom: 20px;
		
}
tbody tr {
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#cont_wrap #car_box h3 {
	padding-left: 6px;
    border-left: 3px solid ;
    font-size: 100%;
	
}
#car_box table {
	width: 643px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tbody th {
	width: 75px;
    padding: 5px 6px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    background: #E3E2E2;
    text-align: center;
	font-size:small;
}
tbody tr td {
	width: 125px;
    text-align: center;
}
#car_wrap {
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

tbody td {
	width: 75px;
    padding: 6px 7px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
	font-size:small;
}

#car_box h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:10px;
}
#servise {
	width: 650px;
	float: left;
}
#servise h3 {
	width: 610px;
	height: 30px;
	background-image: url(../imgs/grd.jpg);
	margin-left: 10px;
	margin-right: 10px;
	color: #F1E4E4;
	line-height: 30px;
	padding-left: 20px;
}
#servise h2 {
	font-size: x-large;
	margin-bottom: 20px;
	margin-top: 10px;
}

#servise.links li.b_link{
	width:290px;
	height:70px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
}

#servise .links li.b_link a {
	display:block;
	width: 290px;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 70px;
	background-image: url(../imgs/servise1_2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.links img {
	float: left;
	padding-right: 10px;
}

#servise .links li.b_link a:hover {
	width:290px;
	height:70px;
	display:block;
	background-position: right -70px;
	background-image: url(../imgs/servise1_2.jpg);
	background-repeat:no-repeat;
}

#inspection h3 {
	width: 610px;
	height: 30px;
	background-image: url(../imgs/grd.jpg);
	margin-left: 10px;
	margin-right: 10px;
	color: #F1E4E4;
	line-height: 30px;
	padding-left: 20px;
	clear: both;
}
#inspection h2 {
	font-size: x-large;
	margin-bottom: 20px;
	margin-top: 10px;
}
#inspection p {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
}
#inspection {
	width: 650px;
	float: left;
	margin-bottom: 10px;
}
#inspe_1 {
	width: 620px;
	height: 150px;
	background-color: #F1F1E8;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
#inspe_1 h4 {
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
}
#inspe_1 img {
	display: block;
	/* [disabled]width: 150px; */
	/* [disabled]height: 100px; */
	float: right;
}
#yajirushi {
	width: 630px;
	height: 30px;
	clear: both;
	margin-left: 20px;
}
#yaji01 {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;


}
#shorui {
	width: 630px;
	margin-left: 20px;
	height: 200px;
	float: left;
}
#shorui ul li {
	list-style: inside;
	clear: left;
	margin-left: 30px;
	padding-top: 5px;



}
.shorui2 {
	font-size: 11px;

}
#free1 img {
	float: left;
	margin-right: 10px;
	padding-top: 5px;


}
#free1 {
	font-weight: bold;
	font-size: xx-large;
	clear: left;
}
#rent_box {
	width: 650px;
}
#rent_wrap {
	width: 650px;
	float: left;
}
.rent_1 {
	width: 648px;
	height: 300px;
	margin-top: 20px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
.rent_img {
	width: 250px;
	height: 300px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-color: #000000;
}

.rent_info {
	width: 397px;
	height: 300px;
	float: right;
}
#rent_box h2 {
	color: #F8F3F3;
	font-size: large;
	background-image: url(../imgs/grd.jpg);
	width: 640px;
	height: 30px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 10px;
}


.rent_info h3 {
	color: #ED0E11;
	font-weight: bold;
	font-size: large;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rent_info tbody tr td {
	width: 75px;
	color: #F4080C;
}



.rent_info table{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:10px;
	border: 1px solid #000000;
}
#rent_top {
	width: 650px;
	height: 250px;
	margin-top: 10px;
}
#information_box h2 {
	color: #F8F3F3;
	font-size: large;
	background-image: url(../imgs/grd.jpg);
	width: 640px;
	height: 30px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 10px;

}
#information_box {
	width: 650px;
	float: left;
}
#information_box tbody tr th {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 110px;
	white-space: nowrap;
	margin-bottom: 20px;
	
}
#information_box td {
	text-align: left;
}
#information_box tr th .name {
	color: #F4090D;
}
#information_box .kome {
	color: #F8090D;
}
#information_box p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#truck_box {
	width: 650px;
	float: left;
}
#wrapper {

}
#truck_box .hissu {
	color: #F1090D;
}
#truck_box tbody tr th {
	
}
#truck_box tr th .select {
	color: #E91518;
}
#truck_box h2 {
	background-image: url(../imgs/grd.jpg);
	color: #F7EFEF;
	font-weight: bold;
	font-size: large;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}
#truck_box h3 {
	color: #211F1F;
	line-height: normal;
	font-size: x-large;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}
#truck_box #fax {
	font-size: xx-large;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#truck_box #mitsumori {
	width: 650px;
	height: 100px;
	background-color: #F1E5E6;
}
#truck_box #mitsumori p {
	padding-left: 10px;
}
#truck_box #satei input {
	display: block;
	margin: 20px auto;
}
#truck_box #satei {
	width: 650px;
}
#clean_box {
	width: 650px;
	float: left;
}
#clean_box #body_clean {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 200px;
}
#b_c_1 {
	width: 198px;
	height: 198px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #0B0B0B;
}
#b_c_2 {
	width: 198px;
	height: 198px;
	float: left;
	border: 1px solid #0B0B0B;
}
#b_c_3 {
	width: 208px;
	height: 198px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
    border: 1px solid #0B0B0B;

}
.title {
	color: #F7F2F2;
	font-weight: bold;
	font-size: large;
	background-color: #393536;
	line-height: 30px;
	text-align: center;
}

.kingaku {
	color: #F70B0F;
	font-weight: bold;
	font-size: x-large;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}

#clean_top {
	width: 650px;
	height: 250px;
	margin-bottom: 20px;
}
#body_clean #b_c_1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}
#clean_img {
	width: 198px;
	height: 120px;
}

#en {
	width: 198px;
	height: 48px;
}
#body_clean #b_c_2 #clean_img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#body_clean #b_c_3 #clean_img img {
	display: block;
	margin-left: auto;
	margin-right: auto;

	margin-top: 10.px;
	margin-top: 10px;
}
#clean_box h3 {
	color: #07ACFC;
	font-weight: bold;
	font-size: xx-large;
	margin-left: 20px;
	margin-top: 20px;
}
.sitsunai {
	font-weight: bold;
	color: #01B2FC;
	font-size: medium;
	line-height: 40px;
	margin-left: 20px;
}
#car_room {
	width: 630px;
	height: 150px;
	margin: 20px 10px 10px;
	border: thin solid #2C2D2E;
}
#red {
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	background-color: #EF1115;
	margin-right: 10px;
}
.zeikomi {
	color: #F5F0F0;
	font-size: large;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
}
#c_zeikomi {
	width: 315px;
	height: 150px;
	float: left;
}
.r_zeikomi {
	color: #F40A0E;
	font-size: 50px;
	margin-top: 15px;
	margin-left: 10px;
}
#option {
	width: 315px;
	float: right;
	
}
.c_option {
	font-weight: bold;
	font-size: x-large;
	margin-top: 10px;
	margin-left: 20px;
	color: #07ACFC;
}
#clean_box #car_room #option {
	width: 315px;
	height: 150px;
}
.b_zeikomi {
	font-size: 45px;
	margin-left: 60px;
	color: #F40C10;
}
.b_zeikomi span {
	font-size: medium;
}
.o_title {
	font-weight: normal;
	font-size: large;
	color: #F8F3F3;
	background-color: #07ACFC;
	display: block;
	text-align: center;
}
#option_box {
	width: 290px;
	height: 120px;
	display: block;
	margin: 10px;
	border: thin solid #07ACFC;
}
#box2 h5 a {
	color: #000000;
}
.o_yoyaku {
	margin-bottom: 10px;
	font-size: large;
	font-weight: bold;
}
#car_wrap h2 {
	background-image: url(../imgs/grd.jpg);
	color: #F7EFEF;
	font-weight: bold;
	font-size: large;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}
#buttun {
	height: auto;
	margin-left: 300px;
	margin-right: auto;
}
#buttun input {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#send {
	margin-left: 180px;
	margin-top: 50px;
}

table.kakunin {
	margin-left:150px;
	margin-top:50px;
	margin-bottom:20px;
}
#sousin {
	margin-left: 200px;
}

.big-bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

#home {
	background-image: url(../imgs/haikei1.jpg);
	min-height: 100vh;
}
#homeimg {
	background-image: url(../imgs/h_haikei.jpg);
	min-height: 100vh;
}

#company_u #honsha {
	width: 325px;
	padding-top: 20px;
	float: left;
}
#company_u #honsha_r {
	width: 325px;
	padding-top: 20px;
	float: right;
}
#honsha_r p {
	margin-left: 10px;
	margin-top: 5px;
	line-height: 30px;


}
#company_u {
	width: 650px;
	float: left;
}
#main_home   {
	width: 1000px;
	height: 400px;
	margin-bottom: 10px;
}
#home_room {
	width: 630px;
	height: 150px;
	margin: 20px 10px 10px;
	border: thin solid #2C2D2E;
}
#home_room #c_zeikomi h3 {
	color: #090000;
	margin-top: 20px;
}
#home_room #h_option {
	width: 315px;
	float: right;
}
#h_option #h_option_box {
	width: 290px;
	height: 120px;
	display: block;
	margin: 10px;
	border: thin solid #07ACFC;
}
#h_option_box .o_title {
	font-weight: normal;
	font-size: large;
	color: #F8F3F3;
	background-color: #000000;
	display: block;
	text-align: center;
}
#h_option_box .c_option {
	font-weight: normal;
	font-size: x-small;
	margin-top: 10px;
	margin-left: 20px;
	color: #030303;
}
#contents #net {
	width: 650px;
	height: 110px;
	margin-top: 10px;
}
#contents #net #net_l {
	width: 325px;
	height: 110px;
	float: left;
}
#contents #net #net_r {
	width: 325px;
	height: 110px;
	float: right;
}
