/*=====================================
	overwrite
======================================*/

.content_bg {
    background: #fffaea;
}


.content_bs {
    box-shadow: 0 3px 5px 0 #c1b39a;
}

.content_br {
    border-radius: 10px;
}



/*=====================================
	common
======================================*/

.bg-wine {
    background: #a83d31;
}

.text-wine {
    color: #a83d31;
}


.text-wine2 {
    color: #ce4b3c;
}

.bg-wine2 {
    background: #fdf0ee;
}


.text-brown-i {
    color: #7b593c !important;
}


.bg-orange {
    background: #ffd48b;
}


.shadow-beige {
    box-shadow: 0 3px 3px 0 #e2dbcf;
}

/* border */
.border-bottom-gold {
    border-bottom: #bf932e thin solid;
}


/*=====================================
	#contents
======================================*/

#contents {
    background-color: #FFF9DE;
}

#contents02 {
    background: url(../img/bg_all_mob.png) top center no-repeat;
    background-size: contain;
}

#contents li {
    list-style: none;
}

@media screen and (min-width: 768px) {

    #contents02 {
        width: 100%;
        margin: auto;
        background: url(../img/bg_all_pc_1920.png) top center no-repeat;
        padding-bottom: 60px;
    }


}

/*=====================================
	#soundbox
======================================*/
#soundbox h3.player-title {
    color: #ce4b3c;
    border-top: #ce4b3c 1px solid;
    border-bottom: #ce4b3c 1px solid;
}

#soundbox h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

#soundbox audio {
    width: 100%;
}



/* /////////////////////////////////////////////////// */


/* 再生ボタン全体 */
audio::-webkit-media-controls-play-button {
    background-color: #fff;
    color: white;
    border-radius: 50%;
}


/* 一時停止ボタン */
/* audio::-webkit-media-controls-pause-button {
    background-color: #d14f28;
    color: white;
} */


/* 再生と一時停止のトグルボタン */
/* audio::-webkit-media-controls-toggle-play-pause-button {
    background-color: #6699ff;
    border-radius: 50%;
} */


/* シークバー全体 */
/* audio::-webkit-media-controls-timeline {
    background-color: #f00;
    border-radius: 5px;
    height: 10px;
} */

/* シークバーの進行部分 */
/* audio::-webkit-media-controls-timeline::-webkit-progress-value {
    background-color: #f00;
} */


/* 音量スライダー全体 */
/* audio::-webkit-media-controls-volume-slider {
    background-color: #ff0;
} */

/* 音量スライダーのつまみ部分 */
/* audio::-webkit-media-controls-volume-slider-thumb {
    background-color: #d14f28;
    border-radius: 50%;
} */


/* ミュートボタン */
/* audio::-webkit-media-controls-mute-button {
    background-color: #6699ff;
    border-radius: 50%;
} */


/* /////////////////////////////////////////////////// */


/*=====================================
	#teacherprof
======================================*/

#teacherprof h4 {
    color: #ce4b3c;
    border-top: #ce4b3c 1px solid;
    border-bottom: #ce4b3c 1px solid;
}


/*=====================================
	member
======================================*/

.input-pw {
    border: #999 thin solid;
}


.submit {
    color: #fff;
    background-color: #a83d31;
    padding: 2px 30px;
    border-radius: 2px;
}