  @font-face { 
    font-family: 'Montserrat'; 
    src: url('/font/Montserrat-Light.otf'),
         url('/font/Montserrat-Regular.ttf'); 
  }
  @font-face { 
    font-family: 'boldfont'; 
    src: url('/font/Montserrat-SemiBold.otf'); 
  } 
  * {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: "Montserrat";
    color: rgb(42, 42, 42);
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }
  .hide {
    display: none;
  }
  .pinkbg {
    background: #EFE8E8;
  }
  .lightfont {
    color: #818181 !important;
  }
  .boldfont {
    font-weight: 700;
  }
  h2 {
    font-size: 31px !important;
    line-height: 31px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
  }
  p.normal {
    font-style: 16px;
  }
  p.bigger {
    font-size: 20px;
  }
  p.smaller {
    font-size: 13px;
  }
  a.islink {
    border-bottom: 1px solid #aaa !important;
    color:#666 !important;
    cursor: pointer !important;
  }

  section#main {
    margin-top:60px;
    padding: 0px 3%;
  } 

  section#main div#main-left {
    float: left;
    padding: 25px 0px;
    width: 44%;
  }

  section#main div#main-left div.coverHolder {
    width: 100%;
    margin-top:25px;
    margin-bottom:45px;
  }
  section#main div#main-left div.coverHolder img {
    width: 100%;
    height: 100%；
  }
  section#main div#main-left div#detail2 {
    padding: 20px 0px 0px;
    border-top: 1px solid #ccc;
  }
  section#main div#main-left div#detail2 p,
  section#main div#main-left div#detail2 li,
  section#main div#main-left div#detail2 strong {
    color: #777;
  }
  section#main div#main-left div#detail2 ol {
    padding: 0px 0px 0px 50px;
  }
  section#main div#main-left div#detail2 li {
    list-style: decimal outside;
  }

  section#main div#main-right {
    float: left;
    box-sizing: border-box;
    width: 56%;
    padding: 30px 0px 30px 140px;
  }
  section#main div#main-right div#info {
    padding: 0px 0px 80px;
  }
  section#main div#main-right div#info p:first-of-type {
    font-weight: 700;
    font-family: 'boldfont';
    font-size: 18px;
  }
  section#main div#main-right div#detail1 {
    padding: 20px 0px 0px;
    border-top: 1px solid #ccc;
  }
  section#main div#main-right div#detail1 .center{
    min-height: 90px;
  }
  section#main div#main-right div#info p,
  section#main div#main-right div#detail1 p {
    color: #777;
  }
  section#main div#images {
    clear: both;
    border-top: 1px solid #ccc;
    padding: 30px 0px 70px;
  }
  section#main div#noImages {
    clear: both;
    padding: 10px 0px 0px;
  }
  @media screen and (max-width: 500px) {
    section#main {
      padding: 0px 20px;
    }
    section#main div#main-left {
      float: none;
      width: 100%;
    }
    section#main div#main-right {
      float: none;
      width: 100%;
      padding: 30px 0px;
    }
  }
  .col2 {
    width: 50%;
  }
  .col3 {
    width: 33.3%;
  }
  .col4 {
    width: 25%;
  }
  .col6 {
    width: 16.6%;
  }
  @media screen and (max-width: 500px) {
    .col2 {
      width: 100%;
    }
    .col3 {
      width: 100%;
    }
    .col4 {
      width: 50%;
    }
  }
  .height200 {
    max-height: 200px;
  }
  .height200 {
    max-height: 200px;
  }
  .height400 {
    max-height: 400px;
  }
  .height500 {
    max-height: 500px;
  }
  .height600 {
    max-height: 600px;
  }
  .height700 {
    max-height: 700px;
  }
  div.imageHolder {
    box-sizing: border-box;
    padding: 0px 10px;
    float: left;
  }
  div.imageHolder a {
    text-decoration: none;
  }
  div.imageHolder li {
    margin-top: 0px;
  }
  div.imageHolder img {
    width: 100%;
  }
  div.imageHolder img:first-of-type {
    margin-bottom: 30px;
  }


  nav {
    border-top: 1px solid #ccc;
    padding: 25px 20% 40px;
  }
  nav ul li {
    float:left;
  }
  nav ul li:nth-child(1) {
    width:33.3%;
  }
  nav ul li:nth-child(2) {
    width:33.3%;
  }
  nav ul li:nth-child(3) {
    width:33.3%;
  }
  nav ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  @media screen and (max-width: 500px) {
    nav ul li {
      float:none;
      width: 100% !important;
    }
  }
  
  footer {
    margin-bottom: 40px;
  }
  footer div p {
    color: #666;
  }