.chofIconList {
    position: relative;
}
.chofIconList ul {
  margin: 0;
  padding: 0;
}
.chofIconList li {
  list-style: none;
  font-family: helvetica;
  font-size: 12px;
  line-height: 1 em;
  height: 190px;
  width: 140px;
  display: block;
  float: left;
}
.chofIconList li a {
  display: block;
  text-decoration: none;
}
.chofIcon {
 width: 140px;
 height: 190px;
 background: url('/image/MjkwNzUwOQ') 0px 0px;
}
.chofIcon:hover {
 width: 140px;
 height: 190px;
 background: url('/image/MjkwNzUwOA') 0px 0px;
}
h3.RptHdBackBarMobile {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #00acee;
    padding: 5px 10px 5px 0px;
    margin: 10px 0 20px 0;
    letter-spacing: .06em;
    text-align: left;
}
h3.RptHdBackBarMobileBottom {
font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #00acee;
    padding: 5px 10px 5px 0px;
    margin-top: -160px;
    letter-spacing: .06em;
    text-align: left;
    margin-bottom: 30px;
}
.entry-content h3.RptHdBackBarMobile a, .entry-content h3.RptHdBackBarMobile a:visited, .entry-content h3.RptHdBackBarMobile a:link {
    color: white;
    text-decoration: none;
}
.entry-content h3.RptHdBackBarMobileBottom a, .entry-content h3.RptHdBackBarMobileBottom a:visited, .entry-content h3.RptHdBackBarMobileBottom a:link {
    color: white;
    text-decoration: none;
}
span.BackArrowBlkBkgrd {
    color: #fff;
    background: #000;
  margin: 0px 10px 0px 0px;
    padding: 5px 8px;
}
.mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (min-device-width : 320px)

  and (max-device-width : 480px){ .mobileShow { display: inline;}
  }

.mobileHide { display: inline;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (min-device-width : 320px)

  and (max-device-width : 480px){  .mobileHide { display: none;}
  }