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;
}
.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;
}
.warn {
 color: red;
}
.bgdisable {
 background-color: #cdcdcd;
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/img/gif-load.gif") center center no-repeat;
}

.cellbtn{
  color: blue;
}
.cellbtn:active{
 border: 2px solid red;
}
.clicking{
 border: 2px solid red;
}
