/*ALL*/
body{background-color:#eee;
	box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;-webkit-test-size-adjust:none;}
	
.WRAPPER_FIX{
	width: 100%;
	height:auto;
	font-family:"·L³n¥¿¶ÂÅé" ,'Microsoft JhengHei','Arial',sans-serif;
	-webkit-text-size-adjust:none;
	text-align: center;
	background-color:white;
	}

.WRAPPER_TOP{
	display: block;
	overflow:hidden;
	margin: 0 auto;
	max-width: 640px;
	padding-top: 8px;
}

.HEADER_LOGO{
	max-width: 100%; 
	display: block;
	margin: 16px auto 0;

}

.WRAPPER_TEXT{
	display: block;
	margin:20px 0 16px 0;
}

.WRAPPER_FIX h2{
	color: #000;
	font-size: 3em;
}

.WRAPPER_FIX h3{
	color: #555;
	font-size: 1.8em;
	line-height: 48px;
	font-weight: bold;
}

.WRAPPER_PIC{
	display: block;
	width: 210px;
	height: 210px;
	margin: 0 auto;
}

.PIC_BOI{
	width: 100%;
	height: 100%;
	background-image: url(../images/boibei.png);
	background-size: cover;
}

.WRAPPER_CLOCK{
	display: inline-block;
	width: 220px;
	margin:16px 0 16px 0;
}

.PIC_CLOCK{
	width: 30px;
	height: 30px;
	background-image: url(../images/clock.png);
	background-size: contain;
	margin:8px;
}

.PIC_BOI,.PIC_CLOCK{
	display: block;
	float: left;
	background-color: white;
	background-repeat: no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	clear: both;
}

.WRAPPER_TIME{
	width: 100%;
	display: block;
	margin-bottom:  32px;
}
.WRAPPER_TIME .TIME_WORD{
	color: #e91111;
	font-size: 3em;
	line-height:  0.8em;
}
.WRAPPER_TIME .H3{
	font-size: 0.6em;
	color: #000;
	line-height: .6em;
	vertical-align:24%;
}

.WRAPPER_PIC_02{
	display: block;
	width: 210px;
	height: 210px;
	margin: 0 auto;
	margin-bottom: 32px;
}

@media screen and (max-width:768px){
.WRAPPER_TEXT{margin: 16px 0 4px 0;}
.WRAPPER_FIX h3{font-size: 1.1em;line-height: 1.5;}
.WRAPPER_FIX h2{font-size: 2em;}
.WRAPPER_PIC{width: 180px;height: 180px;}
.WRAPPER_CLOCK{width: 140px;margin:8px 0 8px 0;}
.PIC_CLOCK{width: 20px;height: 20px;margin: 2px 2px 0 0;}
.WRAPPER_TIME {margin-top: 4px;margin-bottom: 16px;}
.WRAPPER_TIME .TIME_WORD{font-size: 2.4em;}
.WRAPPER_PIC_02{margin-bottom: 20px;}
}
