h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
h5{
 padding: 0.3em;
 color: #494949;
 background: #fffaf4;
 border-left: solid 8px #5472cd;
}
@media screen and (max-width: 767px) {
 .checkinSelFrm{
   width:75%;
 }
}
.btnSNSReg:hover{
 cursor: pointer;
}
.newicon{
 position: absolute;
 z-index: 5;
 width: 150px;
 height: 150px;
 right: 2px;
 top: 2px;
 display: none;
}

.titleimg{
 position: relative;
 max-width: 1200px;
 margin: 0px auto;
}
.titleimg img{
 border: none;
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}

.imgmgn.pat{
 margin: 2px;
}
.tdfix{
 height: 36px;
}
.LVUPCNTITEM {
 position: absolute;
 z-index: 2;
 color:  white;
 font-weight: bold;
 background-color:  black;
 border-radius: 8px;
 right: -12px;
 bottom: -8px;
 padding: 6px 12px;
 opacity: 0.8;
}
.stamp{
  width: 36px;
  height: 36px;
  float: left;
  position: relative;
}
.stamp.empty{
 border: solid 2px #cfcfcf;
 border-radius: 4px;
}
.warn {
 color: red;
}
