/* drop down */
ul.child{
    display: none;
    top: 18px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: auto;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF,endColorstr=#E6EEF7FF);
    background: rgba(238,247,255,0.95);
    overflow: hidden;
    position: absolute;
}
.child_owner {
    width:170px;
    }
ul.child_owner li a {
	width:170px;
	display:block;
	}
ul.child_saport li a{
        width:158px;
        display:block;
	}
.child_useful {
	width:158px;
	}
ul.child_useful li a {
	width:158px;
	display:block;
	}
.drop_company li a {
	width:180px!important;
	}
.child_tenpo {
	width:144px;
	}
.child_saport{
        width:158px;
}
ul.child_tenpo li a {
	width:144px;
	display:block;
	}

ul.child li{
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    border: 0px !important;
}
ul.child li a{
    display: block;
    border: none!important;
    padding: 0 !important;
    background: url(/img/child_bg.png) top left repeat;
color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 1px 0;

}
ul.child li  a:before,
ul.child li  a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul.child li  a:before {
  bottom: 4px;
  left:6px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
ul.child li  a:after {
  left: 0;
  top: 0;
  padding: 0 15px;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
ul.child li  a:hover:before,
ul.child li  .current a:before {
  opacity: 1;
  width: 90%;
}
ul.child li  a:hover:after,
ul.child li  .current a:after {
  max-width: 100%;
}
li.drop_company, li.drop_owner {
    padding: 0 5px!important;
}
.drop_company a, .drop_owner a {
    border: none!important;
}
ul.child_eki li a:hover{	color:#FF8800;}

.h_menu_kodawari{
	margin-top:30px;
}
.h_menu_kodawari a{
	color:#FF8800 !important;
	font-weight: bold;
}

.h_topmenu{
	position:absolute;
	width:340px;
	top:10px;
	right:0px;
}
.h_topmenu ul{
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	border-right:1px solid #CCCCCC;
}
.h_topmenu ul li{
	float:left;
	line-height: 20px;
	text-align: left;
	border-left:1px solid #CCCCCC;
}
li.h_topmenu01{ background: url(/img/h_inq_icon.png) 8px 50% no-repeat;}
li.h_topmenu02{ background: url(/img/h_fav_icon.png) 8px 50% no-repeat;}
li.h_topmenu03{ background: url(/img/h_foot_icon.png) 8px 50% no-repeat;}

.h_topmenu ul li a{
	display:block;
	padding:0 15px 0 37px;
}
.h_drank{
	position: absolute;
	top:40px;
	right:0px;
	width:246px;
}