.contact {
	width:95%;
	margin:auto;
	background-color:#fff;
	padding:15px 10px;
}


/* お問い合わせフォーム　*/
#ContactAddForm {
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:50px;
}

#ContactAddForm fieldset {
	border:1px solid #999;
	margin-bottom:10px;
	padding:10px;
}

#ContactAddForm legend {
	margin-left:35px;
	margin-bottom:10px;
	padding:3px 5px;
	border:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;	
}

div.input {
	padding-bottom: 5px;
}

.input label{
	float:left;
	width:110px;
	margin-right:18px;
	margin-top:4px;
	clear:left;
	text-align:right;
	text-decoration:underline;
}

.input input {
	width:250px;
}

div.error-message {
	margin-left: 150px;
}

div.submit {
	text-align:center;
}

.contact textarea {
	width:300px;
	height:200px;
}

/*　確認ページ　*/
.contact dl{
	width:90%;
	margin:auto;
}

.contact dt{
	font-weight:bold;
}

.contact dd{
	margin-bottom:10px;
}

.contact dt, .contact dd{
	color:#333333;
	font-size:10pt;
}

/* 説明ボックス*/
.cautionbox ul {
	margin-top:0;
}

.contact p {
	width:450px;
	margin:auto;
}

p.actions {
	margin-top:30px;
	text-align:center;
	font-size:11pt;
}

#visual {
	border:1px solid #ddd;
	margin:auto;
}

.crumb_navi {
	margin-top:7px;
}
