
h1.m-categoryTitle {
	margin-bottom: 20px;
}

.release_search {
	float: right;
	line-height: 24px;
	font-size: 12px;
	font-size: .75rem
}

.release_search .form {
	width: 200px;
	position: relative
}
@media screen and (max-width: 599px) {
	.release_search,
	.release_search .form {
	width: 100%;
}
}

.release_search .form .SS_suggest {
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	z-index: 3;
	background: #fff
}

.release_search input[type="text"] {
	width: 100%;
	padding: 2px 30px 2px 20px;
	border-radius: 12px
}

.release_search button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 10px
}

.release_search button img {
	vertical-align: top;
	margin-top: 4px;
	width: 15px
}

section.c-articleList.c-articleList_release {
	padding-top: 30px;
}
