@charset "utf-8";
/* CSS Document */

#office_box{
	display:block;
	margin:10px auto;

}
#office_box table{
	margin:20px auto 40px auto;
	width:90%;
	border-collapse: collapse;
	border:solid 1px #cccccc;
}

#office_box table tr td{
	padding:10px;
	border:solid 1px #cccccc;
}
#office_box table tr td:nth-child(odd){
	background:#ddf3f7;
	width:30%;
	text-align:right;
	vertical-align:top;
}
#office_box table tr td:nth-child(even){
	width:60%;
	text-align:left;
}
