﻿html, body {
    height: 100%;
}
a {
    text-decoration: none;
}
img {
    border: 0px;
}
#details {
	/* 預設背景顏色, 讓不支援漸層的瀏覽器能呈現基本底色 */
	background: #FFFFAC;

	/* 漸層CSS語法 (由上到下) */ 

	/* Chrome */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff7b0), to(#FFFFFF));

	/* FireFox */
	background: -moz-linear-gradient(top, #fff7b0, #FFFFFF);

	/* IE */
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff7b0', endColorstr='#FFFFFF');

	/* Opera */
	background: -o-linear-gradient(top, #fff7b0, #FFFFFF);
}
#content {
    background-image: url(../images/lbk.png),  url(../images/rbk.png);
    background-attachment: fixed;
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    background-size: auto;
}
#btn-wrap {
	background: url(../images/mbork.png) fixed no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-size: 100% 100%;
	padding: 45px 0px 55px 0px;
	max-width: 360px;
	margin: 0 auto;
}
#hd_bkg {
	background: url(../images/lbk_1.png) fixed no-repeat;
	background-position: left top;
	/*background-size: auto 128px;*/
}
.normal {
	background: url(../images/b01y.png) repeat-x 0px 0px;
	border: 1px solid #6D6D6D;
}
.current {
	background: url(../images/b01r.png) repeat-x 0px 0px;
	border: 1px solid #7C911E;
}
.homelogo {
	margin: 10px 0px;
	width: 210px;
	height: 54px;
}
.btn-group {
	min-height: 350px;
	margin: 0 auto;
	text-align: center;
}
.btm-font {
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
}
.btm-font a {
	color: #FF0000 !important;
	text-decoration: none;
}
.btn-area {
	width:100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #7A7A7A;
	background:rgba(209,209,209,0.7);
	padding: 45px 0px;
}
.btn1 {
	width: 85px !important;
	height: 85px !important;
	display: inline-block;
	margin: 0px 0px 0px -10px;
}
/*
.btn1:hover{
	background-color: #FC6;
}
.btn1:active{
	background-color: #FC6;
}
*/
.ico_img {
	width: 100%;
	height: auto;
	margin: 10px 5px;
    background-color: rgba(0,0,0,0);
}

#h_banner {
    background: #7b8a39;
	background-image:-webkit-gradient(linear,left top,left bottom,from( #b4c372 ),to( #7b8a39 )); 
	background-image:-webkit-linear-gradient( #b4c372,#7b8a39 ); 
	background-image:   -moz-linear-gradient( #b4c372,#7b8a39 ); 
	background-image:    -ms-linear-gradient( #b4c372,#7b8a39 ); 
	background-image:     -o-linear-gradient( #b4c372,#7b8a39 ); 
	background-image:        linear-gradient( #b4c372,#7b8a39 );	
    height: 35px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 5px;
    text-align: center;
}
.data_list {
	list-style: none;
	background: #f2f2f2;
	clear: both;
	margin: 0;
}
.data_list ul {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
.data_list ul li {
	margin: 0;
	padding: 8px 5px;
	font-size: 1.4em;
	display: block;
	line-height: 1.5em;
	border-top: 1px dotted #5f4532;
	font-weight: bold;
}
.data_list ul li:first-child {
	border: none;
}
.data_list ul li a {
	color: #231815 !important;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: bold;
}
.data_list ul li .small_title{
	color: #231815 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em; 
}
.data_list ul li .sub_title{
	color: #595757 !important;
	font-weight: normal;
	font-size: 0.85em; 
	margin: 0 0 0 .3em;
}
#link_group {
    padding: 10px 0px 5px 0px;
    text-align: center;
}
#link_group a {
    color: #231815 !important;
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 1.1em;
}
.page-num {
    margin: 2px;
}
.this_page {
	color: #d82f2f !important;
	text-decoration: underline;
}
.pre_next {
    padding: 0px;
}
#btn-pre {
    margin-right: 2px;
    margin-left: 0px;
}
#btn-next {
    margin-right: 0px;
    margin-left: 2px;
}
.btm-btn-group {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.btm-btn-group ul {
	margin: 0 auto;
	padding: 0;
}
.btm-btn-group ul li {
	display: inline-block;
	margin: 0 0 0.2em 5px;
	width: 120px;
	line-height: 2.1em;	
	font-size: 1em;
	font-weight: bold;
	padding: 0 0.2em ;
	text-align: center;
	border-radius: 5px;
}
.btm-btn-group ul li a {
	text-decoration: none;
	color: #FFF !important;
}
#details {
	padding: 20px 10px;
}
.dtl_title {
	color: #231815;
	font-size: 1.25em;
	font-weight: bold;
}
#details p {
	font-size: 1em;
}
hr.style-four {
    height: 8px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
/* start: apageBox */
.apageBox{
	padding: 10px 0;
}
@media all and (min-width: 360px) {
	.btn1 {
		width: 100px !important;    
		height: 100px !important;
		display: inline-block;
	}
	#btn-wrap {
		background: url(../images/mbork.png) fixed no-repeat;
		background-position:left top;
		background-attachment:scroll;
		background-size: 100% 100%;
		padding: 45px 0px 55px 0px;
		max-width: 340px;
		margin: 0 auto;
	}
	.homelogo {
		margin: 10px 0px;
		width: 251px;
		height: 65px;
	}
}
@media all and (min-width: 400px) {
	.btn1 {
		width: 115px !important;    
		height: 115px !important;
		display: inline-block;
	}
	#btn-wrap {
		background: url(../images/mbork.png) fixed no-repeat;
		background-position:left top;
		background-attachment:scroll;
		background-size: 100% 100%;
		padding: 45px 0px 55px 0px;
		max-width: 380px;
		margin: 0 auto;
	}
	.btm-font {
		font-size: 15px;
		text-align: center;
		padding: 5px 0;
	}
	.homelogo {
		margin: 10px 0px;
		width: 296px;
		height: 76px;
	}
}
@media all and (min-width: 720px) {
	.btn1 {
		width: 135px !important;    
		height: 135px !important;
		display: inline-block;
	}
	#btn-wrap {
		background: url(../images/mbork.png) fixed no-repeat;
		background-position:left top;
		background-attachment:scroll;
		background-size: 100% 100%;
		padding: 45px 0px 55px 0px;
		max-width: 480px;
		margin: 0 auto;
	}
	.btm-font {
		font-size: 17px;
		text-align: center;
		padding: 5px 0;
	}
	.homelogo {
		margin: 10px 0px;
		width: 334px;
		height: 86px;
	}
	.data_list ul {
		font-size: 100%;
	}
}
@media all and (min-width: 1024px) {
	.homelogo {
		margin: 10px 0px;
		width: 419px;
		height: 108px;
	}
}