@charset "UTF-8";

@import url(res_lp_common.css);

#contents img{
	vertical-align: bottom;
	display:block;
}
.detailLink {
	vertical-align: bottom;
	position: relative;
	width:100%;
	display: block;
}
.detailLink img {
	display: block;
	width: 100%;
}

.detailLink .btn1,
.detailLink .btn2 {
	display: block;
    position: absolute;
    left: 20%;
    width: 59.1%;
    max-width: 437px; /* ボタンの画像サイズ */
    top: 0;
}

.detailLink a.ui-link:hover {
	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;
}