@charset "utf-8";
#fanfunWrapper{
    background-color: #110d09;
    color: #fff;
}



#fanfunHeader{
    position: relative;
    background: url('../img/movie_frame.jpg') repeat-x left bottom / 100% auto;
    padding: 0 0 5%;
}

#fanfunTtl img{
	width: 100%;
    margin-bottom: 3%;
}

.intro{
    color: #fff;
    width: auto;
    padding: 3%;
    line-height: 1.5;
    text-align: center;
}


.movieBox{
    background: url('../img/movie_frame.jpg') repeat-x left bottom / 100% auto;
    width: auto;
    padding: 3% 3% 5%;
    margin-bottom: 0%;
    position: relative;
}


.companionData{
    width: 60%;
    float: right;
    /*min-height: 35vh;*/
    position: relative;
}

.companionData .InnerLeft{
    float: left;
    width: 35%;
     margin-right: 5%;
    overflow: hidden;
}

.companionData .InnerRight{
    float: right;
     width: 60%;
    overflow: hidden;

}

.movieBox:nth-child(2n) .companionData{
    float: left;
}




.companionImg img{
    /*max-width: 40%;*/
    max-width: 100%;
    margin-bottom: 2%;
}

.companionName a{
    color: #ff1d68;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.companionSize{
    font-size: 12px;
}

.shopName a{
    color: #fff;
}

.shopName{
    margin-bottom: 10%;
}


.profileBtn{
    width: 94%;
    margin: 0 auto;
    /*position: absolute;
    bottom: 0;*/
    line-height: 30px;
    list-style: none outside none;
    overflow: hidden;
    border: 2px solid #ff1d68;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4e89 0%, #ff4e89 50%, #ff1d68 51%, #ff1d68 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4e89 0%,#ff4e89 50%,#ff1d68 51%,#ff1d68 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4e89 0%,#ff4e89 50%,#ff1d68 51%,#ff1d68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e89', endColorstr='#ff1d68',GradientType=0 ); /* IE6-9 */
}

.profileBtn a{
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
}

.profileBtn a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.goodBtn {
    display: block;
    width: 96%;
    margin: 2vw auto;
    /*height: 60px;*/
    height: 10vw;
    background: url('../img/btn02_off.png') no-repeat center top;
    background-size: contain;
    position: relative;
    z-index: 1;
}
/*
.goodBtn:hover{
    background: url('../img/btn02_on.png') no-repeat center top;
    background-size: contain;
    opacity: 1!important;
}*/

.pushed{
    background: url('../img/btn02_on.png') no-repeat center top / contain!important;
    background-size: contain;
}



.txtBox p{
    padding: 8vw 2vw 0vw;
    text-align: justify;
    line-height: 1.2rem;
}

.movieFrame{
    width: 38%;
    float: left;
    position: relative;
    z-index: 2;
}

.movieBox:nth-child(2n) .movieFrame{
    float: right;
}

.txtBox{
    width: 98%;
    margin: 0 ;
    background: url('../img/txtBg.png') no-repeat center top;
    background-size: contain;
}



/***    peger   ****/
.pager {
    overflow: hidden;
    clear: both;
    margin: 5vw auto;
}

.pager ul {
/*  background: #EEE;*/
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 1vw;
    position: relative;
    left: -50%;
    float: left;
    line-height: 20px;
    /*padding: 5px;*/
    padding: 2vw 0;

}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}

.pager ul li a{
    color: #fff;
    text-decoration: none;


}

.pager ul li .numLink {
    /*background: #EEE;*/
    border: 1px solid #fff;
    padding: 5px 10px;
}
.numVisit{
    padding: 10px;
    color: red;
    background: url(../img/pagerOn.png) no-repeat center;
    background-size: contain;
}

.pager ul li a:hover {
    background: #333;
    color: #FFF;
}


@media screen and (orientation: landscape) {
    .companionData{
        /*min-height: 78vh;*/
    }
}