body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15.5px;
	line-height:150%;
	color:#333333;
	margin: 0;
}
#header{
	width:100%;
	height:65px;
	margin:0px auto 0 auto;	
	background-color:#ffffff;
	border-bottom:0px solid #CCCCCC;
	position: fixed;
	z-index:9998;
}
#logo{
	display: block;
	position: absolute;
	top: -4px;
	width:355px;
	height:56px;	
	margin-left:0px;
}
#logo_idea{
	display: block;
	height: 56px;
	background: url(../img/logo_s.png) 0px 0px no-repeat;
	background-size: contain;
	margin: 0px;
}
#formWrap {
	width:940px;
	margin:0 auto;
	padding-top: 80px;
	position: relative;
	color:#555;
	line-height:120%;
	font-size:90%;
}
h3 {
	display: block;
	width: 940px;
	height: 60px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background: #b32509;
	margin-bottom: 35px;
	margin-top: 0px;
}
#contact-message {
	display: block;
	width: 540px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 26px;
	text-align:center;
}
.small{
	font-size: 15px;

}
form {
	margin: 40px auto 0 auto;
	width: 680px;
	padding: 1em;
	padding-left: 120px;
	padding-right: 120px;

}
form div + div {
	margin-top: 1.18em;
}
label {
	display: inline-block;
	width: 180px;
	height: 28px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	border-left:1px solid #999999;
}
select {
	width: 250px;
	height: 38px;
	border-left:1px solid #999999;
}
input, textarea {
	font: 1em sans-serif;
	width: 469px;
	height: 38px;
	padding:8px;
	box-sizing: border-box;
	border:1px solid #cccccc;
	background-color:#fffcf2;
}
textarea {
	width:469px;
	height:100px;
	resize: vertical;
	border:1px solid #cccccc;
	background-color:#fffcf2;
	padding:8px;
}
input:focus, textarea:focus{
	background-color:#ffffff;
}

.button {
	width:400px;
	height:76px;
	margin-left: 160px;
	margin-top: 15px;
	margin-bottom: 25px;
	background:url(../img/submit-button.png) 0px 0px no-repeat;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	border:1px solid #666666;
	border-radius: 17px;
}
.button:hover{
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
opacity: 0.5;
}

.red {
	color: #f15a24;
	font-size: 13px;
}
#footer{
	display: block;
	width: 100%;
	height:50px;
	margin:0px auto 0 auto;
	padding-top:20px;
	color:#FFF;
	font-size: 15px;
	text-align:center;
	background-color: #755e29;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {

#header{
	width:100%;
	height:65px;
	margin:0px auto 0 auto;	
	background-color:#ffffff;
	border-bottom:0px solid #CCCCCC;
	position: fixed;
	z-index:9998;
}
#logo{
	display: block;
	position: absolute;
	top: -4px;
	width:355px;
	height:56px;	
	margin-left:0px;
}
#logo_idea{
	display: block;
	height: 56px;
	background: url(../img/logo_s.png) 0px 0px no-repeat;
	background-size: contain;
	margin: 0px;
}

h3 {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background: #b32509;
	margin-bottom: 35px;
	margin-top: 0px;
}
#contact-message {
	display: block;
	width: 90%;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 26px;
	text-align:center;
}
.small{
	font-size: 14px;

}
form {
	margin: 40px auto 0 auto;
	width: 95%;
	padding: 1em;
	padding-left: auto;
	padding-right: auto;

}
label {
	display: inline-block;
	width: 300px;
	height: 28px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	border-left:1px solid #999999;
}
select {
	width: 300px;
	height: 38px;
	border-left:1px solid #999999;
}
input, textarea {
	font: 1em sans-serif;
	width: 500px;
	height: 38px;
	padding:8px;
	box-sizing: border-box;
	border:1px solid #cccccc;
	background-color:#fffcf2;
}
textarea {
	width:500px;
	height:100px;
	resize: vertical;
	border:1px solid #cccccc;
	background-color:#fffcf2;
	padding:8px;
}
input:focus, textarea:focus{
	background-color:#ffffff;
}
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:95%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="email"], textarea {
	width:95%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
}
.button {
	width:300px;
	height:76px;
	margin-left: 0px;
	background:url(../img/submit-button-s.png) 0px 0px no-repeat;
}
}