@charset "utf-8";
/* CSS Document */
.head-bar {
	height:5px;
	background:#FF7C9B;
}
header.pc h1 {
	position: absolute;
	right: 130px;
	top: -5px;
	font-size:11px;
	text-align:right;
	color:#fff;
	z-index:10;
}
.area_search {
		margin-bottom: 22px;
		border-radius: 3px; 
}
@media screen and (max-width: 980px) {
				.area_search {
					background-color: #F6F2ED;
					margin-bottom:0;
					padding-top:3%; }
				
}