@charset "utf-8";
/* ----------------------------------------------------
    form
-----------------------------------------------------*/
#searchForm .inputWrap {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: center;
 justify-content: center;
}
#searchForm .inputInner {
 border: 1px solid #aaa;
}
#searchForm input[type=text] {
 border: none;
 outline: none;
 margin: 0 3px 0 -1px;
 border-left: 1px solid #aaa;
 color: rgb(51, 51, 51);
 font-size: 0.875rem;
 padding: 8px;
 min-width: 163px;
}
#searchForm input[type=submit] {
 background: #09528d url("../img/icon_search.svg") no-repeat center center/12px auto;
 color: #fff;
 cursor: pointer;
 border: none;
 outline: none;
 padding: 0;
	width: 33px;
}
#searchForm input[type=submit]:hover {
 background-color: #0b68b3;
}
#BarContainer.topPage{
	width: 975px;
	position: relative;
	top: -5px;
}
#BarContainer.topPage #searchForm {
 float: right;
 margin: 0 0 0 20px;
	position: relative;
	top: -6px;
}
#BarContainer.topPage #MilleaHeaderBar {
 display: none;
}