@charset "UTF-8";
#topimage {
  width: 100%;
}

#leftBox {
  float: left;
  width: 74%;
  margin-left: 1%;
}

#rightBox {
  float: right;
  width: 25%;
}

.dollshadow {
  height: 25px;
  margin-top: 10px;
}

#searchLabel {
  height: 30px;
  padding-top: 5px;
  position: relative;
  top: 5px;
}

#rankinglabel {
  height: 30px;
  position: relative;
  top: 4px;
}

.rank {
  position: relative;
  color: #000000;
  width: 160px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 0.8em;
}

.rankimg {
  /*画像*/
  width: 150px;
  border: solid #FFFFFF 10px;
  border-bottom: 0;
}

.rankbanner {
  position: absolute;
  top: -5px;
  left: 0;
  width: 50px;
}

.ranknumber {
  position: absolute;
  top: -3px;
  left: 8px;
  color: #FFFFFF;
  font-size: larger;
}

.rank p {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin: 0;
}

#frillybg {
  width: 100%;
  height: 350px;
  background-color: #FFFFFF;
  background-image: url("../img/frills.jpg");
  background-size: 100% 100%;
  padding-top: 25px;
  padding-right: 45px;
  padding-left: 25px;
}

.result {
  width: 200px;
  margin: 10px 15px;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  vertical-align: top;
}

.result img {
  border: solid #FFFFFF 5px;
  max-width: 200px;
  max-height: 200px;
}

td {
  font-weight: bolder;
  line-height: 1.5;
  font-size: 0.9em;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  background: url(../img/button_nonsel.svg) left center no-repeat;
  height: 16px;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 20px;
}

input[type="radio"]:checked + label {
  background: url(../img/button_sel.svg) left center no-repeat;
  height: 16px;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 20px;
}

.noResult {
  text-align: center;
  font-size: 1.5em;
  margin-top: 10px;
}

.searched {
  display: none;
}

/*スマホ*/
@media screen and (max-device-width: 959px) {
  #leftBox {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 0;
  }
  #rightBox {
    float: none;
    width: 100%;
  }
  .dollshadow {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #searchLabel {
    height: 50px;
  }
  #frillybg {
    width: 100%;
    height: 1100px;
    background-image: url("../img/frillsmob.svg");
    background-position: center;
  }
  td {
    font-size: 2.5em;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .dottedBreak {
    font-size: 5px;
    line-height: 0.1;
    height: 5px;
    width: 100%;
    background: repeating-linear-gradient(to right, #F3C6D3, #F3C6D3 10px, #ffffff 10px, #ffffff 20px);
    padding: 0;
  }
  input[type="radio"] + label {
    height: 48px;
    padding: 0 0 0 50px;
  }
  input[type="radio"]:checked + label {
    height: 48px;
    padding: 0 0 0 50px;
  }
  .result {
    width: 400px;
    margin: 10px 35px;
    display: inline-block;
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
    vertical-align: top;
  }
  .result img {
    border: solid #FFFFFF 5px;
    max-width: none;
    max-height: none;
    width: 400px;
  }
  .noResult {
    font-size: 4em;
    line-height: 1.5;
  }
  #rankinglabel {
    height: 60px;
  }
  .rank {
    position: relative;
    color: #000000;
    width: 80%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    font-size: 2em;
    line-height: 1.2;
  }
  .rankimg {
    /*画像*/
    width: 100%;
    border: solid #FFFFFF 10px;
  }
  .rankbanner {
    position: absolute;
    top: -5px;
    left: 0;
    width: 200px;
  }
  .ranknumber {
    position: absolute;
    top: 1px;
    left: 30px;
    color: #FFFFFF;
    font-size: 2em;
  }
  .qablock {
    font-size: 2.2em;
    line-height: 1.5;
  }
}

.qablock {
  width: 768px;
  margin: auto;
}

.qablock p {
  margin: 0;
  background-color: #FFF;
  text-align: left;
  padding: 10px;
}

.qablock p:first-of-type, .qablock span {
  font-weight: 900;
}

.qablock p:first-of-type {
  border-bottom: dashed #F3C6D3 1px;
}
