@charset "utf-8";
/* CSS Document */
/*slideshow部分*/
#center{
	width:100%;
}
#slideshowHolder{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center!important;
}
.slideshow{
	width:100%;
}
.show{
	width:100%;
	box-shadow: 1px 2px 2px #6e6b6e;
}

/*第一區塊*/
#companyBlock{
	width:100%;
	background:#eeeeee;
	margin:30px 0;
}
.companyBlockHeader{
	font-size:22px;
	text-align:center;
	font-weight:bold;
}
.companyBlock{
	width:1000px;
	margin:0 auto;
	padding:35px 0;
} 
.BlockImg{
	float:left;
	width:200px;
	margin:0 15px;
}
.BlockImg img{
	box-shadow: 2px 2px 5px #292929;
}
.BlockText{
	width:730px;
	float:left;
	padding:0px 20px 30px 20px;
}
.BlockHeader{
	font-size: 18px;
	font-weight:bold;
	padding:10px 0;
}

/*-----*/
.clearfix {
  overflow: auto;
  zoom: 1;
}

