/*calendar*/

.Prog_Phone {
    display: none;
}

.Pc_Prog_Week ul li {
    text-align: center;
    width: calc(100%/7);
    float: left;
}

.Pc_Prog_Week ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Txt_Green {
    color: #d2ff78;
}
.Txt_Purple {
    color: #8e56ff;
}

.home-content .home-content-btm.container{
    padding: 0;
}

#calender_slider.container.carousel.slide {
    width: 100%;
    max-width: 100%;
}

.Prog_Pc_Select{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    margin-bottom: 25px;
}

.Prog_Pc_Select select {
    font-family: 微軟正黑體,Arial;
    font-size: 15px;
    background-color: #3b3b3b;
    width: 82px;
    color: #fff;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 4px;
    margin-left: 4px;
}

.Pc_Prog_Week {
    width: 91%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ed79b5;
    text-shadow: 0 0 10px #d6006f;
}

.Prog_Pc_Table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.Arrow_Middle {
    vertical-align: middle;
    width: 24px;
}

.Prog_Pc_DayT {
    box-shadow: 0 0 24px #970094;
    background-color: #232323;
    border: 2px solid #f6a9d1;
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.Prog_Pc_DayT table {
    width: 100%;
    box-shadow: 0 0 13px #970094 inset;
}

.Prog_Pc_DayT table tr td {
    width: 100px;
}

.Prog_Pc_DayT table tr td {
    height: 115px;
    width: calc(100%/7);
    background-color: #000;
    padding: 3px;
    vertical-align: top;
    box-shadow: inset 0px 0px 6px #ff0084;
    border:1px solid #f6a9d1;

}

.Pc_DayTxt1 {
    font-size: 15px;
    color: #717171;
    margin-bottom: 4px;
}

.Pc_DayTxt2{
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.Pc_DayTxt3 {
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
    height: 80px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.Pc_DayTxt3 p {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    text-decoration: underline;
}

a.Green_Btn:link, a.Green_Btn:visited, a.Green_Btn:hover, a.Green_Btn:active {
    color: #d2ff78;
}

.Pc_DayMore {
    font-size: 12px;
    color: #fff;
    text-align: right;
    float: right;
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px 10px #d6006f;
}

.Prog_Pc_TopT {
    position: absolute;
    z-index: 5;
}

.Marquee_arrow1 {
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 26px;
	float: left;
	cursor: pointer;
}
.Marquee_arrow2 {
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	background-position: -26px top;
	height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 26px;
	float: right;
}


@media (max-width:767px){
    .Prog_Pc {
        display: none;
    }

    .Prog_Phone {
        margin-top: 20px;
        display: block;
    }
    .Prog_Phone .Prog_Phone_Select select{
        padding: 8px;
        background-color: #3b3b3b;
        color: #fff;
        border: 0px solid #cccc;
        margin-right: 5px;
    }

}