@charset "utf-8";

/* ▼▼▼ お問合せ
=====================================*/
#visual {
	background: url(img/visual.jpg) no-repeat center top;
	}
.caution {
	margin-bottom: 30px;
	overflow: hidden;
	}
	.caution .required {
		background: url(img/required.gif) no-repeat left center;
		padding-left: 35px;
		}
		
table.info {
	width: 840px;
	margin-bottom: 20px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		padding: 10px 15px;
		border-bottom: 1px dotted #CCCCCC;
		color: #333333;
		vertical-align: top;
		}	
	table.info th {
		width: 170px;
		background: #F7F0DC url(img/required.gif) no-repeat 150px 13px;
		}
	table.info th.no {
		background: #F7F0DC;
		}
		
		table.info td input,
		table.info td textarea {
			border: 1px solid #ccc;
			padding: 3px;
			}
		table.info td input.mail {width: 85%;}
		table.info td input.max,
		table.info td textarea {width: 100%;}
		
		table.info td ul.radio li {
			float: left;
			margin-right: 30px;
			}
			table.info td ul.radio li input {margin-right: 10px;border: none;}
#privacy {
	height: 85px;
	border: 1px solid #CCCCCC;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
	}
	dl.privacy {
		margin-bottom: 20px;
		overflow: hidden;
		}
		dl.privacy dt {
			font-weight: bold;
			margin-bottom: 10px;
			}
	ol.privacy {
		overflow: hidden;
		}
		ol.privacy li {
			margin-bottom: 20px;
			}
		ol.privacy li li {
			margin: 0 0 0 20px;
			}
		ol.privacy li p {
			margin-left: 20px;
			}
		
.agree {
	margin-bottom: 20px;
	text-align: center;
	}			
.btn_box {
	position:relative;
	overflow:hidden;
	}
ul.btn {
	position:relative;
	left:50%;
	float:left;
	}
	ul.btn li {
		position:relative;
		left:-50%;
		float:left;
		margin-right: 10px;
		}

input#inputName8 {
	widows: 100%;
}
.errDisp {
  color: #F7101F;
}