/* LESS Document */
.diffshadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.va {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wb {
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.tajust {
  text-align: justify;
  text-justify: inter-ideograph;
}
.icomoon {
  font-family: 'icomoon';
  font-weight: normal !important;
  margin: 0 5px 0 0;
}
.solidBtn a {
  color: #ffffff;
  background-color: #e42e3b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 0 #ac1a24;
  -moz-box-shadow: 0 4px 0 #ac1a24;
  -ms-box-shadow: 0 4px 0 #ac1a24;
  -o-box-shadow: 0 4px 0 #ac1a24;
  box-shadow: 0 4px 0 #ac1a24;
  -webkit-transition: none;
  transition: none;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.arrowNavi {
  font-family: 'icomoon';
  font-weight: normal !important;
  margin: 0 5px 0 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.375rem;
  content: '\e912';
  font-size: 0.75rem;
  color: #cccccc;
  display: block;
}
.textof {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
