@charset "utf-8";


#formWrap {
	width: 100%;
	color: #555;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}

table.formTable th{
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:10px;
	line-height:1.6em;
}

table.formTable td {
	margin-top:5px;
	border-bottom:0;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:18px;
	line-height:1.6em;
}

input[type="text"], textarea {
	width:100%;
	padding:10px 5px;
	display:block;
	background:#eeeeee;
	border:none;
}

input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

input[type="reset"], input[type="submit"]{
	display: inline-block;
	width: 30%;
	height: 40px;
	background: #071A4A;
	border: none;
	margin: 10px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.hissu {
	color: #FF0000;
}

.link_form {
	color: #22B9C7;
	text-decoration: underline;
}
