@charset "UTF-8";
/* ============================================================
  common.css
 ============================================================ */
/* import
-------------------------------------------------- */
/* reset
========================================================================== */


/* span_output
-------------------------------------------------------- */

label.is_outputted {
  display:block;
  padding: 3px 8px;
  height: 27px;
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  line-height: 20px;
  font-size: 0.71rem;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}

.w_167 {
  width: 167.62px;
}

.h_11 {
  height: 21.5px;
}


.btn_typeC {
  width: 68px;
  height: 35px;
  padding: 10px 12px 7px 12px;
  text-align: center;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
  font-size:  0.875rem;
}


.check_textarea.is_active {
  background: #ffff00;
}

.check_textarea2.is_active {
  background: #ffff00;
}

textarea.is_out {
  padding: 0px 0px;
  width: 100%;
  overflow: auto;
  border: 0px solid #cfd8dc;
  border-radius: 0px;
  vertical-align: top;
  resize: none;
  font-size: 0.75rem;
}

.tbl_detail_pager2 {
  position: absolute;
  top: 0;
text-align: center;
}
.tbl_detail_pager2.tbl_pager_center2 {
  position: relative;
  width: 200px;
  text-align: center;
  margin: 18px auto 0 auto;
}

.tbl_detail_pager3 {
  position: absolute;
  top: 0;
  right: 0;
}

.tbl_detail_pager3 li {
  display: table-cell;
}

.tbl_detail_pager3 li span,
.tbl_detail_pager3 li a {
  padding-top: 6px;
  padding-bottom: 5px;
}

.tbl_detail_pager3 li + li {
  padding-left: 10px;
}

.tbl_detail_pager3 li.tbl_detail_current {
  font-size: 0.875rem;
  vertical-align: middle;
}

.tbl_detail_pager3.tbl_pager_center3 {
  position: relative;
  width: 250px;
  right: 0;
  margin: 18px auto 0 auto;
}

.btn_type01.is_disable {
  background: #e0e0e0;
  border: 1px solid #cecece;
  box-shadow: none;
  color: #bdbdbd;
}

.btn_type01.is_disable:hover {
  opacity: 1;
  cursor: default;
}


.tbl .txt_urgency_cbrr {
  background: #ffff00 !important;
  color: #d32f2f !important;
}


.nav h2 {
  float: left;
  width: 600px;
  font-size: 1.5rem;
  line-height: 2;
  color: #ffffff;
  font-weight: normal;
}

.box_error2 {
  padding: 13px 20px 10px 20px;
  background: #fffde7;
  border: 2px solid #fdd835;
}

.box_error2 .list_disc {
  color: #d32f2f;
}

.box_error2 .list_disc li {
  font-size: 1rem;
}

.box_error2 + * {
  margin-top: 10px;
}

.nav h3 {
  float: left;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2;
  color: #ffffff;
  font-weight: normal;
}

.box_error_sp {
  padding: 13px 20px 10px 20px;
  background: #fffde7;
  border: 2px solid #fdd835;
}

.box_error_sp .list_disc {
  color: #d32f2f;
}

.box_error_sp .list_disc li {
  font-size: 0.9rem;
}

.box_error_sp + * {
  margin-top: 10px;
}

.l_inner_sp {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

footer .copyright_sp {
  padding: 14px 0 0 0;

  font-size: 0.75rem;
  color: #8b9295;
}


/*# sourceMappingURL=../../../_maps/contents/common/css/common.css.map */

/* box -------------------------------------------------------- */
.box_listaccount {
  padding: 15px 15px 0 15px;
  border: 2px solid #b0bec5;
}

.box_listaccount table {
  font-size: 0.75rem;
}

.box_listaccount table th, .box_listaccount table td {
  padding-bottom: 15px;
}

.box_listaccount table th {
  width: 70px;
  padding-right: 5px;
  text-align: right;
  font-weight: normal;
}

.box_listaccount table td {
  text-align: center;
}

.box_listaccount table .btn {
  padding-top: 12px;
  padding-bottom: 10px;
  width: 80%;
}

.box_listaccount table th .must {
  color: #d32f2f;
}


.box_log {
  padding: 15px 15px 0 15px;
  border: 2px solid #b0bec5;
}

.box_log table {
  font-size: 0.75rem;
}

.box_log table th, .box_password table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.box_log table th {
  width: 150px;
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}

.box_log table td {
  text-align: center;
}

.box_log table .btn {
  padding-top: 12px;
  padding-bottom: 10px;
  width: 80%;
}

.box_log table th .must {
  color: #d32f2f;
}


/* layout -------------------------------------------------------- */
.listaccount {
  width: 402px;
  margin: 30px auto 0 auto;
}

.listaccount .txt_lead_note {
  margin-bottom: 10px;
}

.log {
  width: 342px;
  margin: 30px auto 0 auto;
}

.log .txt_lead_note {
  margin-bottom: 10px;
}


/* btn -------------------------------------------------------- */
.btnArea_prev .btn + .btn, .btnArea_download .btn + .btn {
  margin-left: 10px;
}

.btnArea_download {
  float: right;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

/* print
-------------------------------------------------------- */
@media print {
  .box_input td label.is_outputted {
    padding: 0 !important;
  }
}

/* Menu icon ------------------------------------------------------ */
#menu_retrieval1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

#menu_retrieval2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px 0px;
  width: 16px;
  height: 16px;
}

#menu_retrieval3:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

#menu_retrieval4:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px -16px;
  width: 16px;
  height: 16px;
}

#menu_retrieval5:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}
#menu_chargeback1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

#menu_chargeback2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -72px 0px;
  width: 16px;
  height: 16px;
}

#menu_chargeback3:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -16px -72px;
  width: 16px;
  height: 14px;
}

#menu_chargeback4:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

#menu_chargeback5:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: 0px -72px;
  width: 16px;
  height: 15px;
}

#menu_chargeback6:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

#menu_illegalityinfo1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -88px 0px;
  width: 13px;
  height: 16px;
}

#menu_illegalityinfo2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -56px -48px;
  width: 16px;
  height: 16px;
}

#menu_illegalityinfo3:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -40px -48px;
  width: 16px;
  height: 16px;
}

/* Top icon ------------------------------------------------------ */
#retrieval1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: 0px -48px;
  width: 20px;
  height: 24px;
}

#retrieval2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -24px -24px;
  width: 24px;
  height: 24px;
}

#retrieval3:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: 0px -24px;
  width: 24px;
  height: 24px;
}

#chargeback h2 {
  margin-top: 34px;
}

#chargeback1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -48px -22px;
  width: 20px;
  height: 24px;
}

#chargeback2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}

#chargeback3:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -48px 0px;
  width: 24px;
  height: 22px;
}

#chargeback4:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -24px 0px;
  width: 24px;
  height: 24px;
}

#chargeback5:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -20px -48px;
  width: 20px;
  height: 18px;
}

#illegalityinfo h2 {
  margin-top: 34px;
}

#illegalityinfo1:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -48px -22px;
  width: 20px;
  height: 24px;
}

#illegalityinfo2:before {
  background-image: url(/contents/common/img/sprite.png);
  background-position: -24px 0px;
  width: 24px;
  height: 24px;
}
