@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;
}

/*第一區塊*/
#contactBlock{
	width:100%;

	background:#eeeeee;
	margin:30px 0;
}
.contactBlockHeader{
	font-size:22px;
	text-align:center;
	font-weight:bold;
}
.contactBlock{
	width:1000px;
	margin:0 auto;
	padding:35px 0;
} 
.BlockContent{
	width:350px;
	float:left;
	margin-right: 30px;
}
.ContactClass{
	margin:15px 0;
	height:60px;
}
.contactImg{
	float:left;
	width:30px;
}
.contactText{
	float:left;
	width:310px;
	margin-left:10px;
}

.BlockMap{
	width:600px;
	float:left;
}

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

