body {
	background: #f1f1f1;
}
header {
	text-align: center;
	height: 58px;
	background: #ffffff;
	position: relative;
	z-index: 100;
}
header h1 img{
	width: 84px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.contentsArea .logo {
	text-align: center;
	margin-top: 26px;
}
.contentsArea .logo img{
	width: 100px;
}
.contentsArea h2 {
	font-size: 25px;
	color: #0086c2;
	text-align: center;
	margin-top: 34px;
}
.contentsArea .infoText{
	color: #333333;
	text-align: center;
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.3;
}
.contentsArea .errorMessage {
	text-align: center;
	margin: 30px 0 -30px;
	color: #ff0000;
	line-height: 1.3;
}
.contentsArea div.errorLabel {
	width: 246px;
	margin: 15px auto 0;
	text-align: left;
	font-size: 11px;
	color: #ff0000;
}

form {
	margin-top: 28px;
	text-align: center;
}
input {
	border: 1px solid #999999;
	width: 234px;
	height: 47px;
	margin-top: 15px;
	font-size: 20px;
    padding-left: 10px;
}
input.submit {
	width: 246px;
	color: #fff;
	background: #006b9b;
	padding-left: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input.submit:disabled {
	background: #999999 !important;
}
.trouble {
	width: 246px;
	margin: 15px auto 0;
	line-height: 1.3;
}
.trouble a{
	color: #ff0000;
	border-bottom: 1px solid;
}

.account {
	width: 246px;
	margin: 20px auto 0;
	line-height: 1.3;
}
.account a{
	color: #ff0000;
	border-bottom: 1px solid;
}


/*********************
welcome
*********************/
.welcomeScene1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	z-index: 10;
}

.welcomeScene1 img{width: 100px;}
.welcomeScene1 .user {
	font-size: 19px;
    margin-top: 30px;
}
.welcomeScene1 #messes{
	    font-size: 24px;
    font-weight: bold;
    margin-top: 18px;
}

.welcomeScene2 {
	position: absolute;
	display: none;
	left: 50%;
	transform: translate(-50%,0%);
	width: 100%;
	background: url(../images/start_back_summer.jpg) center center no-repeat;
	height: 100vh;
	background-size: cover;
	    margin-top: -58px;
	    z-index: 1;
}

.welcomeArea {
	height: 100vh;
	
	position: relative
}
.welcomeArea h2 {
	margin-top: 91px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	line-height: 1.3;
}

.vehicleBox {
    width: 227px;
    margin: 33px auto 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-bottom: 13px;
}
.vehicleBox .name {
	font-size: 21px;
    margin-bottom: 11px;
    padding-top: 12px;
}
#gauge {
	width: 90%;
	background: #fff;
	height: 5px;
	position: relative;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}
#gauge span{
	position: absolute;
	width: 0px;
	height: 5px;
	background: #2979ff;
	left: 0px;
    border-radius: 30px;
}
.carList{
	text-align: left;
	width: 170px;
	line-height: 1.3;
	margin: 15px auto 0;
}
