﻿@charset "UTF-8";

/*首頁不要捲軸*/
body.ui-mobile-viewport, div.ui-mobile-viewport
{overflow-y: hidden!important;}

/*不要top*/
#back-to-top {
    display: none !important;
}


/*最新消息泡泡框*/
.news-icon{	
	padding-left: 6px;
    padding-top: 7px;
}
/*ie-all*/
.news-icon{padding-top: 10px\9!important;}		
/*chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.news-icon{padding-top: 10px!important;}
}  



.news-icon:after {
    content: "\f0e5";
    font-family: FontAwesome;			    
	/*--adjust as necessary--*/		   
	font-size: 60px;			    
	position: absolute;
	top: -10px;
	left: 0;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
}

/*右下角灰色框*/
.text-frame{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	width:500px;
	position: fixed;
	z-index: 100;
	bottom:40px;
	right:40px;	
}


.slideText li a {    
    height: 26px!important;
}

/*大畫面顯示三筆*/
/*.slideText{
	height: 75px;
}
*/
/*平板尺寸*/
@media (max-width: 1100px){
	/*灰色框框改位置*/
	.text-frame {			
		bottom: 0;		
		right: 0;		
		border-radius: 0;    
	}

	/*跑馬燈變兩行*/
	.slideText{
		height: 52px!important;
	}
}

/*plus尺寸*/
@media (max-width: 600px) {
	/*灰色框框改位置*/
	.text-frame {					
		width: 100%;		
	}

	/*首頁的bar會縮到剩60px*/
	#ms-header{width:50px;}	
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
/*泡泡框不見 padding拿掉*/
.news-ul{
	padding-left: 0px!important;
}
}