@charset "UTF-8";

.bnrArea_hq {
	float: right;
	text-align: center;
	padding-right: 20px;
}
#touroku_hq {
	background-color: #fafafa;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 0 20px 20px;
	max-width: 600px;
}
#touroku_hq h2 {
	margin-top: 20px !important;
}
#touroku_hq .upperRow {
	width: 100%;
	margin-bottom: 10px;
}
#touroku_hq .upperRow .col_l {
	float: left;
	padding-bottom: 10px;
	width: 330px;
}
#touroku_hq .upperRow .col_l .check {
	margin-top: 20px;
}
#touroku_hq .stit {
	font-weight: bold;
	margin-bottom: 10px;
}
#touroku_hq .upperRow .col_r {
	float: right;
}
#touroku_hq .jp {
	width: 160px;
}
#touroku_hq .jp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#touroku_hq .jp li {
	display: inline-block;
	float: left;
	list-style-type: none;
	padding: 0 5px 5px 0;
}
#touroku_hq .underRow {
	width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	#touroku_hq .upperRow .col_l {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#touroku_hq .upperRow input[type="text"] {
		width: 70% !important;
	}
	#touroku_hq .upperRow .col_r {
		float: none;
		width: 100%;
	}
	#touroku_hq .underRow input[type="text"] {
		width: 70%;
	}
	#touroku_hq input[type="submit"] {
		margin-top: 10px;
	}
}