@charset "utf-8";
/* CSS Document */
#elm01 > div {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #df0523;
}
#elm01 > div p {
  font-size: 15px;
  width: 100%;
}
#elm01  >div p:last-child {
  border: 1px solid #ddd;
  padding: 1em 0.5em;
}
#elm01  >div p:last-child a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
}
#elm01  >div p:last-child a:hover {
  text-decoration: none;
  color: #df0523;
}
#elm01  >div p:last-child a::after {
  font-family: 'Font-Awesome-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 15px;
  font-size: 15px;
  content: "\f105";
  color: #df0523;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  text-align: right;
  height: 15px;
}
#elm01  >div p:first-child a{
  display: block;
}
#elm01  >div p img.brdr01 {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}


@media print, screen and (min-width: 1024px) {
#sideR nav#nav01 {
  min-height: 611px;
}
#elm01 > div {
  width: 281px;
  margin: 0 20px 30px 0;
}
#elm01 > div:nth-child(3n) {
 margin: 0 0 30px 0;
}
}

@media print, screen and (min-width: 768px) {
}
