﻿body {
  font-family: Helvetica;
  color: #333;

  margin: 0;
  word-wrap: break-word;

  background: #eee;
  font-size: 16px;
  line-height: 24px;
}

a,
img {
  border: none
}
a {

  color: #466da4;

  cursor: pointer;

  display: inline;

  text-decoration: inherit;

  text-decoration: underline;

}



h1 {
  font-size: 18px;
  margin: 0 0 8px 0;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}



.logo {

  text-align: center;

  padding: 10px 0 0 0;

  display: none;

}



.content {

  border-radius: 10px;

  border: 1px solid #ccc;

  background: #FFF;

  padding: 20px 20px 50px;

  margin: 10px;

}
h3 {
  color: #3366cc;
  margin-bottom: 10px;
}
.list-alpha li {
  list-style-type: lower-alpha;
  margin-left: 15px !important;
}
.list-alpha li ul li{
  list-style-type: square;
}
.ml-15 {
  margin-left: 15px !important;
}


.hili01 {

  margin-top: 20px;

  font-style: italic;

  color: #666;

}



@media screen and (max-width: 768px) {

  .content {

    text-align: justify;

    line-height: 150%;

  }



  ol,

  ul {

    margin: 0;

    padding-left: 1rem;

  }



  .ml-30 {

    margin-left: 1rem

  }



  .ml-15 {

    margin-left: 0.5rem


  }
}