@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 {
	top: 34%;
    left: 9%;
    width: 17%;
    max-width: 122px;
}

.detailLink .btn2 {
	top: 34%;
    left: 31.5%;
    width: 30%;
    max-width: 216px;
}

.detailLink .btn3 {
	top: 34%;
    right: 9.4%;
    width: 24%;
    max-width: 177px;
}

.detailLink .btn4 {
    left: 16.2%;
    width: 68%;
    max-width: 502px;
}

.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;
}

.clear {
	clear: both;
}
	
#etcMenu img{
	display:inline;
}