/*アイテム検索窓*/

#header-inner {
    position: relative;
}

.item-search-area {
    position: absolute;
    right: 150px;
    top: 15px;
}


@media screen and (max-width:640px){
.item-search-area {
    position:static;
	clear:both;
	width:100%;
	text-align:center;
	padding:10px 0 5px 0;
	background:#000;
    top: 0;
}

}