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


/* お問い合わせフォームページ　contact.html
////////////////////////////////////////////////////////////*/
input[type="text"],
textarea {
    width: 80%;
}
#formtxt {
	width: 900px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
#formtxt #toptxt {
	width: 500px;
	float: left;
	text-align: left;
}
#teltxt {
	float: right;
	color: #647dbd;
	font-weight: bold;
	background-color: #e6f4fd;
	padding: 6px 12px;
	text-align: right;
	margin: 0 12px 0 20px;
}
#faxtxt {
	float: right;
	background-color: #e6f4fd;
}
.formtit {
	font-size: 15px;
	padding: 0 6px;
	vertical-align: middle;
}
#wrapper {
	background: #ffffff;
	margin: -70px auto 0 auto;
	z-index: 999;
	padding: 0 0 0 0;
}
#contact_form {
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#contact_form_table {
	width: 900px;
	font-size: 15px;
	border-top: 1px solid #c7cfe2;
	border-right: 1px solid #c7cfe2;
	margin: 20px auto 15px auto;
}
#contact_form_table caption {
	margin: 0 0 2px 0;
	text-align: center;
}
#contact_form_table th {
	width: 300px;
	border-left: 1px solid #c7cfe2;
	border-bottom: 1px solid #c7cfe2;
	background-color: #e6f4fd;
	text-align: left;
	padding: 15px;
}
#contact_form_table td {
	width: 600px;
	border-left: 1px solid #c7cfe2;
	border-bottom: 1px solid #c7cfe2;
	padding: 15px 15px 15px 20px;
}
#contact_form_table input {
  position: relative;
  top: 2px;
}
.note {
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.text_red {
	color: #CA4343;
}
#confirmation_btn {
	width: 900px;
	overflow: hidden;
    position: relative;
	margin: 15px auto 100px auto;
}
#confirmation_btn ul {
    position: relative;
	float: left;
    position: relative;
	left: 50%;
}
#confirmation_btn li {
    position: relative;
	float: left;
	left: -50%;
	padding: 0 0 0 30px;
	font-size: 17px;
}
.caution {
	width: 600px;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 auto;
}

/*h1 {
	font-size: 26px;
	font-weight: bold;
	padding: 2px 0 2px 25px;
	margin: -2px 0 26px 0;
	line-height: 1.4;
	vertical-align: middle;
}
h2{
	font-size: 24px;
	padding: 140px 0 2px 0;
	margin: -140px 0 20px 0;
	line-height: 1.4;
	vertical-align: middle;
}
.h2_small {
	font-size: 20px;
	padding: 0 0 0 20px;
}
#lineupbox {
	text-align: center;
	margin: 0 0 20px 0;
}
.caution {
	font-size: 11px;
	line-height: 1.2;
	width: 730px;
}
.small {
	font-size: 11px;
}

#contact_form {
	width: 730px;
}
#contact_form_table {
	width: 730px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 20px 0 15px 0;
}
#contact_form_table caption {
	margin: 0 0 8px 0;
}
#contact_form_table th {
	width: 150px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.qualified_person {
	background-color: #FBD7F2;
}
#contact_form_table td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
}
#contact_form_table input {
  position: relative;
  top: 2px;
}
.note {
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.text_red {
	color: #CA4343;
}
#confirmation_btn {
	width: 726px;
	overflow: hidden;
    position: relative;
	margin: 15px 0 30px 0;
}
#confirmation_btn ul {
    position: relative;
	float: left;
    position: relative;
	left: 50%;
}
#confirmation_btn li {
    position: relative;
	float: left;
	left: -50%;
	padding: 0 0 0 30px;
	font-size: 12px;
}


/* お問い合わせフォームページ　thanks.html
////////////////////////////////////////////////////////////*/
#thanks dt {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	color: #647dbd;
	margin:0 0 30px 0;
}
#thanks dd {
	padding-left: 1em;
}
#thanks dd p {
	padding: 20px 0 0 0;
	text-indent: -1em;
}
.home_top {
	width: 150px;
	padding: 6px 6px;
	background-color: #647dbd;
	color: #ffffff;
	text-align: center;
	margin: 30px auto 130px auto;
}
.home_top a {
	color: #ffffff;
}
.home_top a:hover {
	color: #a1b0d5;
}
#thankyou {
	text-align: center;
}
#again {
	width: 900px;
	margin: 30px auto 50px auto;
	font-size: 15px;
	text-indent: 1em;
	padding: 0 0 0 -1em;
}

/* エラー画面
////////////////////////////////////////////////////////////*/
.error_text {
	width: 850px;
	margin: 20px auto 300px auto;
	text-align: center;
}


/* 確認画面
////////////////////////////////////////////////////////////*/
#transmission_text {
	margin: 20px 0 0 0;
	font-weight: bold;
}



