﻿@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{

	/*background-size:cover;*/
	background-color:#fff2e6;
	}
#wrapper{
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:auto;
	}
.bn{
	width: 1200px;
	height: 528px;
	margin:0 auto;
	background-image:url(images/web_02.png);
	background-position:center top;
}
.bn2{
	display:none;
	width: 100%;
	height: 400px;
	margin:0 auto;
	background-image:url(images/m_04.png);
	background-position:center top;
	background-size: cover;
}
.bn3{
	display:none;
	width: 100%;
	height: 400px;
	margin:0 auto;
}

ul{
	display:none;
	list-style-type:none;
	display:block;
	width:100%;
	height:auto;	
	padding:2% 12%;
	font-size:1.1em;
	line-height:1.5;
	color:#068c9c;
	font-weight:bold;

	}
li{
	display:none;
	border-bottom:1px #999999 dotted;
	padding:4px 0;}
article{
	width: 1200px;
	height: 300px;
	margin:0 auto;
	background-image:url(images/web_04.png);
	background-position:center top;
}
article p{
	width:590px;
	font-size:1.2em;
	line-height:1.5;
	padding-top:10px;
	padding-left:120px ;
}
.box{
	width:1200px;
	height:350px;
	margin:0 auto;
	background-image:url(images/web_05.png);
	background-repeat:no-repeat;
	background-position:center top;	
	}
.box h1{
	width:350px;
	float:left;
	padding-top:160px;
	padding-left:130px;

	color:#FFF;}
.box h2{
	font-size:1.5em;
	line-height:1.5;
	width:700px;
	float:left;
	padding-top:110px;
	padding-left:30px;
	}
.red{
	color:#cc0000;
	font-size:1.2em;
	}
.reds{
	color:#cc0000;
	font-size:1.2em;
	font-weight:bold;
	}	
.book{
	width:900px;
	height:430px;
	margin:0 auto;
	clear:both;
	}
.line{
	width:99%;
	float:right;
	border:#eaa77a dashed 1px;
	margin:20px;
	}	
.book_boxL{
	width:300px;
	height:auto;
	float:left;
	}			
.book_g{
	width:250px;
	height:auto;
	}
.book_txt{
	font-size:1.1em;
	line-height:1.5;
	float:left;
	}
.book_boxR{
	width:590px;
	height:auto;
	font-size:1.1em;
	line-height:1.6;
	float:right;}
.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;
	}
.name{
	font-size:1em;
	color:#006699;
	width:80px;
	height:30px;
	line-height:40px;
	text-decoration:none;

	padding:3px;
	margin:2px;
	}			
.name a{
	color:#006699;
	display:block;
	}
.name a:hover{
	color:#006699;
	font-size:1em;
	}
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;
}