@charset "UTF-8";

#header {
	height: 105px;
	background: url(/images/common/header_bg2.gif) no-repeat center bottom;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 10px;
}
#header .home {
	position: absolute;
    left: 277px;
    top: 40px;
}
#header .logog {
	position: absolute;
	right: 0;
	top: 40px;
	display: none;
}
#header #nav {
	padding: 59px 0 0 0;
}
#header #nav li {
	float: left;
}
#header #subNav {
	position: absolute;
    right: 394px;
    top: 10px;
}
#header #subNav li {
	float: left;
	margin-right: 18px;
	font-size: 0;
	line-height: 0;
}
#header #subNav li.last {
	margin-right: 20px;
}
#header #subNav li.language {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 327px;
}
#header #search {
	position: absolute;
	right: 0;
	top: 10px;
}
#header #search input {
	margin: 0 0 0 10px;
}
#header #search .searchBox {
	width: 124px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	display: block;
    float: left;
	border: 1px solid #C9C9C9;
}


#header #subNav li a.subLanguage {
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}


#header #subNav li a.subLanguage {
  background-image: url(../../images/common/header_english_off.gif);
  width: 67px;
  height: 21px;
}
#header #subNav li a.subLanguage:hover {
  background-image: url(../../images/common/header_english_on.gif);
}

#header #subNav li a.subLanguage {
	height: auto;
}

/* 検索窓 PC表示 */

@media screen and (min-width: 768px) {

#header #search li.box {
	width: 122px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	display: block;
    float: left;
	border: 1px solid #C9C9C9;
	text-align: left;
}

#header #search li.box a {
	color: #828482 !important;
	font-size: 12px;
	display: block;
}

#header #search li.bottun {
	width: 30px;
	height: auto !important;
	display: block;
    float: left;
	border: 1px solid #40c5ed;
	text-align: center;
	margin-left: 10px;
	padding: 1px 1px;
}

#header #search li.bottun a {
	color: #40c5ed !important;
	font-size: 11px;
	display: block;
}



}



/* END 検索窓 PC表示 */



#header #search li a:hover {
	text-decoration: none;
}

#header .sizeChange {
    position: absolute;
    right: 250px;
    top: 7px;
    width: 152px;
}
#header .sizeChange img, #header .sizeChange li {
	float: left;
}
#header .sizeChange img {
	margin-right: 3px;
}
#header .sizeChange li {
	margin-right: 5px;
}
.text_s a {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 3px;
	background-image: url(../../images/finance/txt_S.gif);
	background-repeat: no-repeat;
}
.text_m a {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 3px;
	background-image: url(../../images/finance/txt_M.gif);
	background-repeat: no-repeat;
}
.text_l a {
	display: block;
	height: 25px;
	width: 25px;
	font-size: 3px;
	background-image: url(../../images/finance/txt_L.gif);
	background-repeat: no-repeat;
}
.head_hide {
	display: none;
}
