body{
	font-size: 15px;
	font-family: "微軟正黑體", Arial;
	/*line-height: 30px;*/
}

.top100{
	margin-top: 100px;
	margin-bottom: 40px;
}
.navbar-default{
	background-color: #de306f;
	color: #FFF; 
	border-width: 0px;
}
.navbar-default .navbar-nav>li>a{
	color: #FFF;
	font-size: 17px;
}
.navbar-default .navbar-nav>li{
	/*margin-right: -15px;*/
}
.navbar-default .navbar-header>a{
	color: #FFF;
	font-size: 19px;
}
.navbar-default .navbar-nav>li>a:hover{
	background-color: #C30000;
	color: #FFF;
}

.navbar-default .navbar-toggle{
	border-color: #fee1e9;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
	border-color: #fee1e9;
}
.navbar-default .navbar-toggle:hover{
	background-color: #f6ce19;

}
.navbar-brand img{
	margin-top: -10px;
}
.copyright{
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding:10px;
	background-color: #de306f;
}

.col-xs-6 img{
	align-items: center;
	border-radius: 10px;
	/*border: 1px solid #fff;*/
}

.movie-bg{
	background-color: #de306f;
	/*margin-top: 20px;*/
	padding-bottom: 3%;
	color: #FFF;
}

.movie-bg2{
	padding: 20px;
	margin-top: 20px;
	color: #FFF;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-size: cover;
}

.movie-bgw{
	/*background-color: #de306f;*/
	padding: 20px;
	margin-top: 20px;
	color: #000;
}

.col-sm-2 p{
	text-align: center;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.col-md-3 p{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 3px;
}

.col-md-3 img {
	border: 3px solid #fff;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease ,;
}

.col-md-3 img:hover{
    opacity: 1;
    border: 3px solid #000;
    border-radius: 0px;
}


.col-md-3 div2{
	color: #fff;
}
.col-sm-4 p{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 3px;
}

.col-sm-4 img{
	width: 100%;
	text-align: center;
	align-items: center;
	border-radius: 10px;
	/*border: 1px solid #cbcbcb;*/
}
.col-sm-4 div2{
	color: #fff;
}

.col-sm-1-5 p{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 3px;
}

.col-sm-1-5 img{
	width: 100%;
	align-items: center;
	border-radius: 10px;
	/*border: 1px solid #cbcbcb;*/
}

.col-sm-1-5 div2{
	color: #fff;
}



.note{
	font-size: 15px;
	line-height: 28px;
	color: #666;
	padding: 10px;
}

.note_title{
	font-size: 18px;
	font-weight: bolder;
}

.su{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 1px solid #999;
    padding: 3% 0 3% 0;
    border-radius: 20px;
}

.su img{
	margin-right: 20px;
	margin-top: 10px;
}

.winner{
	font-size: 20px;
	text-align: center;
	/*padding-top: 10%;*/
	min-height: 300px;
	background-color: #eee;
	border-radius: 20px;
}

.winner a{
    color: #f00;
    text-decoration: underline;
}

.winner a:hover{
    color: #f00;
    text-decoration: none;
}

.h6{
	font-size: 12px;
	text-align: center;
}
.PR{
	padding-right: -40px;
}
.PL{
	padding-left: -40px;
}
.toptxt{
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col-xs-12 .col-sm-3 img{
    border: 2px solid #D8D8D8;
}

.photo img{
    border-radius: 5px;
    border-width: 5px;
    border-color: #de306f;
    border-style: solid;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease ,;
    margin-top: 1%;

}

.photo img:hover{
    transform: translate(0px,-6px);
    -webkit-box-shadow: 0px 0px 10px 5px hsla(0,0%,0%,0.00);
    box-shadow: 0px 0px 10px 5px hsla(0,0%,0%,0.10);
    border-radius: 5px;
    border-width: 5px;
    border-color: #FF0;
    border-style: solid;
}

