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

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

/*  弁護士一覧　*/
/*--------------------------------------------------------*/

.lawyerBox{
	width:960px;
	overflow:hidden;
}

.lawyerBox p.message{
	text-align:center;
	margin-bottom:40px;
}

.lawyerBox ul{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lawyerBox ul li{
	width:480px;
	margin-bottom:50px;
	overflow:hidden;
}

.lawyerBox ul li .photo{
	float:left;
	width:200px;
	margin-right:30px;
}

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

.lawyerBox ul li .profile{
	float:left;
	width:220px;
	margin-right:30px;
	padding-top:5px;
}

.lawyerBox ul li .profile p.name{
	font-size:18px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:4px;
}

.lawyerBox ul li .profile p.name a {text-decoration: none;}
.lawyerBox ul li .profile p.name a:link {color:#333;}
.lawyerBox ul li .profile p.name a:visited {color:#333;}
.lawyerBox ul li .profile p.name a:active {color:#333;}
.lawyerBox ul li .profile p.name a:hover {color:#1841ce; text-decoration: underline;}

.lawyerBox ul li .profile p.eng{
	font-size:11px;
	font-weight:nomal;
	color:#73BE28;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.umare{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.keireki{
	font-size:11px;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:13px;
}

.lawyerBox ul li .profile p.bt{
}

.lawyerBox ul li .photo a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*  弁護士詳細　*/
/*--------------------------------------------------------*/

.lawyer_detail_Box{
	width:960px;
	overflow:hidden;
	padding-bottom:30px;
}

.lawyer_detail_Box .photoBox{
	float:left;
	width:240px;
	margin-right:50px;
}

.lawyer_detail_Box .photoBox img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.lawyer_detail_Box .infoBox{
	float:left;
	width:670px;
	overflow:hidden;
}

/*  弁護士名前　*/

.lawyer_detail_Box .infoBox .name{
	overflow:hidden;
}

.lawyer_detail_Box .infoBox .name .nameBox{
	float:left;
	width:550px;
}

.lawyer_detail_Box .infoBox .name .backBox{
	float:left;
	width:120px;
}

.lawyer_detail_Box .infoBox .name .nameBox h2{
	font-size:24px;
	font-weight:nomal;
	line-height:1.5em;
	margin-bottom:3px;
}

.lawyer_detail_Box .infoBox .name .nameBox p.eng{
	font-size:11px;
	font-weight:nomal;
	line-height:1.5em;
	color:#72BE27;
}

/*  弁護士プロフィール　*/

.lawyer_detail_Box .infoBox .profile{
	overflow:hidden;
	margin-top:30px;
}

.lawyer_detail_Box .infoBox .profile .koumoku{
	clear:left;
	float:left;
	width:130px;
	padding-bottom:35px;
}

.lawyer_detail_Box .infoBox .profile .info{
	float:left;
	width:540px;
	padding-bottom:35px;
}

.lawyer_detail_Box .infoBox .profile .koumoku p{
	font-size:100%;
	font-weight:bold;
	color:#73BE28;
	line-height:1.7em;
}

.lawyer_detail_Box .infoBox .profile .info ul.jiken li{
	font-size:100%;
	line-height:1.8em;
}

}

