@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}
*{ font-family:Microsoft JhengHei;font-weight: bold;}
.open_pc{visibility: hidden; display: none;}
.open_m{visibility: visible;}
#clear_g{ clear:both;}

.big_text{color:#F00;}
.number_big{font-size:1.5em;}
.orange_text{color:#F60;}
.bgg{
	position: relative;
	z-index: 0;
	margin:0px;
	padding:0px;
	width:100%;
}
.bgg img{width:100%;}
.bgg2{
	position: relative;
	z-index: 2;
	background: #a8d5b3;
	margin-top:0px;
}
#logo_g{
	margin:0px;
	background:#59d6de;
	text-align:center;
	padding:5px;
}
#book_float{
	width:100%;
	z-index:9999;
	margin:0px;
}
.book_float_but a{
	float: left;
	display:inline-block;
	width:33.3333333%;
	padding:10px 5px;
	font-weight:bold;
	font-size:0.9rem;
	background:#FF0;
	color:#000;
	text-align:center;
	text-decoration:none;
	border-bottom:1px dotted #F90;
}
.noborder{border-bottom:0px;}
.book_float_but a:hover{
	text-decoration:none;
	background:#fff;
	color:#F60;
}
.title01{
	position:absolute;
	z-index: 1;
	top:auto;
	bottom:0%;
	left:0;
	width:100%;
	text-align: center;
    transform-origin:left;
    transform:skewY(-8deg);
	font-size:2.5em;
    font-family:"Microsoft JhengHei",arial;font-weight: 800;
	color: #FF0;
	text-shadow: 0 1px 0 #a3a300,
	0 2px 0 #a3a300,
	0 3px 0 #8d8d00,
	0 4px 0 #747400,
	0 5px 0 #555500,
	0 6px 1px rgba(0, 0, 0, 0.1),
	0 0 5px rgba(0, 0, 0, 0.1),
	0 1px 3px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2),
	0 5px 10px rgba(0, 0, 0, 0.25),
	0 10px 10px rgba(0, 0, 0, 0.2),
	0 20px 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: .2s all linear;
}
.title01 span{
    font-size:0.4em;
	color:#fff;
	}

#link01{
	margin:0 auto 20px auto;
	background:#fff;
	border-radius:0;
	border:0;
	box-shadow:0px 0px 30px rgba(0,0,0,0.5);
	padding:20px;
}
.ptitle{
	font-size:1.3rem;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-top:10px;
    padding-bottom:20px;
}
.ptitle-gg{
	font-size:2rem;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-top:10px;
    padding-bottom:20px;
}
.ptitle-gg::before {
	content: '';
	position: relative;
	top:3px;
	left:-5px;
	background: url(../images/pleft.png);
	background-size: 100% 100%;
    width: 40px;
    height: 30px;
    display: inline-block;
}
.ptitle-gg::after{
	content: '';
	position: relative;
	top:3px;
	left:5px;
	background: url(../images/pright.png);
	background-size: 100% 100%;
    width: 40px;
    height: 30px;
    display: inline-block;
}
.ptitle img{
    width:12%;
}
#info_box{
	width:90%;
	font-size:1em;
	font-weight:bold;
	margin:0 auto;
	padding:10px 0px;
	line-height:1.5em;
	color:#666;
}
.info_tt{
    color:#666;
    text-indent: -1em;
    margin-left:2em;
}
.signbut a{
	display:block;
	width:60%;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	background:#C00;
	border-radius:10px;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	margin: 5px auto;
}
.signbut a:hover{
	background:#F00;
	text-decoration:none;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
#time_box{

	margin:0 auto;
	padding-bottom:50px;
	text-align:center;
}
.time_style{
	width:100%;
	border-collapse:collapse;
	color:#666;
	margin:0px auto;
	border:1px solid #999;
    background: #eee;
}
.time_style th{
    border:1px solid #999;
	border-collapse:collapse;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:1em;
    background: #fc0;
}
.time_style td{
	border:1px solid #999;
	border-collapse:collapse;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
.time_style td:nth-child(2){
	text-align:left;
}
.time_style td:hover{
	background:#FF9;
}
#link02{
	margin:0 auto 20px auto;
	background:#fff;
	border-radius:0;
	border:0;
	box-shadow:-4px -4px 3px rgba(20%,20%,40%,0.5);
	padding:20px;
}
#aplus_box{
	float:left;
	width:100%;
}
.aplus_title_pc{display:none;}
.aplus_title_mobile{
	display:block;
	width:90%;
	color:#F60;
	border-radius:100px;
	border:2px solid #F60;
	padding:5px 10px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:20px auto 10px auto;
}
.aplus_title{
	display:block;
	width:50%;
	color:#F60;
	border-radius:100px;
	border:2px solid #F60;
	padding:5px 10px;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin:20px auto 10px auto;
}
.aplus_text{
	font-size:1.5em;
	color:#666;
	font-weight:bold;
	text-align:center;
	line-height:1.8em;
}
.class_linkk_box{
	width:70%;
	margin:20px auto;
}
.class_linkk a{
	display:block;
	float:left;
	padding:5px 10px;
	margin:10px;
	background:#F60;
	color:#fff;
	text-align:center;
	text-decoration:none;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
.class_linkk a:hover{
	background:#F30;
	font-weight:bold;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
.left30{
	margin-left:20%;
}
.left20{
	margin-left:15%;
}
.nte_title{
    background: #F60;
    border-radius: 50px;
    color:#fff;
    padding:2px 10px;
    font-size:1.2em;
}
.nte_day{
    color:#F60;
    font-size:1.2em;
}
.m_show{
    display: block;
}
.pc_show{
    display: none;
}
.goback{
	cursor: pointer;
	display: block;
	position: fixed;
	bottom:5%;
	right:0;
	width:50px;
	height:50px;
}

/*web & tablet*/
@media only screen and (min-width: 769px) {



#logo_g{
	position:fixed;z-index: 50;
	width:164px;
	top:0px;
	margin-left:20px;
	background:#fff500;
	padding:5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
	
}
#book_float{
	position:fixed;
	z-index: 51;
	float:right;
	width:180px;
	top:180px;
	right:0px;
	z-index:9999;
}
.book_float_but a{
	float:none;
	display:block;
	width:100%;
	padding:20px 5px;
	font-weight:bold;
	font-size:1.2em;
	background:#FF0;
	color:#000;
	border-top-left-radius:13px;
	border-bottom-left-radius:13px;
	border-bottom:1px dotted #F90;
	text-align:center;
	text-decoration:none;
	box-shadow:4px 4px 12px 4px rgba(0%, 0%, 0%, 0.2);
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
.noborder{border-bottom:0px;}
.book_float_but a:hover{
	padding-right:20px;
	text-decoration:none;
	background:#fff;
	color:#F60;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
}
/*web & tablet*/
@media only screen and (min-width: 1000px) {
body{
	margin:0;
}
.open_pc{visibility: visible;display: block;}
.open_m{visibility: hidden;display: none;}
.m_show{
    display:none;
}
.pc_show{
    display: block;
}

.bgg2{
	position: relative;
	z-index: 2;
}
#link01{
	position: relative;
	top:-120px;
	width:80%;
	margin:0 auto 0px auto;
	background:#fff;
	border-radius:10px;
	border:3px solid #FC0;
	box-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
.title01{
	position: absolute;
	z-index: 1;
	top:18%;
	bottom:auto;
	left:0;
	width:100%;
    transform-origin:left;
    transform:skewY(-8deg);
	font-size:3em;
    font-family:"Microsoft JhengHei",arial;font-weight: bold;
	color: #FF0;
	text-shadow: 0 1px 0 #a3a300,
	0 2px 0 #a3a300,
	0 3px 0 #8d8d00,
	0 4px 0 #747400,
	0 5px 0 #555500,
	0 6px 1px rgba(0, 0, 0, 0.1),
	0 0 5px rgba(0, 0, 0, 0.1),
	0 1px 3px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2),
	0 5px 10px rgba(0, 0, 0, 0.25),
	0 10px 10px rgba(0, 0, 0, 0.2),
	0 20px 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: .2s all linear;
}
.title01 span{
	color:#fff;
	}
.ptitle{
	font-size:2rem;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-top:10px;
}
.ptitle-gg{
	font-size:2.5rem;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-top:10px;
    padding-bottom:20px;
}
.ptitle img{
    position: relative;
    top:5px;
    width:6%;
}
#info_box{
	width:90%;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	padding:10px 0px;
	line-height:2em;
	color:#666;
}

#time_box{
	width:90%;
	margin:0 auto;
	padding-bottom:50px;
	text-align:center;
}
.time_style{
	width:80%;
	border-collapse:collapse;
	color:#666;
	margin:0px auto;
	border:1px solid #999;
}
.time_style td{
	border:1px solid #999;
	border-collapse:collapse;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

.time_style td:hover{
	background:#FF9;
}
#link02{
	width:80%;
	margin:0 auto 20px auto;
	background:#fff;
	border-radius:10px;
	border:2px solid #FC0;
	box-shadow:-4px -4px 3px rgba(20%,20%,40%,0.5);
}

#aplus_box{
	float:left;
	width:50%;
}
.aplus_title{
	display:block;
	width:50%;
	color:#F60;
	border-radius:100px;
	border:2px solid #F60;
	padding:5px 10px;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin:20px auto 10px auto;
}
.aplus_title_pc{
	display:block;
	width:50%;
	color:#F60;
	border-radius:100px;
	border:2px solid #F60;
	padding:5px 10px;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin:20px auto 10px auto;
}
.aplus_title_mobile{
	display:none;
}
.class_linkk_box{
	width:81%;
	margin:20px auto;
}
.class_linkk a{
	display:block;
	float:left;
	padding:5px 10px;
	margin:10px;
	background:#F60;
	color:#fff;
	text-align:center;
	text-decoration:none;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
.class_linkk a:hover{
	background:#F30;
	font-weight:bold;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
}
.left30{
	margin-left:10%;
}
.left20{
	margin-left:40%;
}
.nte_title{
    background: #F60;
    border-radius: 50px;
    color:#fff;
    padding:2px 10px;
    font-size:1.2em;
}
.nte_day{
    color:#F60;
    font-size:1.5em;
}
}


/*gov_info_css*/
#cek_superbox_logo{
	background:#333;
	text-align:center;
	margin:0px auto;
}
#copyright_info{
	width:90%;
	font-size:0.85em;
	font-family:"Microsoft JhengHei",arial;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0px auto;
	border-top:1px solid #666;
}
		
	