@charset "utf-8";
/**
 * お問合せ・資料請求
 */
#ttl_contact {
	text-indent: -9999px;
	background: transparent url(../images/contact/ttl_contact.gif) no-repeat top left;
	width: 690px;
	height: 30px;
	margin-bottom: 15px;
}

#contact {
	color: #333333;
}

#contact .message {
	margin: 0 0 20px;
}

#contact .iqfm-table {
	margin-bottom: 15px;
	font-size: 1.0em;
}

#contact .iqfm-table tr th, #contact .iqfm-table tr td {
	border-bottom: 1px solid #939393;
    padding: 10px;
}

#contact .iqfm-table tr th {
	color: #000000;
	font-weight: normal;
	line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    background: transparent url(../images/contact/bg_dot.gif) repeat scroll 0 0;
}

#contact .iqfm-table tr td {
	line-height: 1.3;
	background-color: #FFFFFF;
}

#contact span.required {
    background: transparent url(../images/contact/icon_required.gif) no-repeat scroll center right;
    display: block;
    height: 19px;
	line-height: 19px;
    padding-right: 35px;
}
#contact .font_b {
	font-weight: bold;
}
#contact .font_red {
	color: #8E0303;
}
#contact .plus {
    display: block;
	margin-left: 0px;
	margin-top: 4px;
	line-height: 1.6em;
	font-size: 0.9em;
}
#contact input, #contact select, #contact textarea {
    background-color: #FAFAFA;
    border: 1px solid #333333;
}

#contact h3 {
    border-bottom: 1px solid #939393;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 0 0 6px;
	color: #000000;
}

#contact h3 span {
    border-bottom: 1px solid #8E0303;
    font-size: 15px;
    line-height: 1em;
    padding: 0 0 3px;
}

#contact .btn_confirm {
    border: 0 none !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
    text-indent: -9999px;
    width: 150px;    background: transparent url(../images/contact/btn_confirm.jpg) no-repeat scroll 0 50%;
}

#contact .btn_back {
    border: 0 none !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
    text-indent: -9999px;
    width: 150px;    background: transparent url(../images/contact/btn_back.jpg) no-repeat scroll 0 50%;
}

#contact .btn_submit {
    border: 0 none !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
    text-indent: -9999px;
    width: 150px;    background: transparent url(../images/contact/btn_submit.jpg) no-repeat scroll 0 50%;
}

#contact table.contact_buttons {
	margin-left: auto;
	margin-right: auto;
}