﻿/*css Document*/

body{
	margin: 0;
	background:#FFFFFF;
}

.ui-mobile-viewport ui-overlay-a{
	border:none;
}

#all{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    min-width: 300px;
    max-width: 768px;
    margin: 0 auto;
	margin-bottom: 100px;
}

.header{
	position: relative;
    width: 100%;
    height: 40px;
    font-size: 17.2px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
	background-color: rgb(244, 45, 84);
	color: #FFFFFF;
}

.titleBlock{
	position:relative;
	width:100%;
	overflow:hidden;
	margin: 10px 0;
}

.titleEn {
    font-family: 'Playball', cursive;
    position: relative;
    width: 87%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.titleTc{
    position: relative;
	width: 87%;
	margin:0 auto;
	 margin-top: 5px;
    color: #222;
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: 0.4px;
    text-align: left;
}

.authorDiv{
	position: relative;
	margin:0 auto;
	overflow: hidden;
	width: 95%;
	margin-top: 25px;
}

.authorSpan {
    font-family: 'Playball', cursive;
    font-size: 13px;
    position: relative;
    float: left;
    color: #9b9b9b;
}

.authorDate{
	position: relative;
    float: right;
    color: #0d0d0d;
    margin-left: 10px;
}

.modeDiv{
    position: relative;
    height: 35px;
    width: 87%;
    margin: 0 auto;
    margin-top: 15px;
    text-align:right;
}

.titlePic{
	position: relative;
    width: 100%;
}

.titleEn2 {
    font-family: 'Playball', cursive;
    font-size: 24px;
    position: relative;
    margin: 0 auto;
    margin-top:30px;
    text-align: center;
}

.content {
    position: relative;
    margin: 0 auto;
    width: 87%;
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.ft_srtActive {
    font-family: 'Playball', cursive;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-size: 20px;
    color: #232323;
    margin: 25px 0 25px 0;
}

.ft_srtNonActive {
    font-family: 'Playball', cursive;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-size: 20px;
    color: #cccccc;
    margin: 25px 0 25px 0;
}

.ft_PlayerControl_Play {
    background-image: url("../images/FUNDAY_playbg1.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 31px;
    margin: 10px;
    float: right;
    width: 135px;
    padding-top: 3px;
    padding-left: 35px;
    font-family: '微軟正黑體';
    font-size: 17px;
    font-weight: 400;
    color: white;
}

.ft_PlayerControl_Pause {
    background-image: url("../images/FUNDAY_stopbg1.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 31px;
    position: relative;
    margin: 10px;
    float: right;
    width: 135px;
    padding-top: 3px;
    padding-left: 35px;
    font-family: '微軟正黑體';
    font-size: 17px;
    font-weight: 400;
    color: white;
}

.preNextBlock{
    position: relative;
    margin: 0 auto;
    width: 87%;
}

.preNextBtnDiv{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
	height:20px;
}

.preBtn{
    position: relative;
    float: left;
    height: 100%;
    font-size: 16px;
    color: #206cc4;
    text-align: center;
    font-weight: 700;
}

.nextBtn{
	position: relative;
    float: right;
    height: 100%;
	font-size: 16px;
    color: #206cc4;
    text-align: center;
    font-weight: 700;	
}

.preNextDivOuter{
	position: relative;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

.preNextDiv{
	position: relative;
    width: 46%;
    overflow: hidden;
    float: left;
    background-color: #fff;
}

.preNextDivInner{
    position: relative;
    overflow: hidden;
}

.preNextPic{
	position: relative;
	width:100%;
	padding-top:90%;
	background: no-repeat center;
	background-size: cover;
}

.preNextChannelDiv{
	position: absolute;
    width: 90%;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;	
}

.preNextCnt{
    position: relative;
    width: 100%;
    margin-top: 17px;
    overflow: hidden;
}

.preNextEn{
	position: relative;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    max-height: 37px;
    text-align: left;
    overflow: hidden;
}

.preNextTc{
	position: relative;
    color: #222;
    font-size: 12px;
    font-weight: bold;
	margin-top: 2px;
    max-height: 36px;
    text-align: left;
    overflow: hidden;
}

.preNextDateDiv{
    position: relative;
    font-size: 13px;
	margin-top: 4px;
}

.preNextDate{
	position: relative;
	float: right;
}

.grayscale100{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);	
}

.floatRight{
	float: right;
}


.margin0{
	margin: 0;
}

.ui-loader{
	display:none;
}

.ft_img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

#controlBar {
    position: fixed;
    min-width: 300px;
    max-width: 768px;
    width: 100%;
    height: 40px;
    bottom: 60px;
    z-index: 1;
}

.controlBarInner {
    position: relative;
    float: right;
    margin-right: 6.25%;
    width: 50px;
    height: 100%;
    border-radius: 5px;
    background-color: #fbfbfb;
    box-shadow: 0.6px -0.8px 4px 0 rgba(52, 52, 52, 0.39);
}

.audioPlayer {
    position: relative;
    float: right;
    width: 50px;
    height: 100%;
    background: no-repeat center;
    background-size: 50% auto;
    cursor: pointer;
    -webkit-user-select: none;
}

.isPause {
    background-image: url(../images/play.png);
}

.isPlay {
    background-image: url(../images/pause_gray.png);
}

.fontchg {
    margin-top: 11px;
    text-align: center;
    float: right;
    padding: 3px;
    font-family: '微軟正黑體';
    font-size: 17px;
    font-weight: 400;
    height: 25px;
    width: 100px;
    border-radius: 5px;
    background-color: #504669;
    color: white;
    vertical-align: central;
    cursor: pointer
}