﻿@charset "utf-8";
/* CSS Document */

#map {
	background-image: url(../../../images/contact/map-cht.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	width: 53%;
	height: 550px;
	margin-right: 3%;
	display: block;
}
.en #map {
	background-image: url(../../../images/contact/map-en.png);
}

#InfoCont{
	float:left;
	width:44%;
}

#InfoCont h2{
    padding-top:50px;
}

#InfoCont ul{
	padding-top:15px;
}

#InfoCont li{
	line-height:40px;
	font-size:1.125em;
}

span.point{
	color:#65c2f2;
	font-weight:bold;
}

/*=========================================================================
     Media Query
  =========================================================================  */
/*哎 先這樣*/
@media only screen and (max-width: 768px) {
	#map {
        width: 95%;
        margin: 0 auto;
	}
    #InfoCont {
        width: 95%;
        margin-bottom: 2em;
	}
}