@charset "utf-8";

#breadcrumb {
	width: 1000px;
	margin: 0 auto;
} 

h2 {
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 50px 0 40px 0;
	color: #000000;
	background: #f6f1e7;
}

h2 img {
	padding: 0 0 30px;
}

main {
	background-image: url(../img/arrow.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	color: #e60012;
	font-size: 115%;
}

main a {
	color: #000000;
}

main .textBOX {
	clear: both;
	border-top: #D1D1D1 1px solid;
	padding: 25px 0;
}
main .textBOX-last {
	clear: both;
	border-top: #D1D1D1 1px solid;
	border-bottom: #D1D1D1 1px solid;
	margin: 0 0 50px;
	padding: 25px 0;
}
main .textBOX:after,
main .textBOX-last:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
} 
main .textBOX,
main .textBOX-last { display: inline-block;} 
/* Hides from IE-mac \*/ 
* html main .textBOX { height: 1%;} 
* html main .textBOX-last { height: 1%;} 
main .textBOX,
main .textBOX-last { display: block;} 



main p.text {
	float: left;
	width: 185px;
	margin: 10px 0 0 50px;
	padding: 0 0 0 42px;
	color: #000000 !important;
}
main p.text2 {
	float: left;
	width: 185px;
	margin: 0 0 0 50px;
	padding: 0 0 0 42px;
	color: #000000 !important;
}

main p.black {
	color: #000000 !important;
	text-align: center;
}

main p.required {
	background: url(../img/icon_required.png) 0 50% no-repeat;
}

main p.area {
	float: left;
	width: 473px;
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
}

main input.textarea {
	width: 521px;
	height: 38px;
	border: none;
	background: #eeeeee;
	font-size: 100%;
}
main textarea.textarea {
	width: 521px;
	height: 100px;
	border: none;
	background: #eeeeee;
	font-size: 100%;
}


main p.radio_btn span {
	margin: 0 30px 0 0;
	padding: 0 0 0 5px;
	color: #000000 !important;
}

main .btn_send {
	clear: both;
	width: 434px;
	height: 65px;
	background: url(../img/btn_send.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	border: none;
}


