@charset "utf-8";/* idx-banner */
@import url('tplate-60002-basic/header/obj-banner.css');
#test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {

}
#idx-layer-1-box {
	padding-top: 70px;
	padding-bottom: 50px;
	margin-top: -50px;
    
	background-image: url(../images/bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#cat-title {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: center;
}

#coverflow a {
	color: #F30;
	text-decoration: none;
}
#coverflow img {
	width: 250px;
	height: auto;
}
.pro-but {
	position: absolute;
	right: 15px;
	bottom: 50px;
	z-index: 1500;
	cursor: pointer;
}

.pro-but img {
	height: auto;
	width: 100px;
}

/* video */
.idx-list {
	width: 100%;	
}

.idx-video {
	width: 100%;
	height: 0px;
	padding-bottom: 56%;
	position: relative;
	overflow: hidden;
	background-color: #999;
	border: 2px solid #999;
}
.idx-video .like-a {
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0;
}

.pro-pic {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 50;
	display: block;
}

.idx-company {
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow : ellipsis;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 1%;
	padding-right: 1%;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 900;
	background-color: rgba(255, 255, 255, 0.8);
}

.idx-list .like-a:hover .idx-company {
	-o-transition: height .30s linear;
	-webkit-transition: height .30s linear;
	-moz-transition: height .30s linear;
	transition: height .30s linear;
	
	-o-transition: padding-top .30s linear;
	-webkit-transition: padding-top .30s linear;
	-moz-transition: padding-top .30s linear;
	transition: padding-top .30s linear;

	padding-top: 30%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
    #idx-layer-1-box {
        background-image: url('');
    }
    #coverflow {
        display: none;
    }
}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {
    #idx-layer-1-box {
        background-image: url('');
    }
    #coverflow {
        display: none;
    }
    
    .pro-but {
        right: 5px;
        bottom: 5px;
    }
    
    .pro-but img {
        width: 60px;
    }    
}