/* Page css : home */

li.over_fade  {
}
li.over_fade > a {
	display : none;
}
dl.info_content {
	background-image: url(../../../images/common/b90.png);
	width : 100%;
	height : 100%;
	position : absolute;
	left: 0;
	top : 0;
	cursor: pointer;
	display: none;
}
ul.content_list > li > dl.info_content > dt {
	color: white;
	text-align: center;
	position :absolute;
	width : 100%;
	bottom : 50%;
	margin-bottom : -0.7em;
	font-size : 1.5em;
	letter-spacing : 0.185em;
	text-transform: uppercase;
}
ul.content_list > li > dl.info_content > dd {
	color: white;
	text-align: center;
	position :absolute;
	width : 100%;
	top : 50%;
	margin-top : 1.300em;
	text-transform: lowercase;
}