@charset "utf-8";
/*------------------------------------------------------------
	事務所概要
------------------------------------------------------------*/
#contents {
	background: url(../img/office/office_back.jpg) no-repeat;
}

#contents h2 {
	padding-bottom: 37px;
}

#contents .textArea {
	width: 462px;
}

	#contents .textArea p {
		padding-left: 2px;
	}
	
	#contents .textArea dl {
		padding-bottom: 15px;
	}
	
	#contents .textArea dl dt {
		float: left;
		clear: left;
	}

	#contents .textArea .listOne dd {
		padding: 0 0 0 4em;
	}
	
	#contents .textArea .listTwo dt {
		padding-left: 16px;
	}
	
	#contents .textArea .listTwo dd {
		padding: 0 0 0 6.5em;
	}
	#contents .textArea .listTwo .other {
		line-height: 1.2;
	}
