/*--- contact*/
#contact {
	position:absolute;
	left: 1332px;
	top: 938px;
}

.contacttitle {
	margin:20px;
	font-size: 75%;
}

.contactbtn {
	float:left;
	margin-bottom:20px;
	margin-top: 50px;
}

#mailform {
	padding:20px;
	font-size:75%;

}

.formmargintop {
	margin-top:20px;
}

.textfieldRequiredMsg {
	font-size:10px;
}

.textareaRequiredMsg {
	font-size:10px;
}

.textfieldInvalidFormatMsg {
	font-size:10px;
}

#mailform2 {
	position:relative;
	padding:20px;
	font-size:75%;
}

#formconfirm {
	width:430px;
	height:350px;
}

#formconfirm dt{
	font-size:12px;
	font-weight:bold;
	width:430px;
}

#formconfirm dd{
	font-size:12px;
	margin-bottom:10px;
	width:430px;
}

#formconfirmbtn {

}

#formthx {
	margin:20px;
	font-size:12px;
}

#btn_send {
	background:url(../img/submitbtn.jpg) no-repeat left top;
	width:101px;
	height:46px;
	border: none;
	overflow: hidden;
	cursor: pointer;　
	text-align: left;
	display: block;
	text-indent:-9999px;
	margin-bottom:20px;

}

/* Operaのみ適用 */
*+html:first-child body form #btn_send {
	padding-left: 300px; 
}

.formconfirmfloat {
	width:200px;
	font-size:10px;


}

