@charset "utf-8";
/* ------------------------------------------------
共通
------------------------------------------------ */
fieldset {
	border:none!important;
}
legend {
	display:none;
}


/* フレーム */
.formWrap {
    width:800px;
    padding:0 10px 40px;
    margin:0 auto 60px;
    background:url(../img/form_under.jpg) no-repeat center bottom;
}
.formWrap p {
    font-weight:normal;
    font-size:15px;
    line-height:1.5em;
    margin-bottom:1em;
}

/* ページ名 */
#formPageTtl {
    box-shadow:0 2px 2px rgba(50,50,50,0.2);
    margin-bottom:20px;
}
#formPageTtl h2 {
    width:980px;
    margin:0 auto;
    padding:10px 10px;
    font-size:20px;
    line-height:1.2em;
    color:#731e27;
    font-weight:normal;
}


/* 入力ページ
------------------------------------------------ */
/* フォームの補足 */
#input {}


/* table */
table.formtb {
	border-collapse: collapse;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 800px;
}
#formbox {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.quiredtitle {
	background-image: url(../img/hisu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #333;
}
.unquiredtitle{
    padding-right: 35px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    color: #333;
}
.tabline {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	color: #FF8C70;
}

/* thの指定 */
table.formtb th {
	background-color: #f5f5f5;
	border:1px solid #cccccc;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #333;
	width: 250px;
}

/* tr・tdの指定 */
table.formtb tr td {
	background-color: #FFFFFF;
	border:1px solid #cccccc;
	text-align: left;
	font-size: 100%;
	line-height: 2;
	vertical-align: top;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top: 12px;
	color: #333;
    font-weight:normal;
}
table.formtb tr td p {
    margin:0.5em 0;
    font-size:13px;
}
table.formtb tr td em {
    font-style:normal;
    font-size:13px;
}

.submitbg2 {
	height: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 270px;
}

/* 入力タグ */
input[type="text"]:focus {
	border:solid 1px #EEA34A;
}
input[type="submit"]:focus,
button[type="submit"]:active {
	outline: none;
	border: none;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 5px 10px;
}
textarea {
    padding: 5px 1%;
    width:90%;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
}
select {
	margin: 0;
	padding: 5px 2px 5px 10px;
}
button {
	border:none;
	background:none;
	padding:0;
	outline: none;
}


/* フォーム */
button[id=submit] {
	background-color:#de4b39;
	font-size: 125%;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #FFF;
	margin-left: 20px;
	border-style: none;
}
button[id=submit]:hover {
	background-color: #e7796c;
	color: #FFF;
    border-style: none;
}
button[id=myreset] {
	padding: 20px;
	background-color:#adadad;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
    border-style: none;
}
button[id=myreset]:hover {
	background-color: #bdbdbd;
    border-style: none;
}

/* 入力エラー */
.err {
	background: #fee2e2;
}
.err input {
	background: #fee2e2;
}

td p {
	line-height: normal;
	color: #333;
}
.formtb th {
	width: 200px;
}
.entersubmit {
	margin:0 auto 40px;
	width: 362px;
}
#areamsg {
	font-size: 18px;
	color: #cf5054;
	padding-top: 20px;
	padding-right: 10px;
}
#othermsg {
	padding-top: 20px;
}

.fntradio {
	margin-right: 20px;
	margin-left: 5px;
}
.fntchk {
	margin-right: 20px;
	margin-left: 5px;
}
.quiredtitle2 {
	background-image: url(../img/hisu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	font-size: 14px;
	line-height: 35px;
}
#tenpubox {
	line-height: 200%;
}


/* 希望の査定方法 */
#sateihouhou label {
    padding:0 10px;
    margin-right:2em;
}


/* 個人情報規約つき「確認画面」ボタン */
.entersubmit {
	height:71px;/* ボタンの高さ */
	background:url(../img/kakunin_button_non.jpg) no-repeat center center;/* 押せないボタン */
	margin-bottom:80px;
}
.entersubmit > button {
	display: block;
	cursor:pointer;
	width:362px;
	height:71px;
	margin:0 auto;
}


/* -------------------------
個人情報規約
------------------------- */
/* 規約ボックス */
table.kiyakuArea {
	margin:40px auto 20px;
	border:#EEE solid 6px;
	width: 800px;
}
table.kiyakuArea td {
	vertical-align: middle;
	padding:0.5em;
	border:#CCC solid 1px;
	line-height:1.2em;
}
table.kiyakuArea td .scr {
	height:120px;
	overflow-y: auto;
}
table.kiyakuArea td:last-of-type {
	width:34%;
}


/* -------------------------
個人情報規約
------------------------- */
#personalTerms {
	color:#333;
}
#personalTerms h4 {
	font-size:1rem;
	background:#731e27;
	color:#FFF;
	padding:0.2em 0.5em;
	border-radius:0.5em;
	text-align: center;
	margin-bottom:16px;
}
#personalTerms h5 {
	font-size:1rem;
	color:#731e27;
	margin:1em 0 0.5em;
}
#personalTerms h6{
	font-size: 12px;
	margin: 1em 0 5px 0;
	font-weight: normal;
}
#personalTerms .block p {
	font-size:12px;
	line-height:1.5em;
	margin: 0 0 1em 0;
}
#personalTerms li {
	font-size:12px;
	line-height:1.5em;
	list-style-type: disc;
	margin: 0 0 5px 2em;
}
#personalTerms ol li{
	list-style: none;
	margin: 0;
}
#personalTerms dl dt{
	font-size:12px;
	line-height: 1.5em;
	margin: 1.2em 0 0.4em;
}
#personalTerms dl dd{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 2em;
	line-height: 1.5em;
}
#personalTerms table {
	width:100%;
	margin:20px auto;
	font-size:10px;
}
#personalTerms table th {
	vertical-align: top;
	border:#CCC solid 1px;
	background:#F5F5F5;
	text-align: center;
}
#personalTerms table td {
	vertical-align: top;
	border:#CCC solid 1px;
	padding:0.5em;
	text-align: center;
}

/* ボタンビジュアル */
#modal-close {
	display:block;
	width:100px;
	margin:0 auto;
	padding:6px;
	background:#000;
	color: #FFF ;
	text-decoration:none;
	text-align: center;
}
#modal-close:hover {
	cursor: pointer ;
	color: #f00 ;
}