@charset "UTF-8";

/* chara */
.area-special{
  margin-top: 200px;
}

.list-special{
  margin:0;
  padding:0;
}
  .list-special li{
    position:relative;
    float:left;
    margin: 0 0 20px 20px ;
    display: block;
    width: 240px;
    text-align: center;
  }
  .list-special li img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px -3px #000;
    -moz-box-shadow: 0px 0px 10px -3px #000;
    box-shadow: 0px 0px 10px -3px #000;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-special h3{
    margin: 0;
    padding: 10px 0 0 0;
    background: url(../img/common/icon-sercle_bl.png) 35px 14px no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 153.9%;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0px 1px 0px #999;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-special p{
    margin-top: 5px;
    padding: 2px;
    font-size: 85%;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #000;
    behavior: url("/js/vendor/PIE.htc");
  }


/*---- second -----*/
/* menu */
#sub-menu {
  float: left;
  margin : 64px 8px 100px 0;
  padding: 0;
  width: 240px;
}
  #sub-menu h3{
    clear: both;
    padding: 0 23px 10px;
    background: url(../img/common/icon-sercle_bl.png) 0 0 no-repeat;
    font-size: 153.9%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    letter-spacing: 5px;
    text-shadow: 0px 2px 0px #d0ad00;
    behavior: url("/js/vendor/PIE.htc");
  }
  #sub-menu ul{
    margin-bottom: 40px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 220px;
    border-bottom: 3px dashed #fff;
  }
  .list-gallery li{
    float: left;
    margin: 4px 8px;
    border:3px solid #000;
  }

  .list-text li{
    margin-bottom: 8px;
    font-weight: bold;
    list-style-image: url(../img/common/icon-star.png);
    list-style-position: inside;
  }

/* main */
#main-area {
  float: left;
  margin : 0;
  padding: 0;
  width: 740px;
}
#main-area article {
  margin-bottom: 50px;
  padding: 25px 0 0 30px;
  width: 740px;
}

.sub-title {
    padding: 0;
    color: #333 !important;
    font-size: 50px !important;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 0.8;
    letter-spacing: 5px;
    text-shadow: 0px 2px 0px #d0ad00;
    text-align: center;
    behavior: url("/js/vendor/PIE.htc");
}


.special-head {
  margin-bottom: 20px;
  padding: 10px;
  background: url(../news/img/bg-news_head.jpg) repeat;
  width: 720px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  overflow: hidden;
}
.head-category{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 108%;
}

  #main-area h4{
    margin-left: 10px;
    padding: 0;
    display: block;
    color: #f90;
    font-size: 182%;
    font-weight: normal;
  }
  #main-area p{
    margin-left: 10px;
    font-size: 123.1%;
    line-height: 1.6;
  }

/* interview */
.area-interview {
  margin: 0;
  padding: 0;
  font-size: 131%;
  line-height: 1.6;
}
.area-interview dt{
  margin-bottom: 30px;
}

.area-interview dd{
  margin-bottom: 10px;
  padding-left: 60px;
  line-height: 1.6;
}

.quest,
.anser {
  margin: 0;
  min-height: 60px;
}
.quest {
  background: url(../special/img/icon-puest.png) no-repeat;
  font-weight: bold;
}
.marker{
  background: linear-gradient(transparent 60%, #ffa61d 10%);
}
.anser {
  background: url(../special/img/icon-anser.png) no-repeat;
}