@charset "UTF-8";

@media screen and (min-width: 750px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 750px){   
  .pc { display:none; }
  .sp { display:block; }
}

.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}

/* BUTTON */
.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}


/* =========================================================
PC STYLE
========================================================= */

h3.winnershead {
  margin-top: 50px;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}

ul.winnerslineup {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

ul.winnerslineup li {
  margin: 0px 5px 10px;
}
ul.winnerslineup li img {
  max-width: 450px;
}

h3.nominatehead {
  margin-top: 50px;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}

div.nominate {
  margin: 30px 10px 20px;
  padding: 20px;
  background: #0000cc;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

div.nominate h4 {
  font-size: 2em;
  font-weight: bold;
}

div.nominate p {
  margin: 20px 0 30px;
}

div.nominate h5 {
  margin: 20px 0;
  padding: 5px;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  color: #0000cc;
}

div.nominate ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.nominate ul li {
  width: 20%;
}

div.nominate ul li dl {
  margin: 10px;
  border: none;
}
div.nominate ul li dl dt {
  width: 100% !important;
}
div.nominate ul li dl dt img {
  width: 100%;
}
div.nominate ul li dl dd {
  width: 100%;
  padding: 5px 0;
}

p.voteinfo {
  margin-bottom: 30px;
}

input[type=radio] {
  margin-right: 10px;
}



/* =========================================================
SMART PHONE STYLE
========================================================= */


@media screen and (max-width: 750px) {

  div.content-area h2 {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
  }
  ul.winnerslineup li img {
    max-width: 600px;
  }

  div.nominate h4 img {
    width: 550px !important;
    height: 200px !important;
  }
  div.nominate p {
    margin: 20px 0 30px;
    text-align: left;
    font-size: 1.2em;
  }
  div.nominate ul li {
    width: 32%;
  }
  div.eventdetail {
    padding: 10px;
  }
  div.eventdetail dl {
    margin: 0;
    padding: 15px 0;
  }
  div.eventdetail dt {
    width: 100%;
    margin: 5px 0 7px;
    font-size: 1.3em;
  }
  div.eventdetail dd {
    width: 100%;
  }

  div#formarea2 {
    width: 100%;
    padding: 20px;
  }
  div#formarea2 dl {
    padding: 0 0 30px 0;
  }
  div#formarea2 dt {
    width: 100%;
    margin: 10px 0;
    font-size: 22pt;
  }
  div#formarea2 dd {
    width: 100%;
    font-size: 22pt;
  }
  div#formarea2 dd input[type=text], input[type=password] {
    width: 100%;
    height: 50px;
  }

  p.submit_btn input[type=submit] {
    width: 80%;
    height: 100px;
    margin-top: 20px;
    font-size: 30px;
  }
}