.PC .listUpDiv {
    position: fixed;
    width: 750px; 
    top: 45px;
    z-index: 10001;
    margin: 0px auto;
}
.MOBILE .listUpDiv {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 45px;
    z-index: 10001;
    margin: 0px auto;
}


.pop_t02 {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #333;
  font-weight: bold;
}

.pop_t03 {
  font-size: 1em;
  line-height: 1.6em;
  color: #6f25a7;
  font-weight: bold;
}

.pop_t04 {
  font-size: 1em;
  line-height: 1.6em;
  color: #333;
}

.pop_t05 {
  font-size: 0.8em;
  line-height: 1em;
  color: #333;
}

.pop_t06 {
  color: #cc0000;
  font-weight: bold;
}

.old_t01 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  color: #6f25a7;
}

.old_t02 {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #333;
}

.listPOP {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid #570a91;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #333333;
}

.listPOP .COM {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}

.listPOP .RABOX {
  width: 100%;
  height: auto;
  padding: 8px 5px 2px 5px;
}

.listPOP .TBAR {
  width: 100%;
  height: 35px;
  background-color: #6f25a7;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.listPOP .TBAR .XX {
  width: 35px;
  height: 35px;
  float: right;
}

.listPOP .TBAR .XX a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  background-image: url(../images/pop_x_icon.png);
}

.listPOP .BT01 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-top: 10px;
}

.listPOP .BT01 li {
  width: 100%;
  float: left;
  margin: 0 auto;
  margin-bottom: 10px;
}

.listPOP .BT01 li a {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.2em;
  color: #333333;
  text-align: center;
  line-height: 45px;
  background-color: #cfcfcf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

.listPOP .BT02 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-top: 10px;
}

.listPOP .BT02 li {
  width: 49.3%;
  float: left;
}

.listPOP .BT02 li:first-child {
  margin-right: 1px;
}

.listPOP .BT02 li:last-child {
  margin-left: 2px;
}

.listPOP .BT02 li a {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.2em;
  color: #333333;
  text-align: center;
  line-height: 45px;
  background-color: #cfcfcf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

.POP_LINE {
  width: 100%;
  height: 1px;
  background-color: #CCC;
  margin-top: 5px;
  margin-bottom: 5px;
}

.COM .TUL {
  width: 100%;
}

.COM .TUL ul {
  width: 100%;
  padding-left: 25px;
}

.COM .TUL li {
  width: 100%;
  list-style-type: decimal;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #333;
}

.POP {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid #570a91;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #333333;
}

.POP .COM {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}

.POP .RABOX {
  width: 100%;
  height: auto;
  padding: 8px 5px 2px 5px;
}

.POP .TBAR {
  width: 100%;
  height: 35px;
  background-color: #6f25a7;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.POP .TBAR .XX {
  width: 35px;
  height: 35px;
  float: right;
}

.POP .TBAR .XX a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  background-image: url(../images/pop_x_icon.png);
}

.POP .BT01 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-top: 10px;
}

.POP .BT01 li {
  width: 100%;
  float: left;
  margin: 0 auto;
  margin-bottom: 10px;
}

.POP .BT01 li a {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.2em;
  color: #333333;
  text-align: center;
  line-height: 45px;
  background-color: #cfcfcf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

.POP .BT02 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-top: 10px;
}

.POP .BT02 li {
  width: 49.3%;
  float: left;
}

.POP .BT02 li:first-child {
  margin-right: 1px;
}

.POP .BT02 li:last-child {
  margin-left: 2px;
}

.POP .BT02 li a {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.2em;
  color: #333333;
  text-align: center;
  line-height: 45px;
  background-color: #cfcfcf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}