@charset "UTF-8";

/* 須知頁框框 */
.b_frame .box .box2 {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 0.9375em;
	height: 300px;
}

/* FOR HTML編輯器，不這樣設的話，有div會跑版 */
.box .ckEdit {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*  */
.b_frame .box .listData {
	height: 35px;
	padding: 0px 10px 0px 10px;
}

body {
	/*font-family: Arial, "微軟正黑體";*/
	font-size: 0.8125em;
	letter-spacing: 0.1em;
}


/*手風琴菜單*/
.ac-container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.ac-container label {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	line-height: 33px;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
		1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
		0px 2px 2px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;

}

.ac-container label:hover {
	background-color: #EEEEEE;
	color: #000;
}

.ac-container input {
	display: none;
}

.ac-container input:checked~article.ac-small {
	height: auto;
}

.ac-container input:checked~article.ac-medium {
	height: auto;
}

.ac-container input:checked~article.ac-large {
	height: auto;
}

.menuda li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.menuda li a:hover {
	color: #ffffff;
	background-color: #e40980;
}

ul {
	margin: 0px;
	padding: 0px;
}


#sub_area .ac-container div .icon_01 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sub_area .ac-container div .icon_02 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -38px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sub_area .ac-container div .icon_03 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -73px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#sub_area .ac-container div .icon_04 {
	background-image: url(../../../components/images/icon.png);
	background-position: 0px -107px;
	background-repeat: no-repeat;
	padding-left: 40px;
}


/*rwd 縮放菜單*/
.navs {
	display: block;
	float: right;
	width: 100%;

}

.navs ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.toggle {
	display: none;
}

@media (max-width:640px) {
	.navs {
		float: left;
		width: 100%;
		margin-top: 0px;
	}

	.navs {
		display: none;
	}

	.toggle {
		display: inline-block;
		float: right;
	}


}