#formWrap {
	width:1100px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #151f40;
	padding:20px 15px;
}
table.formTable th{
	width:30%;
	font-weight:bold;
	background:#151f40;
	text-align:left;
	color: #fff;
}

input[type="text"], textarea {
	padding:5px;
	font-size:95%;
	display:block;
	width:100%;
}

input, select {
	padding:5px;
	font-size:95%;
}

.kibou_box{
	margin: 5px 0;
	}

.ny_box{
	margin: 5px 0 -5px;
	color: #b01940;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	}

.textlines {
    border: 0.5px solid #151f40;
    border-radius: 0.25em;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 2.5;  /* 行の高さ */
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:400px;
	height:40px;
	text-align: center;
	margin: 0 auto;
	background-color: #9b1f5b;
	border: none;
	color: white;
}


@media screen and (max-width:751px) {
#formWrap {
	width:95%;
	margin:0;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:8px 5px;
	font-size:95%;
	display:block;
}
input, select {
	padding:8px 5px;
	font-size:95%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:90%;
	height:40px;
	font-size: 18px;
	padding: 0;
	margin: 0 auto;
}
}