
.choice-maker {
	padding-bottom: 20px;
	display: none;
}
.choice-car {
	padding-bottom: 20px;
	display: none;
}

.sect-title {
	padding: 20px 0 30px 0;
	font-size: 20px;
	text-align: center;
	color: #1c94c4;
}


.makerlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.makerlist li {
	display: inline-block;
	margin: 5px 10px;
}
.makerlist .maker {
	background-color: #fff;
	border-radius: 5px;
	width: 100px;
	padding: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.makerlist .logo {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.carlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.carlist li {
	display: inline-block;
	vertical-align: top;
	max-width: 350px;
	margin: 10px 10px;
}
.carlist .car {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.carlist .image {
	margin-bottom: 5px;
}

.carlist .image img {
	width: 100%;
	height: auto;
}




.co-login {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	display: none;
}
.co-login-wrap {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.co-login-box {
	max-width: calc(90% - 40px);
	width: 500px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.2);
}


.input-wrap {
	margin: 5px 0;
}
.input-wrap input {
	height: 30px;
	width: calc(100% - 12px);
	padding: 0 5px;
	border: 1px #d7d7d7 solid;
	text-align: center;
}
.input-wrap input::placeholder {
	color: #bbb;
}

.co-login-button {
	text-align: center;
}
.co-login-button input {
	margin: 20px;
	height: 30px;
	width: 100px;
}
.co-login-button input[type=button] {
	background-color: #eee;
	color: #333;
}
