@charset "utf-8";
/* CSS Document */
.titleDisp h2 {
	font-size: 1.5rem !important
}
.searchDisp {
	border-bottom-width:3px;
	border-bottom-style: solid;
	padding: 0 0 15px;
}
.searchDisp .wrapper{
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;
}
.searchDisp .wrapper p {
	margin: 0 auto 20px;
}
.btnDisp {
	position:absolute;
	bottom: 0;
}

.btnDisp .button-search {
	width: 133px;
	line-height: 38px;
	margin: 0 0 10px;
}
.btnDisp .button-clear {
    width: 133px;
    line-height: 38px;
    margin: 0 0 10px;
}
.btnDisp li:last-child .button-search{ margin:0}
.number {
	font-size: 24px;
    font-weight: bold;
    color: #f00;
}
/* ===============================================
  media (max-width:768px)
=============================================== */
@media (max-width:768px) {
	.btnDisp {
		position: relative;
		margin: 10px auto 0;
		text-align: center
	}
	.btnDisp li {
		display: inline-block;
	}
	.btnDisp .button-search {
		width: 150px;
		line-height: 40px;
		margin: 0 0px 10px !important;
	}
}
