.flexible-middle-width div.content-wrap {
	max-width: 100% !important;
	padding: 0;
}
div.content-wrap .container {
	padding: 0;
}
div.content-wrap .crm-webform-body {
	max-width: 530px;
	margin: 0 auto;
}
div.content-wrap .crm-webform-wrapper,
div.content-wrap .crm-webform-header,
div.content-wrap .crm-webform-label,
div.content-wrap .crm-webform-checkbox-container,
div.content-wrap .crm-webform-submit-button {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:14px;
	line-height:1.5;
}
div.content-wrap .crm-webform-wrapper {
	padding: 0;
}
div.content-wrap .crm-webform-header-container {
	text-align: center;
	background: #132f57 url(../img/BGblue02.jpg) center center;
    color: #fff;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 18px;
}
div.content-wrap .crm-webform-default {
	border: none;
}
div.content-wrap .crm-webform-header-container h2 {
	display: none;
}
div.content-wrap button.crm-webform-submit-button {
	background: #132f57;
	width: 100%;
	opacity: 1.0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing:1em;
}

@media screen and (max-width:640px) {
	div.content-wrap .crm-webform-header-container {
    padding: 25px 5%;
    font-size: 14px;
	}
}



