﻿@import url("reset.css");
*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html{ 
	font-family:Arial, Verdana, "微軟正黑體";
	-webkit-text-size-adjust:none;
}

body{
margin,padding:0;
background-color:#fff2e6;
	
}
#wrapper{
	width:100%;
	min-height:100%;
	/*background: url(images/m-bg.jpg) no-repeat center top fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#TOP-MENU{
		display:block;
		width:100%;
		height:60px;
		position:relative; /* 外層相對 */
		background-color:#ccc;
	}
	
	#TOP-MENU #BTN{  /* 製作手機版 右上角的按鈕 */
		display:block;
		width:60px;
		height:40px;
		background-image:url(images/btn.png);
		
		position:absolute;  /* 子層絕對 */
		right:5px;
		top:10px;
		text-indent:-9999px;
	}
	
	#NAV{
		width:100%;
		height:auto; /* 高度自動 */
		background-color:#efefef;		
		display:none;  /* 把主選單先關掉 */
	}
	
	#NAV ul{
		width:100%;
		height:auto; /* 高度自動 */
	}
	
	#NAV li{
		width:100%;
		float:none; /* 取消 float */
	}
	
	#NAV li a{
		display:block;
		width:100%;
		height:50px;
		line-height:50px;
		text-align:center;
		text-decoration:none;
		background-color:#d9c2e5;
		border:1px solid #FFF;
		color:#9461b8;
	}
	
	#NAV li a:hover{
		background-color:#FFF;
		border:1px solid #FFF;
	}
	.NAV-LOGO{
	display:block;
	float:left;
	width:80px;
	height:40px;
	line-height:50px;
	top:8px;left:10px;
	text-align:center; }
.NAV-LOGO img{
	
		margin:12%;
		line-height:40px;
		}
#logor{
	display:none;
	float:left;
	}
#logor img{
	width:80%;
	margin:3%;}	
.Mbn{
	width:100%;
	height:auto;
	margin:0 auto;
	
	}
.bn{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-bottom:0;
	position:static;
	}
.bn-left{
	width: 100%;
	height: auto;
	margin:0 auto;
	float:none;
	position:static;
	top:0;
	padding:0px 20px;
			}
.bn-right{
	width: 100%;
	height: auto;
	margin:0 auto;
	float: none;
	position: static;
	top: 40%;
	padding:20px;
	}	
.bn-left ul{
	list-style-type:none;
	display:block;
	width:100%;
	height:auto;	
	padding:2% 2%;
	font-size:1em;
	line-height:1.8;
	color:#cc3333;
	font-weight:bold;	
	}
.bn-left li{	
	border-bottom:1px #999999 dotted;
	padding:12px 0;}

.bn2{
	width: 100%;
	height: auto;
	margin:0 auto;
	position:static;
	padding-top:0px;	
}
.bn2-left{
	width: 100%;
	height: auto;
	margin:0 auto;
	float:none;
	position:static;
	left:0px;
	font-size:1.2em;
	line-height:1.6em;
	padding:20px;
	
	}
.bn2-right{
	width: 100%;
	height: auto;
	margin:0 auto;	
	float: none;
	position: static;
	right: 0px;
	font-size:1em;
	line-height:1.2em;
	background-color:#eee;
	border:dotted #333333 1px;
	padding:20px;
	}	
.bn2-right p{
	padding-bottom:4px;}	
.bn3{
	width: 100%;
	height: auto;
	margin:0 auto;
	position:static;
	float:none;
	
}
.bn3-left{
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
	position:static;
	left: 0px;
	font-size:1.3em;
	line-height:1.6em;
	padding:20px;
			}
.bn3-right{
	width: 100%;
	height: auto;
	margin:0 auto;
	float: none;
	position: static;
	right: 0px;
	padding:20px;
	text-align:center;
	}	
.car{
	font-size:1.5em;
	color:#FFF;
	width:180px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	background-color:#C00;
	/*border-radius:8px;*/
	padding:6px;
	margin:2px;
	}			
.car a{
	color:#FFF;
	display:block;
	}
.car a:hover{
	color:#FFF;
	font-size:0.9em;
	}
.box{
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:url(images/boxbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	/*position:relative;*/
		}
.boxtitle{
	width:93%;
	height:67px;
	margin:0 auto;
	background-image:url(images/boxtitle-bg.png);
	background-repeat:repeat-x;
	background-position:center center;
	text-align:center;	
	}
.box-word{
	width:100%;
	height:auto;
	background-color:#FFF;
	border:solid #CCC 1px;
	padding:20px;
	float:none;
	margin:0 auto;
	text-align: justify;
	line-height:1.6em;	
	}
.box-word p{
	color:#996631;
	font-size:1.5em;
	font-weight:bold;}

.box2{
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:url(images/boxbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	/*position:relative;*/

	padding:20px;
	}
.box2-row{
	width:100%;
	height:auto;
	/*background-color:#FFF;
	border:solid #CCC 1px;*/
	padding:10px;
	float:none;
	margin:0 auto;
	text-align: justify;
	line-height:1.4em;
	text-align:center;
	}
.box2 h3{
	color:#996631;
	font-size:1.5em;
	font-weight:bold;
	}
.box2-row p{
	color:#660099;
	font-weight:bold;
	}	
.box2g{
	width:100%;
	height:auto;
	margin-bottom:8px;
	border-radius:250px;
	text-align:center;
	box-shadow:4px 4px rgba(20%,20%,40%,0.5);
	}
.box3{
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:url(images/boxbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	/*position:relative;*/
	}	
.page{
	  width:92%;
	  height:auto;
	  margin:0 auto;}
	  
.box4{
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:url(images/boxbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	/*position:relative;	*/
	padding-bottom:20px;	
	}
.box4-word{
	width:100%;
	height:auto;
	margin: 0 auto;
	background-color: #FFF;
	border: solid #CCC 1px;
	padding: 20px;
	overflow:hidden;	
	}
.box4-book{
	width:70%;
	height:auto;
	float:none;
	margin-left:15%;	
	}
.box4-right{
	width:100%;
	height:auto;
	float:none;
	/*position: absolute;*/
	right: 0px;
	font-size: 1em;
	line-height: 1.5em;
	top: 0px;
	
	}
.box4-right h3{
	color:#996631;
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:20px;
	}
h5{
	width:100%;
	margin:2px;
	float:none;
	font-size:.9em;}
.box5{
	width:100%;
	height:auto;
	
	margin:0 auto;
	background-image:url(images/boxbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	/*position:relative;*/
	
	}	
.box5-word{
	width:100%;
	height:auto;
	
	font-size:1.1em;
	line-height:1.8em;	
	margin: 0 auto;
	background-color: #FFF;
	border: solid #CCC 1px;
	padding: 20px;		
	}	
.ill{
	display:none;
	float:none;}
.red{
	color:#cc3333;
	font-size:1.8em;
	}
.red2{
	color:#cc0000;
	font-size:1.5em;
	line-height:2;
	font-weight:bold;
	}
.reds{
	color:#cc0000;
	font-size:1.2em;
	font-weight:bold;
	}
.purple{
	color:#663399;
	font-weight:bold;}
.gold{
	color:#996633;	
	}
.bold{
	font-weight:bolder;
	}			
.line{
	width:99%;
	float:right;
	border:#eaa77a dashed 1px;
	margin:20px;
	}	
.buy{
	font-size:0.9em;
	color:#FFF;
	width:80px;
	height:30px;
	line-height:40px;
	text-decoration:none;
	background-color:#C00;
	border-radius:8px;
	padding:3px;
	margin:2px;
	}			
.buy a{
	color:#FFF;
	display:block;
	}
.buy a:hover{
	color:#FFF;
	font-size:0.9em;
	}
footer{
	clear:both;
	width: 100%;
	overflow:hidden;	
	background-color: #cfc5e0;
	padding-bottom:20px;
}
footer h5{
	padding-top:10px;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
}
footer h5 a:link{
	color: #333;
	text-decoration:none;
}
footer h5 a:visited{
	color: #333;
	text-decoration:none;
}
footer h5 a::hover{
	color: #333;
	text-decoration:none;	
}

footer h5 img{
	padding-top:10px;
}
#backtotop{
	display:scroll;position:fixed;
	position: fixed;
   bottom: 30px;
   right: 30px;
   width: 60px;
   height: 60px;
   opacity: 0.7;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
#backtotop:hover {
opacity: 1;
width: 60px;
height: 60px;
}