@charset "utf-8";

#flick {
	margin: 0;
        padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
        display: block;
}
#flick img{
    width: 100%;
}
#flick-main {
	top: 0;
	left: 0;
        width: 100%;
	position: absolute;
}
#flick img.adp {
        width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

#flick ul {
	top: 0;
	left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
	position: absolute;
}
#flick ul li {
        width: auto;
        max-width: 100%;
        height: auto;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

#flick ul li.flifli{
	top: -1291px;
}
#flick_bg{
	position: relative;
}


/* =======================================
	ClearFixElements
======================================= */
#flick ul:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flick ul{
	display: inline-block;
	overflow: hidden;
}

