@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	height: 100%;
	font-family: "Microsoft JhengHei UI", "微軟正黑體", "Helvetica Neue", Helvetica, Arial;
	overflow-y: scroll;
	overflow-x: hidden;

}
.wrapper {
	min-width: 320px;
	max-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	position: relative;
}
#adrift {
	float: left;
	width: 274px;
	position: absolute;
	z-index: 1;
	height: auto;
}
.logo_fram {
	display: none;
}


/*平板手機顯示隱藏*/
@media only screen and (max-width: 768px) {

#adrift {
	display: none;
}	

.logo_fram {
	background-color: #E70012;
	float: left;
	height: auto;
	width: 100%;
	display: block;
}
.logo_fram img {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
.menu_box {
	display:none;
}

.menu_phone {
	float: right;
	margin-top: 1.5%;
	margin-right: 1.5%;
	width: auto;
}



}	



/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 100px;
	float: left;
	width: 100%;
	background-image: url(../images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}
.menu_box {
	float: right;
	width: 99%;
	margin-bottom: 0.5%;
	text-align: right;
	padding-right: 1%;
	margin-top: 0.5%;
}

.nav {
	display: none;
}

.btn_fram {
	float: right;
	width: 760px;
	height: auto;
	margin-top: 0.5%;
	display: block;
}
.mune_btn {
	font-size: 1.3em;
	color: #333;
	float: left;
	height: 30px;
	width: 80px;
	text-align: center;
	line-height: 30px;
	/* [disabled]font-weight: bold; */
}
.mune_btn a:link {
	color: #333;
	text-decoration: none;
}
.mune_btn a:visited {
	color: #333;
	text-decoration: none;
}
.mune_btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/btn_over.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 80px;
	display: block;
}
.mune_btn a:active {
	color: #333;
	text-decoration: none;
}

/*平板手機顯示隱藏*/
@media only screen and (max-width: 768px) {
.header {
	display: none;
}

.nav {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}

.btn_fram {
	display: none;
}	
	
}





/* Middle
-----------------------------------------------------------------------------*/
.content {
	float: left;
	width: 100%;
	padding: 0;
}
.ran_pic {
	float: left;
	height: auto;
	width: 100%;
}
.new_box {
	float: right;
	height: auto;
	width: 680px;
	margin-top: 1%;
	margin-right: 1%;
}
.new_title {
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 31px;
	width: 92%;
	padding-left: 8%;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
}
.attention {
	float: left;
	height: auto;
	width: 98%;
	margin: 1%;
}
.att_pic {
	padding: 0.5%;
	float: left;
	height: auto;
	width: 35%;
}
.att_abox {
	float: left;
	width: 63%;
	height: auto;
	margin-left: 1%;
}
.att_title {
	font-size: 1.4em;
	font-weight: bold;
	color: #5A0C10;
	line-height: 1.8em;
	float: left;
	width: 100%;
}
.att_title a:link {
	color: #5A0C10;
	text-decoration: none;
}
.att_title a:visited {
	color: #5A0C10;
	text-decoration: none;
}
.att_title a:hover {
	color: #003399;
	text-decoration: none;
}
.att_title a:active {
	color: #5A0C10;
	text-decoration: none;
}




.att_txt {
	font-size: 1.3em;
	line-height: 1.5em;
	float: left;
	width: 100%;
}
.new_fram {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 1%;
	padding-top: 1%;
}
.new_icon {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
	float: left;
	border: 1px solid #999;
	letter-spacing: 2pt;
	padding-top: 0.2%;
	padding-right: 1%;
	padding-bottom: 0.2%;
	padding-left: 1%;
}
.date {
	font-size: 1.3em;
	line-height: 2em;
	color: #000;
	float: left;
	width: 15%;
	margin-left: 1.5%;
}
.message {
	font-size: 1.3em;
	color: #000;
	line-height: 2em;
	float: left;
	width: 74%;
	height: auto;
	margin-left: 1%;
}
.message a:link {
	color: #333;
	text-decoration: none;
}
.message a:visited {
	color: #333;
	text-decoration: none;
}
.message a:hover {
	color: #900;
	text-decoration: none;
}
.message a:active {
	color: #333;
	text-decoration: none;
}


/*平板手機顯示隱藏*/
@media only screen and (max-width: 768px) {

.new_box {
	width: 98%;
	margin-top: 1%;
	margin-right: 1%;
	float: left;
	margin-left: 1%;
}
.new_title {
	float: left;
	height: 31px;
	width: 92%;
	padding-left: 13%;
	background-color: #FFF;
	display: block;
}

.attention {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-bottom: 1.2%;
	padding-bottom: 1.2%;
}

.att_pic {
	float: left;
	width: 100%;
}

.att_abox {
	width: 100%;
}

.date {
	width: 99%;
}
.message {
	width: 99%;
}

.gotoindex_div{
	display:none;
}

}

















/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	float: left;
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 1%;
}
.footer_btn {
	min-width: 320px;
	max-width: 1000px;
	margin-top: 55px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	font-size: 1.3em;
	line-height: 2em;
	letter-spacing: 1pt;

}
.footer_btn a:link {
	color: #333;
	text-decoration: none;
}
.footer_btn a:visited {
	color: #333;
	text-decoration: none;
}
.footer_btn a:hover {
	color: #900;
	text-decoration: none;
}
.footer_btn a:active {
	color: #333;
	text-decoration: none;
}




.copy {
	min-width: 320px;
	max-width: 1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;

}
