@charset "UTF-8";

div#mf_wrapper {
	width: 760px;
	text-align: left;
	font-family: sans-serif;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 140px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform tr td .select_waku{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
table.mailform tr td .waku{
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}
table.mailform tr td .waku img{
	display: block;
	margin: 0 auto 15px auto;
}
table.mailform tr td .select_service{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
table.mailform tr td .select_service .select_service_box{;
	width: 49%;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
table.mailform tr td .select_service .select_service_box img{
	margin:0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}











