@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
}
a{text-decoration:none;}
html, body {
	width:100%;
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	background: #fff; /* Old browsers */

/*background: -moz-linear-gradient(left,  #a03289 0%, #7a5699 100%); /* FF3.6-15 */

/*background: -webkit-linear-gradient(left,  #a03289 0%,#7a5699 100%); /* Chrome10-25,Safari5.1-6 */

/*background: linear-gradient(to right,  #a03289 0%,#7a5699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a03289', endColorstr='#7a5699',GradientType=1 ); /* IE6-9 */
	
	-webkit-text-size-adjust:none;
}
#wrapper{
	min-width:320px;
}
article{
	width:100%;
}
article img{
	width:100%;
	height:auto;
	border:0px;
	vertical-align:bottom;
}
article ul{
	width:100%;
	list-style:none;
}
article ul.contenter li{
	width:50%;
	float:left;
}
article ul.contenter li a{
	width:100%;
	height:auto;
}

article ul.contenter li img{
	width:100%;
	height:auto;
}

/*-----選單------*/

#TOP-MENU{
		display:block;
		width:100%;
		height:60px;
		position:relative;
		

background: #a03289; /* Old browsers */

background: -moz-linear-gradient(left,  #a03289 0%, #7a5699 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #a03289 0%,#7a5699 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #a03289 0%,#7a5699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a03289', endColorstr='#7a5699',GradientType=1 ); /* IE6-9 */

	}
	
	#TOP-MENU h4{
		display:block;
		width:60px;
		height:40px;
		background-image:url(../images/btn.png);
		position:absolute;
		right:5px;
		top:10px;
		text-indent:-9999px;
	}
	#TOP-MENU .logo{
		width:100%;
		height:auto;
		text-align:center;
	}
	#NAV{
		width:100%;
		height:auto;
		display:none;
	}
	
	#NAV ul{
		width:100%;
		height:auto;
	}
	
	#NAV li{
		width:100%;
		float:none;
	}
	#NAV li img{
		width:68px;
		height:68px;
		float:left;
		margin-left:30%;
	}
	#NAV li a{
		display:block;
		width:100%;
		height:68px;
		line-height:68px;
		text-decoration:none;
		background: #6e3e7f; /* Old browsers */
background: -moz-linear-gradient(left, #6e3e7f 0%, #c611c3 48%, #6e3e7f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #6e3e7f 0%,#c611c3 48%,#6e3e7f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #6e3e7f 0%,#c611c3 48%,#6e3e7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e3e7f', endColorstr='#6e3e7f',GradientType=1 ); /* IE6-9 */
		border-bottom:1px solid #6e3e7f;
		color:#FFF;
	}
	
	#NAV li a:hover{
		border-bottom:1px solid #FFF;
	}

/*-- --------------------------Start--頁尾 */
footer{
	width:100%;
	min-width:320px;
	height:80px;
	background: #a03289; /* Old browsers */

background: -moz-linear-gradient(left,  #a03289 0%, #7a5699 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #a03289 0%,#7a5699 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #a03289 0%,#7a5699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a03289', endColorstr='#7a5699',GradientType=1 ); /* IE6-9 */
	
}
footer img{
	width:100%;
	height:auto;
}
footer p {
    font-family: Arial, Helvetica, '微軟正黑體', sans-serif;
    font-size: 14px;
    color: #FFF;
    float: left;
    padding: 15px 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
	text-align:center;
}
#bloger{
	width:100%;
	height:auto;
	background:#282828;
	padding:10px;
	min-width:320px;
}
#bloger span{
	width:100%;
	height:auto;
	margin:20px 0px;
	float:none;
}
#bloger p{
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed" ,'微軟正黑體', Helvetica, Arial, sans-serif;
	color:#fff;
	margin-top:0px;
	padding:10px;
	line-height:1.5;
	text-shadow:0px 0px 6px rgba(0,0,0,0.96);
	font-size:14px;
}