@charset "utf-8";
/* CSS Document */

html, body {margin: 0px; padding: 0px;}


img{margin: 0px; padding: 0px;display:block;vertical-align:bottom; }


#indexcontent{
    width: 100%;overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}/*頁首+各頁BANNER，必須性加上overflow:hidden，不然會產生錯誤*/










/*頁首區塊*/
.DP_top{/*上方頁首最外DIV-不可加overflow:hidden，會影響彈出選單無法顯示*/
	/*background: #C19FDF;*/
	width: 100%;
	background-image: url(../imgs/topDIV.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	min-height: 108px;
	display: block;

}

.DP_topS{/*上方頁首最外DIV-不可加overflow:hidden，會影響彈出選單無法顯示----浮動選單用*/

	width: 100%;
	background-image: url(../imgs/topDIV.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	min-height: 84px;
	display: block;

}


.topslogons{/*置頂上方淺灰*/
	background-color: #f7f7f7; color:#bcbcbc;height: 24px; overflow: hidden;font-size: 13px; font-family: "微軟正黑體";line-height: 24px;padding-left: 2%;
}

.DP_tophead{/*包含LOGO、桌主選單、TEL、學員分享、分校查詢的DIV-不可加overflow:hidden，會影響彈出選單無法顯示*/
    /* [disabled]float:right; */
    padding-left: 2%;
    width: 1892px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.DP_mainLogo{
    /* [disabled]margin-left: 1.4%; */
	overflow: hidden;
	width: 294px;
    margin-top: 20px;
    margin-bottom: 22px;
    margin-right: 15px;
    background-image: url(../imgs/DP_mainLogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-size: 100% auto;
	/*background-color: burlywood;*/
}

.DP_mainLogo img{width: 100%;height: auto; }


.DP_mainMilton{
    /*background-color: aquamarine;*/
	overflow: hidden;
	width: 208px;
    margin-top: 20px;
    margin-bottom: 22px;
    margin-right: 10px;
    background-image: url(../imgs/DP_miltonLogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-size: 100% auto;
}

.DP_mainMilton img{width: 100%;height: auto; }







.DP_topNavi{
	float: left; margin-top: 20px; min-width:500px; /*background-color: #E70C10*/;height: 50px;
}


.share_contact{float: left;overflow: hidden;margin-top: 5px;margin-left: 30px;}

.DP_topTel{
    overflow: hidden;
    float: left;
	clear: both;
    width: 236px;
    background-image: url(../imgs/DP_topTel2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.DP_topTel img{
	width: 100%;height: auto;
}

.DP_topShare, .DP_topLocation{
	margin-top: 10px;color: #fff;text-align: center; font-weight: bold;width: 120px; float: left;line-height: 36px;font-family: "微軟正黑體";display: block; 
}

.DP_topShare{
	background-color: #EE535F;clear: left;
}
.DP_topLocation{
	background-color: #0E59CF;
}
/*頁首區塊*/









/*頁首選單轉場1820*/
@media screen and (max-width:1820px) {.DP_tophead{width: 1820px;padding-left: 1%;}.share_contact{margin-left: 20px;}}

/*頁首選單轉場1770---新*/
@media screen and (max-width:1770px) {.DP_tophead{width: 1770px;padding-left: 0.5%;}.share_contact{margin-left: 5px;}}

/*頁首選單轉場1720*/
@media screen and (max-width:1720px) {

}


@media screen and (max-width:1660px) {
	
	.DP_tophead{padding-left: 1.5%;width: 1660px;}
	.DP_mainLogo{margin-right: 15px;width: 265px;}
	.DP_mainMilton{margin-right: 10px;width: 188px;}

}


/*頁首選單轉場1600*/
@media screen and (max-width:1600px) {
.DP_tophead{width: 1599px;}
	
	
.DP_mainLogo{margin-right: 10px;width: 260px;}
.DP_mainMilton{margin-right: 10px;width: 183px;}
		
}






@media screen and (max-width:800px) {
	
	
	

	
	
	
	
	
	
}