
/* Scss Document */
#requestList {
  margin: 20px auto;
  padding: 15px 7px;
  width: 100%;
  border: 1px solid #79bbde;
  background: #eef9ff;
  box-sizing: border-box; }
  #requestList .requestTxt {
    margin: 5px 0 15px 10px;
    font-size: 13px; }
  #requestList .requestBox {
    margin: 0 0 15px 10px;
    display: table; }
  #requestList h5 {
    margin: 0;
    font-weight: normal; }
  #requestList .title {
    font-size: 14px;
    width: 14em;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    font-weight: bold;
    border: 2px solid #2375b1;
    line-height: 1.5em;
    display: table-cell;
    vertical-align: middle; }
  #requestList .arrow {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; }
  #requestList .contact {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2; }
    #requestList .contact p {
      font-weight: bold;
      margin: 0; }
    #requestList .contact ul {
      margin: 0; }
    #requestList .contact li {
      line-height: 1;
      font-weight: bold; }
    #requestList .contact p.caution {
      font-size: 75%;
      margin-top: 5px;
      line-height: 1.2; }




