@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content h3{
  margin-bottom:20px;
}

#content p.tel{
  padding: 1px 0 41px;
}

/* form
--------------------------------------------------------------------*/
#form {
  padding: 0 0 40px;
}

#form table {
  margin-bottom:19px;
}

#form table th {
  width: 208px;
  background:#F1E6E1;
  font-weight:normal;
  padding: 6px 0 0 10px;
  border:1px solid #D4C7C1;
}

#form table td {
  padding: 2px 0 8px 11px;
  border:1px solid #D4C7C1;
}

#form table td.spa {
  padding: 3px 0 0 10px;
}

#form table td.spa2{
  line-height:1.8;
}

#form table td p{
	letter-spacing:-0.5px;
}

#form table th img {
	margin:-2px 0 0 10px;
	vertical-align:middle;
}

input[type="text"] {
	height:20px;
	padding-right: 2px;
	padding-left: 2px;
	line-height:1.2;
	margin:4px 0 3px 0;
	vertical-align:middle;
	background:#fff;
	border:1px solid #D4C7C1;
}

#form table textarea {
	padding:2px;
	line-height:1.4;
	width:393px;
	height:116px;
	margin:7px 0 6px;
	background:#fff;
	border:1px solid #D4C7C1;
}

p.submit{
	text-align:center;
	width:100%;
}

p.submit button {
	background: none;
	border: none;

}

/* privacy
--------------------------------------------------------------------*/
#content #privacy p{
	margin:-3px 0 25px 0;
}
	
#content #privacy ol {
	list-style-type:decimal;
	list-style-position: inside;
}
	
#content #privacy ol li{
  margin-bottom:25px;
}
   
#content #privacy ol li.last{
	margin-bottom:0;
}

#content #privacy ol li span{
	padding-left:15px;
}
