@charset "utf-8";
/* CSS Document */

/* 検索窓設定 */
.side_item{
	display:inline-block;
	width:100%;
}
#search-form {
	margin: 0 2px;
	font-family: メイリオ;
}
#search-form form {
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 12px;
	margin:2px 0;
}
#search-form input[type=text] {
	display: table-cell;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	box-sizing:border-box;
	-webkit-appearance: none;
	border-radius: 0;
	font-size:80%;
}
#search-form .search-button {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
#search-form .search-button input[type="submit"] {
	width: 100%;
	height: 35px;
	font-weight: bold;
	color: #444;
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background: #f1f1f1 url(../img/icon/icon_sarch.png) no-repeat 50% 50%;
	background-size:55%;
}
#search-form.design-1 form{
	font-size:100%;
}
#search-form.design-1 input[type=text] {
	border: 1px solid #ababab;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}
#search-form.design-1 .search-button input {
	border: 1px solid #ababab;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left:none;
}

@media screen and (max-width:768px) {
#search-form .search-button input[type="submit"] {
	background-size:30%;
}
}
