﻿@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;
}
#wrapper{
	width:100%;
	height:auto;
	background: url(images/m-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.bn{
	width: 100%;
	height: 0;
	margin:0 auto;
	padding-bottom:62.92%;
	background-image:url(images/m_02.png);
	background-position:center top;
	background-size: cover;	
}
.bn2{
	width: 100%;
	height: 0;
	margin:0 auto;
	padding-bottom:36.3%;
	background-image:url(images/m_04.png);
	background-position:center top;
	background-size: cover;	
}
.bn3{
	width: 100%;
	height: auto;
	margin:0 auto;
}
ul{
	list-style-type:none;
	display:block;
	width:100%;
	padding:2% 12%;
	font-size:1.1em;
	line-height:1.5;
	color:#068c9c;
	font-weight:bold;

	}
li{
	border-bottom:1px #999999 dotted;
	padding:4px 0;}
	
article{
	width: 100%;
	padding:0 14%;
	height: auto;
}
article p{
	font-size:1.3em;
	line-height:1.6;
}
.box{
	width: 100%;
	height: 260px;
	text-align:center;
	margin:0 auto;
	background-image:url(images/m_07.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;	
	}
.box h1{
	width:100%;
	text-align:center;
	color:#006970;
	padding:5% 0;
	}
.box h2{
	font-size:1.3em;
	line-height:1.4;
	width:99%;
	color:#000;
	text-align:center;
	}

.red{
	color:#cc0000;
	font-size:1.2em;
	}
.reds{
	color:#cc0000;
	font-size:1.2em;
	font-weight:bold;
	}
.reds2{
	color:#cc0000;

	}		
.book{
	width:100%;
	}
.line{
	display:none;
	width:99%;
	float:right;
	border:#eaa77a dashed 1px;
	margin:20px;
	}	
.book_boxL{
	width:100%;
	height:auto;
	padding:0 10% 8% 10%;
	text-align:center;
	}			
.book_g{
	width:100%;
	padding:0 10%;
	float:left;
	text-align:center;
	}
.book_txt{
	font-size:1.3em;
	line-height:1.4;
	float:left;
	text-align:center;
	width:100%;
	padding:2% 0;
	}
.book_boxR{
	clear:both;
	font-size:1.1em;
	width:100%;
	height:auto;
	line-height:1.6;
	padding:0 10% 8% 10%;
}

.buy{
	font-size:0.9em;
	color:#FFF;
	width:80px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	background-color:#C00;
	border-radius:8px;
	padding:6px;
	margin:6px;
	white-space:nowrap;
	}			
.buy a{
	color:#FFF;
	display:block;
	}
.buy a:hover{
	color:#FFF;
	font-size:0.9em;
	}
.name{
	font-size:1.2em;
	color:#006699;
	width:80px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:13px;
	margin:2px;
	}			
.name a{
	color:#006699;
	display:block;
	}
.name a:hover{
	color:#006699;

	}
footer{
	clear:both;
	width: 100%;
	height: 120px;
	background-color: #cc0000;	
}
footer h5{
	padding-top:10px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	line-height: 1.8;
}
footer h5 img{
	padding-top:10px;
}