@charset "utf-8";
/* CSS Document */

input[type=text], select {
  width: 100%;
  padding: 20px 20px -5px 20px;
  margin: 8px 0 30px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family:"微軟正黑體", "新細明體";
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    font-family:"微軟正黑體", "新細明體";

}

input[type=submit]:hover {
  background-color: #45a049;
}

.titlename{
	font-size:18px;
	margin-bottom:0px;
	text-align:left;}
.star{
	font-size:14px;
	color:#F33;
	text-align:left;
	
	
	}