@charset "UTF-8";
.staff-tennis-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #FF9200;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-tennis-title span {
    color: #955900;
    font-weight: bold;
    font-size: 16px;
}
.staff-jrs-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #6AC0CE;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-jrs-title span {
    color: #5F85B3;
    font-weight: bold;
    font-size: 16px;
}
.staff-futsal-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #6A8BCE;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-futsal-title span {
    color: #050082;
    font-weight: bold;
    font-size: 16px;
}
.sliderarea{
	width: 100%;
	padding-bottom:40px; 
	margin: 10px auto;
	position: relative;
}
.staffbox  {
    padding: 10px;
    width: 360px!important;
	margin: 8px;
	display: inline-block;
	vertical-align: top;
}
.linemidashi-blue {
    border-left: 5px solid #FBB03B;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	
}

.katagaki-blue {
    border: 1px solid #FBB03B;
    padding: 5px;
    color: #FBB03B;
    margin-bottom: 10px;
}
.linemidashi-green {
    border-left: 5px solid #6AC0CE;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	
}

.katagaki-green {
    border: 1px solid #6AC0CE;
	padding: 5px;
	color:#6AC0CE;
	margin-bottom: 10px;
}