@charset "utf-8";
/* CSS Document */
/*
div#mimassi_contactform{
	
}
div#mimassi_contactcheck{
	display: none;
}
div.mimassi_contact{
	width: 100%;
}
div.mimassi_contact h2{
	font-weight: 400;
	text-align: center;
}
div.mimassi_contact table{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
div.mimassi_contact table tr{
	
}
div.mimassi_contact table tr th,
div.mimassi_contact table tr td{
	font-weight:400;
	color:#666;
	text-align:left;
	vertical-align:middle;
	padding:20px;
	box-sizing: border-box;
}
div.mimassi_contact table tr th{
	width:10em;
}
div.mimassi_contact table tr td{
	width: calc(100% - 10em);
}
div.mimassi_contact table tr td input{
	font-size:16px;
}
div.mimassi_contact table tr td input#name1{
	width:250px;
}
div.mimassi_contact table tr td input#name2{
	width:250px;
}
div.mimassi_contact table tr td input#mailaddress{
	width:585px;
}
div.mimassi_contact table tr td textarea{
	font-size:16px;
	width:585px;
	height:12em;
}
div.mimassi_contact table tr td.button_area{
	padding-top:40px;
	text-align:center;
}
input[type="submit"],
input[type="button"]{
	font-size:19px;
	color:#7CCBDE;
	background:none;
	border-style:none;
	background-color:#EAF5F7;
	width:10em;
	height:3em;
	cursor: pointer;
}

div#mimassi_contactcheck table tr td{
	width: auto;
}

div#mimassi_contactthanks{
	display: none;
}
div#mimassi_contactthanks p{
	text-align: center;
}
*/