#warp{
		    width:230px;
		    height:230px;
		    margin:20px auto;
position: relative;
		}
		#clock{
		    width:200px;
		    height:200px;
		    border-radius:115px;
		    border:15px solid #f96;
		    background:white;
		    position:relative;
		}
		#number div{
		    width:190px;
		    height:20px;
		    position:absolute;
		    left:10px;
		    top:90px;
		}
		#number span{
		    display:block;
		    width:20px;
		    height:20px;
		}
		.pointer{
		    position:absolute;
		    bottom:90px;
		    transform-origin:50% 90%;
		    -webkit-transform-origin:50% 90%;
		}
		#houre{
		    width:5px;
		    height:60px;
		    left:98px;
		    background:black;
		}
		#minute{
		    width:3px;
		    height:70px;
		    left:99px;
		    background:gray;
		}
		#second{
		    width:1px;
		    height:80px;
		    left:100px;
		    background:red;
		}
               #date_all{
                      text-align: center;
                      margin-top: 10px;
    position: absolute;
    bottom: 74px;
    left: 73px;
z-index: 999;
               }
#date_week{
                      text-align: center;
                      margin-top: 10px;
    position: absolute;
    bottom: 50px;
    left: 93px;
z-index: 999;
               }