body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset Download by http://sc.xueit.com*/
	margin: 0px;
	padding: 0px;
}

body{
	/* Setting default text color, background and a font stack */
	
	font-size: 13px;
	background-image: url(../images/bg2.jpg);
	background-position: center center;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width: 100%;
	background-color: rgba(255,255,255,.8);
	/*overflow: hidden;*/
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


li.button a{
	/* The section titles */
	display: block;
	font-size: 26px;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 50px;
	text-decoration: none;
}

/* Setting up different styles for each section color */

li.button a.phonebg01{
	color: #000000;
	background-image: url(../images/mobg_01.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}


li.button a.phonebg02{
	color: #000000;
	background-image: url(../images/mobg_02.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}


li.button a.phonebg03{
	color: #000000;
	background-image: url(../images/mobg_03.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}


li.button a.phonebg04{
	color: #000000;
	background-image: url(../images/mobg_04.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}


li.button a.phonebg05{
	color: #000000;
	background-image: url(../images/mobg_05.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}


li.button a.phonebg06{
	color: #000000;
	background-image: url(../images/mobg_06.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}
li.button a.phonebg07{
	color: #000000;
	background-image: url(../images/mobg_07.png);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 3px;
	width: 90%;
	padding-left: 10%;
}

/* The hover effects */
/*選單滑入*/
li.word1 a:hover{
	background-image:url(../images/mobgover_01.png)
	}
li.word2 a:hover{
	background-image:url(../images/mobgover_02.png)
	}
li.word3 a:hover{
	background-image:url(../images/mobgover_03.png)
	}
li.word4 a:hover{
	background-image:url(../images/mobgover_04.png)
	}
li.word5 a:hover{
	background-image:url(../images/mobgover_05.png)
	}
li.word6 a:hover{
	background-image:url(../images/mobgover_06.png)
	}



.dropdown{
	/* The expandable lists */
	display: none;
	width: 100%;
	height: auto;
}

.dropdown li{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

.clear{
	clear:both;
}



a:hover{
	text-decoration: none;
}

p{
	/* The tut info on the bottom of the page */
	padding: 10px;
}

/* 手機外框 */
#phone-box2 {
	width: 100%;
	margin: 0px;
}
#phone-box-title {
	font-size: 17px;
	color: #FFF;
	background-color: #666;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#phone-box-img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/mobg2.jpg);
}
.contentword {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: right;
	float: right;
	margin-top: 8px;
	font-weight: bold;
}
