/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

.ttl-movie {
  margin: 50px 0 -40px;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 520px) {
    .ttl-movie {
      margin: 20px 0 -10px; } }

.movie-box {
  width: 500px;
  margin: 50px auto; }
  @media (max-width: 520px) {
    .movie-box {
      width: auto;
      max-width: 500px; } }
  .movie-box.notcenter {
    margin-left: 0; }
  .movie-box .video_wpr {
    text-align: center; }
    .movie-box .video_wpr p.movie-txt-top {
      margin: 0 0 20px; }
    .movie-box .video_wpr p.movie-txt-btm {
      margin: 20px 0 0;
      text-align: left; }
    .movie-box .video_wpr .inr {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .movie-box .video_wpr .inr iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }

.frame-box {
  border: 2px solid #fff;
  padding: 20px;
  margin: 30px 0; }

.txt-red {
  color: #ff0000; }

/*# sourceMappingURL=movie-frame.css.map */