@charset "UTF-8";

#staff_detail .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

#staff_detail {
  margin:100px auto;
}
#staff_detail .inner{
  max-width:1100px;
  margin:0 auto;
}
#staff_detail .staff_box{
  width:100%;
  margin:0 auto 50px;
}
#staff_detail .staff_box .layout .layout_box{

}
#staff_detail .staff_box .layout .layout_box{
  width:100%;
  overflow: hidden;
}

#staff_detail .staff_box .layout .comment_box{
  float:right;
  width:49%;
}
#staff_detail .staff_box .layout .image_box{
  float:left;
  width:49%;
}
#staff_detail .staff_box .layout .profile{
  float:right;
  width:49%;
}

#staff_detail .comment{
	overflow: hidden;
	/*border:2px solid #D7F1F6;*/
	position: relative;
}

#staff_detail .comment .name{
  color: #000;
  background: #D7F1F6;
  text-align: center;
	margin:0 auto 20px;
  padding: 5px 0 10px;
}
#staff_detail .comment .name .position{
	font-size:24px;
	margin-right:15px;
	font-weight:bold;
}
#staff_detail .comment .name .kanzi{
	font-size:32px;
	margin-right:15px;
	font-weight:bold;


}
#staff_detail .comment .name .yomi{
	font-size:16px;
}
#staff_detail .comment .human{
	position:absolute;
	left:6%;
	/*top: -2%;*/
	top: 70px;
	width: 25%;
}

#staff_detail .comment .comment_box {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#staff_detail .comment .comment01{
	font-size:24px;
  color: #1E94C5;
	font-weight:bold;
	margin: 10px auto 0;
}
#staff_detail .comment .comment02 {
    margin: 20px auto;
    font-size: 16px;
}

#staff_detail .comment .comment_box ul{
  overflow:hidden;   
}
#staff_detail .comment .comment_box ul li{
	float:left;
	width:48%;
	margin: 0;
}
#staff_detail .comment .comment_box ul li + li{
	float:right;
	margin-left: 4%;
}
#staff_detail .profile .tbl-outline {
    margin: 30px 0 0px 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-collapse: collapse;
}
#staff_detail .profile .tbl-outline th {
    text-align: left;
    width: 7%;
    font-size: 16px;
    border-bottom: 1px solid #D9DADC;
    color: #1e1e1e;
    padding: 15px 0 15px 2%;
    font-weight: normal;
	border-right: 1px solid #D9DADC;
      vertical-align: top;
}
#staff_detail .profile .tbl-outline th:first-child {
	border-top: 1px solid #D9DADC;
}
#staff_detail .profile .tbl-outline td {
    text-align: left;
    color: #191919;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 0 15px 2%;
    width: 25%;
    border-bottom: 1px solid #D9DADC;
		border-top: 1px solid #D9DADC;
}
#recommend{
	background:#F7F9FA;
}

#recommend h2{
	font-weight:bold;
	font-size:30px;
}
#recommend li{
	width:24%;
	float:left;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

#recommend li + li{
	margin-left:1%;
}
#recommend li a{
	color:#000;
	text-decoration: none;
}

#recommend li .img{
	margin:0;
}
#recommend li .name{
	text-align: center;
	font-weight:bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 3%;
}

#recommend li .detail{
	line-height:1.2;
}
#recommend li dl{
	clear: both;
    margin: 5% 0;
    overflow: hidden;
    padding: 0 10%;
}
#recommend li dl.price dd{
	color:#EA0101;
}

#recommend li dl dt{
	width:20%;
	float:left;
}

#recommend li dl dd{
	width:80%;
	float:left;

}

#recommend li p{
	text-align: center;
}
#recommend p.more_btn{
	text-align: center;
	margin:50px auto;
	    clear: both;

	
}








@media (max-width: 768px) {
#staff_detail .comment {
    border: none;
}
#staff_detail .comment .name {
    color: #000;
    background: none;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

#staff_detail .comment .name span{
  display: block;
}
#staff_detail .comment .name .yomi {
display: none;
}
#staff_detail .comment .comment_box {
    width: 100%;
}

#staff_detail .comment .comment_box ul li {
    float: none;
    width: 100%;
    margin: 0;
}
#staff_detail .comment .comment_box ul li + li {
    float: none;
    margin-left: auto;
    margin-top: 2%;
}
#staff_detail .profile .tbl-outline {
    margin: 0px 0 30px 0;
    
}



#staff_detail .staff_box .layout .comment_box{
  float:none;
  width:100%;
}
#staff_detail .staff_box .layout .image_box{
  float:none;
  width:100%;
}
#staff_detail .staff_box .layout .profile{
  float:none;
  width:100%;
}
#staff_detail .comment .name .position {
    font-size: 20px;
}
#staff_detail .comment .name .kanzi {
    font-size: 28px;
}

#staff_detail .comment .comment01 {
    font-size: 22px;
}

#staff_detail .profile .tbl-outline th {
    font-size: 14px;
}

#staff_detail .profile .tbl-outline td {
    font-size: 14px;
}





}
