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

#header_article {
	border-bottom: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	width: 100%;
	text-align: center;
	position: fixed;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
    z-index: 2;
	top: 0px;
}
#dotscreen {
  width: 100%;
  height: 500px;
  margin-top: 58px;
  top:  0px;
  left: 0;
  text-align: center;
  background: url(../image/dotscreen.png);
  background-repeat: repeat;
  z-index: -1;
}
.main_video {
  min-width: 100%;
  min-height: 500px;
  top: 0;
  right: 0;
  z-index: -2;
  position: fixed;
}
#video_article {
	width: 100%;
	min-width: 1080px;
}
#headline_article {
	border-bottom: #CCCCCC solid 1px;
	_border-top: #CCCCCC solid 1px;
	height: 60px;
	width: 100%;
	text-align: center;
	background-color: #EA6088;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: -1;
	padding: 15px 0 15px 0;
    _margin-top: 580px;
	display: block;
}
#contents_article {
	width: 100%;
  	background: rgba(255,255,255,1.00) ;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.logo {
	opacity: 0.8;
	margin-top: 80px;
}