﻿@charset "utf-8";
/* CSS Document */
.contentBox .titleArea {
	background: url(../../Images/EN-US/facilities/title.png) no-repeat;
}
.contentBox .service_title {
	font-size: 36px;
	letter-spacing: 1px;
}
.itenText, .itenTitle {
	font-family: 'cwTeXMing', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #ddd;
	font-weight: normal;
}

@media screen and (max-width: 650px) {
.contentBox {
	background: #fff;
}
}
