@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.dxImg{
	position:relative;
	max-width:730px;
	margin:0 auto;
}
.dxImg_btn{
	position:absolute;
	bottom:20px;
	right:20px;
	width:140px;
	height:40px;
}
@media screen and (max-width: 780px) {
.dxImg_btn{
	bottom:10px;
	right:10px;
	width:80px;
	height:auto;
}
}