@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;
}

#filter h4 {
	clear: both;
	display: block;
}

#filter ol {
	list-style: none;
	margin: 0 0 11px 11px;
}

#filter ol li {
	float: left;
	white-space: nowrap;
}

#details ul, #details li {
	margin: 0;
	list-style: none;
}
#details li+li {
	margin-top: 20px;
}

#detail .title,
#details li .title {
	font-size: 18px;
}

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

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

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

@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;
	}

}
