@charset "UTF-8";

.imgCommon img {
	width: 100%;	
}
.imgCommon2 >div{
	width: 50%;
	float: left;	
}

/*--------------------contents--------------------*/

.Link1{
position: relative;
}
.Link1 a{
    position: absolute;
    display: block;
    width: 66%;
    left: 17%;
    top: 0%;
}
.detail_btn{
	position: relative;
	height:110px;
}
.detail_btn img{
	width:90%;
}
.detail_btn .btn{
	display: inline;
    position: absolute;
    left:5%;
    top:4%;
}
.detail_box{
	display: none;
}
