@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	お問い合わせフォーム
-------------------------------------------------------------------*/

#contact {
	margin:0 0 40px;
}


#contact .texts {
	margin:0 0 30px;
}

#contact .texts a {
	color:#0044cc;
}

#contact p span,
#contact table th span,
#contact table td span {
	color:#f90303;
}

#contact table {
	width:100%;
	margin:30px 0 0;
}

#contact table th,
#contact table td {
	text-align:left;
	vertical-align:middle;
	border:1px solid #cccccc;
	padding:10px 15px;
}

#contact table th {
	font-weight:400;
	background:#f5f5f5;
	width:180px;
}

#contact table td ul li {
	display:inline-block;
	margin:0 10px 10px 0;
}

#contact table td ul li.end {
	margin-bottom:0;
}

#contact table td ul.spc li {
	display:block;
	margin:0 0 10px;
}

#contact table td ul.spc li:last-child {
	margin-bottom:0;
}


#contact table td .short {
	width: 150px;
}

#contact table td .middle {
	width: 300px;
}

#contact table td .long {
	width: 500px;
}

#contact table input[type="text"] {
	border: 1px solid #ccc;
	height: 25px;
	padding: 0 5px;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
	border-radius:5px;
}

#contact table textarea {
	border: 1px solid #ccc;
	width: 500px;
	height: 170px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
	background-color: #fff;
	border-radius:5px;
}

#contact table select {
	border: 1px solid #ccc;
	width:250px;
	height: 25px;
	padding: 0 5px;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
	border-radius:5px;
}

#contact table select.mini {
	width:80px;
	margin:0 5px;
}

#contact .cau02 {
	margin:20px 0 30px;
}

#contact .submit {
	text-align: center;
}


#contact .submit li {
	display:inline-block;
	margin:0;
	padding:0;
}

#contact .submit li:last-child {
	margin-left:20px;
}

#contact .submit li input {
	background:#e13b41;
	border: none;
	width:180px;
	display:block;
	font-weight:200;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	line-height:1.0;
	border-radius:5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	padding:7px 0;
}


#contact .submit li input:hover {
	background:#930000;
}

@media screen and (max-width: 640px) {
	
	#contact table select.mini {
		width:25%;
		margin:0;
	}
	
	#contact table td .short {
		width: 60%;
	}
}