@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content p.tel{
  padding: 5px 0 50px;
}

#content p.no1{
  margin-bottom:10px;
}

/* form
--------------------------------------------------------------------*/
#form {
  padding: 5px 0 38px;
}

#form table {
  margin-bottom:30px;
}

#form table th,
#form table td {
	border: solid 1px #CCCCCC;
}
#form table th {
  width: 200px;
  background:#F3E9CD;
  font-weight:normal;
  padding: 6px 8px 6px 10px;
}
#form table td {
	vertical-align:middle;
	padding: 3px 8px 3px 10px;
}
#form table th img {
	margin: 0 0 0 10px;
	vertical-align:middle;
}
input[type="text"] {
	width: 393px;
	padding: 1px 2px;
	line-height:1.2;
	margin: 6px 0;
	vertical-align:middle;
	border:1px solid #7F9DB9;
}

#form table textarea {
	width: 393px;
	height:118px;
	padding: 1px 2px;
	line-height:1.4;
	margin: 7px 0;
	border:1px solid #7F9DB9;
}
p.submit {
	text-align: center;	
}

p.submit button {
	background: none;
	border: none;
}

/* privacy
--------------------------------------------------------------------*/
#privacy{
  padding: 5px 0 32px;
}

#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;
}

/* publink
--------------------------------------------------------------------*/
#content ul.publink{
  padding: 0 0 8px;
}
