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

#slide {
/*width:1200px;
height:320px;*/
margin:0 auto;
position: relative;
top:0px;
left:-120px;
z-index:0 !important;
}
#slide img {
position:absolute;
left:0;
top:0;
width:1200px;
}
.top-link{
	width:475px;
	height:396px;
	position:absolute;
	z-index:9999 !important;
	right:-80px;
	top:230px;
}

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

#slide.no_slide {
	margin-top: 30px;
}

/* （HDCONTENTS01 タブレット表示） */
@media only screen and (max-width: 1020px) and (min-width: 768px) {
#slide {
/*width:1200px;
height:320px;*/
margin:0 auto;
position: relative;
top:0px;
left:0px;
z-index:0 !important;
}
#slide img {
position:absolute;
left:0;
top:0;
width:960px;
}
}
