1
2
3
4
5
6
7
8
9
/*時間軸生物*/
.timeline-bg {
position: relative;
pointer-events: none;
background-repeat: repeat-x;
background-position: bottom left;
background-image: url('URL');
}
#time_show, .bottom_start { display:none!important; }