div#nr_text p a.ul {
  text-decoration: underline !important;
}
div#nr_text p a.ul:hover {
  color: #999;
}

.nr-photoArea {
    padding-top: 15px;
    margin-bottom: 0;
}

.nr-photoArea img {
	width: 100%;
}

.local-movie {
    position: relative;
    max-width: 550px;
    margin: 30px auto 30px;
  }
  
.local-movie:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  
.local-movie iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
  
@media screen and (min-width: 760px), print {
    .nr-photoArea {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .local-movie {
      margin-top: 70px;
      margin-bottom: 70px;
    }
}