* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體";
	background:#b81740;
}
img {max-width: 100%;}
a,a:hover {color: #b81740;}
.fc01{
	color: #b81740;
}
nav{
	width:100%;
	height:70px;
	background:#FFFFFF;
	border-bottom: 5px solid #f0f0f0;
	overflow: hidden;
}
.container {
	width: 950px;
	margin: 0 auto;
	background: #fddcb1;
	overflow: hidden;
}
ul{
	margin: 0 auto;
	width:90%;
	font-size:1.2em;
	padding:0px 0 20px 0px;
	color:#000000;
	list-style:decimal;
	}		
ul li{
	padding:7px 0;
	list-style:square;
}
h1{
	width: 950px;
	height:70px;
	margin: 0 auto;
	background:#FFFFFF;
	background:url(images/amart_logo.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
	background-size: 245px 60px;
}
h1 a{
	display: inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}
h2{
	font-size:2.5em;
	color:#ffffff;
	text-align: center;
	width: 95%;
	height:2em;
	line-height:2em;
	letter-spacing:0.3em;
	margin:20px auto;
	background-color:#b81740;
}
h3{
	font-size:2em;
	color:#ffffff;
	text-align: center;
	width:80%;
	height:2em;
	line-height:2em;
	margin:0 auto;
	margin-top: 25px;
	border-radius:30px;
}
h4{
	font-size:1.5em;
	color:#ffffff;
	text-align: center;
	width: 95%;
	height:1.5em;
	line-height: 1.5em;
	letter-spacing:0.5em;
	margin:0 auto;
}
.type01 {
	font-size:1em;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
.type02 {
	color:#ffffff;
	background-color: #b81740;
	padding:10px;
}
/*background color option */
.bg01{background-color:#ff4a00;}
.bg02{background-color:#b81740;}
.bg03{background-color:#480000;}

/*mobile-------------------------------------------*/
@media screen and (max-width: 736px) {

*{box-sizing:border-box;}
html,body{-webkit-text-size-adjust:none;}
nav{
	width:100%;
	height:70px;
	background:#FFFFFF;
	border-bottom: 5px solid #f0f0f0;
	overflow: hidden;
}
.container {
	width:100%;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}
ul{
	margin: 0 auto;
	width:90%;
	font-size:1em;
	padding:0px 0 20px 0px;
	color:#000000;
	list-style:decimal;
	}		
ul li{
	padding:7px 0;
	list-style:square;
}

h1{
	width:100%;
	height:70px;
	margin: 0 auto;
	background:#FFFFFF;
	background:url(images/amart_logo.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 245px 60px;
}
h1 a{
	display: inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}
h2{
	font-size:1.5em;
	color:#ffffff;
	text-align: center;
	width: 100%;
	height:4em;
	line-height:4em;
	letter-spacing:0;
	margin:0 auto;
	background-color:#b81740;
}
h3{
	font-size:1.2em;
	color:#ffffff;
	text-align: center;
	width: 90%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top: 25px;
	border-radius:30px;
}
h4{
	font-size:1.2em;
	color:#ffffff;
	text-align: center;
	width: 100%;
	height:1.5em;
	line-height: 1.5em;
	letter-spacing:0.2em;
	margin:0 auto;
	background-color:#51994a;
}
.list01{
	list-style:square;
	}
.type01 {
	font-size:1em;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
.type02 {
	font-size:1em;
	color:#ffffff;
	background-color: #b81740;
	padding:10px;
}
}