@charset "utf-8";


.ico_search {
	box-sizing: border-box;
	position: absolute;
	right: 16px;
	bottom: 64px;
	z-index: 999;
	text-align: center;
}
.ico_search img {
	width: 20px;
	height: auto;
}
.ico_search a {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	padding-top: 10px;
	box-shadow: 2px 1px 5px #000;	
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.search_panel {
	display: none;
	border: solid 3px #fff;
	position:absolute;
	bottom:110px;
	right:16px;
	z-index: 999;
	transition: all 0.4s;
}
iframe body html {
	scrollbar-base-color: #f00;
    scrollbar-width: thin;
}