@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	background:#ebebeb;
	color:#000;
	font-size:12px;
	font-family:'微軟正黑體', Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	line-height:0;
}
img {
	border:none;
}
a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/*---------------------------------------------------------------------------*\
  Common
\*---------------------------------------------------------------------------*/
#container {
	text-align:center;
}
.header {
	background:#000;
	height:36px;
	padding-top:5px;
	border-bottom:2px solid #fff;
}
.header img {
	height:32px;
}
.topMenu {
	width:100%;
	height:25px;
	position:absolute;
	z-index:10;
}
.btnHome {
	width:73px;
	height:25px;
	float:left;
	padding:3px 0px 0px 10px;
}
.btnCheck {
	width:65px;
	height:25px;
	float:right;
	padding:3px 0px 0px 0px;
	margin:5px;
}
.title {
	background:rgba(0%, 0%, 0%, 0.3);
	padding-top:3px;
	height:27px;
	border-bottom:#818180 1px solid;
	font-weight:bold;
	font-size:20px;
	color:#fff;
}
.bottom {
	width:230px;
	padding:5px;
	margin:auto;
}
.ftlink1, .ftlink2 {
	display:block;
	float:left;
	border:#c8c8c8 1px solid;
	width:110px;
	height:31px;
	line-height: 31px;
	background:#000;
	font-size:18px;
}
.ftlink2 {
	margin-right:6px;
}
.footer {
	padding:40px 0px 10px 0px;
}
.footer a {
	color:#0077ff;
	font-size:18px;
}
.ovrly {
	width: 100%;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background:#000;
	/*background: rgba(0%, 0%, 0%, 0.6);*/
	position: absolute;
	font-size: 20px;
}
/*---------------------------------------------------------------------------*\
  Index
\*---------------------------------------------------------------------------*/
.contentIndex {
	width:230px;
	padding:10px 5px;
	margin:auto;
	color:#4a4b49;
	text-align:left;
	font-size:16px;
}
.contentIndex img {
	width:100%;
}
.banner {
	width:240px;
	height:350px;
	margin:0 auto;
}
.bannerNum {
	width:175px;
	height:50px;
	position:absolute;
	margin:5px 0px 0px 0px;
	text-align:right;
	z-index:10;
}
.navi {
	float: left;
}
.navi A, .btnCheck A {
	background:#f0eeee;
	color:#636363;
	padding:3px 3px;
	margin:3px;
	border:#c2c2c2 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(htc/ie-css3.htc);
}
.navi A:hover, .navi A.active, .btnCheck A:hover, .btnCheck A.active {
	background:#636363;
	color:#f0eeee;
	padding:3px 3px;
	margin:3px;
	border:#c2c2c2 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(htc/ie-css3.htc);
}
.indexSlide {
	display: block;
	width: 240px;
	height: 320px;
	background: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color:#000;
}
.plus {
	background:#f0eeee;
	color:#636363;
	padding:2px 2px;
	margin:1px;
	border:#c2c2c2 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(htc/ie-css3.htc);
}
/*---------------------------------------------------------------------------*\
  Youtube
\*---------------------------------------------------------------------------*/
.youtube {
	height:100px;
}
/*---------------------------------------------------------------------------*\
  Font Color
\*---------------------------------------------------------------------------*/
.black {
	color:#000;
	font-size:18px;
	font-weight: bold;
}
.black_num A {
	display:block;
	width:213px;
	height:43px;
	padding:8px 0px 0px 20px;
	color:#ffffff;
	font-size:18px;
	font-weight: bold;
	background:url(../images/same/phone.png);
	letter-spacing:1px;
}
.blue {
	color:#0077ff;
	font-size:18px;
	font-weight: bold;
}
.orange {
	color:#ff7700;
	font-size:18px;
	font-weight: bold;
}
/*---------------------------------------------------------------------------*\
  Scrollable
\*---------------------------------------------------------------------------*/
.items div {
	width: 240px;
	float: left;
}
.scrollable {
	position: relative;
	width: 240px;
	height: 350px;
	overflow: hidden;
}
.scrollable img {
	width: 240px;
	float: left;
	height: 350px;
}
.scrollable .items {
	position: absolute;
	width: 20000em;
	clear: both;
}
.scrollable .active {
	border-bottom: #000 2px solid;
	border-left: #000 2pz solid;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	position: relative;
	cursor: default;
}
.question_border{
	width:240px;
}

/*---------------------------------------------------------------------------*\
  News
\*---------------------------------------------------------------------------*/
.news{
     background-color:#FFFFFF;
     height:240px;
}