@charset "utf-8";
@import "../../common/css/0-import.css";
/*------------------------------------------------------------
	簡単質問フォーム
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 15px;
}

#conts h3 {
	margin: 30px 0 10px;
}

#conts .box p span {
	display: block;
	font-weight: normal;
}

#conts .box .photo {
	float: right;
}

#conts .text {
	margin: 0 0 15px 20px;
}

#conts .tel {
	margin: 0 0 10px 20px;
}

	*html #conts .tel {
		margin: 0 0 5px 20px;
	}
	
	*+html #conts .tel {
		margin: 0 0 5px 20px;
	}

#conts p {
	margin: 0 20px 15px 20px;
	line-height: 1.7;
}

#conts p.btn {
	text-align: center;
	margin-top: 15px;
}

#conts p.red {
	color: #F00;
}

#conts p span.s_red img,
#conts p.red img {
	display: block;
	float: left;
	margin: 3px 4px 0 0;
}

#conts p span.s_red {
	color: #F00;
	display: block;
	font-weight: normal;
}


#conts p span {
	font-weight: bold;
}

#conts table {
	width: 570px;
	text-align: left;
	margin-left: 20px;
	border-collapse: collapse;
}

#conts table th {
	width: 170px;
	vertical-align: top;
	background-color: #F3F3F3;
	font-weight: normal;
	text-align: left;
}

#conts table td {
	vertical-align: middle;
}

#conts table td span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

#conts table th,
#conts table td {
	border: 1px solid #C8C8C8;
	padding: 8px 0 8px 10px;
}

#conts table th img {
	display: block;
	margin: -15px 0 0 130px;
}

#conts table th .mt {
	position: relative;
	top: -20px;
}

#conts table input,
#conts table textarea {
	border: 1px solid #C8C8C8;
	background-color: #FFE8E8; 
}

#conts table li input {
	border: none;
}

#conts table .none {
	background: none;
}

#conts table li {
	margin-right: 5px;
	display: inline;
}

#conts table li input,
#conts table li label {
	vertical-align: middle;
}

#conts table textarea {
	width: 345px;
	height: 97px;
}

#conts table .input01 {
	width: 160px;
	height: 20px;
}

	*html #conts table .input01 {
		height: 23px;
	}
	
#conts table .input02 {
	width: 300px;
	height: 20px;
}

	*html #conts table .input02 {
		height: 23px;
	}
