@charset 'UTF-8';
.secondaryPages .topContents .topText {
	max-width: 100%;
	min-height: inherit;
}
@media screen and (max-width: 767px) {
	.topContents.catalog {
		border-bottom: 4px solid #c29558;
		margin-bottom: 0;
	}
}
.catarogSearchById {
	text-align: center;
}
.inputBlock,.buttonBlock {
	display: inline-block;
	margin: 0 4px;
}
.catarogSearchById .inputBlock input {
	border: solid 2px #ccc;
	box-sizing: border-box;
	font-size: 200%;
	padding: 5px 20px;
	text-align: center;
	vertical-align: bottom;
	width: 160px;
  height: 50px;
}
.catarogSearchById .buttonBlock button {
	background: #FF7645;
	border: solid 2px #FF7645;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 110%;
	height: 50px;
	padding: 4px 5px 3px;
	text-align: center;
	vertical-align: bottom;
	width: 80px;
}