@charset "utf-8";
@import url(_banner.css);

#banner-pic {
	background-image: url(../images/banner-contact.jpg);
}
#session-1-title {
	font-size: 18px;
	font-weight: bold;
	color: #2d0078;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
}
.map-area {
	height: 338px;
	width: 535px;
	margin-left: 10px;
}
.adr-area {
	width: 380px;
}
#adr-area-title {
	font-size: 24px;
	color: #2D0077;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 26px;
}

.adr-area p {
	font-size: 18px;
	line-height: 1.8;
}
#fb-area {
	background-image: url(../images/lcation_fb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 177px;
	display: block;
	text-indent: -9999px;
	margin-top: 20px;
}

#fb-area:hover {
	background-position: 1px 1px;
}

.session-1-line {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 35px;
	padding-bottom: 35px;
}


.float-left {
	float: left;
}


.float-right {
	float: right;
}
.mark-id {
	padding-top: 5%;
	width: 50%;
	margin-bottom: 5%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mark-id img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.mark-id-desc {
	text-align: center;
	width: 90%;
	word-wrap:break-word;
	word-break:normal;
}
/* ==平板電腦====================================== 
@media screen and (min-width: 640px) and (max-width: 969px) {

	.go-down-bar {
		margin-top: 38px;
		margin-bottom: 38px;
	}
	.go-down-bar img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	#QRcode-bar {
		margin-top: 80px;
		margin-bottom: 40px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#QRcode-bar li {
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}
	
	#mail-area {
		display:none;
	}	
}
*/
/* ==手機電腦====================================== 
@media screen and (max-width: 639px) {

	#QRcode-bar {
		margin-top: 0;
		margin-bottom: 40px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#QRcode-bar li {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
		margin-top:40px;
	}

	#mail-area {
		display:none;
	}

}
*/