@charset "utf-8";
/* CSS Document 
次要架構，單欄式 layout
*/

/* ========頁首區=========== */	
#top {	
	width: 1000px;
	height: 240px;
	float: left;
}
#top #logo_single {
	height: 248px;
	width: 243px;
	float: left;
}
#top #logo a {
	display: block;
	height: 248px;
	width: 243px;
}
#top #mainMenu {
	margin-left: 275px;
	margin-top: 95px;
	height: 135px;
	width: 890px;
}
/* ========內容區=========== */	
#board_single {
	width: 920px;
	padding: 40px 40px 30px 40px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: rgba(255,255,255,1);
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.75) 0, rgba(255,255,255,0.75) 1%, rgba(255,255,255,0.7) 47%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.75) 0, rgba(255,255,255,0.75) 1%, rgba(255,255,255,0.7) 47%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0.75) 0, rgba(255,255,255,0.75) 1%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 0 -1px 13px 3px rgba(0,0,0,0.3);
	box-shadow: 0 -1px 13px 3px rgba(0,0,0,0.3);
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
	-webkit-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	margin-bottom: -50px;
}
.board_pic_single {
	z-index: 1;
	height: 184px;
	width: 153px;
	background-image: url(../images/board_pic.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 180px;
	top: 200px;
	z-index:1;
}
.board_pic_single_2 {
	z-index: 1;
	height: 184px;
	width: 153px;
	background-image: url(../images/board_pic.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 200px;
	z-index:1;
}
/* 麵包屑 */
#main_single #nav{
	color: #78828D;
	font-size: 0.625rem;/*10px*/
	font-size: 10px;/*10px for IE*/
	font-family: "新細明體";
	line-height: 2rem;
	position: absolute;
	right: 280px;
	top: 260px;
	z-index:10;
}
#main_single #nav a{
	color: #67717A;
	text-decoration: none;
}
#main_single #nav a:hover{
	color: #006699;
	text-decoration: underline;
}