@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* Style Sheet for comodi-iida.co.jp Form Style                     */
/* ---------------------------------------------------------------- */

#contents #solids h2 {
  clear: both;
  margin: 10px 0;
  padding: 10px 0 37px 10px;
  color: #333;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  background: url("../img/wall_h2.jpg") no-repeat right bottom scroll;
  border-top: 1px solid #CCC;
}
#contents #solids h2:before {
  content: "\0025cf";

}

#contents #solids h2:first-letter {
  color: #F00;
}

#contents #solids h3 {
  margin: 1em 0 .5em 0;
  padding: 5px 10px;
  color: #006400;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  border-left: 10px solid #8FBC8F;
}

#solids table {
  margin: 0 auto;
  width: 100%;
  font-size: 1em;
}
#solids table caption {
  text-align: right;
  font-size: 0.8em;
}
#solids table tr {
  margin-bottom: 15px;
  padding: 0 0 0.5em 0;
  vertical-align: baseline;
  display: block;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #DDD;
}
#solids table th, #solids table td {
  display: block;
}
#solids table th {
  padding: 0.5em;
  font-size: 1.1em;
  font-weight: normal;
  color: #000;
  background-color: #CFC;
  background: -moz-linear-gradient(top, #CFC 40%, #FFF);
  background: -webkit-linear-gradient(top, #CFC 40%, #FFF);
  background: linear-gradient(to bottom, #CFC 40%, #FFF);
}
#solids table td {
  padding: 0 0.5em;
  color: #000;
  background-color: #FFF;
}



#solids table td input.tfll, #solids table td textarea, #solids table td select {
  padding: 1%;
  width: 97%;
}


#solids table td input.z1 {
  padding: 1%;
  width: 3em;
}
#solids table td input.z2 {
  padding: 1%;
  width: 4em;
}


.it2s {
  margin-top: 10px;
}






.comment_help {
  overflow: hidden;
  display: block;
  visibility: visible;
  margin-left: 20px;
  margin-top: 5px;
}
.hint {
  border-left: 3px solid #FC685C;
  padding: 0 0 0 5px;
  line-height: 150%;
}
.submitb {
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  background-color: #093;
  border-radius: 8px;
  border: 3px double #66CDAA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.submitb:hover {
  color: #000;
  background-color: #66CDAA;
  border: 3px double #2E8B57;
}









.resetb {
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  background-color: #666;
  border-radius: 8px;
  border: 3px double #66CDAA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.resetb:hover {
  color: #000;
  background-color: #DDD;
  border: 3px double #2E8B57;
}


.ness {
  color: #F00;
  font-weight: bold;
}




.pagelink {
  margin: 5% auto;
  font-size: 0.8em;
  width: 82%;
}

.errors {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #F00;
  border-bottom: 1px solid #F00;
}
.errtitle {
  margin: 0;
  padding: 0.5em;
  color: #FFF;
  background-color: #F00;
}
.errnote {
  margin: 0;
  padding: 10px 0 0 10px;
  border-left: 10px solid #F00;
}




@media (min-width: 641px) {
  #solids table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
  }
  #solids table tr {
    display: table-row;
    position: static;
    border: none;
  }
  #solids table th {
    display: table-cell;
    width: 25%;
    padding: 1em 0 1em 1em;
    text-align: left;
    vertical-align: top;
    color: #000;
    background-color: #FFF;
    background: -moz-linear-gradient(top, #FFF, #FFF);
    background: -webkit-linear-gradient(top, #FFF, #FFF);
    background: linear-gradient(to bottom, #FFF, #FFF);
  }
  #solids table td {
    display: table-cell;
    width: 75%;
    padding: 1em 0;
    text-align: left;
    vertical-align: top;
    color: #000;
    background-color: #FFF;
  }
  .pagelink {
    margin: 5% auto;
    font-size: 1em;
    width: 70%;
  }
}