* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background:#fff;
}
ol, ul {
	list-style: none;
}

@media screen and (min-width: 600px) {

/*活動內容*/
.activityC{
}
.activityM{
	display:none;
}
.activity_type1{
	display:none;
}

/*發燒網外掛*/
.fever38{
	color: #000;
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

/*注意事項*/
.notice{
	font-size: 13px;
	line-height: 24px;
	color: #000;
	margin-bottom:50px;
	overflow:hidden;
}
.notice_title{
	background-image: url(images/bg_Mline.png);
	background-repeat: repeat-x;
	margin:30px 0 10px 0;
}

}
