@charset "UTF-8";

#searchform {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 200px;
	margin: 16px 8px;
}

#searchform .s {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 7px 32px 7px 24px;
	border-radius: 32px;
	background-color: #fff;
}

#searchform button {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#searchform button img {
	display: block;
}

body.search .hit {
	color: #FF7898;
}

body.search .result_list {
	margin: 1em 0 2em 0;
}

body.search .result {
	padding: 1em 0;
	border-bottom: 1px solid #FF7898;
}
body.search .result_list div:first-child {
	border-top: 1px solid #FF7898;
}

body.search .result a.title {
	display: block;
	margin: 0 0 1em 0;
}