@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;
	margin-bottom: 20px;
}
.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;
	margin-bottom: 20px;
}
.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;
	margin-bottom: 20px;
}
.staff-futsal-title span {
    color: #050082;
    font-weight: bold;
    font-size: 16px;
}
.staff-others-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #FBB03B;
    padding: 20px 0 20px;
    background-size: 57px auto;
	margin-bottom: 20px;
}
.staff-others-title span {
    color: #C97949;
    font-weight: bold;
    font-size: 16px;
}
.faqbox {
    margin: 20px 0 0px;
    
    
}
.faqbox dt .ques {
    padding: 15px 15px 15px 40px;
    background-size: auto 20px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #E1E1E1;
    border-radius: 40px;
    font-weight: bold;
    font-size: 100%;
    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%;
}

