/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

/*  事務所名　*/
/*--------------------------------------------------------*/

.nameBox{
	width:960px;
	margin-bottom:25px;
	overflow:hidden;
}

.nameBox .name_left{
	float:left;
	width:840px;
}

.nameBox .name_left h2{
	font-size:22px;
	font-weight:bold;
	line-height:1.5em;
}

.nameBox .bt_back{
	float:left;
	width:120px;
}

/*  左右　*/
/*--------------------------------------------------------*/

.leftBox{
	float:left;
	width:620px;
	margin-right:60px;
}

.rightBox{
	float:left;
	width:280px;
}

/*  事務所概要　*/
/*--------------------------------------------------------*/

.leftBox .outline{
}

.leftBox .outline dt{
	clear: left;
	float: left;
	width: 15%;
	font-size:100%;
	font-weight:bold;
	line-height:1.8em;
	color:#73BE28;
}

.leftBox .outline dd{
	margin: 0 0 5px 15%;
}

/*  所属弁護士（3名横並び）　*/
/*--------------------------------------------------------*/

.leftBox .lawyer{
	margin-top:30px;
	overflow:hidden;
}

.leftBox .lawyer .tit{
	font-size:100%;
	font-weight:bold;
	color:#73BE28;
	line-height:1.8em;
	margin-bottom:20px;
}

.leftBox .lawyer ul{
}

.leftBox .lawyer ul li{
	display: inline-block;
	vertical-align:top;
	width:120px;
	margin:0 30px 30px 0;
	text-align:center;
}

.leftBox .lawyer ul li .photo{
	margin-bottom:10px;
}

.leftBox .lawyer ul li .photo img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*  所属弁護士が左に2名　＆　右に代表社員弁護士1名　のレイアウト　*/
/*--------------------------------------------------------*/

.leftBox .lawyer .lawyerleft2{
	float:left;
	width:320px;
}
.leftBox .lawyer .lawyerright2{
	float:left;
	width:150px;
}

/*  所属弁護士が左に1名　＆　右に代表社員弁護士1名　のレイアウト　*/
/*--------------------------------------------------------*/

.leftBox .lawyer .lawyerleft3{
	float:left;
	width:150px;
}
.leftBox .lawyer .lawyerright3{
	float:left;
	width:150px;
}

/*  メッセージ　*/
/*--------------------------------------------------------*/

.leftBox .message{
	margin-top:30px;
}

.leftBox .message h3{
	font-size:105%;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:15px;
}

/*  サービス　*/
/*--------------------------------------------------------*/

.leftBox .service{
	margin-top:60px;
}

.leftBox .service h2{
	margin-bottom:60px;
}

.leftBox .service h3{
	font-size:105%;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:15px;
}


/*  右側：写真　*/
/*--------------------------------------------------------*/

.rightBox ul li{
	margin-bottom:20px;
}

/*  アクセスマップ　*/
/*--------------------------------------------------------*/

.access_map{
	clear:both;
	padding-top:60px;
	margin-bottom:20px;
}

.access_map h2{
	margin-bottom:20px;
}

.access_map #googlemapBox{
	border:1px #DDD solid;
	width:958px;
	height:480px;
}

.access_map #googlemapBox iframe{
	width:100%;
	height:480px;
}

}
