@charset "UTF-8";


/* -------------------------------------
company
------------------------------------- */
table {
	width:100%;
}
table th, table td {
	font-size:16px;
	padding:20px 30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
table th {
	font-weight:bold;
	width:220px;
	background-color:#F2F2F2;
}

#history .icon_car {
	font-size:18px;
	color:#121135;
	margin-bottom:25px;
}
#history ul {
	padding-left:200px;
	box-sizing:border-box;
}
#history ul li {
	font-size:16px;
}
#history ul li dl dt, #history ul li dl dd {
	line-height:1.8;
	float:left;
}
#history ul li dl dt {
	margin-right:20px;
}
#gmap {
	width:100%;
	height:550px;
    margin-bottom:50px;
	background-color:#e4e4e4;
}
#gmap iframe {
	width:100%;
	height:100%;
}

#group .icon_car {
    margin-bottom:25px;
}
#group th {
    vertical-align:top;
}
#group th span {
	font-size:12px;
	display:block;
}
#group #carnum dl dt, #group #carnum dl dd {
	line-height:1.8;
	float:left;
}
#group #carnum dl dt {
	clear:left;
	width:200px;
}

#group #tb_group td {
	padding:0;
}
#group #tb_group td .groupblk {
	padding:20px 20px 20px 30px;
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
}

#group .groupblk dl dt, #group .groupblk dl dd {
	line-height:1.8;
	float:left;
}
#group .groupblk dl dt {
	clear:left;
}
#group .groupblk h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#group .groupblk h3 a {
    
	color:#121135;
	text-decoration:underline;
}
#group .groupblk .tb {
	margin-bottom:8px;
}
#group .groupblk .tb:last-child {
	margin-bottom:0;
}
#group .groupblk .tb p, #group .groupblk .tb dl {
	line-height:1.8;
	float:left;
}
#group .groupblk .tb p {
	width:135px;
}
#group .groupblk .tb p a {
    text-decoration:underline
}

@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1120px) {
	table th, table td {
		font-size:15px;
		padding:18px 25px;
	}
	table th {
		width:200px;
	}
	
	#history .icon_car {
		font-size:17px;
		margin-bottom:23px;
	}
	#history ul li {
		font-size:15px;
	}
	
	#gmap {
		height:450px;
	}
    
    #group #tb_group td .groupblk {
	   padding:18px 18px 18px 25px;
    }
    #group .groupblk h3 {
        font-size:15px;
    }
}
@media screen and (max-width:768px) {
	table th, table td {
		font-size:14px;
		padding:15px 20px;
	}
	table th {
		width:180px;
	}
	
	#history .icon_car {
		font-size:16px;
		margin-bottom:20px;
	}
	#history ul {
		padding-left:0;
	}
	#history ul li {
		font-size:14px;
	}
	#history ul li dl dt {
		margin-right:15px;
	}
	
	#gmap {
		height:350px;
	}
    
    #group #tb_group td .groupblk {
	   padding:15px 15px 15px 20px;
    }
    #group .groupblk h3 {
        font-size:14px;
    }
}
@media screen and (max-width:640px) {
	table th, table td {
		font-size:13px;
		display:block;
		padding:10px 10px;
	}
	table th {
		text-align:left;
		width:100%;
	}
	
	#history .icon_car {
		font-size:15px;
	}
	#history ul li {
		font-size:13px;
	}
	#history ul li dl dt {
		margin-right:10px;
	}
	
	#gmap {
		height:300px;
	}
    
    #group #tb_group td .groupblk {
	   padding:10px 10px 10px 10px;
    }
    #group .groupblk dl dt, #group .groupblk dl dd {
        display:inline-block;
        line-height:1.8;
        float:none;
    }
}
@media screen and (max-width:480px) {
	#gmap {
		height:250px;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}