@charset "utf-8";

/* -------------------------------------------------- */
/* スライダー */
.auto_slider {
	position:relative;
	overflow:hidden;
	width:100%;
	height:600px;
	max-height:600px;
	-webkit-user-select: none; /* Chrome or Safari */
	-webkit-touch-callout: none; /* Android and iOS*/
	-moz-user-select: none; /* FireFox */
	-ms-user-select: none; /* IE */
	-o-user-select: none; /* Opera */
	user-select: none;
}

/* スライダー内フレーム */
.auto_slider_inner_frame {
	position:absolute;
	width:100%;
	left:0px;
}
.auto_slider_inner_frame img {
	pointer-events: none;
}
.auto_slider_inner_frame a img {
	pointer-events: auto;
}

/* 要素 */
.auto_slid_box {
	width:100%;
	float:left;
}
