@charset "UTF-8";

form#mailform{
	width:440px;
}
input[id="name"],input[id="email"]{
	position:relative;
	font-family:"Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:23px;
	border:1px solid #552d14;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	margin:5px 5px 15px 0px;
	padding:1px 2px;
	background-color:#ffffff;
	font-size:13px;
	width:370px;
}
input[id="tel"]{
	position:relative;
	font-family:"Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:23px;
	border:1px solid #552d14;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	margin:5px 5px 15px 0px;
	padding:1px 2px;
	background-color:#ffffff;
	font-size:13px;
	width:230px;
}
input[id="add"],input[id="del"]{
	position:relative;
	font-family:"Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:23px;
	border:1px solid #552d14;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	margin:5px 5px 5px 0px;
	padding:1px 2px;
	background-color:#ffffff;
	font-size:13px;
	width:180px;
}
input[id="add02"]{
	position:relative;
	font-family:"Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:23px;
	border:1px solid #552d14;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	margin:5px 5px 15px 0px;
	padding:1px 2px;
	background-color:#ffffff;
	font-size:13px;
	width:370px;
}
textarea{
	position:relative;
	font-family:"Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:23px;
	border:1px solid #552d14;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	margin:5px 5px 15px 0px;
	padding:1px 2px;
	background-color:#ffffff;
	font-size:13px;
	width:370px;
	resize: vertical;
}
input[type="button"],input[type="submit"],button{
	cursor:pointer;
}
.btn{
	position:relative;
	cursor:pointer;
	outline:medium none;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font:14px/1.5 "Century Gothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1;
	font-size:13px;
	font-weight:normal;
	padding:6px 16px;
	border-radius:4px 4px 4px 4px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#552d14;
	-moz-border-top-colors:none;
	-moz-border-right-colors:none;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;border-image:none;
	color:#000000;
}
.btn:hover{
	filter:none;
	background:none repeat scroll 0 0 #ff7200;
	text-decoration:none;
	color:#ffffff;
}
.btnsubmit{
	padding:8px 40px;
}
.btnsubmit02{
	padding:8px 30px;
}
.forms label{
	margin-bottom:2px;
	width:100px;
	margin-right:10px;
}
textarea[id="message"]{
	line-height:1.4em;
	height:100px;
	resize: vertical;
}
textarea[id="doc"]{
	line-height:1.4em;
	height:45px;
	resize: vertical;
}
textarea[id="order"]{
	line-height:1.4em;
	height:130px;
	resize: vertical;
}
.push{
	text-align:center;
}