@charset "Shift_JIS";
/*=============================
事務所概要ページ専用スタイルシート
==============================*/


.box1 {
	width:610px;
	height:200px;
	margin:10px auto;
}

.box1 img {
	float:left;
}

.box2 {
	float:left;
	width:305px;
	height:140px;
	margin:10px auto;
}

.box2 img {
	float:left;
	margin-right:10px;
}

table {
	margin-left:10px;
	border-collapse: collapse;
	border-top:solid 1px #999;
}

th {
	font-weight:normal;
	width:50px;
	height:20px;
	font-size:13px;
	border-bottom:solid 1px #999;
}

td {
	font-size:13px;
	line-height:1.5;
	padding:2px;
	border-bottom:solid 1px #999;
}

.tbox1 {
	width:450px;
	float:right;
}

.hitokoto {
	height:80px;
	border-bottom:none;
}

.tbox2 {
	width:170px;
}

.tbox3 {
	float:left;
	width:185px;
	border-top:none;
	margin-bottom:10px;
}

.portrait {
	text-align:center;
}

.portrait img {
	margin-bottom:5px;
}

.hitokoto2 {
	height:45px;
	border-bottom:none;
}


#next {
	clear:both;
	margin:20px auto;
}

#next p {
	text-align:center;
	font-size:12px;
}

