/* ****************************************************
    mixin
**************************************************** */
/* ****************************************************
    basic
**************************************************** */
/* line 29, ../sass/common.scss */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* line 34, ../sass/common.scss */
.cleBox {
  overflow: hidden; }

/* line 37, ../sass/common.scss */
.center {
  text-align: center; }

/* line 40, ../sass/common.scss */
.right {
  text-align: right; }

/* line 43, ../sass/common.scss */
.blue {
  color: #369; }

/* line 46, ../sass/common.scss */
.red {
  color: #f00; }

/* ****************************************************
    list
**************************************************** */
/* line 52, ../sass/common.scss */
ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none; }

/* ****************************************************
    layout
**************************************************** */
/* line 60, ../sass/common.scss */
.poster_area {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
  text-align: center;
  /*
  .imgThum {
      position: absolute;
      top: 440px;
      right: 54px;
  }
  */ }
  /* line 72, ../sass/common.scss */
  .poster_area .imgThum {
    position: absolute;
    top: 386px;
    right: 100px; }
    /* line 76, ../sass/common.scss */
    .poster_area .imgThum img {
      border: 1px solid #ececec;
      width: 190px;
      height: auto; }
  /* line 82, ../sass/common.scss */
  .poster_area .beginners_btn {
    position: absolute;
    top: 93px;
    right: 80px; }
  /* line 87, ../sass/common.scss */
  .poster_area .history_btn a {
    padding: 18px 0 16px 0;
    margin: 30px auto 0 auto;
    font-size: 11px;
    font-size: 1rem;
    line-height: 0.90909;
    text-align: center;
    display: block;
    width: 200px;
    background: #58808b;
    color: #fff;
    border-radius: 6px; }
    /* line 97, ../sass/common.scss */
    .poster_area .history_btn a:hover {
      text-decoration: none;
      background: #149d8e; }
  /* line 102, ../sass/common.scss */
  .poster_area .history_area {
    padding: 0 24px;
    text-align: left; }
    /* line 105, ../sass/common.scss */
    .poster_area .history_area dl {
      padding: 24px 0;
      margin: 0;
      border-bottom: 2px dotted #ccc;
      overflow: hidden; }
      /* line 110, ../sass/common.scss */
      .poster_area .history_area dl:first-child {
        padding-top: 0; }
      /* line 113, ../sass/common.scss */
      .poster_area .history_area dl:last-child {
        border: 0; }
      /* line 116, ../sass/common.scss */
      .poster_area .history_area dl dt {
        padding: 0;
        margin: 0;
        float: left;
        clear: both;
        width: 210px; }
      /* line 123, ../sass/common.scss */
      .poster_area .history_area dl dd {
        padding: 0;
        margin: 0 0 0 210px; }
