@charset "UTF-8";
/* CSS Document */

.artists-head {margin-bottom: 50px;}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}
.artists-ul {}
.artists-ul li {
  display: block;
  float: none;
  margin:0 auto 50px;
  width:60%;
}
.artist-pic {
  margin-bottom: 12px;
}
.artists-ul li h2 {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
.artists-ul li h3 {
  font-size: 15px;
  margin-bottom: .5em;
  text-align: center;
}
.artists-ul li p {
  font-size: 10px;
  line-height: 1.75;
  text-align: justify;
}
.memo {
  font-size: 10px;
}
.cma-disc {
  margin: 0 auto 50px;
  max-width:480px;
  width:80%
}
.cma-h2 {
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.cma-p {
  font-size: 13px;
  line-height: 1.75;
  text-align: justify;
}

@media only screen and (min-width: 751px ) {
  h1 {font-size: 44px;}
  .artists-ul li {
    float: left;
    margin:1%;
    margin-bottom: 30px;
    width:23%;
  }
}