@charset "utf-8";
* {
	margin: 0px;
	padding:0px;
	line-height:1.1;
}
body {
	background-image: url(img/body-back.jpg);
	background-repeat: repeat-x;
}
#center {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#center img {
	width: 100%;
}

#center #header {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#center #car-1 {
	padding-bottom: 10px;
	text-align: center;
	margin-top: -95px;
}
#center #movie {
	background-image: url(img/movie-back.png);
	width: 320px;
	text-align: center;
	padding-top: 103px;
	padding-bottom: 15px;
	background-size: 100% auto;
	height: 410px;
}
#center #movie iframe {
	width: 70%;
	height: 128px;
}
#center #movie #movie1{
	margin-bottom: 15px;
}
#center #movie h2 {
	display: none;
}
#center #movie p {
	display: none;
}
#center #enquete-form {
	width: 100%;
	text-align: center;
	background-image: url(img/form-back-sp.jpg);
	background-size: contain;
	background-position: center top;
	padding-top: 75px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
}
#center #enquete-form #mailform {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.mailform tr th {
	width: 95%;
	float: left;
	border-style: none;
	text-align: left;
	font-size: 16px;
	color: #004C66;
	padding-bottom: 8px;
	padding-left: 5px;
}
tr th span {
	font-size: 11px;
	color: #C32325;
	padding-left: 10px;
}

.mailform tr td {
	width: 80%;
	float: left;
	border-style: none;
	text-align: left;
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 140%;
	padding-left: 10px;
}
td input[type=radio],td  input[type=checkbox]  {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

tr td label {
	display: block;
	padding-bottom: 10px;
}
#enquete-form #mailform #submit-box {
	padding-top: 15px;
	text-align: center;

}
tr #submit-box input {
	width: 115%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,222,107,1.00) 0%,rgba(255,166,0,1.00) 100%);
	color: #370000;
	height: 35px;
	font-size: 16px;
}
tr td textarea {
	width: 100%;
	height: 80px;
}


#center #footer {
	background-image: url(img/footer-back.jpg);
	width: 320px;
	height: 70px;
	padding-top: 30px;
	background-position: center 0%;
}

#center #footer a {
	width: 130px;
	height: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
