@charset "utf-8";
@import "../common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.crumb {
	margin: 10px 0 13px 18px;
}

#conts h2 {
	margin-bottom: 10px;
}

#conts h3 {
	margin: 0 0 20px 5px;
}

#conts p {
	line-height: 1.5;
}

#conts p.mb18 {
	margin-bottom: 18px;
}

#conts .redText {
	color: #F00;
}

#conts table {
	width: 519px;
	border-collapse: collapse;
}

#conts th span {
	color: #F00;
	font-weight: normal;
}

#conts table p.mL70 {
	margin-left: 70px;
}
#conts th {
	width: 35%;
	padding: 10px 0 10px 15px;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	background: #F3F3F3;
	border: 1px solid #CCC;
	border-right: none; 
}

#conts td {
	width: 65%;
	padding: 10px 0 10px 15px;
	border:1px solid #ccc;
	border-left: none;
}

#conts td p {
	color: #000;
	font-size: 11px;
}

#conts td span {
	font-size: 14px;
}

#conts th p {
	line-height: 1.5;
	font-size: 10px;
	font-weight: normal;
}

#conts table .high {
	width: 325px;
	height: 170px;
}

#conts table select {
	margin: 15px 0 10px 0;
}

#conts form .btn {
	margin: 25px 0 0 180px;
	border: none;
	width: 155px;
	height: 32px;
	cursor: pointer;
	
	background: url(../../img/contack/btn.jpg) no-repeat;
}

#conts table input {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#conts table textarea {
	width: 95%;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
