@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */
#home_all {
	width: 98%;
	margin-right: auto;
	margin-top: 75px;
	margin-left: auto;
	max-width: 990px;
	background-color: #FFF;
	border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	margin-bottom: 0px;
}
#home_all #home_all00 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-bottom: 30px;
	padding-top: 15px;
}
#home_breadcrumb {
	background-image: url(../images/home_title_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#home_breadcrumb #home_breadcrumb_00 {
	background-image: url(../images/home_title_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	padding-top: 20px;
	padding-left: 20px;
	vertical-align: middle;
}
#home_all #home_breadcrumb a  {
	color: #000;
	text-decoration: none;
}


#home_all #home_breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}


#home_all #home_contrul {
	text-align: right;
	padding-right: 10px;
}

#home_all #home_space01 {
	display: none;
}
#home_all #home_space02 {
	display: none;
}
#home_all #fontcontent h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	color: #3387ab;
	background-image: url(../images/title_square.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.7em;
}
#home_all #fontcontent {
	padding-right: 10px;
	padding-left: 10px;
}


#home_all .under_line {

}
#home_all #home_content {
	background-image: url(../images/home_cont_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	background-size: contain;
	margin-bottom: 20px;
}
#home_all #home_content00 {
	background-image: url(../images/home_cont_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	background-size: contain;
	line-height: 30px;
}

#home_all #home_update {
	text-align: center;
	clear: both;
}

#home_all #home_nav {
	text-align: center;
	clear: both;
}

#home_all #home_nav a  {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 3px;
}
#home_all #home_nav .btn_01 {
	background-color: #c2dd1e;
}
#home_all #home_nav .btn_01:hover {
	background-color: #339900;
	color: #FFF;
}
.search_f{
	/*float: left;*/
	height: 30px;
}
.search_date{
	display: block;
}
#guide_content{
	display: none;
}
div#home_update {
	clear: both;
	text-align: center;
	font-size: 0.8125em;
	color: #808080;
	padding-top: 25px;
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 901px) {
#home_all {
	width: 98%;
	margin-right: auto;
	margin-top: 75px;
	margin-left: auto;
	max-width: 990px;
	border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	margin-bottom: 0px;
}

#home_all #home_breadcrumb a  {
	color: #000;
	text-decoration: none;
}
#home_all #home_breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}


#home_all #home_contrul {
	text-align: right;
}
#home_all #fontcontent h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	color: #3387ab;
	font-size: 1.7em;
}
#home_all #fontcontent {
	padding-right: 15px;
	padding-left: 15px;
}
#home_all #home_content {

}
#home_all .under_line {

}
#home_all #home_update {
	text-align: left;
	clear: none;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#home_all #home_nav {
	text-align: right;
	clear: none;
	float: right;
}
#home_all #home_nav a  {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 3px;
}
#home_all #home_nav .btn_01 {
	background-color: #c2dd1e;
}
#home_all #home_nav .btn_01:hover {
	background-color: #339900;
	color: #FFF;
}
	.search_date{
		display: block;
	}
#guide_content{
	display: initial;
}
}
.title_h2 {
    margin: 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 30px;
    color: #3387ab;
    background-image: url(../images/title_square.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.7em;
}
.aptitle {
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    color: #3387ab;
    font-size: 1em;
}
.div_search{
	width:100%;
	float:left;
}
.div_search_filter{
	float:left;
	line-height: 30px;
}
@media only screen and (max-width: 520px) {
	.search_date {
		/*display: none;*/
		display: inline-table;
	}
}