#head_download {
	position:absolute;
	top:14px;
	right:16px;
	z-index:9999;
}
#head_download>ul {
  position: relative;
  list-style-type: none;
  width: 270px;
  height: 42px;
  padding: 0;
}
#head_download>ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#head_download>ul li a {
  display: block;
  margin: 0;
}
#head_download>ul li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#head_download>ul li ul li{
	overflow: hidden;
	width: 270px;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	clear:both;
	opacity:0;
}
#head_download>ul li ul li a{
	background-color: rgb(33,33,33);
	opacity: 0.95;
	text-align: left;
	color: #fff;
	border-bottom:1px solid #474848;
	padding:0 10px 5px 0;
}
#head_download>ul li ul li.head_download_ttl span {
	display:block;
	background-color: rgb(33,33,33);
	opacity: 0.95;
	text-align: left;
	color: #fff;
	border-bottom:1px solid #474848;
	padding:20px 10px 15px 15px;
	font-weight:bold;
	font-size:13px;
}
#head_download>ul li ul li a img {
	float:left;
	display:block;
	margin:10px 10px 10px 14px;
}
#head_download>ul li:hover > a{
    opacity: 0.85;
}
#head_download>ul > li:hover > a{
}
#head_download>ul li:hover ul li{
	overflow: visible;
	height: auto;
	opacity:1;
}
#head_download>ul li ul li:first-child a{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#head_download>ul li ul li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border:none;
}
#head_download>ul li ul li a .head_app_ttl {
	font-size:17px;
	font-weight:bold;
	display:block;
	padding:10px 10px 4px 0;
}
#head_download>ul li ul li a .head_app_txt {
	font-size:11px;
	line-height:10px;
}



