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

#slide {
margin:0 auto;
position: relative;
top:0px;
right:0px;
z-index:1 !important;
}
#slide img {
position:absolute;
right:0;
top:0;
width:1010px;
}
.top-link{
	width:1010px;
	height:710px;
	position:absolute;
	z-index:1 !important;
	right:0px;
	top:200px;
}

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


/* （HDCONTENTS01 タブレット表示） */
@media screen and ( max-width:1023px )
{

#slide img{
	width: 680px;
	}
}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
}