form {
  width: 100%;
  float:left;
  position: relative;
  /*background: #f00;*/
  padding: 0% 0%;
  border: 0px;
  margin: 0% 0;
}

/* Give form elements consistent margin, padding and line height */

form ul {
  list-style: none;
  margin: 0;
  padding: 0%;
  float:left;
  position: relative;
  width:100%;
}

form ul li {
  margin: 1% 0;
  padding: 0%;
  float:left;
  width:100%; 
  display: inline-block;
  /*height: 50px;*/
}


form ul li ul li{
  margin: 0% 0 1% 0;
  padding: 0%;
  float:left;
  width:100%; 
  display: inline-table;
  height: 50px;
}

/*form * {
  line-height: 1em;
}*/

form ul li span,form ul li ul li span{
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-weight: bolder;
}


/* Form heading */

form h1 {
  margin: 0.8em 0 .5em 0;
  padding: 0;
  text-align:;
  font-size:2em;
  color:#00A29A;
}


/* Give each fieldset a darker background, dark curved border and plenty of space */

fieldset {
  padding: 0px;
  margin: 0 0 0% 0px;
  width:100%;
  float: left;
}


/* Give each fieldset legend a nice curvy green box with white text */

legend {
  color: #fff;
  background: #8fb98b;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  padding: 1%;
  margin: 0%;
  width: 100%;
  border: 2px solid #593131;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* The field labels */

label {
  display: inline-block;
 /* padding:1% 0 0 0 ;
  margin: 1% 0%;*/
  font-size:17px;
  /*font-weight: bold;*/
  /*height:30px;*/
}


/* Style the fields */


input, textarea {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #232323;
  /*border-radius: 3px;*/  
  padding: 0%;
  position: relative;
  /*font-weight:600;*/
  color:#666;
  background: none;
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
}

textarea {
  width:100%;
  font-size: 16px;
  height: 9em;
  padding: 1.7%;
  box-sizing:border-box;
}


input[type="text"],input[type="email"] {
  
  font-size:18px;
 /* clear:none;
  position:relative;
  float:left;*/
  /* margin:0% 0 0 0;
 padding: 1.3% 2%;*/
    display: inline-block;
  vertical-align: middle;
  color: #000;
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
}

input[type="search"] {

  font-size:.9em;
  height: 3em;
  clear:none;
  position:relative;
  width:auto;
}


/* Place a border around focused fields, and hide the inner shadow */

form *:focus {
  border: 1px solid #09F;
  outline: none;
  box-shadow:0px 0px 3px #06C;
  background:none;
 
}

form input[type="checkbox"]:focus , form input[type="radio"]:focus {
  border: 1px solid #000;
  outline: none;
  box-shadow:0px 0px 0px #06C;
}




/* Submit button */

input[type="submit"] {
  margin: 3% auto;
  padding: 1% 2%;
 /* border-radius:1px;*/
  /*box-shadow: 0px 0px 2px #dcdcdc;*/
  color: #5eb8ce;
  border-radius: 5px;
  font-size: 20px;
  width: 70%;
  letter-spacing: 3px;
  border:2px solid #5eb8ce;
}

input[type="submit"]:hover, input[type="submit"]:active {
  cursor: pointer;
  background: #5eb8ce;
  color: #fff;
}

input[type="submit"]:active {
   background: #40210f;

}


.error{
  color:#f35;
  font-size: 12px;
  margin: 0 0;
}

.right{
  float: right;
}
.left{
  float:left;
}


.plan ul li > label{
  text-align: left;
  letter-spacing: 2px;
  line-height: 28px;
}

/*成績*/
.area{
  margin: 1% 0;
}

 .mo-2x,.mo-3x{
  width: 50%;
 }

.m15,.m16{
  margin:5% 0; 
}
@media (min-width:768px) {
  

}

@media (min-width:1000px) {
  .mo-2x{
    width: 16.66%;
  }
  .mo-3x{
    width:24.99%;
  }
  .plan ul li > label{
  text-align: right;
}

.m15,.m16{
  margin:0% 0; 
}

}


@media screen and (min-width:992px) and ( max-width:1200px) {
  input[type="submit"] {
    width: 25%;
  }
  
  label{
    font-size:14px;
  }

  .score{
    width: 37.66%
  }

}

@media (min-width:1200px) {
  label {
    font-size:17px;
  }
   input[type="submit"] {
    width: 15%;
     padding: .5% 1.5%;
  }

  .m15{
  margin:1% 0; 
}
  .m16{
  margin:0% 0; 
}

}

@media (min-width:1600px) {


  
}