@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

@import url("style.css");


/*-------------------------------------------- 
	header
---------------------------------------------*/
.canvas_main_banner {
	position: relative;
	width: 100%;
}
.nivoSlider{
	position: relative;
	z-index: 90;
}
.nivo-controlNav {
	position: relative;
	width: 120px;
	margin: 0 auto;
	/*margin-top: -50px;*/
	z-index: 99;
}



/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
	width:100%;
	/*margin: 50px 0 0 0;*/
	/*border:1px solid #F00;*/
}



/*-------------------------------------------- 
	content1
---------------------------------------------*/
#content1 {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
}


#content1 h3{
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	font-size: 150%;
	font-weight: normal;
	text-indent: 20px;
	color: #333;
	background:url(../../../../../cufiles/images/web/layout/home_title_icon.png) 0px 9px no-repeat;
}


.canvas_home_board{
	margin: 50px 0 20px 25px;
	border-bottom: 1px solid #CCC;
}
.canvas_home_board .board_content{
	margin: 10px 0 0 0;
	line-height: 18px;
}



.imagelabellist_black_title_blue_time {
	float: left;
	width: 392px;
	margin: 22px 0 0 40px;
	padding:0;
}
.imagelabellist_black_title_blue_time h3{
	float: left;
}
.imagelabellist_black_title_blue_time .new_more_link{
	float: left;
	padding: 4px 10px;
	margin: 2px 0 0 16px;
	font-size: 80%;
	background: #000;
	/*border:1px solid #CCC;*/
}
.imagelabellist_black_title_blue_time .new_more_link a{
	color: #FFF;
}
.imagelabellist_black_title_blue_time ul {
	clear: both;
	margin:0;
	padding:0;
}
.imagelabellist_black_title_blue_time li {
	overflow: hidden;
	list-style:none;
	border-bottom:1px solid #CCC;
}
.imagelabellist_black_title_blue_time li:first-child {
	border-top:1px solid #CCC;
}
.imagelabellist_black_title_blue_time li .post_time {
	float: left;
	margin: 0;
	padding:16px 0 14px 10px;
	font-size: 90%;
	color: #999;
}
.imagelabellist_black_title_blue_time li .post_tag {
	float: left;
	/*font-size: 90%;*/
	margin: 12px 0 0 10px;
	position: relative;
}
.imagelabellist_black_title_blue_time li .post_title {
	clear: both;
	position: relative;
	margin: 14px 0 14px 10px;
	line-height: 26px;
}

.imagelabellist_black_title_blue_time .other_info {
	margin: 30px 0 30px 0;
	/*
	padding: 10px;
	font-size: 95%;
	color:#555;
	background: #FAF0CC;
	border-left: 5px solid #BFA242;*/
}



.canvas_home_service {
	float: right;
	width:700px;
	margin: 22px 0 30px 0;
	/*border:1px solid #0F0;*/
}
.canvas_home_service .home_product_box{
	/*font-size: 90%;*/
	/*line-height: 18px;*/
	margin: 10px 0 0 0;
	border:1px solid #CCC;
}
.canvas_home_service .home_service_tr > td{
	padding: 20px 0 0 0;
	border-bottom:1px dashed #CCC;
}
.canvas_home_service .home_service_title_td{
	height: 24px;
	vertical-align: top;
}
	
.canvas_home_service .home_service_more_td{
	padding: 0 0 10px 0;
	/*height: 30px;*/
}
.canvas_home_service .other_info {
	margin: 30px 0 30px 0;
}
.canvas_home_service .home_brand_icon {
	/*width: 120px;*/
}


.fb-page{
	width: 100%;
}
/*.scrollable_001 {
	margin-left:10px;
	padding:10px 20px;
	background-image: url(../../../../../cufiles/images/web/pb_1.jpg);
	background-repeat: no-repeat;
	float:left;
	width:950px;
	height:150px;
	border:0px Solid #0F0;
	font-size: 13px;
}*/




/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
@media screen and (max-width: 1210px) {
	#content1 {
		width: 100%;
	}

	.imagelabellist_black_title_blue_time {
		/*float: left;*/
		width: 23%;
		/*width: 280px;*/
		/*margin: 22px 0 0 40px;*/
		/*padding:0;*/
		/*border:1px solid #F00;*/
	}
	.imagelabellist_black_title_blue_time .other_info {
		overflow: hidden;
		width: 100%;
		/*width: 280px;*/
		/*margin: 30px 0 30px 0;*/
	}

	.canvas_home_service {
		/*float: right;*/
		width:70%;
		/*width:680px;*/
		/*margin: 22px 0 30px 0;*/
		/*border:1px solid #0F0;*/
	}
}