@charset "UTF-8";
/* ================================================================ *
CSS for Mochizuki Wedding form module
SUBLIME design
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
.orange { color: #e63509; margin-left: 5px; }
/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */
.form_area { width: 720px; margin: 0 auto; }
.thanks_area { height: 600px; display: block; }
.form_area h2 { margin-bottom: 20px; }
.form_area h4 { color: #474747; font-size: 1.4em; font-weight: bold; margin-bottom: 5px; padding-left: 8px; border-left: 5px solid #534941; }
.form_area p.copy { font-size: 1.2em; line-height: 160%; margin-right: auto; margin-bottom: 20px; margin-left: auto; }
.form_area h3 { color: #3d2e29; font-size: 1.4em; font-weight: bold; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-left: 12px; border-left: 4px solid #b7ab90; }
table.formTable { font-size: 1em; background-color: #fff; width: 720px; margin: 0 auto 50px; padding: 0; border-bottom: 1px dotted #75756a; border-top-color: #75756a; border-right-color: #75756a; border-left-color: #75756a; }
table.formTable tr {  }
table.formTable th { font-size: 1.2em; background-color: #fefaf6; text-align: left; vertical-align: top; width: 140px; padding: 15px 15px 15px 5px; border-top: 1px dotted #75756a; border-right: 1px dotted #75756a; }
table.formTable th p { color: #534941; font-weight: bold; margin-left: 10px; }
table.formTable td { text-align: left; width: auto; padding: 15px 5px 15px 15px; border-top: 1px dotted #75756a; }
table.formTable td p { color: #000; font-size: 1.2em; margin-bottom: 5px; }
table.formTable td input { margin-left: 10px; }
span.fair { color: #fff; font-size: 1.2em; }
p .caption { font-size: 0.8em; margin-left: 10px; padding-top: 5px; }
p .caption2 { color: #f00; font-size: 0.8em; margin-left: 10px; padding-top: 5px; }
img.kanryo { width: 680px; margin-right: auto; margin-bottom: 20px; margin-left: auto; }
/* ---------------------------------------------------------------- *
	フォームボタン設定
 * ---------------------------------------------------------------- */
/* Operaのみ適用 */
#btn_area { width: 360px; margin: 10px auto 30px; }
#btn_area2 { margin: 10px auto 30px; width: 500px; }
input.btn_submit { width: 360px; height: 60px; float: left; }
img.btn_cancel { position: relative; top: 30px; width: 123px; height: 28px; float: right; }
.msg { background-color: #fff; width: 680px; margin-bottom: 20px; padding: 10px 20px 5px; }
.msg p.title { color: #3b3830; font-size: 1.2em; font-weight: bold; line-height: 150%; margin-bottom: 8px; }
.msg p.tel { color: #3b3830; font-size: 1.4em; font-weight: bold; line-height: 150%; }
