@charset "utf-8";

/* CSS Document */

#conbody .content{

    list-style: none;

}

#conbody .content li{

    float: left;

    margin-right: 20px;

    position: relative;

    margin-bottom: 50px;

}

#conbody .content li:nth-child(3n+3){

    margin-right: 0px;

}

#conbody .con01{

    width: 240px;

    height: 180px;

    margin-bottom: 4px;

}

#conbody .con01 img{

    width: 240px;

    height: 180px;

}

#conbody .con02{

    font-size: 15px;

    color: #FFF;

    padding: 5px 10px 5px 40px;

    background: #6C6C6C;

    position: relative;

}

#conbody .con02:before{

    content: '';

    background:url('../images/video/icon.png') no-repeat;

    width: 19px;

    height: 19px;

    display: inline-block;

    margin-right: 8px;

    position: absolute;

    top:8px;

    left: 15px;

}

#conbody a:hover .con02{

background: #444444;

-webkit-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.8);

-moz-box-shadow: inset 2px 2px 6px rgba(0,0,0,0.8);

box-shadow: inset 2px 2px 6px rgba(0,0,0,0.8);

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

}

.index_media .fancybox-close{

    background: url(../images/close.png) center center no-repeat;

    width:81px;

    height:16px;

    top:-26px;

    right:0px;

}

.fancybox-media-title{

    display: none;

}

.index_media  .fancybox-title{

    background: url('../images/fancybox_detail.png') center 20px no-repeat,url('../images/detail_backgeound.png') repeat-x;

}

.index_media  .video_name{

    position: absolute;

    top:-30px;

    left:0px;

    font-size: 19px;

    line-height: 26px;

    font-family: '微軟正黑體';

    padding-left: 28px;

    color: #FFF;

    background: url(../images/name.png) left center no-repeat;

}

.index_media .fancybox-media-title-inner{

    margin-top: 60px;

    padding: 0 60px;

    margin-bottom: 10px;

    line-height: 1.8em;

    max-height: 200px;

    overflow-y: scroll;

}

/**************************************************************/

/**************************************************************/