@charset "utf-8";
/* CSS Document */

#menu08{
	width: 92px;
}

#list_faq{
	display: none;
	list-style: none;
	position: absolute;
	z-index: 1000;
	margin-top: 0;
	margin-left:-1px ;
	padding: 0;
	width: 90px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: solid 2px #35261F;
	border-right: solid 2px #35261F;
	border-bottom: solid 2px #35261F;
	background-color: rgba(241,215,215,0.94);
}

#list_faq > li{
	height: 40px;
	border-bottom: solid 1px #35261F;
	text-indent: 0;
}

#list_faq > li:last-child{
	border: none;
}

#list_faq > li:hover{
	background-color: rgba(237,225,196,1.00) ;
}

#list_faq > li > a{
	display: block;
	text-decoration: none;
}

.inner-list_faq{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	height: 40px;
	text-align:center;
	font-weight: bold;
}