@charset "utf-8";

p {
	line-height: 1.6em;
	font-size:95%;
}

.contract_info{
	margin:25px 0;
	padding:0 40px 25px;
	border-bottom:2px solid #0569a0;
	color:#555;

}
.article{
	line-height:1.6em;
	margin-bottom:20px;
}
.l_row{
	width:100px;
	float:left;
	line-height:1.6em;
	padding-left:10px;
}
.r_row{
	width:890px;
	float:right;
	line-height:1.6em;
}
.article_name{
	float:right;
	width:500px;
}
.article_name .l_row{
	width:50px;
}
.article_name .r_row{
	width:400px;
}

.agreement_info{
	text-align:center;
	margin-bottom:50px;
}

#inquiry_form {
  width: 90%;
  margin: 0 auto 50px auto;
}

#inquiry_steps {
  width: 100%;
  margin: 50px auto 20px auto;
  text-align: center;
}

#error_message {
  color: red;
  background-color: #ffaaaa;
	line-height: 1.6em;
  margin: 20px 0;
  padding: 5px 15px;
}

#form_description {
	line-height: 1.6em;
  margin: 10px 0;
  color: red;
}

#inquiry_form table {
  width: 100%;
  margin: 10px 0;
}

#inquiry_form table td {
  vertical-align: middle;
  text-align: left;
  padding: 15px 10px;
	line-height: 1.6em;
}

#inquiry_form table td.item_title {
  width: 25%;
  background-color: #e0e0e0;
}

#inquiry_form table td.item_input {
  width: 75%;
  background-color: #f0f0f0;
}

#inquiry_form table td.item_input input, textarea {
  width: 95%;
	line-height: 1.6em;
  border: 1px solid;
  padding: 3px 7px;
}

#inquiry_form table td.item_input textarea {
  padding: 3px 7px;
}

#form_buttons {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

#form_buttons img {
  margin: 0 auto;
}

#inquiry_form table td.item_input input.readonly, textarea.readonly {
  border: none;
  background-color: #f0f0f0;
}

input.error, textarea.error {
  background-color: #ffaaaa;
}
