﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content p.tel {
	padding: 0 0 40px 0;
}

#content .box dl {
	margin-bottom:0;
}
/* form
--------------------------------------------------------------------*/
#form {
	padding: 0 0 40px;
}
#form table {
	margin-bottom:30px;
}
#form table th {
	background-color:#FCFEF1;
	width: 207px;
	padding: 6px 0 0 12px;
}
#form table td {
	padding: 6px 5px 5px 15px;
}
#form table th img {
	margin:0 0 0 10px;
	vertical-align:-2px;
}
#form table th span {
	color:#41842D;
}
#form table td p {
	display:block;
	line-height:2;
	overflow:hidden;
	zoom:1;
}
#form table td p span {
	display:block;
	float:left;
	margin-right:5px;
}
#form table td label {
	display:inline;
	margin:0 15px 0 0;
}
#form table td label input {
	vertical-align:-2px;
	margin:0;
}
input,textarea {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
input[type="text"] {
	width:384px;
	height:18px;
	padding-right: 2px;
	padding-left: 2px;
	line-height:1.2;
	margin:2px 0 4px 0;
	vertical-align:middle;
	background:#fff;
	border:1px solid #ccc;
}
#form table textarea {
	width:384px;
	height:114px;
	padding:2px;
	line-height:1.4;
	margin:7px 0 4px;
	background:#fff;
	border:1px solid #ccc;
}
#form table input.must {
	font-size:14px;
	color:#333;
}
p.submit {
	text-align: center;
}
p.submit button {
	background: none;
	border: none;
}
p.submit button:focus {
	outline:none;
}

/* privacy
--------------------------------------------------------------------*/
#content #privacy p {
	margin:0 0 24px 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:35px;
}
#content #privacy ol li span {
	padding-left:15px;
}


#content #thanks {
	margin-bottom:30px;
}

