@charset "UTF-8";
#content h3 {
	margin: 40px 75px 10px;
	padding: 3px 0px 3px 10px;
	border-left: 2px solid #0062B3;
}
#content p.read {
	margin: 0px 75px;
}
/*=============================================
FC流れ
=============================================*/
#flowArea {
	color: #000;
	background: #DBE7F5 url(../images/form_bottom.gif) no-repeat left bottom;
	margin: 20px 75px 0px;
	padding-bottom: 15px;
}
#flowArea dl {
	padding: 20px 20px;
	background: #DBE7F5 url(../images/form_top.gif) no-repeat left top;
}
#flowArea dt {
	padding: 6px 0px 6px 10px;
	background: #3d87c5 url(../images/flow_top.gif) no-repeat left top;
}
#flowArea dt.s02, #flowArea dt.s03, #flowArea dt.s04, #flowArea dt.s05, #flowArea dt.s06 {
	padding: 35px 0px 6px 10px;
	background: #3d87c5 url(../images/flow_top2.gif) no-repeat left top;
}
#flowArea dd {
	padding: 8px 10px 15px;
	background: url(../images/flow_bottom2.gif) no-repeat left bottom;
}
/*=============================================
お申し込み・お問い合わせ
=============================================*/
#entry {
	color: #000;
	background: #DBE7F5 url(../images/form_bottom.gif) no-repeat left bottom;
	margin: 20px 75px 0px;
	padding-bottom: 20px;
}
#entry dl#entryTel {
	padding: 20px 0px 0px 20px;
	background: url(../images/form_top.gif) no-repeat left top;
	float: left;
	width: 285px;
}
#entry dl#entryWeb {
	padding: 20px 20px 0px 0px;
	background: url(../images/form_top.gif) no-repeat right top;
	float: right;
}
#entry dl dt {
	margin: 0px 0px 3px;
	padding: 0px;
	font-weight: bold;
	color: #0062b3;
}
/*ボックスクリア用ハック*/
#entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#entry {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #entry { height:1%; }
#entry { display: block; }
/* End hide from IE-mac */
/*---end---*/

/*=============================================
FCフォーム
=============================================*/
#entryFormArea {
	color: #000;
	background: #DBE7F5 url(../images/form_bottom.gif) no-repeat left bottom;
	margin: 20px 75px 0px;
	padding-bottom: 15px;
}
#entryFormArea p.cap {
	font-size: smaller;
	padding: 25px 30px 5px;
	background: #DBE7F5 url(../images/form_top.gif) no-repeat left top;
}
#entryFormArea p.cap span {
	color: #b00a0a;
}
#entryFormArea table {
	border-collapse: collapse;
	width: 610px;
	border-top: 1px solid #bacdde;
	margin: 0px 30px;
}
#entryFormArea table tr th, #entryFormArea table tr td {
	vertical-align: top;
	padding: 7px 0px;
	border-bottom: 1px solid #bacdde;
}
#entryFormArea table tr.sendArea th, #entryFormArea table tr.sendArea td {
	border: none;
}
#entryFormArea table tr th {
	font-weight: normal;
	text-align: left;
	width: 5%;
	white-space: nowrap;
	padding-right: 1em;
}
#entryFormArea table tr th span {
	color: #b00a0a;
	font-size: smaller;
}
#entryFormArea input {
	width: 99%;
}
#entryFormArea textarea {
	width: 99%;
	height: 10em;
}
input#keitai {
	width: auto;
}
input#company {
	width: 300px;
}
input#mail, input#name, input#furigana {
	width: 200px;
}
input#tel1, input#fax1 {
	width: 40px;
}
input#tel2, input#fax2 {
	width: 60px;
}
input#tel3, input#fax3 {
	width: 80px;
}
input#postal1 {
	width: 40px;
}
input#postal2 {
	width: 60px;
}
#entryFormArea table tr.sendArea td input#send {
	width: 145px;
	height: 36px;
	float: left;
	margin-right: 15px;
}
p.cancelBtn {
	padding-top: 18px;
}
p.cancelBtn a {
	line-height: 0;
	width: 13em;
	padding: 0px 0px 0px 18px;
	background: url(../images/x01.gif) no-repeat left center;
}
div#backBtn {
	margin: 30px auto 0px;
	width: 87px;
}
div#backBtn a {
	display: block;
	width: 87px;
	height: 26px;
	background: url(../images/btn_back.gif) no-repeat left bottom;
	text-indent: -999em;
}
div#backBtn a:hover {
	background-position: left top;
}

