/* drop down */
ul.child {
	display: none;
	top: 36px;
	/* left: -30px; */
	margin: 0;
	padding: 0;
	z-index: 9999;
	height: auto;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF,endColorstr=#E6EEF7FF);
	background: #000;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
ul.child li{
	width: 140px;
	line-height: 18px;
	text-indent: 0px;
	padding: 0px 0;
	border: 0px !important;
	border-bottom: 1px dashed #fff;
}
ul.child li a {
	display: block;
	text-indent: 0px !important;
	background-image: none;
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none !important;
	text-align: center !important;
	padding: 15px 0 !important;
	border-bottom: 1px dashed #fff;
}
ul.child li div:last-child a {
	border: none;
}
ul.child li a:hover{
	color: #ffcd01 !important;
}
.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;
}

.child li a {
	text-align: left;
}
.drop {
	position: relative;
}
