#from-jpnic {
  column-width: 36em;
  font-family: 'Marion','Arial',sans-serif;
}

@media only screen and (min-width: 640px) {
  #from-jpnic {
    text-align: justify;
  }
}

.fig {
  background: #317d4d;
  color: white;
  padding: 0 .2em;
}

figcaption {
  font-size: .8em;
  margin-bottom: 1em;
  margin-top: .2em;
}

#lead-box {
  border: solid gray 1px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px gray;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0;
}

#love-lead {
  background: #ebf4eb;
  border: solid #094 2px;
  border-radius: 10px;
  padding: .5em;
}

.main-article .interviewer {
  color: #aa3a0c;
  font-weight: bold;
  margin-left: 2em;
  text-indent: -1em;
}

ol.circle {
  counter-reset: my-counter;
  list-style: none;
  margin-left: 2em;
}

ol.circle li {
  position: relative;
}

ol.circle li:before {
  background-color: #317d4d;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: white;
  display: block;
  float: left;
  height: 22px;
  margin-left: -30px;
  text-align: center;
  width: 22px;
}

#oneprase {
  color: #094;
  font-size: x-large;
  font-weight: bold;
  margin: auto;
  width: 90%;
}

.photo-left {
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .photo-left {
    float: left;
    margin-left: 1em;
    margin-right: .5em;
    margin-top: 1em;
    width: 40%;
  }
}

.photo-right {
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .photo-right {
    float: right;
    margin-left: .5em;
    margin-right: 1em;
    margin-top: 1em;
    width: 40%;
  }
}

.photo-right30 {
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .photo-right30 {
    float: right;
    margin-left: .5em;
    margin-right: 1em;
    margin-top: 1em;
    width: 30%;
  }
}

.photo-right70 {
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .photo-right70 {
    float: right;
    margin-left: .5em;
    margin-right: 1em;
    margin-top: 1em;
    width: 70%;
  }
}

span.circle {
  background-color: #317d4d;
  border-radius: 50%;
  color: white;
  height: .8em;
  padding: 0 .5em;
  width: .8em;
}

#ten-lead {
  background: #fffcd3;
  padding: .5em;
}
