@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 769px){
	
#slideshow {
	display:none;
}

}

@media screen and (max-width: 768px){
	
	.swf {
	display:none !important;
}

	#slideshow {
	width:720px;
	height:320px;
	margin:0 0 20px 0;
}

.main_images {
	width:720px;
	height:250px;
	overflow: hidden;
	position: relative;
}

.main_images div {
	top: 0;
	left: 0;
	position: absolute;
}

.samuneiru {
	padding:10px 0 0 1px;
	height:720px;
	clear:both;
	height:60px;
}

#slideshow ul {
}

#slideshow ul li {
	width:142px;
	float: left;
	display: inline;
	margin:0 2px 0 0;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#none_li {
	margin:0 !important;
}

}
