@import url('https://fonts.googleapis.com/css?family=Quicksand');
body {
	font-family: 'Quicksand', sans-serif;
}


table td {
    padding: 5px;
    white-space: nowrap;
}

/*===============================
   文字斷行設定
=================================*/

/*首頁-公司簡介文字*/
#index_company p {
	color: #000;
	font-size: 16px;
	line-height: 27px;
	margin: 0 auto 30px;
	word-break: normal;
}


/*內頁-標題*/
#mainbanner h1 {
    line-height: 50px;
    word-break: normal;
}

/*內頁-段落文字*/
p {
    word-break: normal;
}