@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: 55.7%;
    max-width: max-content;
    left: 22%;
}

.detailLink .btn2 {
    width: 90%;
    max-width: max-content;
    left: 5%;
}

.detailLink .text {
    width: 98%;
    left: 1.5%;
    top: 2%;
}

.detailLink p{
	display: block;
	/* position: absolute; */
	width: 75%;
	margin: 0 auto;
	padding: 8px 10px; 
	text-align: center;
	right: 0;
	left: 0;
	font-size: 1.25em;
	color: #6a3906;
	font-weight: bold;
	background-color: #ffffff;
	border: solid 2px #6a3906;
}

.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;
}
