@charset "utf-8";

.pager {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.1em;
}

#filter {
	text-align: center;
}
#filter > div {
	display: inline-block;
	margin: 0 5px;
}

#detail .customer_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px #ccc solid;
	background: #fff;
}

#detail .reply {
	clear: left;
	padding: 25px 0 6px 26px;
	background: url(/img/icon_arrow_reply.png) no-repeat left 30px;
	color: #a00;
}

#detail .staff_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

#example table th,
#example table td {
	padding: 0 5px;
	white-space: nowrap;
}
#example table td.car {
	white-space: normal;
}
#example table td.price {
	font-weight: bold;
}

@media screen and (max-width:  640px){

	#filter {
		text-align: left;
	}
	
	#filter > div {
		display: block;
		margin: 5px;
	}

	#filter b {
		display: inline-block;
		width: 9.5em;
	}
	#filter b::after {
		content:":";
	}

	#filter br {
		display: none;
	}


	#example table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		background: #fff;
	}
	#example table td.model {
		white-space: normal;
	}
	#example table td.area {
		white-space: normal;
	}

}
