@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* textImg
--------------------------------------------------------------------*/
#content .textimg {
	zoom:1;
	overflow:hidden;
	margin:0 0 60px;
}

#content .textimg .left{
  padding-top:3px;
}

#content .textimg p {
	margin:0 0 0 220px;
}

#content .textimg p.mid{
  margin: 21px 0 15px 220px;
}

#content p.tel{
  text-align:center;
  padding: 0 0 20px;
}

/* form
--------------------------------------------------------------------*/
#form {
  padding: 0 0 60px;
}

#form table {
  margin-bottom:20px;
}

#form table th {
  width: 208px;
  padding: 7px 0 0 10px;
}

#form table td {
  padding: 7px 0 7px 11px;
}

#form table th img {
	margin:-2px 0 0 10px;
	vertical-align:middle;
}

#form table td select {
	width:399px;
	border:1px solid #7F9DB9;
	margin: 2px 0 4px;
}

input[type="text"], 
#form table textarea {
  font-family: "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	border:1px solid #7F9DB9;
/*    border-color: #ccc #ddd #ddd #ccc;*/
    box-shadow: 1px 1px 4px -2px #C5C5C5 inset;
}

input[type="text"]:focus, 
#form table textarea:focus {
	box-shadow:none;
}

input[type="text"] {
	width:393px;
	height:20px;
	padding-right: 2px;
	padding-left: 2px;
	line-height:1.2;
	margin:2px 0 2px 0;
	vertical-align:middle;
}

#form table textarea {
	width:393px;
	height:114px;
	padding:2px;
	line-height:1.4;
	margin: 4px 0 4px;
}

p.submit button {
	background: none;
	border: none;
}

p.submit button:focus {
	outline:none;
}

p.submit{
  text-align:center;
}

/* privacy
--------------------------------------------------------------------*/
#privacy {
  padding-left:2px;
}

#content #privacy p{
	margin:0 0 20px 0;
}
	
#content #privacy ol {
	list-style-type:decimal;
	list-style-position:outside;
	padding-left:20px;
}
	
#content #privacy ol li{
  margin-bottom:23px;
}
   
#content #privacy ol li.last{
	margin-bottom:0;
}


/* thanks
--------------------------------------------------------------------*/
#content #thanks {
	margin-bottom:30px;
}

