* {
  margin: 0;
  padding: 0; }

body {
  background-color: whitesmoke;
  background-image: url(tkmr_roma_logo_rot45.png);
  background-repeat: repeat;
  background-attachment: fixed; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: firebrick; }
  a:hover {
    color: #f90; }

ul#img {
  margin: 0px; }

p#img {
  text-align: center; }

@media screen and (min-width: 641px) {
  #container {
    width: 960px; }

  #menu_icon {
    display: none; }

  #breadcrumb {
    float: right;
    width: 770px;
    padding-left: 0; }

  #footer {
    width: 960px; }

  #sidebar {
    float: left;
    width: 170px; }
    #sidebar ul {
      text-align: right; }
    #sidebar li {
      margin-bottom: 4px;
      border-left: 7px solid darkgreen; }

  #toggle {
    display: none; }

  #gototop {
    display: none; }

  #main {
    float: right;
    width: 770px; } }
#container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: white; }

#breadcrumb {
  font-size: smaller; }

#footer {
  background-color: white;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em; }
  #footer h2 {
    text-align: center;
    font-size: small;
    font-weight: normal;
    border-top: 3px solid darkgreen;
    color: #888;
    padding-top: 0.5em;
    padding-bottom: 1em; }

#sidebar {
  padding: 10px 10px 0;
  text-align: center; }
  #sidebar ul {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px; }
  #sidebar li {
    line-height: 1.5em;
    background-color: beige;
    padding-right: 4px;
    border-bottom: 1px dotted darkgreen;
    border-right: 1px dotted darkgreen; }
  #sidebar li.remark a:before {
    content: url(./red_new.png);
    position: relative;
    top: 3px;
    margin-right: 2px; }

#main div#unesco {
  margin-left: 10px;
  margin-right: 10px;
  background-color: black;
  text-align: center; }
#main h1 {
  font-size: large;
  text-align: right;
  padding-top: 0.3em;
  margin-right: 10px; }
#main h2 {
  border-top: 3px solid darkgreen;
  border-bottom: 3px solid darkgreen;
  background-color: beige;
  padding: 0.6em 1em;
  font-size: medium;
  margin: 1.5em 10px 0.5em 0; }
  #main h2.goods {
    font-size: 1.5em;
    padding: 0.2em 1em; }
#main h3 {
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  border-left: 7px solid darkgreen;
  padding: 0.2em 0.8em;
  font-size: medium; }
#main h4 {
  border-bottom: 2px dotted darkgreen;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  padding: 0.1em 0.2em;
  display: inline-block; }
#main p {
  margin: 0.1em 0.5em;
  line-height: 1.5em; }
#main ul {
  clear: both;
  margin-bottom: 0.5em;
  margin-left: 1em; }
  #main ul li {
    list-style-type: disc;
    line-height: 1.5em; }
    #main ul li p {
      margin: 0; }
    #main ul li ul li {
      list-style-type: disc;
      line-height: 1.5em; }
#main > ul {
  margin-left: 1.5em; }
#main ul#img li {
  list-style-type: none;
  float: left; }
#main > ol {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 2.5em; }
  #main > ol li {
    line-height: 1.5em;
    margin-bottom: 0.5em; }
    #main > ol li p {
      margin: 0; }
#main dd {
  margin-left: 1em;
  margin-bottom: 0.8em; }
#main pre {
  border-right: #646464 1px solid;
  padding-right: 0.5em;
  border-top: #646464 1px solid;
  padding-top: 0.5em;
  border-left: #646464 1px solid;
  padding-left: 0.5em;
  border-bottom: #646464 1px solid;
  padding-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 2em;
  white-space: pre;
  background-color: #e6e6e6;
  color: black; }
#main img {
  margin: 0;
  padding: 1px; }
#main table {
  clear: both;
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin-top: 0.3em;
  margin-bottom: 1em; }
#main > table {
  margin-left: 0.5em; }
#main th {
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: antiquewhite; }
#main td {
  text-align: right;
  border-left: 1px solid #aaa;
  padding-left: 0.5em;
  padding-right: 0.5em; }

@media screen and (max-width: 640px) {
  #container {
    min-height: 600px; }

  #sidebar {
    position: relative; }
    #sidebar ul {
      margin-top: 0;
      width: 50%;
      position: absolute;
      top: 5.5em;
      z-index: 1; }
    #sidebar li {
      line-height: 1em; }
      #sidebar li a,
      #sidebar li span {
        padding: 12px 0 10px;
        display: block; }
    #sidebar #menu_icon {
      display: block;
      position: relative;
      background: darkslategray;
      width: 100%;
      margin-top: 5px; }
      #sidebar #menu_icon label {
        display: block;
        padding: 12px 40px 10px;
        color: #fff;
        text-align: left; }
      #sidebar #menu_icon:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff; }
      #sidebar #menu_icon label:before,
      #sidebar #menu_icon label:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: darkslategray; }
      #sidebar #menu_icon label:before {
        margin-top: -6px; }
      #sidebar #menu_icon label:after {
        margin-top: 2px; }
    #sidebar input[type="checkbox"] {
      display: none; }
      #sidebar input[type="checkbox"] + ul {
        display: none; }
      #sidebar input[type="checkbox"]:checked + ul {
        display: block; }

  #breadcrumb {
    display: none; }

  #main h2,
  #main h3,
  #main h4,
  #main dt {
    margin-left: 5px; }

  #gototop {
    height: 50px;
    padding: 0 8px;
    text-align: center;
    background-color: darkslategray;
    opacity: 0.6;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px; }
    #gototop a {
      display: block;
      text-decoration: none;
      line-height: 50px;
      color: lightgray; }

  table {
    display: block;
    overflow-x: auto;
    margin-right: 0.5em; }

  th,
  td {
    white-space: nowrap;
    width: 640px; }

  table::-webkit-scrollbar {
    height: 8px;
    height: 0.8rem;
    background-color: #f1f1f1; }

  table::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 10px;
    border-radius: 1rem; }

  table::-webkit-scrollbar-thumb:hover {
    background-color: #a9a9a9; }

  img {
    max-width: 98%;
    height: auto; } }
