body{background: white}
#content{width: 870px;}

h2.descripton{color: #847b4b;margin-bottom: 15px;}

#content #form form .email,form .your_tel{
	ime-mode:inactive;
}

#content #form form .name,form .age,form .your-message{
	ime-mode:active;
}
#content #form{margin-bottom: 150px}
#content #form dl dt {padding: 10px 10px 0.50px;
margin-bottom: 1em;
width: 220px;
float: left;
clear: both;
line-height: 2.5;}
#content #form dl dd {
	border-bottom: 1px dotted #d3d3d3;
min-height: 30px;
margin: 0 0 1em 0;
padding: 1em 0 1em 240px;
border-bottom: 1px dotted #d3d3d3;}
#content #form dl dd .subtext{padding-right: 10px}
#content #form dd,dd div{padding: 5px;}

#content #form  h3,#content #index10 h3{font-size: 20px;
	text-align: left;
	font-weight: bold;
	  border-bottom: 1px #d3d3d3 dotted;
  border-left: #ffaa00 7px solid;
  line-height: 1.2;
 padding-left: 4px;
 margin-bottom: 20px;
 margin-top: 20px;
	}

#content #index10 .whitebg{padding-top: 10px;}

#content #index10 p.h3_sub{margin:10px 10px 20px;text-align: left}
#content #form dl .hissu{color:#ef6c53; font-size: 0.8rem;}
#content #form dl dd input[type="text"],
#content #form dl dd textarea{max-width: 90%;
border: 0;
  padding: 5px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

  #content #form dl dd textarea{width: 600px;}

#content #form input[type="submit"]{
	text-align: center;
	text-decoration: none;
display: block;
	font-weight:bold;
	font-size: 15rem;
	color: #ffffff;
	margin: 1em auto;
	width: 80%;
	padding: 1em 0;
	background: -moz-linear-gradient(
		top,
		#f7a594 0%,
		#ee6856);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7a594),
		to(#ee6856));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ee6856;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 4px rgba(227,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);


}

footer{padding-bottom: 20px}

#backbtn {
	text-align: center;
	text-decoration: none;
display: block;
	font-weight:bold;
	font-size: 15rem;
	color: #694547;
	margin: 1em auto;
	width: 80%;
	padding: 1em 0;
	background: -moz-linear-gradient(
		top,
		#fff9f2 0%,
		#f5df85);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fff9f2),
		to(#f5df85));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f2ca7b;
	-moz-box-shadow:
		0px 1px 3px rgba(179,177,177,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(179,177,177,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(179,177,177,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px 0px 4px rgba(255,255,255,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* 自由に編集下さい */

table.formTable{
	font-size:13rem;
	width:100%;
	margin:0.5em auto 2em;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #a2a098;
	padding:0.4em;
}
table.formTable th{
	width:40%;
	font-size: 12rem;
	font-weight:normal;
	background:#f6f3e8;
	text-align:left;
}
p.error_messe{
	margin:0.3em 0;
	color:red;
}
