@charset "utf-8";
/**
 * style.css
 */

/* search
--------------------------------------------------*/
/* layout */


.searchArea form {
	padding: 0;
}
/* box00 */
.searchArea .box00 {
	position: relative;
	background-color: #294a97;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
	z-index: 4;
	padding: 20px;
}
.searchArea .box00 .toggleSearch  {
	padding-top: 20px;
}
.searchArea .box00 .toggleSearch a {
	color: #FFF;
	font-size: 14px;
}
.searchArea .box00 table {
	margin-top: 20px;
	font-size: 14px;
}
.searchArea .box00 th {
	background: #2867B3;
	border: solid 1px #294a97;
	padding: 4px 8px;
}
.searchArea .box00 td {
	background: #FFF;
	border: solid 1px #294a97;
	padding: 4px 8px;
	color: #000;
}
.searchArea .box00 select {
	font-size: 16px;
	line-height: 1em;
}
.searchArea .box00 input[type=text] {
	font-size: 16px;
	line-height: 1em;
	width: 100%;
	box-sizing: border-box;
}
.searchArea .box00 label {
	display: inline-block;
	min-width: 200px;
	box-sizing: border-box;
	padding-right: 10px;
	
}
.searchArea .box00 .formBtn {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 200px;
	height: 43px;
	margin: 17px auto 0;
	padding-left: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
	background-color: #1f3066;
	border-bottom: #142046 solid 2px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.noT .searchArea .box00 .formBtn:hover {
	opacity: 0.7;
}
/* SP */
@media only screen and (max-width:768px) {
.searchArea .box00 select {
	width: 100%;
}
.searchArea .box00 label {
	min-width: 0;
white-space: normal !important;	
}


	.searchArea .box00 .selects {
	}
	.searchArea .box00 .selectLabel {
	}
	.searchArea .box00 .selectLabel + .selectLabel {
	}
}


/* box01 */
.searchArea .box01 {
	position: relative;
	background-color: #294a97;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
	z-index: 4;
	padding: 20px;
}
.searchArea .box01 .selects {
	margin: 10px 0 15px -20px;
}
.searchArea .box01 .selectLabel {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 50%;
	max-width: 50%;
	padding-left: 20px;
}
.searchArea .box01 select {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0;
	padding: 2px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background-color: #2867b3;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	outline: none;
	resize: none;
	vertical-align: middle;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
}
/* SP */
@media only screen and (max-width:768px) {
	.searchArea .box01 .selects {
		margin: 15px 0 5px;
	}
	.searchArea .box01 .selectLabel {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.searchArea .box01 .selectLabel + .selectLabel {
		margin-top: 15px;
	}
}

/* box02 */
.searchArea .box02 {
	position: relative;
	background-color: #205fa9;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
	z-index: 3;
	padding: 20px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.searchArea .box02 .mttl:after {
	background-color: #1f75d0;
}
.searchArea .box02 .selects {
	margin: 10px 0 15px -20px;
}
.searchArea .box02 .selectLabel {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
}
.searchArea .box02 select {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0;
	padding: 2px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background-color: #1f75d0;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	outline: none;
	resize: none;
	vertical-align: middle;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	box-shadow:0px 4px 11px -6px #000;
	-moz-box-shadow:0px 4px 11px -6px #000;
	-webkit-box-shadow:0px 4px 11px -6px #000;
}
/* SP */
@media only screen and (max-width:768px) {
	.searchArea .box02 .selects {
		margin: 15px 0 5px;
	}
	.searchArea .box02 .selectLabel {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.searchArea .box02 .selectLabel + .selectLabel {
		margin-top: 15px;
	}
}


/* box03 */
.searchArea .box03 {
	background-color: #3177a9;
	padding: 20px;
	clear: both;
}
.searchArea .box03 .mttl {
	margin-bottom: 15px;
}
.searchArea .box03 .mttl:after {
	background-color: #2a93c1;
}
.searchArea .box03 .formText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
	padding: 17px 10px 15px;
	font-size: 15px;
	background: #FFF;
}
.searchArea .box03 .formBtn {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 200px;
	height: 43px;
	margin: 17px auto 0;
	padding-left: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
	background-color: #1f3066;
	border-bottom: #142046 solid 2px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.noT .searchArea .box03 .formBtn:hover {
	opacity: 0.7;
}
/* SP */
@media only screen and (max-width:768px) {
	.searchArea .box03 .formText {
		float: none;
		width: 100%;
		font-size: 15px;
	}
}