﻿#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*******************************
買取査定フォーム
*******************************/
#purchase-form {
	position:relative;
	max-width:100%;
	height:100%;
	margin:auto;
	padding:0 0 80px 0;
	color:#313131;
	font-family:helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
/*******************************
タイトル背景
*******************************/
.purchase-header-backgroundColor {
	width:100%;
	height:80px;
	background-image:linear-gradient(to bottom,#000C41,#FFFFFF)
}
/*******************************
タイトル
*******************************/
.purchase-header {
	max-width:980px;
	height:100%;
	margin:auto;
	color:#FFFFFF;
}

.purchase-header h1 {
	margin:0px;
	padding:1.5% 0 0 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
フォーム
*******************************/
.mainForm {
	position:relative;
	max-width:980px;
	margin:auto;
	padding:30px 0 50px 0;
	height:100%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
フォームタイトル
*******************************/
.mainForm h2 {
	font-size:23px;
	margin:0 0 10px 0;
	background-color:#696969;
	color:#FFFFFF;
	padding:0 0 0 10px;
}
/*******************************
フォームテーブル
*******************************/
option, select, form, input, textarea {
	font-size:100%;
	font-weight: normal;
	vertical-align: baseline;
}

table, tbody, tr, th {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size:100%;
	vertical-align: baseline;
	font-weight: normal;
}

table {
	display:table;
	margin:0 0 30px 0;
}

table#carInfo, table#userInfo {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:18px;
	border:1px solid #D9D8D6;
}

table#carInfo th, table#userInfo th {
	width:22%;
	text-align:left;
	padding:0 0 0 20px;
	color:#FFFFFF;
	background-color:#696969;
	border-bottom:1px solid #D9D8D6;
	vertical-align: middle;
}

table#carInfo td, table#userInfo td {
	border-bottom:1px solid #D9D8D6;
	background-color:#F4F4F4;
	line-height: 1.8em;
	padding:0 0 0 10px;
	font-size:18px;
}

input+input {
	margin:0 0 0 20px;
}

textarea {
	width:90%;
	height:5em;
	resize: vertical;
}
/*******************************
ボタン
*******************************/
.sendBottom {
	width:100%;
	text-align:center;
}