/* staff ==================================================================== */
#staff {
	padding: 20px 5px;
}
#staff .staff-list {
	overflow: hidden;
	padding: 5px;
}
#staff .staff-list li.list {
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#staff .staff-list li.list li {
	margin-bottom: 5px;
}
#staff dl {
	overflow: hidden;
}
#staff dt {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	width: auto;
	height: 250px;
}
#staff .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
#staff .name a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	background: #ad7337;
	color: #fff;
	text-decoration: none;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	z-index: 20;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	padding-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#staff .name_nolink {
	position: absolute;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	background: #ad7337;
	color: #fff;
	text-decoration: none;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	z-index: 20;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	padding-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#staff .name a:hover {
	background: #b87f43;
}
#staff .name a i {
	margin-right: 0;
	margin-left: 5px;
}
#staff .name span,
#staff .name_nolink span {
	font-size: 14px;
}
#staff .name .lplink {
	font-size: 13px;
	line-height: 1.2;
	display: inline-block;
	padding-top: 5px;
}
#staff dd {
}
#staff .list-title {
	font-size: 14px;
	margin-bottom: 5px;
}
#staff .profile-list {
	font-size: 12px;
	margin-bottom: 5px;
}
#staff .profile-list li {
	position: relative;
	padding-left: 1.2em;
}
#staff .profile-list li:after {
	font-family: 'FontAwesome';
	content: "\f192";
	position: absolute;
	top: 0;
	left: 0;
	margin-top:0.25em;
}

/* lawer-profile ==================================================================== */
.prof-name {
	font-size: 22px;
}
.prof-kana {
	font-size: 13px;
	margin-bottom: 10px;
}
.prof-list01 {
	font-size: 13px;
	margin-bottom: 15px;
}
.prof-title {
	font-size: 15px;
	line-height: 1;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d5c8be;
}
.prof-list02 {
	margin-bottom: 10px;
}
.prof-list02 li {
	line-height: 150%;
	padding: 5px;
}

/* img ==================================================================== */
.img-lawyer {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 250px;
}

/* list-btn ==================================================================== */
a.btn-lawyer {
	position: relative;
	margin-bottom: 5px;
	background: #BF9676;
	background-image: -webkit-linear-gradient(top, #BF9676, #AA7751);
	background-image: -moz-linear-gradient(top, #BF9676, #AA7751);
	background-image: linear-gradient(to bottom, #BF9676, #AA7751);
	box-shadow: 0px 5px 0px 0px #886045;
	-webkit-box-shadow: 0px 5px 0px 0px #886045;
	-moz-box-shadow: 0px 5px 0px 0px #886045;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	color: #FFFFFF;
	padding: 20px 35px;
	border: solid #886045 1px;
	text-decoration: none;
	display: block;
	line-height: 1.2;
}
a.btn-lawyer span.title {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}
a.btn-lawyer span.en {
	display: block;
	font-size: 14px;
	line-height: 1;
}
a.btn-lawyer:hover {
	background: #caa486;
	background-image: -webkit-linear-gradient(top, #caa486, #b5845f);
	background-image: -moz-linear-gradient(top, #caa486, #b5845f);
	background-image: linear-gradient(to bottom, #caa486, #b5845f);
	text-decoration: none;
}
a.btn-lawyer:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color:#7d553a;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
}
a.btn-lawyer:before {
	content: "Profile";
	color:#7d553a;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -0.5em;
	font-size: 16px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
/* staff ==================================================================== */
#staff .name a {
	width: 120px;
	height: 120px;
	bottom: 0;
	right: inherit;
	left: 45%;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	font-size: 18px;
	padding-top: 33px;
}
#staff .name_nolink {
	width: 120px;
	height: 120px;
	bottom: 0;
	right: inherit;
	left: 45%;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	font-size: 18px;
	padding-top: 33px;
}
#staff .name span,
#staff .name_nolink span {
	font-size: 12px;
}
#staff .img {
}

}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
/* staff ==================================================================== */
#staff {
	padding: 10px 5px;
}
#staff .name a {
	left: 50%;
}
#staff .staff-list li.list {
	width: auto;
	float: none;
}
#staff dt {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	width: auto;
	height: 180px;
}
#staff .img img {
	height: 180px;
}

/* img ==================================================================== */
.img-lawyer {
	width: auto;
	float: none;
	margin: 10px 30px;
	text-align: center;
}

}




