<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hd .audio_area_c p.notes{
	color: #a0a0a0;
    font-size: 77%;
    line-height: 1.3em;
}
#hd a.download_setup{
	display: inline-flex;
    padding: 6px 20px;
    border: 1px solid #1cf6ff;
    width: auto;
    text-align: center;
    margin-bottom: 20px
}
#hd .txt_icon_area{
	display: inline-block;
	width: 100%;
	margin: 15px auto;
	max-width: 800px
}
#hd .txt_icon_area li{
	display: inline-block;
	width: 25%;
	float: left
}
#hd .txt_icon_area li p.txt_mtitle{
	font-size: 3em;
	margin: 0 0 15px;
	font-weight: 600
}
#hd .txt_icon_area li p.txt_subtitle{
	font-size: 1em;
	margin: 0 0 15px;
}

/**/
#hd #Audio_on_off .play-btn{
    /* background: url('../img/audio/play-icon.png') center top no-repeat; */
    background-size: 100%;
    width: 35%;
    height: 35%;
    max-width: 155px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#hd #Audio_on_off .play-btn div{
    background: url('../img/audio/play-icon-play.png') center no-repeat;
    width: 80%;
    height: 80%;
    max-width: 155px;
    background-size: contain;
    margin: 0 auto;
}
#hd #Audio_on_off .play-btn div.pause{
    background-image: url('../img/audio/play-icon-pause.png');
    display: none;
}


#hd #Audio_on_off .switch-btn{
    border: 3px solid #fff;
    width: 300px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin: 70px auto 0 auto;
    text-align: center;
}
#hd #Audio_on_off .switch-btn div{
    width: 50%;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-family: "Xolonium", sans-serif;
}
#hd #Audio_on_off .switch-btn .active{
    background: #fff;
    color: #000;
}

#hd #Audio_on_off .caption{
    max-width: 800px;
    display: flex;
    padding: 0 20px;
    margin: 30px auto 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#hd #Audio_on_off .caption p{
    font-weight: lighter;
    position: relative;
    color: #fff;
    font-family: "Roboto", "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "寰粺姝ｉ粦楂�", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#hd #Audio_on_off .caption p:before{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background: red;
    margin-right: 20px;
    content: '';
}

#hd #Audio_on_off .caption p.background:before{
    background: #666;
}
#hd #Audio_on_off .caption p.voice:before{
    background: #a200ff;
}
#hd #Audio_on_off .caption p.speech:before{
    background: #70e2ff;
}</pre></body></html>