@charset "utf-8";
/* CSS Document */
/* ドロップボタンのスタイルを指定する */
.dropbtn {
	padding: 16px;
	border: none;
	cursor: pointer;
	background-image: url(../images/bace/icon_language_32.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 0px;
	position: static;
}
    
/* コンテナ <div> - ドロップダウン コンテンツを配置するために必要 */
.dropdown {
  position: relative;
  display: inline-block;
}
    
/* ドロップダウン コンテンツ (デフォルトでは非表示) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 40px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	z-index: 10;
	font-size: 13px;
}
    
/* ドロップダウン内のリンク */
.dropdown-content a {
	color: #4f4f4f;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-align: center;
}
    
/* ホバー時のドロップダウンリンクの色を変更する */
.dropdown-content a:hover {
	background-color: #dcdcdc;
	color: #4f4f4f;
}
    
/* ホバー時にドロップダウンメニューを表示する */
.dropdown:hover .dropdown-content {
	display: block;
  left: 50%; /* ←ここ！ */
  transform: translateX(-50%); /* ←ここ！ */
}
    
/* ドロップダウンのコンテンツが表示されているときのドロップダウンボタンの背景色を変更 */
.dropdown:hover .dropbtn {
	background-image: url(../images/bace/icon_language_32.svg);
	background-repeat: no-repeat;
}


#top_search_form {
	position: absolute;
	right: 0px;
	top: 19px;}
	

#top_search-form2 {
	position: absolute;
	right: 124px;
	width: 120px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	top: 1px;
}

#top_search-form3 {
	position: absolute;
	right: 58px;
	top: 2px;
	width: 70px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

#top_search-form4 {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 79px;
	height: 34px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}
#top_search-form4 fieldset {
	border:none;
	display:inline;
}
#top_search-form4 input.text {
	width:195px;
	padding:3px 0 3px 5px;
	border:1px solid #d2d2d2;
	background:#fff;
	margin-right:8px;
}
#top_search-form4 input.submit {
	background:url(../images/submit-bg.gif) no-repeat 0 0;
	width:79px;
	height:34px;
	border:none;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}
