* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Avenir-Roman', 'Avenir',’Helvetica Neue’, ’Helvetica’, Helvetica, Arial, sans-serif;
  line-height: 1.65; }

img {
  max-width: 100%;
  margin: 5px 0px 0px 0px; }

body,
.body-wrap {
  width: 100% !important;
  height: 100%;
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

a {
    font-weight: bold;
    color: #808080;}

div.video{
  margin: 20px 0px;  }

.link{
  margin: 0px 0px 10px 0px;}

span {
  font-size: 12px;
  font-weight: lighter;  }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }
.bold {
    font-size: 16px;
    font-weight: bold;
    color: #4A4A4A;}
.small {
    font-size: 15px;
    font-weight: bold;
    color: #808080;}

table.pc{}
  @media only screen and (max-width: 750px) {
      table.pc {
          display: none !important;}
  }

.button {
  display: inline-block;
  color: white;
  background: rgba(0,122,255,0.95);
  border: solid rgba(0,122,255,0.95);
  border-width: 10px 20px 8px;
  font-weight: bold;
  border-radius: 4px; }

.button2 {
  display: inline-block;
  font-size: 14px;
  margin: 8px 5px 0px 5px;
  color: white;
  background: rgba(0,122,255,0.95);
  border: solid rgba(0,122,255,0.95);
  font-weight: bold;
  border-radius: 0px;
  cursor : pointer;
  width: 150px;}
  @media only screen and (max-width: 750px) {
      .button2 {
          display: inline-block;
          font-size: 14px;
          margin: 8px 5px 0px 5px;
          color: white;
          background: rgba(0,122,255,0.95);
          border: solid rgba(0,122,255,0.95);
          font-weight: bold;
          border-radius: 0px;
          cursor : pointer;
          width: 130px;}
  }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  line-height: 1.25; }

h1 {
  font-size: 38px; }
@media only screen and (max-width: 750px) {
    h1 {
        font-size: 28px; }
}

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

p, ul, ol {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px; }

p.newLine {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-weight: normal;
  color: white;}

p.newLine2 {
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-weight: normal;
  color: white;}

.container {
  display: block !important;
  clear: both !important;
  margin: 0 auto !important;
  max-width: 780px !important; }
  .container table {
    width: 100% !important;
    border-collapse: collapse; }
  .container .masthead {
    padding: 40px 0;
    background: rgba(0,122,255,0.95);
    color: white; }
    .container .masthead h1 {
      margin: 0 auto !important;
      max-width: 90%;
       }
  .container .content {
    background: #F7F7F7;
    padding: 30px 35px 30px 35px; }
    @media only screen and (max-width: 750px) {
        .container .content {
            background: #F7F7F7;
            padding: 30px 5px 30px 5px; }
        
    }
  .container .content2 {
    background: white;
    padding: 10px 35px 30px 35px; }
    @media only screen and (max-width: 750px) {
         .container .content2 {
             background: #F7F7F7;
             padding: 10px 5px 30px 5px; }
    }
    .container .content.footer {
      background: none; }
      .container .content.footer p {
        margin-bottom: 0;
        color: #888;
        text-align: center;
        font-size: 14px; }
      .container .content.footer a {
        color: #888;
        text-decoration: none;
        font-weight: bold; }


.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.description {
    border: 1px solid #ddd;
    padding: 10px 10px;
    //border-radius: 2px;
    background-color: #ffffff;
     margin-bottom: 10px;
    font-family:Avenir-Medium;font-size: 14px;color:#4A4A4A;
}
