@charset "UTF-8";
.staff-tennis-title {
    font-size: 16px;
}
.staff-tennis-title span {
    font-size: 12px;
}
.staff-jrs-title {
    font-size: 16px;
}
.staff-jrs-title span {
    font-size: 12px;
}
.staff-futsal-title {
    font-size: 16px;
}

.staff-futsal-title span {
    font-size: 14px;
}
.staff-others-title {
    font-size: 16px;
}
.staff-others-title span {
    font-size: 12px;
}
.faqbox {
    margin: 10px 0 0px;
    
    
}
.faqbox dt .ques {
    padding: 10px 20px 10px 20px;
    background-size: auto 10px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #E1E1E1;
    border-radius: 40px;
    font-weight: bold;
    font-size: 100%;
	line-height: 1.4;
    background-image: url(../../img/faq/icon-open-all.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    transition: 0.2s;
    cursor: pointer;
}
.faqbox dt.opened .ques {
    color: #FBB03B;
    border: 1px solid #FBB03B;
    font-weight: bold;
    background-image: url(../../img/faq/icon-close-all.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.faqbox .ans {
	background-color: #F1F1F1;
    padding: 20px;
    color: #666666;
    margin-top: 10px;
	width: 92%;
	margin-left: 2%;
}
