@CHARSET "UTF-8";

.itemSearch {
	margin: 0px;
}

.itemSearch {
	padding-left: 0.3em;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

.itemSearch .searchTitle {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	flex: 9 60%;
	order: 1;
	flex-basis: 100%;
}

.itemSearch .conditionlbl1 {
	order: 2;
	flex-basis: 100%;
}

.itemSearch .condition1 {
	order: 3;
	flex-basis: 100%;
}

.itemSearch .condition2 {
	order: 4;
	flex-basis: 100%;
	padding-top: 1vh;
}

.itemSearch .conditionlbl2 {
	order: 5;
	flex-basis: 100%;
	padding-top: 1vh;
}

.itemSearch .condition3 {
	order: 6;
	flex-basis: 100%;
}

.itemSearch .condition3 input {
	width: 35%;
}

.itemSearch .btnDiv {
	padding-top: 1vh;
	order: 7;
}

.itemSearch .title {
	font-weight: bold;
}

.itemSearch .title-ft-mid {
	font-size: 1.0rem;
}

.itemSearch .btnDiv .link {
	display: none;
}

FORM {
	width: 100%;
	font-size: 16px;
	margin: 0.1em;
}

#description {
	display: block;
	background-color: #fff;
	padding-top: 1em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.itemSearch .gengoName {
	width: 20%;
	max-width: 60px;
}

.itemSearch .year {
	width: 15%;
	max-width: 45px;
}

.itemSearch .month {
	width: 15%;
	max-width: 45px;
}

.itemSearch .day {
	width: 15%;
	max-width: 45px;
}

@media ( max-height : 23.75rem) {
	.itemSearch .searchTitle {
		font-size: 1em;
		flex: 6 50%;
		order: 1;
		font-weight: bold;
	}
	.itemSearch .conditionlbl1 {
		order: 3;
		flex-basis: 100%;
	}
	.itemSearch .condition1 {
		order: 4;
	}
	.itemSearch .condition2 {
		order: 5;
		flex-basis: 100%;
	}
	.itemSearch .conditionlbl2 {
		order: 6;
		flex-basis: 100%;
	}
	.itemSearch .condition3 {
		order: 7;
	}
	.itemSearch .btnDiv {
		padding-top: 0.2em;
		order: 2;
		flex: 1 100%;
		text-align: right;
		padding-right: 0.2em;
		white-space: nowrap;
		margin: inherit;
	}
	.itemSearch .btnDiv .link {
		display: inline;
		float: left;
		font-size: 1em;
	}
	#description {
		display: none;
		position: absolute;
		border: solid 1px;
		top: 15%;
	}
	@page {
		size: portrait;
	}
	.itemSearch .gengoName {

		max-width: 80px;
	}

	.itemSearch .year {
		max-width: 60px;
	}

	.itemSearch .month {
		max-width: 60px;
	}

	.itemSearch .day {
		max-width: 60px;
	}
}