
@charset "UTF-8";
/*****************************************
reset.css
******************************************/
body {
  font-family: "Inconsolata", "serif";
  font-size: 15px;
  line-height: 1.4em;
}
div {
  margin: 6px 0 3px 0;
}
#word {
  font-family: "Meiryo", "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "Arial";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 15px;
  text-align: left;
}
#ss-submit {
  font-family: "Inconsolata", "serif", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "Arial";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 15px;
  cursor: pointer;
}
.ss-q-short, .ss-q-long {
  margin-bottom: 6px;
}
.ss-q-long {
  max-width:556px;
  min-height: 100px;
  max-height:126px;
}
.form_subtitle{
  margin: -6px 0 0 0;
  font-size: 10px;
  color: #a5a5a5;
}
@media screen and (min-width:700px){
  .ss-q-short {
    width:250px;
  }
  .ss-q-long {
    width:550px;
  }
}
@media screen and (max-width: 700px){
  .ss-q-short {
    width:200px;
  }
  .ss-q-long {
    margin-top:3px;
    width:98%;
  }
}