@charset "utf-8";

table.simple_table{
	width: 100%;
}
table.simple_table *{
	letter-spacing: 1.1px;
}
table.simple_table th,
table.simple_table td{
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
table.simple_table th{
	font-weight: bold;
	width: 200px;
}
@media (max-width: 768px) {
	table.simple_table th,
	table.simple_table td{
		display: block !important;
		padding: 0px 5px;
	}
	table.simple_table th{
		margin-top: 20px;
	}
}
table.simple_table input{
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border:1px solid silver;
}
table.simple_table textarea{
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border:1px solid silver;
}
table.simple_table pre{
	line-height: 20px;
	font-family: initial;
	white-space: pre-line;
}
.form_contents .inline_input *{
  display: inline-block;
  width: inherit !important;
}
.form_contents a.button{
  display: inline-block;
  border: 1px dotted #11a4e4;
  padding: 13px 30px 10px 31px;
  text-decoration: none;
  font-size: 15px;
  color: #11a4e4 !important;
  text-shadow: none;
}
.form_contents a.button:hover{
  color: white !important;
  background-color: #11a4e4 !important;    
}
.form_contents pre{
	font-family: inherit;
	white-space: pre-line;
}
.form_contents .text{
  line-height: 23px;
}
.form_contents .action_list{
  text-align: center;
  margin-top: 40px;
}
#go_confirm{
	width: 200px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}
.rq{
	font-size:0.8em;
	color: #d64d0b;
}
.error_message{
	display: none;
}
.form_row.error .error_message{
	display: block !important;
	color: red;
	margin-top: 5px;
}
.form_row.error {
	/*background-color: #ffeded;*/
}