@charset "UTF-8";
/* LECTURES Styles -----------------------------------------------------------*/
#main {
  margin: 0;
  overflow: hidden;
}

#primary header {
  margin: 0 3%;
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  #primary header {
    margin: 0 7%;
  }
}
@media screen and (min-width: 901px) {
  #primary header {
    margin: 0 12%;
  }
}

#lecture-list {
  margin-top: -5px;
  background: url("/img/cmn/texture.png");
  padding: 20px 3% 10px 3%;
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  #lecture-list {
    padding: 20px 7% 10px 7%;
  }
}
@media screen and (min-width: 901px) {
  #lecture-list {
    padding: 20px 12% 10px 12%;
  }
}
#lecture-list .lecture-wrapper {
  overflow: hidden;
  *zoom: 1;
}
#lecture-list section {
  float: left;
  -moz-box-shadow: 0 0 3px #bbbbbb;
  -webkit-box-shadow: 0 0 3px #bbbbbb;
  box-shadow: 0 0 3px #bbbbbb;
}
@media screen and (max-width: 480px) {
  #lecture-list section {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  #lecture-list section:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  #lecture-list section {
    width: 32.5%;
    margin: 0 1.25% 1.25% 0;
  }
  #lecture-list section:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) {
  #lecture-list section {
    width: 19.2%;
    margin: 0 1% 1% 0;
  }
  #lecture-list section:nth-of-type(5n) {
    margin-right: 0;
  }
}
#lecture-list a {
  display: block;
  background: #fcfaf5;
  padding: 0.5em;
  color: #000000;
  line-height: 1.5;
}
#lecture-list a.pickup {
  position: relative;
  overflow: hidden;
  background: #ffcc00;
}
#lecture-list a.pickup:before {
  content: "PICK UP";
  display: inline-block;
  background: #ff2222;
  text-align: center;
  font-family: "OpenSans", "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fcfaf5;
  position: absolute;
  z-index: 1;
  top: 1em;
  right: -2.2em;
  width: 8em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
#lecture-list a.hover {
  background-color: #3388ee;
  color: #fcfaf5;
}
#lecture-list a.hover:after {
  color: #fcfaf5;
}
#lecture-list a .img {
  margin: -0.2em -0.2em 0.3em -0.2em;
}
#lecture-list a .img img, #lecture-list a .img:empty:before {
  width: 100%;
  height: 100%;
  border: 1px solid #fcfaf5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lecture-list a .img:empty:before {
  content: "NO IMAGE";
  display: block;
  background: #d4d4d4;
  font-family: "OpenSans", "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: #fcfaf5;
}
#lecture-list a h1 {
  margin-bottom: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lecture-list a h1 span {
  margin-left: 0.3em;
}
#lecture-list a p {
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lecture-list a p:before {
  margin-right: 0.3em;
}
#lecture-list a p small {
  margin-left: 0.3em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#lecture-list a p .none {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#lecture-list .nodata {
  margin-bottom: 1em;
  background: #fcfaf5;
  padding: 1.5em;
  -moz-box-shadow: 0 0 3px #bbbbbb;
  -webkit-box-shadow: 0 0 3px #bbbbbb;
  box-shadow: 0 0 3px #bbbbbb;
}
#lecture-list .finished {
  background: url("/img/cmn/mesh.png") #666666;
  margin: 1em 0;
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fcfaf5;
}

/*----------------------------------------------------------------------------*/
