<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*** for PC Browser ***/
@media (min-width:401px)
{
/*利尻富士町について*/
.LPane_A {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3E3CFF;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #333333;
/*    margin: 10px 10px 18px;*/
    margin-top: 10px;
    padding-bottom: 12px;
    width: 200px;
}
.LPane_A ul{
  list-style-type: none;
  margin-left: 13px !important;
    margin-top: 12px;
}

.LPane_A li {
  background: url("/rishirifuji/Images/Pane_li.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  padding-left: 12px !important;
  margin-top: 8px;
}
.LPane_AH{
  background-color: #3c528c;
  margin-top:-2px;
  width: 205px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}
.LPane_AH label{
  position:relative;
  text-align: center;
  display:block;
  left:0px;

  font-size:16px;
  color:white;
  font-weight:bolder;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/*利尻富士町について*/
.LPane_A {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3E3CFF;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #333333;
    margin: 10px 10px 18px;
    /*margin-top: 10px;*/
    padding-bottom: 12px;
    /*width: max-width;*/
    width: 300px !important;
}
.LPane_A ul{
  list-style-type: none;
  margin-left: 13px !important;
    margin-top: 12px;
}

.LPane_A li {
  background: url("/rishirifuji/Images/Pane_li.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  padding-left: 12px !important;
  margin-top: 8px;
}
.LPane_AH{
  background-color: #3c528c;
  margin-top:-2px;
  width: max-width;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}
.LPane_AH label{
  position:relative;
  text-align: center;
  display:block;
  left:0px;
  font-size:large;
  color:white;
  font-weight:bolder;
}
}
</pre></body></html>