@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-gk-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #D82222;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-gk-title span {
    color: #000;
    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;
}
.linemidashi-red {
    border-left: 5px solid #D82222;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;	
}

.katagaki-red {
    border: 1px solid #D82222;
	padding: 5px;
	color:#D82222;
	margin-bottom: 10px;
}
