@charset "utf-8";

#anniv50th #content {
  margin: 0 auto;
  max-width: 1024px;
}

#anniv50th .thanks {
  font-size: 20px;
  text-align: center;
}

#anniv50th .movie {
  margin: 20px auto 10px;
  width: 600px;
}

#anniv50th .movie_left {
  margin-bottom: 10px;
}

#anniv50th .movie_right {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}

#anniv50th .movie .brother-blue {
  color: #004696;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
}

#anniv50th .movie .youtube {
  clear: both;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#anniv50th .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#anniv50th footer {
  border-top: none;
}

#anniv50th #fNav {
  background: #fff;
  padding: 20px 0;
}

#anniv50th #fLogo {
  padding: 0 0 0 6%;
}

#anniv50th .conFix {
  position: relative;
}

#anniv50th #copyright {
  clear: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) { 
    #anniv50th #copyright {
      right: 20px;
    }
}

@media only screen and (min-width:1px) and (max-width:767px) {
    #anniv50th .movie {
      margin: 10px auto 0;
      width: 90%;
    }
    #anniv50th #fLogo {
    	margin-right: 2px;
    	padding: 0;
    }
    #anniv50th #copyright {
      position: static;
      margin-top: 10px;
    }
}