#eventTitleImage {
  margin-top: 15px;
  width: 188px;
}
#eventTitleImage img {
  width: 100%;
}

#profileButton {
  width: 200px;
}
#profileButton img {
  width: 100%;
}

.content .article .banner1,
.content .article .banner2 {
  width: 450px;
  margin-top: -20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content .article .banner1,
  .content .article .banner2 {
    width: 100%;
  }
}
.content .article .banner1 img,
.content .article .banner2 img {
  width: 100%;
}
.content .article .banner2 {
  margin-top: 40px;
}

#ustream .content {
  margin-top: 10px;
  padding-top: 33px;
  border-top: 1px solid #808080;
}
#ustream .content .leftContent {
  float: left;
}
@media only screen and (max-width: 999px) {
  #ustream .content .leftContent {
    float: none;
    display: block;
  }
}
#ustream .content .rightContent {
  margin-left: 650px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
@media only screen and (max-width: 999px) {
  #ustream .content .rightContent {
    margin-left: 0;
  }
}
#ustream .content .article {
  width: 640px;
}
@media only screen and (max-width: 767px) {
  #ustream .content .article {
    width: 100%;
  }
}
#ustream .content .article h2 {
  width: 640px;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  #ustream .content .article h2 {
    width: 100%;
  }
}
#ustream .content .article h2 img {
  width: 100%;
}
@media only screen and (max-width: 674px) {
  #ustream .content .movie iframe {
    width: 365px;
    height: 237px;
  }
}
@media only screen and (max-width: 364px) {
  #ustream .content .movie iframe {
    width: 100%;
    height: 237px;
  }
}
#ustream .content .movie + .movie {
  margin-top: 20px;
}
@media only screen and (max-width: 999px) {
  #ustream .content .social iframe {
    width: 640px;
    height: 437px;
  }
}
@media only screen and (max-width: 674px) {
  #ustream .content .social iframe {
    width: 365px;
    height: 437px;
  }
}
@media only screen and (max-width: 364px) {
  #ustream .content .social iframe {
    width: 100%;
    height: 437px;
  }
}
#ustream .content .date {
  margin-top: 40px;
}
#ustream #navi li {
  display: inline-block;
  width: 69px;
  margin: 70px 0 0;
  padding: 0;
}
#ustream #navi li.top {
  width: 119px;
}
#ustream #navi li img {
  width: 100%;
}
#ustream #footer address {
  margin: 30px auto;
}
