#contact .contents_inner{
	width:900px;
}
.adtable{
	width:800px;
	margin:0 auto 40px;
}
.adtable tbody{
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
.adtable tr{
	width:100%;
	box-sizing:border-box;
}
.adtable tr td{
	border-bottom:none;
}
.adtable td.titletd{
	width:35%;
	box-sizing:border-box;
	padding:10px;
	background:#ECECEC;
	margin-bottom:20px;
	line-height:160%;
	vertical-align:top;
}
.adtable td.titletd p{
	margin:0px;
}


.adtable td.formtd{
	width:65%;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:40px;
	background:#EFEFEF;
	vertical-align:top;
}

.adtable td.formtd input{
	font-size:15px;
}
.adtable td.formtd select{
	font-size:15px;
}
.wpcf7-form .hissu{
	margin-left:0px;
	margin-right:5px;
	color:#cc0000;
	font-size:12px;
}
.wpcf7-form p a{
	margin-right:30px;
	padding:0px;
	line-height:100%;
}
.submitframe{
	padding-top:5%;
	text-align:center;
}

.submitframe input{
	background:rgba(35,106,177,1);
	color:#ffffff;
	padding:10px 30px;
	text-decoration:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
	text-align:center;
	width:400px;
	-webkit-appearance: none;
	font-size:20px;


}
.adtable .formtd textarea{
	width:100%;
	background-color:#F5ECCE;
	border:solid 1px #999999;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:0px;
	margin-top:0%;
	-webkit-appearance: none;
	font-size:15px;
}
.adtable .formtd input.wpcf7-text{
	width:100%;
	background-color:#F5ECCE;
	border:solid 1px #999999;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:0px;
	margin-top:0%;
	-webkit-appearance: none;
	font-size:15px;
}
.adtable .formtd input.wpcf7-number{
	width:300px;
	background-color:#F5ECCE;
	border:solid 1px #999999;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:30px;
	margin-top:0%;
	font-size:15px;
}
.adtable #tr_event_person .formtd input.wpcf7-number{
	width:80px;
	margin-right:5px;
	margin-bottom:0px;
}


.adtable .formtd #zip1{
	width:80px;
}
.adtable .formtd #zip2{
	width:120px;
}

#hide_product_name{
	display:none;
}
#hide_event_title{
	display:none;
}
