.sb-search {
	position: relative;
	top: -60px;
	right: 85px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-bottom: -60px;
}
.sb-search-input {
	/* 　1014　OW上野　コメントアウト
	position: absolute; 
	top: 0;
	right: 0;
	*/
	border: 1px solid #3c3c3c;
	outline: none;
	background: #fff;
	width: 235px;/* 1014 OW上野修正 */
	height: 45px;/* 1014 OW上野修正 */
	margin: 0;
	z-index: 10;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	float:left;/*1014 OW上野追加*/
}
.sb-search-input::-webkit-input-placeholder { color: #ccc; }
.sb-search-input:-moz-placeholder { color: #ccc; }
.sb-search-input::-moz-placeholder { color: #ccc; }
.sb-search-input:-ms-input-placeholder { color: #ccc; }
/* .sb-icon-search, *//* 1014 OW上野コメントアウト */
.sb-search-submit {
	width: 45px;
	height: 45px;
	display: block;
/* 1014 OW上野コメントアウト
	position: absolute;
	right: 0;
	top: 10px;
*/
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    /* opacity: 0; *//* 1014 OW上野コメントアウト　*/
	color: transparent;
	border: none;
	outline: none;
	/* z-index: -1;*//* 1014 OW上野コメントアウト　*/
	background: #3c3c3c url(/image/builtin/header_gnavi_icon.png) -189px -8px no-repeat;/* 1014 OW上野修正　*/
	z-index: 90;
}
/* 1014　OW上野コメントアウト
.sb-icon-search {
	background: #3c3c3c url(/image/builtin/header_gnavi_icon.png) -181px 0 no-repeat;
	border-right: 1px solid #6a6a6a;
	z-index: 90;
}
*/
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search { width: 400px; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #3c3c3c url(/image/builtin/header_gnavi_icon.png) -181px 0 no-repeat;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit { z-index: 90; }
