@charset "UTF-8";
/*------------------------------------------------------------------------------------------------*/
/*みんなが決める最強ラインナップ決定大投票（event/strongest_dbh_lineup/）*/
/*------------------------------------------------------------------------------------------------*/

div#btn-language {
  padding: 20px 20px;
}

div#btn-language p {
  background-color: red;
  width: 720px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

body#strongest_dbh_lineup #strongest_dbh_lineup_questionCol_cover {
  width: 780px;
  height: 107px;
  position: relative;
  background: url(../image/event/strongest_dbh_lineup/img_01_02.jpg) no-repeat 0 0;
  padding-top: 14px;
}

body#strongest_dbh_lineup .bg_vote_btn {
  width: 780px;
  height: 120px;
  background: url(../image/event/strongest_dbh_lineup/img_02.jpg) no-repeat 0 0;
}

body#strongest_dbh_lineup .bg_detail_btn {
  width: 780px;
  height: 530px;
  position: relative;
  background: url(../image/event/strongest_dbh_lineup/img_08.jpg) no-repeat 0 0;
}

body#strongest_dbh_lineup .bg_detail_btn a {
  width: 345px;
  height: 68px;
  position: absolute;
  bottom: 30px;
  left: 217px;
  display: block;
  background: url(../image/event/strongest_dbh_lineup/btn_detail.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
}

body#strongest_dbh_lineup .bg_detail_btn a:hover {
  background: url(../image/event/strongest_dbh_lineup/btn_detail.png) no-repeat 0 -68px;
}

body#strongest_dbh_lineup .bg_detail_btn02 {
  display: block;
  width: 780px;
}

body#strongest_dbh_lineup .bg_detail_btn02 a {
  display: block;
  width: 682px;
  height: 82px;
  background: url(../image/event/strongest_dbh_lineup/160317/btn_01.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
  margin: 0 auto 20px;
}

body#strongest_dbh_lineup .bg_detail_btn02 a:hover {
  background-position:0 -83px;
}

div.strongest_dbh_lineup_questionCol {
  width: 680px;
  margin: 0px auto;
}

body#strongest_dbh_lineup #submit_check {
  width: 682px;
  height: 83px;
  background: url(../image/event/strongest_dbh_lineup/btn_vote.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
}

body#strongest_dbh_lineup #submit_check:hover {
  background: url(../image/event/strongest_dbh_lineup/btn_vote.png) no-repeat 0 -83px;
}

#submit_comp {
  width: 345px;
  height: 69px;
  background: url(../image/event/strongest_dbh_lineup/btn_send.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
  margin: 00px 10px 20px 0;
}

#submit_comp:hover {
  background: url(../image/event/strongest_dbh_lineup/btn_send.png) no-repeat 0 -68px;
}

#submit_back {
  width: 345px;
  height: 69px;
  background: url(../image/event/strongest_dbh_lineup/btn_back.png) no-repeat 0 0;
  text-indent: -9999px;
  border: none;
  margin: 0px 10px 20px 0;
}

#submit_back:hover {
  background: url(../image/event/strongest_dbh_lineup/btn_back.png) no-repeat 0 -68px;
}

div.strongest_dbh_lineup_questionCol dl dt {
  width: 740px;
  height: 41px;
  background-color: #007F19;
  margin: 0 0 3px 0;
  font-size: 18px;
}

div.strongest_dbh_lineup_questionCol dl dt .subtit {
  padding: 8px 0 0 10px;
  display: inline-block;
}

div.strongest_dbh_lineup_questionCol dl dt .caution-txt {
  display: inline-block;
  color: #FFF64B;
}

div.strongest_dbh_lineup_questionCol .lv1Pulldown {
  /* margin-top: 70px; */
  
  width: 230px;
  height: 80px;
  font-size: 32px;
  top: 15px;
  left: 50px;
  
}

div.strongest_dbh_lineup_questionCol .chara_card {
  width: 430px;
  height: 80px;
  font-size: 32px;
  left: 300px;
  top: 15px;
  overflow: hidden;
}

label {
  display: inline;
}

body#strongest_dbh_lineup .confirmationbox {
  width: 740px;
  margin: 0 auto;
}

body#strongest_dbh_lineup .confirmationbox p {
  width: 720px;
  height: 80px;
  margin: 15px 0;
  padding: 0 10px;
  background-color: #FFF;
  color: #000;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
}

/*プルダウン装飾*/
.ctSelect {
  line-height: 80px;
  height: 80px;
  width: 430px;
  padding: 0 0 0 10px;
  background: url(../image/event/strongest_dbh_lineup/bg_select_02.png) no-repeat left top;
  color: #000;
  position: absolute;
  top: 15px;
  left: 50px;
}
.ctSelect02 {
  line-height: 80px;
  height: 80px;
  width: 230px;
  padding: 0 0 0 10px;
  background: url(../image/event/strongest_dbh_lineup/bg_select.png) no-repeat left top;
  color: #000;
  position: absolute;
  left: 300px;
  top: 15px;
}
.hasCustomSelect{
z-index: 9999;
}
.ctSelect02Inner{
  width: 350px !important;
  
}