#contentWrap {
  padding-bottom: 0;
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header h2 {
  margin: 0 auto 10px;
  width: 283.5px;
}
#header .resultCatch {
  margin: 0 auto 10px;
  width: 295px;
}
#header .iconList {
  display: none;
}

@media print, screen and (min-width: 668px) {
  #header h2 {
    margin-bottom: 20px;
    width: 567px;
  }
  #header .resultCatch {
    width: 697px;
  }
  #header .iconList {
    display: block;
  }
}
/*-----------------------------------------------------
	rankArea
-----------------------------------------------------*/
#rankArea {
  margin-bottom: 30px;
}

#rankList {
  padding-top: 30px;
}
#rankList .rank {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 15px 10px;
  background: #FFF;
  border: 3px solid #f7a5a6;
  border-radius: 10px;
}
#rankList .rank:after {
  content: '';
  display: block;
  clear: both;
}
#rankList .rank .rankNum {
  position: absolute;
  left: -14px;
}
#rankList .rank .voteNum {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 20px;
  font-weight: bold;
  color: #f7a5a6;
  border: 2px solid #f7a5a6;
  border-radius: 4px;
}
#rankList .rank .voteNum:before, #rankList .rank .voteNum:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
}
#rankList .rank .voteNum:before {
  bottom: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #f7a5a6;
  border-bottom-width: 0;
}
#rankList .rank .voteNum:after {
  bottom: -7px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #FFF;
  border-bottom-width: 0;
  z-index: 10;
}
#rankList .rank .title {
  font-weight: bold;
}
#rankList .rank.first .rankNum {
  top: -50px;
  width: 60px;
}
#rankList .rank.first .voteNum {
  margin: 0 0 15px 35px;
  font-size: 16px;
  font-size: 1.6rem;
}
#rankList .rank.first .fig {
  margin: 0 auto 5px;
  width: 90%;
  max-width: 450px;
}
#rankList .rank.first .title {
  font-size: 16px;
  font-size: 1.6rem;
}
#rankList .rank.second .rankNum {
  top: -30px;
  width: 50px;
}
#rankList .rank.second .fig {
  float: left;
  margin-right: 10px;
  width: 110px;
}
#rankList .rank.second .txt {
  overflow: hidden;
}

.noticeBtn {
  text-align: center;
  font-weight: bold;
}
.noticeBtn .btn {
  margin: 15px auto 0;
  width: 90%;
  max-width: 450px;
}
.noticeBtn a {
  display: block;
  padding: 10px;
  background: #98c5bd;
  border-radius: 6px;
}

@media print, screen and (min-width: 668px) {
  #rankList:after {
    content: '';
    display: block;
    clear: both;
  }
  #rankList .rank {
    float: left;
    margin: 0 0 80px 50px;
  }
  #rankList .rank.first {
    padding: 40px 40px 10px;
    width: 650px;
  }
  #rankList .rank.first .rankNum {
    top: -60px;
    left: -30px;
    width: 125px;
  }
  #rankList .rank.first .voteNum {
    position: absolute;
    margin: 0;
    top: 40px;
    left: 340px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #rankList .rank.first .fig {
    float: left;
    margin: 0 30px 0 0;
    width: 270px;
  }
  #rankList .rank.first .txt {
    padding-top: 50px;
    overflow: hidden;
  }
  #rankList .rank.first .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #rankList .rank.second {
    width: 300px;
    padding: 40px 20px 10px;
  }
  #rankList .rank.second .rankNum {
    top: -55px;
    left: -25px;
    width: 98px;
  }
  #rankList .rank.second .voteNum {
    position: absolute;
    top: 12px;
    left: 85px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #rankList .rank.second .fig {
    float: none;
    margin: 20px 20px 5px;
    width: auto;
  }
  #rankList .rank.second .title {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .noticeBtn {
    font-size: 20px;
    font-size: 2rem;
  }
  .noticeBtn .btn {
    margin: 30px auto 0;
  }
  .noticeBtn a {
    padding: 20px;
  }
  .noticeBtn a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------------------
	resultSection
-----------------------------------------------------*/
#resultSection {
  padding: 30px 0;
  background: #f3f0bf;
}
#resultSection #graphBox {
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}
#resultSection #graph-pc {
  display: none !important;
}

@media print, screen and (min-width: 668px) {
  #resultSection {
    padding: 80px 0;
  }
  #resultSection #graphBox {
    padding: 35px 40px;
  }
  #resultSection #graph-pc {
    display: block !important;
  }
  #resultSection #graph-sp {
    display: none !important;
  }
}
/*-----------------------------------------------------
	eventBox
-----------------------------------------------------*/
.eventBox {
  margin: 0 auto;
  padding: 10px;
  background: #FFF;
}
.eventBox figure {
  margin: 0 auto 10px;
  max-width: 450px;
}
.eventBox figure img {
  width: 100%;
}
.eventBox .title {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 5px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #C9C9C9;
}
.eventBox .title:before, .eventBox .title:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.eventBox .title:before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #adcfc9;
}
.eventBox .title:after {
  top: 8px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #f3d399;
}

@media print, screen and (min-width: 640px) {
  .eventBox {
    padding: 30px;
  }
  .eventBox figure {
    margin-bottom: 15px;
  }
  .eventBox .title {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .eventBox .title:before {
    width: 18px;
    height: 18px;
  }
  .eventBox .title:after {
    top: 11px;
    left: 11px;
    width: 14px;
    height: 14px;
  }
  .eventBox .eventDetail {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
