@charset "Shift_JIS";
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    overflow: hidden;
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
img {
    vertical-align: text-bottom;
}
li {
    list-style-type: none;
}
h1, h2, h3, h4, h5 {
    font-size: 100%;
}
#operation-cancel {
    margin: 0px auto;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    position: relative;
}
#operation-cancel h2 {
    font-size: 30px;
    display: flex;
    margin: 50px 0 20px;
    align-items: center;
    font-weight: bold;
}
#operation-cancel h2 img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
}
.tour-cancel-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
.tour-cancel-table th,
.tour-cancel-table td {
    border: 1px solid #ccc;
    padding: 0.6em;
    text-align: left;
}
.tour-cancel-table th {
    background-color: #f2f2f2;
    text-align: center;
    font-weight: bold;
}
.tour-cancel-table th.op-name {
    width: 60%;
}
.tour-cancel-table td a {
    color: #333;
}

#operation-cancel .keyword-box{
display: flex;
  align-items: center;
position: absolute;
  top: 0;
  right: 0;
}
#operation-cancel .keyword-box input{
width: 300px;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 15px;
}
#operation-cancel .keyword-box .keyword-box-btn a{
display: block;
  height: 40px;
 background-color: #1e80cb;
  padding: 5px;
  box-sizing: border-box;
}

#operation-cancel .keyword-box .keyword-box-btn a:hover{
opacity: 0.8;
}
/* PC デザイン*/
@media (min-width: 640px) {
    .pc_none {
        display: none !important;
    }
    #operation-cancel {
        max-width: 1100px;
        margin: 40px auto;
    }
}
/* SPデザイン*/
@media (max-width: 639px) {
    .sp_none {
        display: none !important;
    }
    #operation-cancel {
        margin: 15px;
    }
    #operation-cancel h2 {
        font-size: 5vw;
        margin: 20px 0 10px;
    }
    #operation-cancel .read {
        font-size: 3.5vw;
    }
    #operation-cancel h2 img {
        width: 25px;
        height: 25px;
    }
    .tour-cancel-table {
        font-size: 3.5vw;
    }
      #panlist_cebu ol li {
    line-height: normal;
  }
  #panlist_cebu li a {
    font-size: 12px;
  }
      #operation-cancel .keyword-box{
    position: static;
    margin-top: 10px;
    }
#operation-cancel .keyword-box input{
    width: 100%;
  height: 35px;
  font-size: 3.5vw;
    -webkit-appearance: none;
    border-radius: 0;
    }
#operation-cancel .keyword-box .keyword-box-btn a{
height: 35px;
padding: 2px;
}
}
