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


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background-color: #fbf2d8;
}

@media screen and (min-width: 600px) { /*桌機*/

h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/*margin:0 0 15px 0;*/
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #3e3e3e;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 100%;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}


.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	/*padding:30px 0;*/
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background-color: #ffe200;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 21%;
	/*width: 16%;*/
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.subMenu a:hover {
	background-color: #FFCC00;
}

.active {
	background: #25aae1;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	/*padding: 50px 0;*/
	height: 496px;
}

.s1 {
	color:#fff;
}
.s2 {
	background: #fff;
}
.s2 a {
	color: #fff;
}
.s3 {
	background: #fff;
}
.s4 {
	background: #fff;
}
.s5 {
	color: #3d3d3d;
}
.s6 {
	background: #fff;
}
.s7 {
	color:#fff;
}

.mv {
	width: 550px;
	font-size: 13px;
	color: #000;
	line-height: 22px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}

/*表格*/
.grid1 {
	padding:20px 0 40px 10px;
	overflow:hidden;
}
.grid1 li{
	margin: 0 25px;
	margin-bottom:10px;
	background-color: #FFF;
	width: 525px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	overflow:hidden;
}
.grid1_title {
	width: 1200px;
	height: 90px;
	background-image: url(images/title2.png);
	background-repeat: no-repeat;
}
.grid2 {
	background-color: #ffe2e1;
	border: 1px dotted #ff6562;
	padding:10px;
}
.grid2 a {
	color: #06C;
}
.grid2_title {
	font-size: 20px;
	font-weight: bold;
	color: ##06C;
	text-align: center;
	margin-bottom:10px;
}
.grid2_img {
	float:left;
	margin:0 10px 10px 0;
}

/*TOP*/
.btn_top {
	display:none;
}

/*抽雞精box*/
gift {
	width: 500px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	display: table;
	z-index: 999;
	background-color: #FFF;
	font-size: 20px;
	color: #000;
	border: 1px solid #CCC;
	text-align: center;
}
gift .text-center {
  display: table-cell;
  vertical-align: middle;
}
.gift_icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

/*版權*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	height:35px;
	line-height:35px;
	text-align: center;
}
.bottom a:link{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.bottom a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: underline;
}
.bottom a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.footer01{
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding:20px 0 10px 0;
}
.footer02{
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
/*topbar*/
.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:35px;
}
.gridTop {
	vertical-align: top;
}
.topLink:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

/*手機*/
    #content{
	display:none;
	}
	#navM{
	display:none;
	}
	#ad {
	display:none;
    }
	
	/* 手機 menu*/
#cssmenu{
	display:none;
}

/*logo*/
.logoM {
	display:none;
}

/*BN*/
.bnM {
	display:none;
}

#subject {
	display:none;
}

}

/*-----共用-----*/

/*圖片縫隙*/
.image {
	display:block;
}
ol, ul {
	list-style: none;
}

/*字形*/
.W20 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.W15 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
.red30W {
	font-size: 30px;
	font-weight: bold;
	color: #F00;
}

/*按鈕*/
.btn1 {
	font-size: 20px;
	height: 50px;
	width: 100px;
}

/*位置*/
.center {
	text-align: center;	
}

