html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


/*
---------------------
*/


html {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  width: 100%;
}

#wrap {
  background: url(../img/bg.png) no-repeat;
  width: 1200px;
  margin: 0 auto;
}

#wrap div {
  /*margin: 0 auto;*/
  /*width: 960px;*/
  text-align: center;
}

#title {
  margin: 0 auto;
  padding-top: 30px;
}

#video {
  margin: 0 auto;
  width: 960px;
  height: 540px;
  margin-top: 5px;
  border: 1px solid #3c3c3c;
}

#video .vjs-big-play-button {
  top: 7.5em !important;
  left: 14em !important;
}

#caution {
  margin: 0 auto;
  margin-top: 5px;
}

#challenge {
  background: url(../img/about_bt_bg.png) no-repeat;
  margin: 0 auto;
  margin-top: 80px;
  width: 960px;
  height: 617px;
}

#challenge a {
  margin-top: 270px;
  display: block;
  float: left;
  /*margin-left: 40px;*/
}

#challenge .vimeo {
  margin-left: 48px;
}

#challenge .sp {
  margin-left: 146px;
}

#mies_video {
  margin: 0 auto;
  margin-top: 80px;
  height: 500px;
}

#mies_video #mies_video_title {
  text-align: left;
  margin-left: 115px;
  margin-bottom: 20px;
}

#mies_video #mies_video_controll {
  float: left;
  background: url(../img/controll_bg.png) no-repeat;
  width: 273px;
  height: 375px;
  margin-left: 115px;
}

#mies_video #mies_video_controll li {
  width: 226px;
  height: 63px;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}

#mies_video #mies_video_controll li#btn1 {
  background: url(../img/btn1_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn1.active {
  background: url(../img/btn1_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn2 {
  background: url(../img/btn2_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn2.active {
  background: url(../img/btn2_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn3 {
  background: url(../img/btn3_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn3.active {
  background: url(../img/btn3_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn4 {
  background: url(../img/btn4_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn4.active {
  background: url(../img/btn4_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn5 {
  background: url(../img/btn5_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn5.active {
  background: url(../img/btn5_on.png) no-repeat;
}

#mies_video #mies_video_videolist {
  float: left;
  margin-left: 20px;
}

#mies_video #mies_video_videolist li {
  position: absolute;
  border: 1px solid #3c3c3c;
  display: none;
}

#mies_video #mies_video_videolist li:first-child {
  display: block;
}

#mies_video #mies_video_videolist .vjs-big-play-button {
  top: 5.1em !important;
  left: 9em !important;
}

#mies {
  clear: both;
  margin: 0 auto;
  margin-top: 80px;
}

#result {
  margin: 0 auto;
  margin-top: 80px;
}

#bloodytube {
  margin: 0 auto;
  margin-top: 0px;
}