.form_item_list {
  list-style-type: none;
  margin: 0;
}
.form_item_list li {
  margin: 0 18px 0 0;
  list-style-type: none;
  float: left;
}
.size_5 li{
  width: 20%;
}
.size_4 li{
  width: 25%;
}
.size_3 li{
  width: 30%;
}
.size_2 li {
  width: 40%;
}
.error_message {
  color: red;
  border: 1px solid #F00;
  font-style: bold;
  margin-left: 5px;
}
textarea {
  font-size: 1.1em;
}
input[type="text"], input[type="password"] {
  height: 48px;
  font-size: 1.1em;
  color: #000;
}
input[type="text"]:focus,
input[type="password"]:focus {
  background-color: #ffc;
}
.s_height{
  height: 48px !important;
}

#apply_form {
  font-size: 1.2em;
}
#form_submit:hover {
  opacity: 0.5;
}

.fm_table {
  width: 100%;
}

.fm_table_row  {
  width: 100%;
   padding: 11px 30px;
}

.fm_table_row textarea {
	height: 60px;
}

.fm_table .fm_table_row th {
  background-color: #efefef;
  width: 25%;
}

.fm_table .fm_table_row td {
  min-width: 75%;
}

#apply_form table tr {
  border-bottom: 1px dotted #bbbbbb;
}

#apply_form table tr td {
  padding: 4px;
}
