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

#slide {
	width: 1200px;
	height: 700px;
	margin-left: -120px;
	margin-top: 0px;
	position: relative;
	z-index:0 !important;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
	width:1200px;
}


.top-link a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}