@charset "UTF-8";

.linklist {
  margin-bottom: 3em;
}
.linklist dt {
  font-size: 123%;
  line-height: 1.4;
  padding: 1.3em 0.5em 0;
  word-break: break-all;
}
.linklist dd {
  font-size: 123%;
  line-height: 1.4;
  border-bottom: 1px dotted #999999;
  padding: 0 0.5em 1.3em 1.5em;
  word-break: break-all;
}
.linklist dd a {
  color: #3b3d96;
  text-decoration: none;
}
.linklist dt:nth-of-type(even) {
  background: #fbf7ee;
}
.linklist dd:nth-of-type(even) {
  background: #fbf7ee;
}



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

  .sidemenu { display: none; }

  .linklist dt {
    font-size: 145%;
  }
  .linklist dd {
    font-size: 145%;
  }

}

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


}

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

  .linklist dt {
    font-size: 123%;
  }
  .linklist dd {
    font-size: 123%;
  }

}

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

  .linklist dt {
    font-size: 116%;
  }
  .linklist dd {
    font-size: 116%;
  }

}
