@charset "utf-8";
@import "/common/css/0-import.css";
#conts {
	margin-bottom: 35px;
}

#conts h2 {
	margin-bottom: 21px;
	+margin-bottom: 20px;
}

#conts table {
	margin: 0 14px 0 16px;
	+margin: 0 14px 0 15px;
	width: 490px;
	+width: 491px;
	border-collapse: collapse;
}

#conts table th,
#conts table td {
	padding: 8px 0 8px 9px;
	+padding: 9px 0 9px 9px;
	_padding-bottom: 8px;
	border: 1px solid #CCC;
	text-align: left;
}

#conts table th {
	width: 71px;
	background-color: #F1F8FC;
	font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts h2 {
		margin-bottom: 20px;
	}
	
	#conts table {
		margin: 0 14px 0 15px;
		width: 491spx;
	}

	#conts table th,
	#conts table td {
		padding: 9px 0 9px 9px;
	}

}

