@charset "utf-8";
/*------------------------------------------------------------
	事務所についてページ
------------------------------------------------------------*/
#conts h3 {
	margin: 0px 0px 10px;
}
#conts .photo.fl {
	margin: 0px 20px 10px 0;
}
#conts .history ul {
	margin: 30px;
}
#conts .history li {
	margin: 0px 0px 10px;
	padding: 0px 10px 7px;
	border-bottom: 1px solid #b2b2b2;
}
#conts .history li span.year {
	padding: 0 30px 0 0;
}
#conts .lawyer .lawyer_wrap, #conts .access .access_wrap {
	margin: 10px 0px 20px;
	overflow: hidden;
}
#conts .lawyer .lawyer_wrap .txt_box {
	float: right;
	width: 500px;
	margin: 10px 0 0;
}
#conts .lawyer .lawyer_wrap .txt_box table {
	border-top: 1px solid #bcbcbc;
	margin: 20px 0;
	width: 100%;
}
#conts .lawyer .lawyer_wrap .txt_box table caption {
	text-align: left;
}
#conts .lawyer .lawyer_wrap .txt_box table th {
	width: 55px;
	text-align:center;
}
#conts .lawyer .lawyer_wrap .txt_box table th, #conts .lawyer .lawyer_wrap .txt_box table td {
	padding: 7px 5px 5px;
	border-bottom: 1px dashed #dbdbdb;
}
#conts .lawyer .lawyer_wrap.ootsuka .txt_box table caption span {
	color: #82d200;
}
#conts .lawyer .lawyer_wrap.tsuda .txt_box table caption span {
	color: #ff7d00;
}
#conts .access .access_wrap .txt_box {
	float: right;
	width: 550px;
	margin: 10px 0 0;
}
#conts .access .access_wrap .txt_box .tel {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 0;
	line-height: 1;
}
#container #conts .access .access_wrap .txt_box .address {
	font-weight: bold;
}
#container #conts .access .access_wrap .txt_box .inquiry_txt {
	font-size: 16px;
	line-height: 1;
	color: #82d200;
	font-weight: bold;
}
#container #conts .access .access_wrap .txt_box ul li {
	margin: 0px 20px 0px 0px;
	float: left;
}
#container #conts .access .access_wrap .txt_box.parking {
	margin: 120px 0 0;
}
#container #conts .access .access_wrap .txt_box dl {
	width: 210px;
	background: url(../img/about/icon_parking.gif) no-repeat 150px top;
	font-size: 12px;
	float: left;
}
#container #conts .access .access_wrap .txt_box dl dt {
	font-weight: bold;
	font-size: 15px;
}
#container #conts .access .access_wrap .txt_box dl dd {
	padding: 0 12px;
}
