@charset "UTF-8";

@import url(res_lp_common.css);

#contents img{
	display:block;
}

.detailLink {
	vertical-align: bottom;
	position: relative;
	width:100%;
	display: block;
}

.detailLink .ui-link{
	display:block;
    position: absolute;
}

.detailLink img {
	display: block;
	width: 100%;
}

.detailLink .btn1 {
	width: 61.4%;
	max-width: 454px;
	left: 19%;
}

.detailLink a:hover {
	//background-color: #ffffff;
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	/zoom:1;
}

#list{
	position: relative;
}

#list .detailLink{
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	padding-left: 0.5%;
}

#list .btn_list{
	width: 31.5%;
	max-width: 232px;
	position: relative;
}

.clear {
	clear: both;
}
	
#etcMenu img{
	display:inline;
}
