@charset "utf-8";
@import "../../common/css/0-import.css";
#banner {
	padding: 27px 0 8px;
}

#pageGuide {
	line-height: 1.2;
}

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

#conts p {
	margin-bottom: 27px;
	*margin-bottom: 26px;
	line-height: 1.5;
}

#conts table {
	margin-left: 21px;
	*margin-left: 20px;
	width: 589px;
	*width: 590px;
	border-collapse: collapse;
}

#conts table th,
#conts table td {
	padding:10px 0 0 10px;
	border: 1px solid #CCC;
	line-height: 1.5;
	vertical-align: top;
}

#conts table th {
	padding-left: 9px;
	width: 160px;
	background-color: #F2F2F2;
	font-weight: normal;
}

	*+html #conts table th {
		padding-top: 9px;
	}

#conts table th img {
	margin-left: 9px;
	vertical-align: middle;
}

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

#pre #conts table td span {
	margin: 0 10px 10px;
	font-size: 12px;
	vertical-align: TOP;
}

#conts table td span.mb {
	margin-bottom: 15px;
}

#conts table th span {
	margin-top: 12px;
	_margin-top: 11px;
	display: block;
}

#conts table td input {
	width: 200px;
	height: 19px;
}

#conts table td textarea {
	margin-bottom: 10px;
	width: 376px;
	height: 148px;
}

#conts form p {
	text-align: center;
	margin: 30px 0 40px;
}

 @media screen and (-webkit-min-device-pixel-ratio:0) { 
 	#conts p {
		margin-bottom: 26px;
	}

 	#conts table {
		margin-left: 20px;
		width: 590px;
	}
	
	#conts table th img {
		vertical-align: -6px;
	}
	 
 }

#conts th.error {
	color: #FF0000;
}

#conts table input.error {
	border: 2px solid #FF0000;
}
#conts table textarea.error {
	border: 2px solid #FF0000;
}

#conts img.essential {
	vertical-align: middle;
	padding-right: 5px;
}
