
 section {
	min-height: 1px;
}

#fb-video-1 {
	/*display: none;*/
}

/********* 客製 *****/
.cc-display-block .news {
	background-image: url('../../img/cc_02_0001.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 20px;
}
.cc-display-block .news .news-block {
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.9);
	min-height: 300px;
}
.cc-display-block .news .news-block .news-box {
	padding-top: 8px;
	padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
	
	overflow: hidden !important;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.cc-display-block .news .news-block .news-box a {
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.cc-display-block .news .news-block .news-box a:active, 
.cc-display-block .news .news-block .news-box a:focus, 
.cc-display-block.news .news-block .news-box a:hover {
	text-decoration: underline;
}
.cc-display-block .news .news-block .date {
	color: #aaa;
	padding-top: 3px;
	font-size: 12px;
}

/***********************
* news-history
***********************/

.home .news-history {
	padding: 60px 20px;
}

.home .news-history {
	padding-top: 30px;
}

@media (max-width:767px) {
	.home .news-history h1 {
		font-size: 46px;
	}
}


