<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb {
  margin: 50px 0 0 0;
  padding: 0.5em;
  list-style: none;
  background: #555;
  overflow: hidden;
}

.breadcrumb li {
  display: inline;/*æ¨ªã«ä¸¦ã¶ã‚ˆã†ã«*/
  list-style: none;
  font-weight: bold;/*å¤ªå­—*/
}

.breadcrumb li:after {/* &gt;ã‚’è¡¨ç¤º*/
  content: '&gt;';
  padding: 0 0.2em;
  color: #828282;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #a8a8a8;
}

.breadcrumb li:first-child a:before {
  /*å®¶ã‚¢ã‚¤ã‚³ãƒ³ã«*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}



/*****************************************************************************/
/*** ãƒ‘ã‚½ã‚³ãƒ³ ***/
@media all and (max-width: 1000px) {
  /*éžè¡¨ç¤º*/

  /*è¡¨ç¤º*/






/*** ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ ***/
@media all and (max-width: 768px) {
/*éžè¡¨ç¤º*/

/*è¡¨ç¤º*/
.breadcrumb {
  margin: 0px 0 0 0;
  padding: 0.5em;
  list-style: none;
  background: #555;
  overflow: hidden;
}
</pre></body></html>