@charset "utf-8";

#company table ul{
	margin-bottom:0 !important;
}
@media screen and (min-width: 768px) {
#company img{
	width:200px;
}
#company table{
	margin-top:60px;
}
#company table th{
	width:25%;
	vertical-align:middle;
}
#company table th, #company table td{
	padding:20px;
}
}
@media all and (max-width: 767px) {
#company img{
	max-width:40%;
	margin:0 0 10px 10px !important;
}
#company table{
	margin-top:40px;
}
}






#staff{
	margin:60px 0;
}
#staff .row{
	margin-top:60px;
	padding-bottom:20px;
}
#staff .staff_name{
	color:#FFF;
	font-size:1.3rem;
	text-align:center;
	margin-top:20px;
	padding:10px;
	background:#008fd3;
}
#staff .staff_name strong{
	font-size:1.6rem;
}
#staff h3{
	font-size:2.4rem;
	border-bottom:#CCC 5px solid;
}
#staff img{
		margin-top:40px;
	}
#staff p{
		line-height:3.0rem !important;
	}

@media all and (max-width: 767px) {
	#staff img{
		display:block;
		margin:auto !important;
		width:50%;
	}
	#staff h3{
		font-weight:bold;
		font-size:2.0rem;
		margin-top:20px;
		}
	#staff p{
		line-height:2.8rem !important;
	}
}
	