@charset "UTF-8";
/* CSS Document */
/* --------

@_ reset & default

-------- */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #FFF;
	color: #333;
	font: 10px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic";
	text-align: center;
}
* + html body {
	font-family: 'ＭＳ ゴシック';
	font-size: 62.5%;
}
/* for IE7 */
* html body {
	font-family: 'ＭＳ ゴシック';
	font-size: 62.5%;
}
/* for IE6 */
a {
	color: #06C;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:link {
	color: 06C;
}
a:visited {
	color: #999;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
}
body, div, dl, h1, h2, h3, h4, h5, h6,
ol, ul, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
	margin: -3px 0 -3px;
}
li, dt, dd {
	margin: 0;
	padding: 3px 6px 3px 0;
}
table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: none;
	display: table;
	font-size: 100%;
	width: 100%;
}
th {
	font-weight: normal;
	text-align: left;
}
th, td {
	border: 1px solid #CCC;
	padding: 8px 8px;
}
/* clearfix */
.group:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .group {
	zoom: 1;
}
/* for IE6 */
*:first-child + html .group {
	zoom: 1;
}
/* for IE7 */
/* --------

@_ form default

-------- */
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	vertical-align: middle;
}
input[type="text"], .input_text {
	margin: 0;
	padding: 0px 4px;
	vertical-align: middle;
	width: 12em;
}
.input_min {
	width: 2em !important;
}
.input_S {
	width: 4em !important;
}
.input_R {
	width: 8em !important;
}
.input_M {
	width: 14em !important;
}
.input_L {
	width: 20em !important;
}
.input_X {
	width: 28em !important;
}
.input_max {
	width: 95% !important;
}
/*
.input_num { text-align:right; }
*/
input[type="radio"],
input[type="checkbox"],
.radio, .checkbox {
	margin: 0;
	padding: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
a::-moz-focus-inner,
button::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}
textarea {
	line-height: 1.5;
	width: 20em;
}
select {
	cursor: pointer;
}
label {
	cursor: pointer;
	vertical-align: middle;
}
/* --------

@_ common class

-------- */
.wrapper {
	font-size: 120%;
	/* -- font-size -- */
	margin: 18px auto;
	text-align: left;
	width: 590px;
}
.formHead {
	background: #FFF;
	border: 3px solid #EEE;
	padding: 9px 12px;
	margin-bottom: 36px;
}
.formTitle {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px solid #EEE;
	margin-bottom: 6px;
}
/* -- 項目のグループ分け -- */
.formGroup {
	margin: 0 12px 36px;
}
.formGroup_title {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0;
	padding: 5px 12px;
	background-color: #64645F;
}
.formTable th {
	background: #EEE;
	width: 12em;
}
th.required {
	font-weight: bold;
}
.required_mark {
	color: #C00;
}
.notice {
	padding: 9px 0;
}
/* -- マーカーなしのリスト -- */
ol.noMarkList, ul.noMarkList {
	list-style: none outside;
}
/* -- 横並びのリスト -- */
.inlineList {
	list-style: none outside;
}
.inlineList li,
.inlineList dt,
.inlineList dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* -- ボタンを囲う -- */
.submitWrapper {
	padding: 0 12px;
	text-align: center;
	margin-bottom: 36px;
}
/* --------

@_ input

-------- */
/* -- ラジオボタンのリスト -- */
.radioList li {
	margin-right: 4px;
}
fieldset, .fieldset {
	border: 1px solid #CCC;
	padding: 8px 11px;
}
/* -- プライバシーポリシー -- */
.pp_text {
	padding: 15px 15px;
}
.pp_title {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 9px;
}
.pp_list {
	list-style: none outside;
	margin: 0 6px;
}
.pp_list > li {
	padding: 9px 0;
}
.pp_list > li + li {
	border-top: 1px solid #EEE;
}
.pp_list > li > h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
.pp_massage_intro {
	padding: 0 6px 9px;
	text-align: left;
}
.pp_massage_submit {
	padding: 3px 0;
	text-align: center;
	margin-bottom: 9px;
}
#error .formTitle {
	background: url(../images/icon_attention.jpg) no-repeat left center;
	padding-left: 32px;
}
.error_message {
	margin-bottom: 36px;
	padding: 8px 0;
}
#complete .formTitle {
	background: url(../images/icon_complete.jpg) no-repeat left center;
	padding-left: 32px;
}
.complete_message {
	margin-bottom: 36px;
	padding: 8px 0;
}
/* -- ボタン -- */
.buttonLook {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #B8883B;
	border-radius: 0;
	background-color: #FF8C00;
	box-shadow: none;
	color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
.buttonLook:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.buttonLook:active {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1;
	border: 1px solid #CC9900;
	background-color: #FF9900;
}
#formGroup_privacy {
	font-size: 120%;
	text-align: left;
}
#err_box ul {
	padding: 9px 12px;
	list-style: disc inside;
	margin: 9px 0 18px;
}
#kenri li {
	float: left;
}
.inlineList li {
	float: left;
}
#car li {
	float: left;
}
.station_area {
	list-style: none;
}
/* ---------------------------------------------------------
	追加
--------------------------------------------------------- */
.wrapper {
	margin: auto auto;
	width: 780px;
}
.formGroup {
	margin: auto;
}
.flow {
	margin-bottom: 20px;
	height: 40px;
	background: url(../images/sale-flow.jpg) no-repeat;
}
.flow li {
	text-indent: -9999px;
	list-style-type: none;
}
#confirm .flow {
	background-position: left -40px;
}
#complete .flow {
	background-position: left -80px;
}
.formGroup_title,
.formTitle {
	margin: auto;
	padding: 4px 0;
	padding-left: 18px !important;
	background: transparent url(../images/owner-headline-2.jpg) no-repeat !important;
	border-bottom: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.formGroup_title {
	margin-bottom: 20px;
}
.complete_message,
.error_message {
	margin: auto;
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
}
.complete_message .required_mark,
.error_message .required_mark {
	margin: auto;
	color: #DE1000;
}
#err_box {
	margin: auto 200px;
	margin-top: 30px;
	font-size: 16px;
}
#err_box ul {
	margin: auto;
	padding: 0;
}
.paragraph {
	font-size: 14px;
	margin-bottom: 20px;
}
.required_mark {
	margin-left: 10px;
	color: #DE1000;
}
.submitWrapper {
	margin-top: 30px;
	margin-bottom: auto;
	padding: 0;
}
.submitWrapper .pp_massage_submit {
	margin-bottom: 30px;
}
.submitWrapper .pp_massage_submit #open_pp {
	color: #00A3D9;
}
#button_submit,
#button_send {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #B8883B;
	border-radius: 0;
	background-color: #FF8C00;
	box-shadow: none;
	color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#button_submit span:after,
#button_send span:after {
	margin-left: 15px;
	padding-top: 5px;
	font-size: 15px;
	/*content: "▲";*/
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}
/*button[type="button"].buttonLook {
	margin: auto;
	margin-top: 30px;
	padding: 0;
	width: auto;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #00A3D9;
	display: inline;
	text-align: left;
	box-shadow: none;
}
*/

button[type="button"].buttonLook:before {
	margin-right: 10px;
	/*content: "▲";*/
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.formTable {
	border: none;
	border-top: 1px solid #e6e6e6;
	font-size: 130%;
}
.formTable tr th,
.formTable tr td {
	padding: 25px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.formTable tr th label,
.formTable tr td label {
	margin-top: 20px;
	display: block;
}
.formTable tr th label input[type="radio"],
.formTable tr td label input[type="radio"] {
	margin-right: 5px;
}
.formTable tr th label input[type="text"],
.formTable tr td label input[type="text"] {
	margin: auto 5px;
	padding: 5px 0;
}
.formTable tr th label:first-of-type,
.formTable tr td label:first-of-type {
	margin-top: auto;
}
.formTable tr th select,
.formTable tr td select {
	margin: auto 5px 20px;
	padding: 5px 0;
}
.formTable tr th {
	width: 30%;
	background-color: #FFF7ED;
	font-weight: bold;
	vertical-align: top;
}
.formTable tr td.required {
	background-color: #FFF4F3;
}
.formTable tr td small {
	padding-left: 1em;
	display: block;
}
.formTable tr td small span {
	margin-left: -1em;
}
.formTable tr td textarea {
	width: 455px;
	height: 150px;
}
.formTable:first-of-type {
	margin-bottom: 20px;
}
.formTable:first-of-type tr:nth-of-type(3) td label:first-of-type input[type="text"] {
	width: 382px;
}
.formTable:nth-of-type(2) tr:first-of-type td label, .formTable:nth-of-type(2) tr:nth-of-type(2) td label {
	margin-top: auto;
	margin-right: 10px;
	display: inline-block;
}
.formTable:nth-of-type(2) tr:first-of-type td label input[type="text"] {
	width: 170px;
}
.formTable:nth-of-type(2) tr:nth-of-type(3) td label {
	margin-top: auto;
}
.formTable:nth-of-type(2) tr:nth-of-type(3) td label input[type="text"] {
	width: 382px;
}
.formTable:nth-of-type(2) tr:nth-of-type(3) td label input[type="checkbox"] {
	margin: auto 5px;
}
.formTable:nth-of-type(2) tr:nth-of-type(3) td select {
	margin-top: 20px;
}
.formTable:nth-of-type(2) tr:nth-of-type(3) td small {
	margin-top: 10px;
}
.formTable:nth-of-type(2) tr:nth-of-type(4) td label input[type="text"] {
	width: 447px;
}
.formTable:nth-of-type(2) tr:nth-of-type(4) td small {
	margin-top: 10px;
}
.formTable:nth-of-type(2) tr:nth-of-type(5) td label:first-of-type input[type="text"] {
	width: 447px;
}
.formTable:nth-of-type(2) tr:nth-of-type(5) td label:nth-of-type(2) input[type="text"] {
	width: 356px;
}
.formTable:nth-of-type(2) tr:nth-of-type(5) td small {
	margin-top: 10px;
}
