/* CSS Document */
#sitemap td {
	text-align: left;
}
#sitemap .tree-line {
	text-align: right;
}

@media screen and (max-width:480px) {
  .scroll_box {
	width: 100%;
  	white-space: nowrap;
	overflow-x: scroll;
  }
}