﻿
/****  お問い合わせ  ****/
#call h3,
#call table {
	width: 80%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
@media screen and (max-width: 600px) { /* 600以下 */
	#call h3,
	#call table {
		width: 95%;
		margin: 0 auto;
		border-collapse: collapse;
	}
}
#call td {
	padding: 20px;
	border-top: 1px solid;
	background: #FFF;
}
#call td:first-child {
	width: 240px;
	background: #003384;
	background: -moz-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4d91ff), color-stop(50%, #003384), to(#003384));
	background: -webkit-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: -o-linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	background: linear-gradient( #4d91ff 0%, #003384 50%, #003384 100%);
	color: #FFF;
	font-weight: 700;
}

input[type="text"] ,
input[type="tel"] ,
input[type="email"] ,
textarea {
	padding: 5px;
	border: 1px solid #777;
	border-radius: 10px;
	width: 100%;
	outline: none;
}
input[type="text"]:hover ,
input[type="tel"]:hover ,
input[type="email"]:hover ,
textarea:hover ,
input[type="text"]:focus ,
input[type="tel"]:focus ,
input[type="email"]:focus ,
textarea:focus {
	border: 1px solid #000;
}
input#tel {
	width: 220px;
}
textarea {
	height: 150px;
}
.submit {
	margin-top: 20px;
	text-align: center;
}
input[type="submit"]  {
	padding: 5px 15px;
	border: 1px solid #777;
	border-radius: 10px;
}