@charset "UTF-8";

#searchform {
	position: absolute;
	top: 0;
	right: 16px;
	width: 200px;
	height: 40px;
	margin: 1em auto;
	z-index: 10;
}
@media screen and (max-width: 959px) {
    #searchform {
		position: relative;
		right: 0;
        margin: 1em auto;
    }
}

#searchform .s {
	box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 16px;
	border: 1px solid #777;
	border-radius: 20px;
	background: #fff;
}

#searchform .s::placeholder {
	color: #777;
}

#searchform button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	margin: 0;
	border: none;
	background: transparent;
}

#searchform button img {
	display: block;
}

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

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