@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "LiHei Pro", "新細明體", "PMingLiu", sans-serif;
	font-size: 15px;
	background: url(../images/bg.gif);
}
#wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.5;
	position: relative;
}
.header{
	position: relative;
}
.logo{
	position: absolute;
	top: 0;
	left: 0;
}
.top img, .logo img, .series img{
	display: block;
	max-width: 100%;
	height: auto;
}
.nav{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 783px;
	height: 43px;
}
.nav li{
	float: left;
}
.nav a{
	display: block;
	background-color: #f4f4f4;
	color: #666;
	padding-top: 6px;
	width: 195px;
	height: 40px;
	text-align: center;
}
.nav a b, .accordion-section-title .locate b{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.nav a span, .accordion-section-title .locate span{
	line-height: 0.8;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-align: left;
}
.nav a em, .accordion-section-title .locate em{
	font-size: 10px;
}
.nav li.tpe, .accordion-section-title.tpe{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3366;
}
.nav li.tpe a b, .accordion-section-title.tpe .locate b{
	color: #CC0066;
}
.nav li.ty, .accordion-section-title.ty{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3a76b7;
}
.nav li.ty a b, .accordion-section-title.ty .locate b{
	color: #3a76b7;
}
.nav li.tc, .accordion-section-title.tc{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e76200;
}
.nav li.tc a b, .accordion-section-title.tc .locate b{
	color: #e76200;
}
.nav li.kh, .accordion-section-title.kh{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6aa100;
}
.nav li.kh a b, .accordion-section-title.kh .locate b{
	color: #6aa100;
}
.nav li.tpe, .nav li.tc, .nav li.ty{
	border-right: #d3d3d3 1px solid;
}
.primary{
	background: url(../images/bg2.jpg) repeat-x left top #f4f4f4;
	padding: 40px 0;
}
.content {
	padding: 0 65px;
	color: #2b2b2b;
}
.series{
	margin: 0 5% 40px;
}
.series li{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.series li.dv{
	width: 5%;
	background: url(../images/dv.png) no-repeat center center;
}
.title{
	margin-bottom: 30px;
	line-height: 1.3;
}
.title span{
	display: block;
}
.title b{
	color: #f10000;
}
.title small{
	font-size: 18px;
}
.footer{
	background-color: #211c1b;
	padding: 10px 0 10px 70px;
	color: #fff;
	font-size: 12px;
}
.go-top{
	position: absolute;
	right: -10px;
	bottom: 50px;
	background: url(../images/top.png) no-repeat;
	background-size: 100%;
	width: 36px;
	height: 36px;
}
.go-top:hover{
	background-position: 0 -36px;
}

/* Accordion */
.accordion {
    overflow: hidden;
}
.accordion-section-title {
    width: 100%;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #b1b1b1;
    transition: all linear 0.15s;
	color: #2b2b2b;
}
.accordion-section-title span{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.accordion-section-title .date{
	background: url(../images/bg_calendar.png) no-repeat;
	background-size: 100%;
	width: 39px;
	height: 41px;
	padding: 11px 0 0 8px;
	font-size: 22px;
	font-weight: bold;
}
.accordion-section-title .locate span{
	margin-right: 0;
}
.accordion-section-title button{
	background: url(../images/btn_sign.png) no-repeat;
	background-size: 100%;
	width: 92px;
	height: 26px;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 6px;
}
.accordion-section-title button:hover{
	background-position: 0 -26px;
}
.accordion-section-content {
    padding: 15px 0;
    display: none;
}
.dealer-title {
	margin-left: 30px;
	display: inline-block;
	padding: 3px 20px;
	background-color: #585858;
	color: #fff;
}
.dealer-list td {
	border-top: #b1b1b1 1px solid;
	padding: 8px 0 8px 30px;
}

@media only screen and ( max-width : 960px ){
	body{
		font-size: 15px;
	}
	.logo{
		width: 106px;
	}
	.nav{
		left: 0;
		bottom: -43px;
		width: 100%;
	}
	.nav li{
		width: 33%;
	}
	.nav li.kh{
		width: 34%;
	}
	.nav a{
		width: 100%;
	}
	.primary{
		background-position: left 43px;
		padding-top: 83px;
	}
	.content{
		padding: 0 15px;
	}
	.title span{
		display: inline;
	}
	.go-top{
		right: 10px;
	}
	.accordion-section-title .add, .accordion-section-title .time{
		display: block;
	}
	.accordion-section-title .add{
		margin-top: 5px;
	}
	.accordion-section-title button{
		float: none;
	}
	.dealer-title {
		margin-left: 0;
		font-size: 16px;
	}
	.dealer-list td {
		border-top: none;
		display: block;
		padding: 3px;
	}
	.dealer-list td:first-child {
		border-top: #b1b1b1 1px solid;
		padding-top: 6px;
	}
	.dealer-list td:last-child {
		padding-bottom: 6px;
	}
}
@media only screen and ( max-width : 480px ){
	.logo{
		width: 70px;
	}
	.nav a b{
		margin-right: 0;
	}
	.nav a span{
		margin-left: 0;
	}
	.series li{
		display: block;
		width: 100%;
		text-align: center;
	}
	.series li.dv{
		display: none;
	}
	.title{
		font-size: 18px;
	}
	.footer{
		padding-left:0;
		text-align: center;
	}
}
