﻿@charset "utf-8";

#list > h1 {display:none;}
#list > ul {margin-top:0;}


@media screen and (max-width:599px) {

#list > h1 {}
#list > ul {}

}