/* CSS Document */

.box_table2 {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: auto;
	float: left;	
	margin-bottom:20px;
}
.row {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ffb6c1;
	background:#ffe9ec;	
}
#content_office {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.left {
	width: 35%;
	height: auto;
	float: left;
	font-weight:bold;
	line-height:140%;
	color:#ff6a80;
	padding:10px 0px;
}
.right {
	width: 59%;
	height: auto;
	float: left;
	background:#FFF;
	line-height:140%;
	padding:10px 3%;
	text-align:left;
}
.block_text{
	text-align:left;
}

