#inquiry_form {
	margin-left: 50px;
}
.operator {
	display: block;
	position:relative;
	float: right;
	height: 200px;
}

.phone {
	background-image: url("../images/phone_small.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}

.mail_message {
	background-image: url("../images/mail_small.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}

.mail {
	color:red;
}

.mail a {
	text-decoration: none;
	color: blue;
}

.block_noborder {
	width: 750px;
	margin: 0px auto;
	padding: 10px;
}

#submit {
	margin-top: 20px;
	text-align: center;
}

#submit:hover{
	opacity: 0.5;
}

/* フォームフィールド ----------------------------------------- */
input[type=text]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:450px;
	height:25px;
	padding: 0 3px;
}

input[type=text]:focus {
	border:solid 1px #20b2aa;
}

input[type=text], select { 
	outline: none;
}

textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:450px;
	height:100px;
	padding:3px;
	font-size: 10pt;
}

textarea:focus {
	border:solid 1px #20b2aa;
}

.x-small {
	font-size: 8pt;
}

.red {
	color: red;
}

.confirm_table {
	width: 520px;
}

.confirm_table .x-small {
	line-height: 1.5;
}

.confirm_table .field {
	background-color: #ddd;
	padding: 10px;
}

.confirm_table td {
	background-color: #eee;
	padding:10px;
}

#submit_confirm {
	position: relative;
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}

#submit_confirm:hover {
	opacity: 0.5;
}

#reset {
	position: relative;
	float:left;
	margin-top: 20px;
	margin-left:-30px;
}

hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #eee, #333, #eee);
	background-image:    -moz-linear-gradient(left, #eee, #333, #eee);
	background-image:     -ms-linear-gradient(left, #eee, #333, #eee);
	background-image:      -o-linear-gradient(left, #eee, #333, #eee);
}

.w70 {
	width: 70px;
}

.link2services {
	margin-left:7px;
}