/*お問い合わせフォーム--------------------------------*/
#contactTable{
	width:700px;
	margin:30px auto 10px auto;
	padding:15px;
	border-collapse:collapse;
}
#contactTable td{
	padding:10px;
	vertical-align:top;
}
#contactTable td:first-child{
	width:95px;
}
#contactTable input{
	padding:5px;
	font-size:14px;
}
.message{
	width:97%;
	height:300px;
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
	}
	


/*確認画面----------------------*/
#presend{
	background-color:#666;
	width:210px;
	height:50px;
	border:none;
	font-size:16px;
	color:#fff;
}

#send{
	background-color:#C1272D;
	width:160px;
	height:46px;
	border:none;
	font-size:16px;
	color:#fff;
}
#back{
	background-color:transparent;
	width:160px;
	height:46px;
	border:1px solid #ccc;
	color:#fff;
	font-size:16px;
}
#confirmAreaScreen{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=86);
	background-color: rgba(0,0,0, 0.86);
	z-index:200;
	overflow:auto;
}

#confirmArea{
	color:#FFFFFF;
	width:700px;
	margin:30px auto 30px auto;
	padding:30px 0 60px 0;
	z-index:10000;
	overflow-y:auto;
}

#confirmation{
	padding:30px;
	background-color:#fff;
	color:#333;
	margin:10px auto 25px auto;
}
#confirmation dt{
	clear:both;
	float:left;
	width:255px;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dd{
	float:left;
	width:370px;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dt:first-child,#confirmation dd:nth-of-type(1){
	border-top:none;
}
.scrollFix{
	position:fixed;
}