@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

#osusume {
	padding:60px 0 0;
}

#osusume section {
	width: 928px;
	padding: 50px 0px 15px 20px;
	margin: 0 auto 60px;
	position: relative;
	box-sizing: border-box;
	background:#fff;
}
#osusume section  h3 {
	position: absolute;
	top: -40px;
	left: -2px;
}
#osusume li {
	display:inline-block;
	margin: 0 17px 0 0;
}
.carImg {
	width: auto;
	margin: 0 0 10px;
}
.makerImg{
	position:absolute;
}
#osusume li a span:hover {
	color:#000;
}
#osusume li a span {
	color:#000;
	background-image: url(../images/index/aBack.png);
	background-position:  center left;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
#type01 {
	border: 2px solid #f98595;
}
#type02 {
	border: 2px solid #ff8e42;
}
#type03 {
	border: 2px solid #f0c000;
}
#type04 {
	border: 2px solid #30c937;
}
#type05 {
	border: 2px solid #24cbef;
}
#type06 {
	padding: 60px 0px 20px 10px !important;
	border: 2px solid #4a7bf6;
}
#type06 li {
	margin: 0 0 0 -30px;
}
#type06 li:first-child {
	margin: 0 0 0 0px;
}