@charset "utf-8";
/* CSS Document */
#mainBox .inner {
	padding-bottom:50px;
}

#mainBox .inner p{
 margin-top:0px;
 margin-bottom:20px;
}

.txt01{
 color:#EB655D;
 font-weight:bold;
}

#mainBox .inner table{
 margin-top:10px;
}

#mainBox .inner table tr td{
 padding-top:20px;
}

#mainBox .inner table tr td.inputarea{
 padding-left:30px;
}

#mainBox .inner table tr td.btn{
 text-align:center;
 padding-bottom:20px;
}
	#mainBox .inner table tr td.btn form {
		float:left;
		margin-right:50px;
	}
	#mainBox .inner table tr td.btn div {
	}
	#mainBox .inner table tr td.btn img {
		vertical-align:top;
	}
#mainBox .inner table tr td button{
 background:none;
 border:0;
 padding:0;
 margin:0;
 cursor:pointer;
}

.inline {
	display:inline;
}
.err {
	color:#EB655D;
}
.contactbox {
	border:3px solid #eb665e;
	background-color:#fdf0ef;
	padding-left:30px;
}
	.contactbox table {
		/*margin-left:30px;*/
	}
	.contactbox td textarea,
	.contactbox td input {
		padding:2px;
	}
textarea {
	width:444px;
}
textarea.memo {
	height:100px;
}
textarea.address {
	height:50px;
}
input.email {
	width:444px;
}
#mainBox .inner table tr td button.submitbutton {
	margin-right:50px;
}
