.pink {
  color: #00bae5 !important;
}

.white {
  color: #fff;
}

.blue {
  color: #547BE9;
}

.yellow {
  color: #FFC847;
}

.green {
  color: #8DDF5B;
}

html, body {
  height: 100%;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

@font-face {
  font-family: 'cheerz';
  src: url("../../fonts/cheerz.eot?mj8vx1");
  src: url("../../fonts/cheerz.eot?#iefixmj8vx1") format("embedded-opentype"), url("../../fonts/cheerz.ttf?mj8vx1") format("truetype"), url("../../fonts/cheerz.woff?mj8vx1") format("woff"), url("../../fonts/cheerz.svg?mj8vx1#cheerz") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'cheerz';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-backward:before {
  content: "\e611";
}

.icon-ranking_month:before {
  content: "\e60f";
}

.icon-ranking_daily:before {
  content: "\e610";
}

.icon-news_report:before {
  content: "\e60d";
}

.icon-hateb:before {
  content: "\e600";
}

.icon-heart_line:before {
  content: "\e60b";
}

.icon-ranking:before {
  content: "\e60c";
}

.icon-heart_offset:before {
  content: "\e608";
}

.icon-triangle_bottom:before {
  content: "\e609";
}

.icon-triangle_top:before {
  content: "\e60a";
}

.icon-event:before {
  content: "\e601";
}

.icon-heart:before {
  content: "\e602";
}

.icon-images:before {
  content: "\e603";
}

.icon-point:before {
  content: "\e604";
}

.icon-search:before {
  content: "\e605";
}

.icon-movie:before {
  content: "\e606";
}

.icon-paper-clip:before {
  content: "\e607";
}

.icon-facebook:before {
  content: "\e60e";
}

.icon-chevron-down:before {
  content: "\f0a3";
}

.icon-chevron-left:before {
  content: "\f0a4";
}

.icon-chevron-right:before {
  content: "\f078";
}

.icon-chevron-up:before {
  content: "\f0a2";
}

.icon-add:before {
  content: "\f05d";
}

.icon-twitter:before {
  content: "\ea91";
}

.wrapper {
  position: relative;
}

.container {
  overflow: hidden;
  width: 100%;
  padding: 32px 0;
}
@media (max-width: 64em) {
  .container {
    overflow: hidden;
    padding: 16px 8px;
  }
}
.container.extraPage {
  margin-top: 32px;
}
.container.oneCol {
  width: 760px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .container.oneCol {
    width: 100%;
  }
}
.container.twoCol {
  margin: 0 0 16px;
  padding: 16px 0;
}
.container.event {
  background: #ddd;
  padding-bottom: 16px;
}
.container.timeLine {
  background: #ddd;
}
.container .page-header h1 {
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .container .page-header h1 {
    font-size: 18px;
  }
}

.contentWrapper {
  margin: 70px 0 0;
}
@media (max-width: 64em) {
  .contentWrapper {
    overflow: hidden;
    margin: 50px 0 0;
  }
}
.contentWrapper.topMargin {
  padding: 0 0 140px;
}
@media (max-width: 64em) {
  .contentWrapper.topMargin {
    padding: 8px 0 140px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 37.5em) {
  .flex {
    display: inline;
  }
}

.spacerWrap {
  margin: 0 8px;
}
@media (max-width: 64em) {
  .spacerWrap {
    margin: 0;
    padding: 8px;
  }
}

.fullWrapper {
  padding: 0 16px 16px;
}
@media (max-width: 64em) {
  .fullWrapper {
    padding: 8px;
  }
}

.leftWrap {
  float: left;
  width: 240px;
  margin-left: 8px;
}
@media (max-width: 64em) {
  .leftWrap {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.rightWrap {
  float: left;
  width: 100%;
  margin-left: -248px;
}
@media (max-width: 64em) {
  .rightWrap {
    float: none;
    width: 100%;
    min-width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.rightWrap .rightContent {
  margin-left: 258px;
}
@media (max-width: 64em) {
  .rightWrap .rightContent {
    margin-left: 0;
    padding: 8px;
  }
}
@media (min-width: 64em) {
  .rightWrap .width80-Element, .rightWrap.width80-Element {
    width: 80%;
    margin-bottom: 16px;
  }
}
@media (max-width: 64em) {
  .rightWrap .width80-Element, .rightWrap.width80-Element {
    width: 98%;
    max-width: 98%;
    margin-bottom: 16px;
  }
}
@media (max-width: 37.5em) {
  .rightWrap .width80-Element, .rightWrap.width80-Element {
    margin-bottom: 8px;
  }
  .rightWrap .width80-Element button, .rightWrap.width80-Element button {
    width: 100%;
  }
}

.icon-refresh-animate {
  -webkit-animation: spin 1.7s linear 0s infinite;
  -moz-animation: spin 1.7s linear 0s infinite;
  animation: spin 1.7s linear 0s infinite;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  text-align: center;
  color: #909090;
}
.loading span {
  padding: 0 8px;
}

.pageTitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 auto 40px !important;
}
@media (max-width: 64em) {
  .pageTitle {
    margin: 0 auto 16px !important;
  }
}
.pageTitle span {
  color: #00bae5;
}
@media (max-width: 64em) {
  .pageTitle {
    font-size: 18px;
  }
}

.hashList {
  overflow: hidden;
}
.hashList ul {
  display: block;
}
.hashList li {
  display: inline;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 8px;
  background: #00bae5;
  font-size: 14px;
  white-space: nowrap;
  line-height: 2.6;
}
.hashList li:hover {
  background: #00a5cc;
}
.hashList a {
  color: #fff;
  text-decoration: none;
}

.spacer {
  margin-bottom: 16px;
}

.boxBody {
  padding: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 37.5em) {
  .boxBody {
    padding: 8px;
  }
}

.btn-block {
  display: block;
  width: 100%;
}

.btnCheer {
  padding: 8px;
}

.btnTwitter {
  width: 98%;
  margin: 0 auto;
}

.form-group img {
  width: auto;
}

.listLink li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.listLink li:last-child {
  border: none;
}
.listLink li:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.listLink.pink a:after {
  border-top: 2px solid #00bae5;
  border-right: 2px solid #00bae5;
}

.subNav {
  overflow: auto;
  width: 100%;
  padding: 0 16px;
  background: #272727;
  border: 1px solid #272727;
}
@media (max-width: 64em) {
  .subNav {
    padding: 0;
  }
}
.subNav ul {
  display: table;
  height: 50px;
}
.subNav li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 32px;
  border-bottom: 4px solid #272727;
  text-align: center;
  white-space: nowrap;
}
.subNav li.active {
  border-bottom: 4px solid #00bae5;
}
.subNav li:hover {
  border-bottom: 4px solid #00bae5;
}
.subNav a {
  color: #00bae5;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}
@media (max-width: 64em) {
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
}
}
.pagetop a {
  display: block;
  width: 54px;
  height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00bae5;
  border: 2px solid white;
  text-align: center;
  color: white !important;
  font-size: 40px;
  text-decoration: none;
  line-height: 60px;
}

#app_guidance,
#login_bonus {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
}
#app_guidance .detail,
#login_bonus .detail {
  bottom: 0;
  width: 100%;
}
#app_guidance .detail h2,
#login_bonus .detail h2 {
  text-align: center;
}
#app_guidance .detail .note,
#login_bonus .detail .note {
  padding: 16px;
}
#app_guidance .detail a,
#login_bonus .detail a {
  display: block;
}
#app_guidance .detail p,
#login_bonus .detail p {
  margin: 16px 0;
  text-align: center;
  color: #909090;
}

#app_guidance {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
#app_guidance .detail {
  position: fixed;
  color: #191919;
  background: #fff;
}
#app_guidance .detail h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

#login_bonus {
  z-index: 9999;
  background: url("../../img/public/bg_neon.gif");
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 64em) {
  #login_bonus {
    background: #000;
  }
}
#login_bonus .detail {
  width: 600px;
  margin: 0 auto;
  background: url("../../img/public/loginbonus_bg.png") no-repeat center 10px;
  background-size: 200px;
}
@media (max-width: 64em) {
  #login_bonus .detail {
    width: 100%;
  }
}
#login_bonus .note {
  margin-top: 24px;
}
#login_bonus h1 {
  color: #00bae5;
  text-align: center;
}
#login_bonus h1 small {
  display: block;
  font-size: 30px;
  color: #fff;
}
#login_bonus h2 {
  margin: 8px 0;
  font-size: 18px;
}
#login_bonus h2 small {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: #fff;
}
#login_bonus h3 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
#login_bonus .information {
  margin-top: 24px;
}
#login_bonus .information h4 {
  padding: 8px;
  background: silver;
  color: #fff;
  font-size: 14px;
}
#login_bonus .note_detail {
  line-height: 2;
}
@media (max-width: 64em) {
  #login_bonus .note_detail {
    overflow-y: scroll;
    height: 180px;
    line-height: 1.8;
  }
}
#login_bonus #login_bonus_close {
  margin-top: 24px;
}
@media (max-width: 64em) {
  #login_bonus #login_bonus_close {
    position: absolute;
    width: 90%;
    bottom: 16px;
  }
}

.gotoApp {
  overflow: hidden;
  display: table;
  width: auto;
  margin: 0 auto;
  margin: 32px auto !important;
}
@media (max-width: 64em) {
  .gotoApp {
    margin: 16px auto !important;
  }
}
@media (max-width: 37.5em) {
  .gotoApp {
    margin: 16px auto !important;
  }
}
@media (max-width: 37.5em) {
  .gotoApp {
    display: block;
    text-align: center;
  }
}
.gotoApp li {
  display: table-cell;
  padding: 0 16px;
  vertical-align: middle;
}
@media (max-width: 37.5em) {
  .gotoApp li {
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }
  .gotoApp li:last-child {
    margin-bottom: 0;
  }
}

.more {
  overflow: hidden;
  margin: 16px 0;
  text-align: center;
}

br.pc {
  display: inline;
}
@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pc {
  display: inline;
}
@media (max-width: 37.5em) {
  .pc {
    display: none;
  }
}

 .sp {
  display: none;
}
@media (max-width: 64em) {
 .sp {
    display: inline;
  }
}

br.sp {
  display: none;
}
@media (max-width: 64em) {
  br.sp {
    display: inline;
  }
}

.youtube-container {
  overflow: hidden;
  height: 0;
  position: relative;
  padding: 30px 0 56.25%;
}
@media (max-width: 64em) {
  .youtube-container {
    margin-bottom: 8px;
  }
}
.youtube-container:last-child {
  margin-bottom: 0;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inputSweet input[type="radio"] {
  display: none;
}
.inputSweet input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #00bae5;
}
.inputSweet input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inputSweet label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.inputSweet label::before, .inputSweet label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.inputSweet label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}
.inputSweet label::after {
  opacity: 0;
  left: 4px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  background: #00bae5;
}
.inputSweet label:hover::before {
  background: #fff;
}

#login_guidance {
  z-index: 999;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.8);
}
#login_guidance h1,
#login_guidance .signApp {
  color: #fff;
}
#login_guidance h1 {
  font-weight: normal;
}
#login_guidance .remind {
  margin: 8px 0;
  color: #909090;
}
#login_guidance .signApp h3 {
  margin: 16px auto;
  font-size: 14px;
}
@media (max-width: 37.5em) {
  #login_guidance .gotoApp {
    width: 70%;
    margin: 0 auto;
  }
}

#app_guidance,
#login_bonus,
#login_guidance {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
#app_guidance .detail,
#login_bonus .detail,
#login_guidance .detail {
  bottom: 0;
  width: 100%;
}
#app_guidance .detail h2,
#login_bonus .detail h2,
#login_guidance .detail h2 {
  text-align: center;
}
#app_guidance .detail .note,
#login_bonus .detail .note,
#login_guidance .detail .note {
  padding: 16px;
}
#app_guidance .detail a,
#login_bonus .detail a,
#login_guidance .detail a {
  display: block;
}
#app_guidance.loginModal,
#login_bonus.loginModal,
#login_guidance.loginModal {
  display: block;
  background: transparent;
  margin-top: 0;
  padding-top: 40px;
}

.animArea {
  position: relative;
  height: 300px;
  z-index: 1;
}

#animAreaDetail {
  position: fixed;
  bottom: 50px;
  width: 100%;
  height: 300px;
  z-index: 99;
}
#animAreaDetail .animContent {
  position: relative;
  width: 580px;
  height: 300px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #animAreaDetail .animContent {
    width: 280px;
  }
}

.fireHeart {
  width: 0;
  height: 0;
  background: url("../../img/public/btn_cheer.png") no-repeat center center;
  position: absolute;
  display: table;
  vertical-align: middle;
  bottom: 0;
  left: center;
  opacity: 0.0;
}

.fireCount {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}
.fireCount .cheerNum {
  color: #fff;
  font-size: 23.4px;
  line-height: 1;
}
.fireCount span {
  padding: 0 1px;
}

.goCheer {
  -webkit-animation: fire 2s ease-out 0s 1;
  -moz-animation: fire 2s ease-out 0s 1;
  animation: fire 2s ease-out 0s 1;
}

.goCheerDetail {
  -webkit-animation: fireDetail 2s ease-out 0s 1;
  -moz-animation: fireDetail 2s ease-out 0s 1;
  animation: fireDetail 2s ease-out 0s 1;
}

@-webkit-keyframes fire {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 30%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 49%;
    opacity: 0.8;
  }
  70% {
    bottom: 50%;
  }
  90% {
    height: 100px;
    width: 100px;
    left: 30%;
    bottom: 60%;
    opacity: 0.8;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 40%;
    bottom: 52%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@-moz-keyframes fire {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 30%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 49%;
    opacity: 0.8;
  }
  70% {
    bottom: 50%;
  }
  90% {
    height: 100px;
    width: 100px;
    left: 30%;
    bottom: 60%;
    opacity: 0.8;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 40%;
    bottom: 52%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@keyframes fire {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 30%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 49%;
    opacity: 0.8;
  }
  70% {
    bottom: 50%;
  }
  90% {
    height: 100px;
    width: 100px;
    left: 30%;
    bottom: 60%;
    opacity: 0.8;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 40%;
    bottom: 52%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@-webkit-keyframes fireDetail {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 47%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 52%;
    opacity: 1;
  }
  70% {
    bottom: 55%;
  }
  92% {
    height: 100px;
    width: 100px;
    left: 47%;
    bottom: 57%;
    opacity: 1;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 48.5%;
    bottom: 58%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@-moz-keyframes fireDetail {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 47%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 52%;
    opacity: 1;
  }
  70% {
    bottom: 55%;
  }
  92% {
    height: 100px;
    width: 100px;
    left: 47%;
    bottom: 57%;
    opacity: 1;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 48.5%;
    bottom: 58%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@keyframes fireDetail {
  0% {
    height: 100px;
    width: 100px;
    bottom: 0%;
    left: 47%;
    opacity: 0.0;
    background-size: 100%;
  }
  20% {
    bottom: 52%;
    opacity: 1;
  }
  70% {
    bottom: 55%;
  }
  92% {
    height: 100px;
    width: 100px;
    left: 47%;
    bottom: 57%;
    opacity: 1;
    background-size: 100%;
  }
  100% {
    height: 50px;
    width: 50px;
    left: 48.5%;
    bottom: 58%;
    opacity: 0.0;
    background-size: 50px;
  }
}
@media (max-width: 37.5em) {
  @-webkit-keyframes fire {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 20%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      height: 100px;
      width: 100px;
      bottom: 49%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    70% {
      height: 100px;
      width: 100px;
      bottom: 50%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    90% {
      height: 100px;
      width: 100px;
      left: 20%;
      bottom: 60%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 35%;
      bottom: 50%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
  @-moz-keyframes fire {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 20%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      height: 100px;
      width: 100px;
      bottom: 49%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    70% {
      height: 100px;
      width: 100px;
      bottom: 50%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    90% {
      height: 100px;
      width: 100px;
      left: 20%;
      bottom: 60%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 35%;
      bottom: 50%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
  @keyframes fire {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 20%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      height: 100px;
      width: 100px;
      bottom: 49%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    70% {
      height: 100px;
      width: 100px;
      bottom: 50%;
      left: 20%;
      opacity: 0.8;
      background-size: 100%;
    }
    90% {
      height: 100px;
      width: 100px;
      left: 20%;
      bottom: 60%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 35%;
      bottom: 50%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
}
@media (max-width: 37.5em) {
  @-webkit-keyframes fireDetail {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 38%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      bottom: 49%;
      opacity: 0.8;
    }
    70% {
      bottom: 50%;
    }
    92% {
      height: 100px;
      width: 100px;
      left: 38%;
      bottom: 60%;
      opacity: 0.8;
      background-size: 100%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 43%;
      bottom: 52%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
  @-moz-keyframes fireDetail {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 38%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      bottom: 49%;
      opacity: 0.8;
    }
    70% {
      bottom: 50%;
    }
    92% {
      height: 100px;
      width: 100px;
      left: 38%;
      bottom: 60%;
      opacity: 0.8;
      background-size: 100%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 43%;
      bottom: 52%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
  @keyframes fireDetail {
    0% {
      height: 100px;
      width: 100px;
      bottom: 0%;
      left: 38%;
      opacity: 0.0;
      background-size: 100%;
    }
    20% {
      bottom: 49%;
      opacity: 0.8;
    }
    70% {
      bottom: 50%;
    }
    92% {
      height: 100px;
      width: 100px;
      left: 38%;
      bottom: 60%;
      opacity: 0.8;
      background-size: 100%;
    }
    100% {
      height: 50px;
      width: 50px;
      left: 43%;
      bottom: 52%;
      opacity: 0.0;
      background-size: 50px;
    }
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  height: 70px;
  background: #fbfafa;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
@media (max-width: 64em) {
  .header {
    overflow: hidden;
    height: 50px;
  }
}

.navWrapper {
  position: relative;
  margin: 0 16px;
}
@media (max-width: 64em) {
  .navWrapper {
    overflow: visible;
    margin: 0;
  }
}
.navWrapper .logo, .navWrapper .globalMenu {
  display: table;
  height: 70px;
  font-size: 12px;
}
@media (max-width: 64em) {
  .navWrapper .logo, .navWrapper .globalMenu {
    height: 50px;
  }
}
.navWrapper .logo > li, .navWrapper .globalMenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.navWrapper .logo {
  float: left;
  width: 150px;
}
@media (max-width: 64em) {
  .navWrapper .logo {
    margin-left: 8px !important;
  }
}
@media (max-width: 37.5em) {
  .navWrapper .logo {
    width: 123px;
    margin-left: 8px !important;
  }
}
.navWrapper .logo .headerLogo img {
  width: 123px;
  height: 38px;
}
.navWrapper .globalMenu {
  float: left;
}
@media (max-width: 64em) {
  .navWrapper .globalMenu {
    display: none;
  }
}
.navWrapper .globalMenu li {
  padding: 0 16px;
}
.navWrapper .globalMenu a {
  color: #6c6c6c;
}
.navWrapper .globalMenu .active a {
  color: #00bae5;
}

.headerOtherMenu {
  position: fixed;
  overflow: visible;
  top: 0;
  right: 16px;
  z-index: 1000;
  display: table;
  height: 70px;
  font-size: 12px;
}
@media (max-width: 64em) {
  .headerOtherMenu {
    right: 0;
    height: 50px;
  }
}
.headerOtherMenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.headerOtherMenu a {
  color: #040000;
}
@media (max-width: 64em) {
  .headerOtherMenu .menu-item-has-children, .headerOtherMenu .login, .headerOtherMenu .user {
    display: none;
  }
}
.headerOtherMenu .twitter, .headerOtherMenu .facebook, .headerOtherMenu .line {
  padding: 0 16px;
  font-size: 18px;
}
@media (max-width: 64em) {
  .headerOtherMenu .twitter, .headerOtherMenu .facebook, .headerOtherMenu .line {
    padding-top: 8px;
    text-align: center;
  }
}
@media (max-width: 64em) {
  .headerOtherMenu .twitter span, .headerOtherMenu .facebook span, .headerOtherMenu .line span {
    background: none;
    font-size: 18px;
    color: #040000;
  }
}
.headerOtherMenu .facebook {
  padding-right: 20px;
}
@media (max-width: 64em) {
  .headerOtherMenu .facebook {
    padding-right: 16px;
  }
}
.headerOtherMenu .line {
  padding-right: 20px;
}
@media (max-width: 64em) {
  .headerOtherMenu .line {
    padding-right: 16px;
  }
}
.headerOtherMenu .line a {
  background: url("../../img/public/icon_line.png") top center no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
}
.headerOtherMenu .login a {
  color: #fff;
}
.headerOtherMenu .userIcon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.menu-item-has-children:hover ul,
.menu-item-has-children ul.focused {
  display: block;
}
.menu-item-has-children > a {
  padding-right: 16px;
  color: #6c6c6c;
}
.menu-item-has-children i {
  padding-left: 8px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 54px;
  left: -80px;
  z-index: 9999;
  width: 240px;
  height: auto;
  background: #00bae5;
}
.sub-menu a {
  display: block;
  padding: 10px 15px;
  color: #fff !important;
}
.sub-menu a:hover {
  color: #fff;
}
.sub-menu li {
  display: block;
  margin: 0 8px;
  text-align: center;
  border-bottom: 1px solid #f888bb;
}
.sub-menu li:first-child, .sub-menu li:last-child {
  border: none;
}
.sub-menu li.triangle {
  position: absolute;
  top: -10px;
  left: 96px;
}

.footer {
  position: relative;
  background: silver;
}

.footerWrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
}
@media (max-width: 37.5em) {
  .footerWrapper {
    width: auto;
    height: auto;
    padding: 8px;
  }
}
.footerWrapper a {
  font-size: 12px;
  color: #6c6c6c;
}
.footerWrapper ul {
  text-align: center;
}
@media (max-width: 37.5em) {
  .footerWrapper ul {
    display: inline-table;
    overflow: hidden;
    width: auto;
  }
}
.footerWrapper li {
  display: inline;
  padding: 0 16px;
  text-align: center;
}
@media (max-width: 64em) {
  .footerWrapper li {
    display: inline-block;
    width: 33%;
    padding: 0 8px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 2;
  }
}
@media (max-width: 37.5em) {
  .footerWrapper li {
    width: 44%;
  }
}

/* -----------------------------------
 * Slidebars
 * Development version 0.10.3, do not use this in a production site, use the latest in the distribution folder.
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
.togglebar-right {
  display: none;
}
@media (max-width: 64em) {
  .togglebar-right {
    position: fixed;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #040000;
    z-index: 99;
  }
}
@media (max-width: 37.5em) {
  .togglebar-right {
    position: fixed;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #040000;
    z-index: 99;
  }
}
.togglebar-right .navicon-line:nth-child(1) {
  position: absolute;
  top: 30%;
  left: 10px;
  height: 2px;
  width: 30px;
  background: #fff;
}
.togglebar-right .navicon-line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 2px;
  width: 30px;
  background: #fff;
}
.togglebar-right .navicon-line:nth-child(3) {
  position: absolute;
  top: 70%;
  left: 10px;
  height: 2px;
  width: 30px;
  background: #fff;
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 99;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #3b3b3b;
  /* Default Slidebars background colour, overwrite this with your own css. */
  height: 100%;
}
.sb-slidebar a {
  display: block;
  color: #00bae5;
}
.sb-slidebar li {
  padding: 16px;
}
.sb-slidebar .userIcon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

.thumbnails {
  width: 100%;
  margin: 0 auto;
}
.thumbnails .artistPhoto img {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .thumbnail {
    width: 300px;
  }
}
.thumbnail.masonry .boxBody {
  overflow: hidden;
  position: relative;
  min-width: 143px;
  margin: 0 4px 16px;
  padding: 0;
}
@media (min-width: 70em) {
  .thumbnail.masonry .boxBody {
    width: 300px;
  }
}
@media (min-width: 64em) {
  .thumbnail.masonry .boxBody {
    width: 300px;
  }
}
@media (max-width: 64em) {
  .thumbnail.masonry .boxBody {
    width: 45%;
    max-width: 222px;
  }
}
@media (max-width: 37.5em) {
  .thumbnail.masonry .boxBody {
    width: 100%;
    max-width: 290px;
    margin: 0 4px 16px;
  }
}
.thumbnail.masonry .boxBody:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.thumbnail.over10000 .boxBody {
  overflow: visible;
  margin: 0 8px 76px;
  padding-bottom: 20px;
}
@media (max-width: 37.5em) {
  .thumbnail.over10000 .boxBody {
    margin: 0 4px 76px;
  }
}
@media (max-width: 37.5em) {
  .thumbnail.presentMovie .boxBody {
    width: 98% !important;
    max-width: 98% !important;
    margin: 0 4px 8px;
  }
}

.thumbnail .name, .thumbnail .cheerNum, .thumbnail .clip {
  color: #909090;
}
.thumbnail .artistItemBody {
  padding: 8px;
}
.thumbnail .artistItemBody.birthday {
  background-image: url("../../img/public/birthday.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.thumbnail .artistItemBody .comment {
  overflow: hidden;
  margin-bottom: 16px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBody .comment {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.42857;
  }
}
.thumbnail .artistItemBody .name {
  margin-bottom: 4px;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBody .name {
    margin-bottom: 0;
  }
}
.thumbnail .artistItemBody .name.rank {
  color: #00bae5;
}
.thumbnail .artistItemBody .name span {
  color: #fff;
  background-color: #00bae5;
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  height: 14px;
  margin: -4px 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}
.thumbnail .artistItemBottom {
  overflow: hidden;
  padding: 0 0 0 8px;
  border-top: 1px solid #e5e5e5;
}
.thumbnail .artistItemBottom.birthday .date {
  color: #00bae5;
}
.thumbnail .artistItemBottom .date {
  float: left;
  margin-top: 6px;
  font-size: 12px;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBottom .date {
    margin-top: 2px;
    font-size: 10px;
  }
}
.thumbnail .artistItemBottom .option {
  overflow: hidden;
  float: right;
}
.thumbnail .artistItemBottom .option li {
  float: right;
  width: 26px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #00bae5;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBottom .option li {
    width: 18px;
    font-size: 12px;
  }
}
.thumbnail .artistItemBottom .option li:first-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.thumbnail .artistItemBottom .option li:nth-child(odd) {
  background: #00c6f4;
}
.thumbnail .title {
  overflow: hidden;
  font-weight: bold;
}
.thumbnail.over10000 .overArtistPhoto {
  position: absolute;
  bottom: -64px;
  width: 100%;
  text-align: center;
}
.thumbnail.over10000 .overArtistPhoto .artistIcon {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.thumbnail.over10000 .overArtistPhoto ul {
  text-align: center;
}
.thumbnail.over10000 .overArtistPhoto li {
  display: block;
  padding-top: 5px;
  line-height: 1;
}
.thumbnail.over10000 .overArtistPhoto .artistName {
  color: #00bae5;
  font-weight: bold;
}
.thumbnail.over10000 .overArtistPhoto .unitName {
  color: #909090;
  font-size: 10px;
}

.signWrapper {
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .signWrapper {
    width: auto;
  }
}
.signWrapper .boxBody {
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 37.5em) {
  .signWrapper .boxBody {
    margin-bottom: 8px;
    padding: 8px;
  }
}
.signWrapper input[type="email"],
.signWrapper input[type="password"],
.signWrapper input[type="text"],
.signWrapper textarea[type="messageSingle"] {
  font-size: 14px;
}
.signWrapper input[type="email"],
.signWrapper input[type="name"] {
  margin-bottom: -2px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.signWrapper input[type="password"],
.signWrapper input[type="tel"],
.signWrapper textarea[type="message"] {
  margin-bottom: 10px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.signWrapper input[type="kana"],
.signWrapper input[type="yubin"],
.signWrapper input[type="adress"] {
  margin-bottom: -2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.signWrapper label {
  display: block;
}
.signWrapper .remind {
  margin: 8px 0 0;
  padding: 0;
}
.signWrapper .form-signin .form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  padding: 16px;
}
.signWrapper .form-signin .form-control:focus {
  z-index: 2;
}
.signWrapper .attention {
  padding-top: 16px;
  margin-top: 16px !important;
}
.signWrapper .attention li {
  margin-left: 2rem;
  list-style: disc;
}

.inputMessage {
  margin: 10px 0;
}
.inputMessage ul li {
  margin: 0 0 16px;
}
.inputMessage ul li p {
  font-size: 12px;
}
.inputMessage ul li p span {
  color: #00bae5;
}
.inputMessage ul li p:nth-of-type(1) {
  margin-bottom: 0;
}

.signApp h3 {
  margin: 32px auto;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.signApp ul {
  text-align: center;
}
.signApp li {
  display: inline;
}
@media (max-width: 37.5em) {
  .signApp li {
    display: block;
    margin-bottom: 8px;
  }
}
.signApp img {
  width: 150px;
}

.signinBg {
  overflow: visible;
  position: relative;
  height: 730px;
  padding: 40px 0 0;
  background: #000 url("../../img/public/head_bg_photo_pc.png") no-repeat top right;
  background-size: cover;
  z-index: -9999;
}
@media (max-width: 64em) {
  .signinBg {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 37.5em) {
  .signinBg {
    overflow: hidden;
    height: 850px;
    background-image: none;
  }
}
.signinBg h1 {
  color: #fff;
  z-index: 99;
}
.signinBg .signApp {
  z-index: 99;
}
.signinBg .signApp h3 {
  color: #fff;
}
.signinBg .neon {
  position: absolute;
  width: 100%;
  height: 730px;
  top: 0;
  background: url("../../img/public/bg_neon.gif");
  z-index: -99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media (max-width: 64em) {
  .signinBg .neon {
    height: 600px;
  }
}
@media (max-width: 37.5em) {
  .signinBg .neon {
    background: none;
  }
}

.artistHeadName {
  padding: 0 16px 8px;
}
.artistHeadName small {
  color: #191919;
}
@media (max-width: 37.5em) {
  .artistHeadName {
    display: none;
  }
}

.artistBox {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 37.5em) {
  .artistBox {
    padding: 8px;
  }
}

.unitMember.artistBox,
.unitMember .unit, .hash.artistBox,
.hash .unit, .newInfo.artistBox,
.newInfo .unit {
  margin: 16px 0;
  padding: 8px;
}
@media (max-width: 64em) {
  .unitMember.artistBox,
  .unitMember .unit, .hash.artistBox,
  .hash .unit, .newInfo.artistBox,
  .newInfo .unit {
    margin: 8px 0;
  }
}
@media (max-width: 64em) {
  .unitMember.artistBox li,
  .unitMember .unit li, .hash.artistBox li,
  .hash .unit li, .newInfo.artistBox li,
  .newInfo .unit li {
    padding-right: 8px;
  }
}

.leftWrap h3 {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}
.leftWrap .artistBox {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 37.5em) {
  .leftWrap .artistBox {
    padding: 8px;
  }
}
.leftWrap .artistProf {
  display: table;
  margin: 8px;
}
.leftWrap .artistProf > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 37.5em) {
  .leftWrap .artistProf {
    margin: 0 0 8px;
  }
}
.leftWrap .artistPhoto {
  width: 80px;
  vertical-align: top !important;
}
.leftWrap .userIcon {
  margin-top: 8px;
  width: 80px;
  height: 80px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 64em) {
  .leftWrap .userIcon {
    width: 80px;
    height: 80px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
}
@media (max-width: 37.5em) {
  .leftWrap .userIcon {
    margin-top: 0;
  }
}
.leftWrap .artistName {
  margin: 16px;
  padding-left: 8px;
}
@media (max-width: 37.5em) {
  .leftWrap .artistName {
    padding-left: 8px;
    text-align: left;
  }
}
.leftWrap .artistName .artistKana {
  color: silver;
  font-size: 12px;
}
.leftWrap .artistName h1 {
  margin: 0;
  font-size: 24px;
}
.leftWrap .artistName h1.rank a {
  color: #00bae5;
}
.leftWrap .artistName a:hover {
  text-decoration: underline;
}
.leftWrap .artistName a span {
  display: inline-block;
  margin-right: 4px;
  background: #00bae5;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  vertical-align: baseline;
}
.leftWrap .artistName .unitName a {
  display: block;
  position: relative;
  padding-right: 16px;
  word-break: break-all;
}
.leftWrap .artistName .unitName a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #ed4694;
  border-top: 2px solid #ed4694;
}
.leftWrap .userName {
  margin: 16px 0;
}
.leftWrap .userName h1 {
  margin: 0;
  font-size: 18px;
}
.leftWrap .fav,
.leftWrap .artistStatus {
  padding: 16px 8px 8px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 37.5em) {
  .leftWrap .fav,
  .leftWrap .artistStatus {
    padding: 8px 0;
  }
}
.leftWrap .sideLink {
  border-top: 1px solid #e5e5e5;
}
.leftWrap .sp_listLink {
  display: none;
}
@media (max-width: 64em) {
  .leftWrap .sp_listLink {
    display: block;
    padding: 8px;
    background-color: #00bae5;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  }
}
.leftWrap .sp_listLink span {
  position: relative;
  display: block;
  color: #fff;
}
.leftWrap .sp_listLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.leftWrap .sp_listLink.active span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.leftWrap .listLink {
  display: inline;
}
.leftWrap .listLink a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.leftWrap .listLink a:hover {
  text-decoration: underline;
}
@media (max-width: 64em) {
  .leftWrap .listLink {
    display: none;
  }
  .leftWrap .listLink.top {
    display: block;
  }
}
.leftWrap .listLink li {
  padding: 8px !important;
  text-indent: 1em;
}
.leftWrap .listLink .feed {
  display: none;
}
@media (max-width: 64em) {
  .leftWrap .listLink .feed {
    display: block;
  }
}
.leftWrap .listLink a {
  display: block;
  position: relative;
  padding-right: 16px;
  word-break: break-all;
}
.leftWrap .listLink a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leftWrap .listLink h3 {
  border-top: 1px solid #e5e5e5;
  padding-top: 8px;
  color: #191919;
  text-align: left;
}

.artistStatus {
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .artistStatus {
    font-size: 14px;
  }
}
@media (max-width: 37.5em) {
  .artistStatus li {
    display: inline;
  }
}
.artistStatus li > div {
  display: inline-block;
  width: 24px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .artistStatus li > div {
    width: auto;
  }
}
@media (max-width: 37.5em) {
  .artistStatus ul.artist {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .artistStatus ul.artist li {
    width: 33%;
    text-align: center;
  }
}
.artistStatus ul.user {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.artistStatus ul.user li {
  width: 50%;
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .artistStatus ul.user li {
    padding: 0;
  }
}

.pickUpContent .item {
  position: relative;
  padding: 8px;
}
@media (max-width: 64em) {
  .pickUpContent .item {
    display: inline-block;
    width: 49%;
  }
}
.pickUpContent span {
  position: absolute;
  top: 32%;
  left: 40%;
  color: #fff;
  font-size: 60px;
}

.unitMember {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 64em) {
  .unitMember .unitMember-List {
    margin: 8px 0;
  }
}
@media (max-width: 64em) {
  .unitMember .unitMember-List li {
    padding-right: 8px;
  }
}
.unitMember .unitMember-List li div {
  display: table-cell;
  vertical-align: middle;
}
.unitMember a {
  border-bottom: 1px solid #e5e5e5;
}
.unitMember a:last-child {
  border: none;
}
@media (max-width: 37.5em) {
  .unitMember a {
    margin-bottom: 0;
  }
}
.unitMember .artistPhoto {
  width: 50px;
  padding-right: 8px;
}
.unitMember .artistName {
  padding-right: 16px;
}
@media (max-width: 37.5em) {
  .unitMember .artistName {
    padding-right: 8px;
  }
}

.artistProfWrap {
  width: 240px;
  height: 100%;
}
@media (max-width: 37.5em) {
  .artistProfWrap {
    float: none;
    width: 100%;
  }
}
.artistProfWrap h3 {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}
.artistProfWrap .artistIcon {
  max-width: 300px;
  max-height: 300px;
}
.artistProfWrap .userIcon {
  margin-top: 8px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 64em) {
  .artistProfWrap .userIcon {
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 37.5em) {
  .artistProfWrap .userIcon {
    margin-top: 0;
  }
}
@media (max-width: 37.5em) {
  .artistProfWrap .unitName {
    text-align: left;
  }
}
.artistProfWrap .unitName a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.artistProfWrap .unitName a:hover {
  text-decoration: underline;
}
.artistProfWrap .hashList {
  margin: 8px;
}
.artistProfWrap .fav,
.artistProfWrap .artistStatus,
.artistProfWrap .artistBiography,
.artistProfWrap .pickUpContent,
.artistProfWrap .reccomendLink,
.artistProfWrap .userLink {
  padding: 8px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 37.5em) {
  .artistProfWrap .fav,
  .artistProfWrap .artistStatus,
  .artistProfWrap .artistBiography,
  .artistProfWrap .pickUpContent,
  .artistProfWrap .reccomendLink,
  .artistProfWrap .userLink {
    padding: 8px 0;
  }
}
.artistProfWrap .listLink a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.artistProfWrap .listLink a:hover {
  text-decoration: underline;
}
.artistProfWrap .listLink a {
  display: block;
  position: relative;
}
.artistProfWrap .listLink a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.unitNote {
  display: none;
}
@media (max-width: 37.5em) {
  .unitNote {
    display: block;
    margin: 8px 0;
    padding: 8px;
    text-align: left;
  }
}

.artistStatus {
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .artistStatus {
    font-size: 14px;
  }
}
@media (max-width: 37.5em) {
  .artistStatus li {
    display: inline;
  }
}
.artistStatus li > div {
  width: 24px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 37.5em) {
  .artistStatus li > div {
    width: auto;
  }
}
@media (max-width: 37.5em) {
  .artistStatus ul.artist {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .artistStatus ul.artist li {
    width: 33%;
    text-align: center;
  }
}
.artistStatus ul.user {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.artistStatus ul.user li {
  width: 50%;
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .artistStatus ul.user li {
    padding: 0;
  }
}

.artistBiography a {
  cursor: pointer;
}
.artistBiography .note {
  margin-top: 16px;
}

.pickUpContent .item {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.pickUpContent .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 37.5em) {
  .pickUpContent .item iframe {
    position: relative;
  }
}

.newInfo li {
  padding-right: 0 !important;
}
.newInfo a {
  padding-right: 8px;
}

.unitMember a {
  border-bottom: 1px solid #e5e5e5;
}
.unitMember a:last-child {
  border: none;
}
@media (max-width: 37.5em) {
  .unitMember a {
    margin-bottom: 0;
  }
}
.unitMember li {
  border: none;
}
.unitMember li div {
  display: table-cell;
  vertical-align: middle;
}
.unitMember .artistPhoto {
  width: 50px;
  padding-right: 8px;
}
.unitMember .artistName {
  padding-right: 8px;
}

@media (max-width: 37.5em) {
  .news .fav, .news .artistStatus, .news .artistBiography, .news .pickUpContent, .news .reccomendLink, .news .newInfo, .news .unitMember, .news .unitNote, .news .hash {
    display: none;
  }
}
.artistPostItems {
  width: 84%;
  margin-left: 16px;
}
@media (max-width: 37.5em) {
  .artistPostItems {
    float: none;
    width: 100%;
    min-width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}

@media (max-width: 37.5em) {
  .fanRanking .thumbnail {
    width: auto;
    margin: 0 8px;
  }
}
.fanRanking .boxBody {
  float: left;
  width: 200px !important;
  margin: 0 8px 16px;
  padding: 8px;
}
@media (max-width: 64em) {
  .fanRanking .boxBody {
    float: none;
    width: 98% !important;
    margin: 0 auto 8px;
    border: none !important;
  }
}
@media (max-width: 37.5em) {
  .fanRanking .boxBody {
    width: 95% !important;
    border: none !important;
  }
}
.fanRanking .boxBody.rank1 {
  background: #00bae5;
  color: #fff;
}
.fanRanking .boxBody.rank2 {
  background: #00e50b;
  color: #fff;
}
.fanRanking .boxBody.rank3 {
  background: #e5a200;
  color: #fff;
}
.fanRanking .boxBody.rank4 {
  background: #ac00e5;
}
.fanRanking .boxBody:nth-of-type(1) .cheerNum, .fanRanking .boxBody:nth-of-type(1) .userLv, .fanRanking .boxBody:nth-of-type(2) .cheerNum, .fanRanking .boxBody:nth-of-type(2) .userLv, .fanRanking .boxBody:nth-of-type(3) .cheerNum, .fanRanking .boxBody:nth-of-type(3) .userLv {
  color: #fff;
}
@media (max-width: 64em) {
  .fanRanking .artistItemBody ul {
    display: table;
  }
}
.fanRanking .artistItemBody li {
  text-align: center;
}
@media (max-width: 64em) {
  .fanRanking .artistItemBody li {
    display: table-cell;
    height: 60px;
    text-align: left;
    vertical-align: middle;
  }
  .fanRanking .artistItemBody li:nth-of-type(1) {
    width: 30px;
  }
  .fanRanking .artistItemBody li:nth-of-type(2) {
    width: 64px;
  }
}
.fanRanking .rankingNum {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 64em) {
  .fanRanking .rankingNum {
    font-size: 14px;
    line-height: 1;
  }
}
.fanRanking .userIcon {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}
@media (max-width: 64em) {
  .fanRanking .userIcon {
    width: 48px;
    height: 48px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    margin-bottom: 0;
  }
}
.fanRanking h2 {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 64em) {
  .fanRanking h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.fanRanking span {
  padding: 0 16px;
}
@media (max-width: 64em) {
  .fanRanking span {
    padding: 0 16px 0 0;
  }
}
.fanRanking .cheerNum, .fanRanking .userLv {
  color: #909090;
}

@media (max-width: 37.5em) {
  .records {
    padding: 0 8px;
  }
}
.records .boxBody {
  margin-bottom: 16px;
}
.records .item {
  width: auto;
  padding: 16px 0;
  border-bottom: 1px solid silver;
}
@media (max-width: 37.5em) {
  .records .item {
    padding: 8px 0;
  }
}
.records .item:last-child {
  border: none;
}
.records .item ul {
  display: table;
}
.records .item li {
  display: table-cell;
  vertical-align: middle;
}
.records .item .date {
  width: 200px;
}
.records .item .num {
  width: 240px;
  text-align: right;
  font-size: 12px;
}
.records .item .num strong {
  font-size: 14px;
}
.records .item small {
  display: block;
  color: #00bae5;
}

.myPage-PresentMovie .movie {
  background: #000;
  text-align: center;
}
.myPage-PresentMovie .movie video {
  width: 100%;
}
.myPage-PresentMovie .icon-heart {
  color: #00bae5;
}
.myPage-PresentMovie h2 {
  margin: 8px 0;
  font-size: 18px;
}
.myPage-PresentMovie h3 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #909090;
}
.myPage-PresentMovie dl {
  margin: 0;
}
.myPage-PresentMovie dt {
  font-size: 14px;
}
.myPage-PresentMovie dd {
  margin-left: 1rem;
  margin-bottom: 8px;
}
.myPage-PresentMovie p.time {
  text-align: right;
}
.myPage-PresentMovie .info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.myPage-PresentPhoto .photo {
  background: #000;
  text-align: center;
}
.myPage-PresentPhoto .icon-heart {
  color: #00bae5;
}
.myPage-PresentPhoto h2 {
  margin: 8px 0;
  font-size: 18px;
}
.myPage-PresentPhoto h3 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #909090;
}
.myPage-PresentPhoto dl {
  margin: 0;
}
.myPage-PresentPhoto dt {
  font-size: 14px;
}
.myPage-PresentPhoto dd {
  margin-left: 1rem;
  margin-bottom: 8px;
}
.myPage-PresentPhoto p.time {
  text-align: right;
}
.myPage-PresentPhoto .info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.download p {
  margin: 16px 0;
  font-size: small;
}

.setting .boxBody {
  margin-bottom: 16px;
}
@media (max-width: 37.5em) {
  .setting .boxBody {
    margin-bottom: 8px;
  }
}
.setting h3 {
  margin-bottom: 8px;
}
.setting .form-group {
  padding: 8px 0;
}
.setting label {
  display: block;
  margin-top: 8px;
}
.setting a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.setting a:hover {
  text-decoration: underline;
}

@media (min-width: 64em) {
  .mypageOther.setting {
    width: 640px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 64em) {
  .mypageOther.setting {
    width: 98%;
    max-width: 98%;
    margin: 0 auto 16px;
  }
}
@media (max-width: 37.5em) {
  .mypageOther.setting {
    margin: 0 auto 8px;
  }
}
.mypageOther.setting .boxBody {
  margin-bottom: 16px;
}
@media (max-width: 37.5em) {
  .mypageOther.setting .boxBody {
    margin-bottom: 8px;
  }
}
.mypageOther.setting h3 {
  margin-bottom: 8px;
}
.mypageOther.setting .form-group {
  padding: 8px 0;
}
.mypageOther.setting label {
  display: block;
  margin-top: 8px;
}
.mypageOther.setting a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.mypageOther.setting a:hover {
  text-decoration: underline;
}
.mypageOther .cheer h2 {
  margin: 8px 0;
  font-size: 18px;
  text-align: center;
}
.mypageOther .cheer a {
  display: block;
  overflow: hidden;
}
.mypageOther .cheer .cheerNum {
  text-align: center;
}
@media (max-width: 37.5em) {
  .mypageOther .cheer .cheerNum {
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  .mypageOther .cheer .artistPhoto {
    display: table-cell;
    width: 88px;
    padding-right: 8px;
  }
  .mypageOther .cheer .artistPhoto img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 37.5em) {
  .mypageOther .cheer .artistName {
    display: table-cell;
    vertical-align: middle;
  }
  .mypageOther .cheer .artistName h2 {
    margin: 0;
    text-align: left !important;
  }
}
@media (max-width: 37.5em) {
  .mypageOther .cheer .boxBody {
    display: table;
    width: 98%;
    max-width: 98%;
  }
}
@media (max-width: 37.5em) {
  .mypageOther .performance {
    padding: 8px;
  }
}
.mypageOther .performance .item {
  padding: 16px 0;
  border-bottom: 1px solid silver;
}
.mypageOther .performance .item:last-child {
  border: none;
}
.mypageOther .performance small {
  display: block;
  color: #909090;
}
.mypageOther .performance .rank {
  display: table;
  height: 56px;
}
.mypageOther .performance .rank li {
  display: table-cell;
  vertical-align: middle;
}
.mypageOther .performance .rank li.rankNum {
  position: relative;
  width: 56px;
  height: 56px;
}
.mypageOther .performance .rank a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.mypageOther .performance .rank a:hover {
  text-decoration: underline;
}
.mypageOther .performance .date {
  color: #909090;
  font-size: 12px;
}
.mypageOther .performance .rankNum {
  line-height: 1;
  font-size: 48px;
}
.mypageOther .performance .num {
  position: absolute;
  top: 8px;
  width: 48px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.mypageOther .performance .one {
  color: #00bae5;
}
.mypageOther .performance .two {
  color: #00e50b;
}
.mypageOther .performance .three {
  color: #e5a200;
}
.mypageOther .performance .other {
  color: #909090;
}
.mypageOther .presentMovie .movie {
  background: #000;
  text-align: center;
}
.mypageOther .presentMovie .icon-heart {
  color: #00bae5;
}
.mypageOther .presentMovie h2 {
  margin: 8px 0;
  font-size: 18px;
}
.mypageOther .presentMovie h3 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #909090;
}
.mypageOther .presentMovie dl {
  margin: 0;
}
.mypageOther .presentMovie dt {
  font-size: 14px;
}
.mypageOther .presentMovie dd {
  margin-left: 1rem;
  margin-bottom: 8px;
}
.mypageOther .presentMovie .info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.eventFormWrapper {
  width: 760px;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 16px;
}
@media (max-width: 37.5em) {
  .eventFormWrapper {
    padding: 8px;
  }
}
@media (max-width: 37.5em) {
  .eventFormWrapper {
    width: auto;
  }
}
.eventFormWrapper .boxBody {
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 37.5em) {
  .eventFormWrapper .boxBody {
    margin-bottom: 8px;
    padding: 8px;
  }
}
.eventFormWrapper input[type="email"],
.eventFormWrapper input[type="password"],
.eventFormWrapper input[type="text"],
.eventFormWrapper textarea[type="messageSingle"] {
  font-size: 14px;
}
.eventFormWrapper input[type="email"],
.eventFormWrapper input[type="name"] {
  margin-bottom: -2px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.eventFormWrapper input[type="password"],
.eventFormWrapper input[type="tel"],
.eventFormWrapper textarea[type="message"] {
  margin-bottom: 10px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.eventFormWrapper input[type="kana"],
.eventFormWrapper input[type="yubin"],
.eventFormWrapper input[type="adress"] {
  margin-bottom: -2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.eventFormWrapper label {
  display: block;
}
.eventFormWrapper .remind {
  margin: 8px 0 0;
  padding: 0;
}
.eventFormWrapper .form-signin .form-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  padding: 16px;
}
.eventFormWrapper .form-signin .form-control:focus {
  z-index: 2;
}
.eventFormWrapper .attention {
  padding-top: 16px;
  margin-top: 16px !important;
}
.eventFormWrapper .attention li {
  margin-left: 2rem;
  list-style: disc;
}
.eventFormWrapper .kiyaku {
  height: 100px;
  overflow: scroll;
  background: #e5e5e5;
  padding: 16px;
  border-radius: 4px;
  margin: 16px 0;
}
.eventFormWrapper .agree {
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
.eventFormWrapper .agree input {
  margin: 0 16px 0 0;
}

.finish p {
  text-align: center;
}

.ticketWrapper {
  width: 760px;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 16px;
}
@media (max-width: 37.5em) {
  .ticketWrapper {
    padding: 8px;
  }
}
@media (max-width: 37.5em) {
  .ticketWrapper {
    width: auto;
  }
}
.ticketWrapper .boxBody {
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 37.5em) {
  .ticketWrapper .boxBody {
    margin-bottom: 8px;
    padding: 8px;
  }
}
.ticketWrapper .Btn {
  width: 100%;
}
.ticketWrapper .Btn a {
  width: 100%;
}

.presentPostList .boxBody {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 37.5em) {
  .presentPostList .boxBody {
    margin-bottom: 8px;
  }
}
.presentPostList .boxBody .listLink a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.presentPostList .boxBody .listLink a:hover {
  text-decoration: underline;
}
.presentPostList .boxBody .listLink a {
  display: block;
  position: relative;
  font-size: 18px;
}
.presentPostList .boxBody .listLink a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.storeTop {
  background: #fff;
}
.storeTop .contentWrapper {
  overflow: hidden;
}
.storeTop .hero {
  margin: 16px auto 32px;
}
.storeTop .hero h1 {
  text-align: center;
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .storeTop .hero h1 {
    font-size: 24px;
  }
}
.storeTop .header_note {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .storeTop .header_note {
    font-size: 14px;
  }
}

.storeThumb {
  width: 720px;
  margin: 16px auto;
}
@media (max-width: 37.5em) {
  .storeThumb {
    width: 100%;
  }
}
.storeThumb ul {
  display: table;
  width: 100%;
}
@media (max-width: 37.5em) {
  .storeThumb ul {
    display: block;
  }
}
.storeThumb li {
  display: table-cell;
  width: 50%;
  padding: 0 16px;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 37.5em) {
  .storeThumb li {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 32px;
  }
  .storeThumb li img {
    float: left;
    width: 200px;
  }
}
.storeThumb h2 {
  margin: 8px auto;
  font-size: 36px;
}
@media (max-width: 37.5em) {
  .storeThumb h2 {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  .storeThumb .note {
    font-size: 12px;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .paymentDetail {
    width: 640px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 64em) {
  .paymentDetail {
    width: 98%;
    max-width: 98%;
    margin: 0 auto 16px;
  }
}
@media (max-width: 37.5em) {
  .paymentDetail {
    margin: 0 auto 8px;
  }
  .paymentDetail button {
    width: 100%;
  }
}
.paymentDetail .otherLink {
  margin-top: 16px;
}
@media (max-width: 37.5em) {
  .paymentDetail .otherLink {
    margin-top: 0;
  }
}
.paymentDetail .listLink a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.paymentDetail .listLink a:hover {
  text-decoration: underline;
}
.paymentDetail .listLink a {
  display: block;
  position: relative;
}
.paymentDetail .listLink a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.paymentDetail .addCard {
  margin-top: 16px;
}
@media (max-width: 37.5em) {
  .paymentDetail .addCard {
    margin-top: 8px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.paymentDetail .note {
  margin: 8px 0;
}
.paymentDetail .note a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.paymentDetail .note a:hover {
  text-decoration: underline;
}

.priceTable {
  margin: 32px auto 16px;
}
@media (max-width: 37.5em) {
  .priceTable {
    margin: 16px auto;
  }
}
.priceTable ul {
  text-align: center;
}
.priceTable li {
  position: relative;
  width: 49.555%;
  height: 140px;
  display: inline-block;
  margin-bottom: 8px;
  padding: 16px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
@media (max-width: 37.5em) {
  .priceTable li {
    height: auto;
    width: 100%;
    padding: 8px;
  }
}
.priceTable small {
  display: block;
}
@media (max-width: 37.5em) {
  .priceTable button {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.payPlan h2,
.payHistory h2 {
  margin: 8px 0;
}
.payPlan .table,
.payHistory .table {
  width: 100% !important;
}
@media (max-width: 37.5em) {
  .payPlan tr,
  .payHistory tr {
    border-bottom: 1px solid #ddd;
  }
}
.payPlan th,
.payHistory th {
  text-align: left;
}
@media (max-width: 37.5em) {
  .payPlan td:first-child,
  .payHistory td:first-child {
    width: 100px;
    border: none;
  }
  .payPlan td:nth-of-type(2), .payPlan td:nth-of-type(3), .payPlan td:nth-of-type(4),
  .payHistory td:nth-of-type(2),
  .payHistory td:nth-of-type(3),
  .payHistory td:nth-of-type(4) {
    display: block;
    border: none;
  }
}
.payPlan td.payPlace,
.payHistory td.payPlace {
  text-align: center;
}
.payPlan td.ptNum,
.payHistory td.ptNum {
  text-align: right;
}

.cardPlan .form-inline {
  margin-bottom: 16px;
}
.cardPlan label {
  display: block;
}
.cardPlan .securityCode {
  float: left;
  margin: 8px 0 0 16px;
}
@media (max-width: 37.5em) {
  .cardPlan .securityCode {
    margin: 0;
  }
}

.search {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .search {
    width: 100%;
  }
}
.search .form-inline {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.search .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.search input[type="text"] {
  width: 100%;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 64em) {
  .search input[type="text"] {
    display: block;
    margin-bottom: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.search button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 44px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 64em) {
  .search button {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.search ul {
  text-align: center;
}
.search li {
  display: inline-block;
  width: 33%;
  line-height: 4rem;
}
@media (max-width: 64em) {
  .search li {
    width: 44.44%;
    padding: 8px 0;
    line-height: 2rem;
    font-size: 12px;
    vertical-align: top;
  }
}
.search li a {
  color: #00bae5;
}

.postContent {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.postDetail {
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .postDetail {
    width: 100%;
    max-width: 580px;
  }
}

.postDetail_back {
  position: absolute;
  display: table;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background: #272727;
  border: 1px solid #fff;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 37.5em) {
  .postDetail_back {
    top: 8px;
    right: 8px;
  }
}
.postDetail_back:hover {
  background: #00bae5;
}
.postDetail_back a {
  display: table-cell;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.postDetail {
  position: relative;
}
.postDetail .cheerNum {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.postDetail .cheerNum.active {
  color: #00bae5;
}
.postDetail .mainPostPhoto {
  width: 100%;
  margin: 0 auto;
}
.postDetail .otherPostPhoto {
  width: 92%;
  margin: 0 auto;
}
.postDetail .otherPostPhoto img, .postDetail .otherPostPhoto video {
  width: 100%;
}
.postDetail .artistName a, .postDetail .unitName a {
  color: #fff;
}
.postDetail .artistName h1:hover, .postDetail .unitName h1:hover {
  text-decoration: underline;
}
.postDetail .artistName {
  margin: 16px 0 32px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
.postDetail .artistName h1 {
  margin-bottom: 8px;
}
.postDetail .artistName .arrowLink {
  display: block;
  color: #fff;
}
.postDetail .artistName .arrowLink span {
  position: relative;
}
.postDetail .artistName .arrowLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.postDetail .hashList {
  margin: 16px auto;
  text-align: center;
}
.postDetail .unitName {
  font-size: 14px;
}
.postDetail .unitName a {
  display: inline;
}
.postDetail .unitName a:hover {
  text-decoration: underline;
}
.postDetail .comment {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.6;
}
.postDetail .comment a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.postDetail .comment a:hover {
  text-decoration: underline;
}
@media (max-width: 64em) {
  .postDetail .comment {
    font-size: 14px;
  }
}

.postDetailThumbnail {
  margin: 16px 0 64px;
}

.cheerInfo {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: rgba(242, 242, 242, 0.9);
  color: #00bae5;
  z-index: 9;
}
.cheerInfo .inline {
  overflow: hidden;
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .cheerInfo .inline {
    width: 100%;
  }
}

.is-fixed .cheerInfo {
  position: fixed;
  width: 100%;
  bottom: 50px;
  z-index: 9;
}
@media (max-width: 64em) {
  .is-fixed .cheerInfo {
    bottom: 105px;
  }
}
@media (max-width: 37.5em) {
  .is-fixed .cheerInfo {
    bottom: 88px;
  }
}

.progressArea {
  width: 430px;
  float: left;
  text-align: center;
}
@media (max-width: 37.5em) {
  .progressArea {
    width: 100%;
    float: none;
  }
}
.progressArea li {
  display: inline-block;
  vertical-align: middle;
}
.progressArea .icon-heart_line {
  font-size: 18px;
}

.progress {
  width: 360px;
  height: 10px !important;
  margin: 0;
  background: #909090;
}
@media (max-width: 37.5em) {
  .progress {
    width: 260px;
    height: 5px !important;
    margin: 7px auto !important;
    text-align: center;
  }
}

.progress-bar {
  height: 10px !important;
}
@media (max-width: 37.5em) {
  .progress-bar {
    height: 5px !important;
  }
}

.cheerCount {
  text-align: center;
  color: #191919;
}
.cheerCount span {
  color: #00bae5;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .cheerCount {
    float: left;
  }
}

.cheerStatus {
  font-size: 12px;
  color: #191919;
}
.cheerStatus span {
  color: #00bae5;
  font-weight: bold;
}

.cheerBtn {
  float: right;
}
.cheerBtn button {
  height: 50px;
}
@media (max-width: 37.5em) {
  .cheerBtn {
    width: 100%;
    float: none;
    text-align: center;
  }
  .cheerBtn button {
    width: 95%;
    height: auto;
  }
}

.news .thumbnail {
  width: 100%;
  overflow: hidden;
}
.news .thumbnail .newsPost {
  width: 500px;
  height: 330px;
  border: 2px dotted silver;
  margin: 0 8px 16px;
  padding: 80px 16px;
  background: #e5e5e5;
  text-align: center !important;
  font-weight: bold;
  display: table;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 64em) {
  .news .thumbnail .newsPost {
    width: 220px;
    height: 100px;
  }
}
@media (max-width: 37.5em) {
  .news .thumbnail .newsPost {
    float: none;
    width: 100%;
    margin: 0 0 8px;
    padding: 40px 8px;
  }
}
.news .thumbnail .newsPost:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: pointer;
}
.news .thumbnail .newsPost a {
  display: table-cell;
  vertical-align: middle;
}
.news .thumbnail .newsPost span {
  display: block;
  font-size: 36px;
}
.news .thumbnail .boxBody {
  margin: 0 6px 16px;
  padding: 8px;
}
@media (min-width: 64em) {
  .news .thumbnail .boxBody {
    width: 500px;
  }
}
@media (max-width: 64em) {
  .news .thumbnail .boxBody {
    width: 98%;
    max-width: 98%;
  }
}
@media (max-width: 37.5em) {
  .news .thumbnail .boxBody {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    border: 1px solid #e5e5e5;
  }
}
.news .thumbnail .boxBody .comment {
  color: #191919;
  text-decoration: none;
}
.news .thumbnail .boxBody .date {
  color: silver;
  text-decoration: none;
}

.newsItem .comment,
.movieItem .comment {
  padding-top: 8px;
  word-break: break-all;
}
.newsItem .comment a,
.movieItem .comment a {
  color: #00bae5 !important;
  cursor: pointer;
  display: block;
}
.newsItem .comment a:hover,
.movieItem .comment a:hover {
  text-decoration: underline;
}
.newsItem .newsMaster,
.movieItem .newsMaster {
  font-size: 12px;
  padding-top: 8px;
  border-top: 1px solid #e5e5e5;
}
.newsItem .newsMaster ul,
.movieItem .newsMaster ul {
  width: 100%;
}
.newsItem .newsMaster li,
.movieItem .newsMaster li {
  display: inline-table;
  padding-right: 0 8px;
  color: #909090;
}
.newsItem .newsMaster li.report,
.movieItem .newsMaster li.report {
  float: right;
}
.newsItem .newsMaster li.report a,
.movieItem .newsMaster li.report a {
  color: #909090;
}
.newsItem .newsMaster dl,
.movieItem .newsMaster dl {
  margin: 0;
}
.newsItem .newsMaster dl a,
.movieItem .newsMaster dl a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.newsItem .newsMaster dl a:hover,
.movieItem .newsMaster dl a:hover {
  text-decoration: underline;
}
.newsItem .newsMaster dd,
.movieItem .newsMaster dd {
  margin-left: 8px;
}
.newsItem .hashList,
.movieItem .hashList {
  margin: 8px 0;
}

.newsItem {
  position: relative;
}
.newsItem .clip-btn {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .newsItem .clip-btn {
    font-size: 14px;
  }
}
.newsItem .clip-btn a {
  color: #909090;
}
.newsItem .clip-btn.active a {
  color: #00bae5;
}
.newsItem h2 {
  margin: 0 0 8px;
  font-size: 18px;
  word-break: break-all;
}
.newsItem h2 a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.newsItem h2 a:hover {
  text-decoration: underline;
}
.newsItem h2.end {
  color: silver;
}
.newsItem .newsStatus {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  color: silver;
}
.newsItem .newsStatus ul {
  width: 100%;
}
.newsItem .newsStatus li {
  display: inline-table;
  width: 48%;
}
.newsItem .newsStatus li.date {
  text-align: right;
  color: silver !important;
}
.newsItem .label {
  width: 105%;
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
}
.newsItem .label.label-public {
  background: #00bae5;
}
.newsItem .label.label-wait {
  background: #547BE9;
}
.newsItem .label.label-hidden {
  background: #6e6e6e;
}
.newsItem .label.label-republic {
  background: #5cb85c;
}
.newsItem .label.label-stop {
  background: #d9534f;
}
.newsItem .label.label-warning {
  background: #191919;
}
.newsItem .news-Status {
  padding-bottom: 8px;
  color: silver;
}
@media (max-width: 37.5em) {
  .newsItem .news-Status {
    font-size: 12px;
  }
}
.newsItem .news-Status ul {
  display: table;
  vertical-align: middle;
}
.newsItem .news-Status li {
  display: table-cell;
  padding-right: 8px;
  line-height: 1;
}

.news_detail .boxBody {
  padding: 8px;
}
@media (min-width: 64em) {
  .news_detail .boxBody {
    width: 640px;
    margin: 0 auto;
  }
}
@media (max-width: 64em) {
  .news_detail .boxBody {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .news_detail .boxBody {
    width: 100%;
    max-width: 100%;
  }
}

.news_Relation {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.news_Relation h3 {
  font-size: 14px;
  margin-bottom: 16px;
}
.news_Relation h4 {
  margin-bottom: 4px;
  font-size: 18px;
}
.news_Relation a {
  color: #00bae5 !important;
  cursor: pointer;
  display: inline;
}
.news_Relation a:hover {
  text-decoration: underline;
}
.news_Relation .relation_list li {
  margin-bottom: 16px;
  color: silver;
}
.news_Relation .relation_list .date {
  margin-left: 16px;
}

.movieItem .youtube-container {
  margin: -8px -8px 0;
}

.news_list .title {
  padding-top: 24px;
}

.newsPostList .boxBody {
  position: relative;
  margin-bottom: 16px;
  padding-top: 32px;
}
.newsPostList .label {
  width: 105%;
  position: absolute;
  top: -32px;
  left: -16px;
  padding: 4px 0;
  color: #fff;
}
@media (max-width: 37.5em) {
  .newsPostList .label {
    width: 106%;
    left: -8px;
  }
}
.newsPostList .label.label-public {
  background: #00bae5;
}
.newsPostList .label.label-wait {
  background: #547BE9;
}
.newsPostList .label.label-hidden {
  background: #6e6e6e;
}
.newsPostList .label.label-republic {
  background: #5cb85c;
}
.newsPostList .label.label-stop {
  background: #d9534f;
}
.newsPostList .label.label-warning {
  background: #191919;
}
.newsPostList .label .label-status {
  width: 98%;
}
.newsPostList .label .label-status li {
  display: inline-block;
  width: 49.4444%;
}
@media (max-width: 37.5em) {
  .newsPostList .label .label-status li {
    width: 49%;
  }
}
.newsPostList .label .label-status li:first-child {
  padding-left: 8px;
}
.newsPostList .label .label-status li:last-child {
  text-align: right;
}
.newsPostList .label .label-status li a {
  color: #fff;
}
.newsPostList .label .label-status li a:hover {
  text-decoration: underline;
}
.newsPostList .news-Social {
  float: left;
}
.newsPostList .newsPostitem_Report {
  float: right;
}

.news_edit label,
.news_report label {
  display: block;
}
@media (max-width: 37.5em) {
  .news_edit input,
  .news_report input {
    width: 100%;
  }
}
.news_edit textarea,
.news_report textarea {
  width: 60%;
  height: 10rem !important;
}
@media (max-width: 64em) {
  .news_edit textarea,
  .news_report textarea {
    width: 100%;
  }
}
.news_edit .wide,
.news_report .wide {
  width: 60%;
}
@media (max-width: 64em) {
  .news_edit .wide,
  .news_report .wide {
    width: 100%;
  }
}
.news_edit .wide:nth-of-type(1),
.news_report .wide:nth-of-type(1) {
  margin-bottom: 8px;
}
.news_edit .unitSelect input[type=checkbox],
.news_report .unitSelect input[type=checkbox] {
  display: none;
}
.news_edit .unitSelect label,
.news_report .unitSelect label {
  position: relative;
  border: 5px solid #fff;
}
.news_edit .unitSelect input[type=checkbox] + label:hover,
.news_edit .unitSelect input[type=checkbox]:checked + label,
.news_report .unitSelect input[type=checkbox] + label:hover,
.news_report .unitSelect input[type=checkbox]:checked + label {
  border: solid 5px #00bae5;
}
.news_edit .unitSelect input[type=checkbox] + label:hover img,
.news_edit .unitSelect input[type=checkbox]:checked + label img,
.news_report .unitSelect input[type=checkbox] + label:hover img,
.news_report .unitSelect input[type=checkbox]:checked + label img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.news_edit .unitSelect input[type=checkbox]:checked + label:after,
.news_report .unitSelect input[type=checkbox]:checked + label:after {
  content: '\2714';
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #00bae5;
  font-size: 24px;
}
.news_edit .unitSelect .item,
.news_report .unitSelect .item {
  float: left;
  width: 140px;
  margin: 0 8px;
  padding: 0 8px;
}
@media (max-width: 37.5em) {
  .news_edit .unitSelect .item,
  .news_report .unitSelect .item {
    width: 80px;
  }
}
.news_edit .unitSelect .item img,
.news_report .unitSelect .item img {
  width: 100%;
}
.news_edit .unitSelect.check img,
.news_report .unitSelect.check img {
  margin-bottom: 5px;
  border: solid 5px #fff;
}
.news_edit .form-group,
.news_report .form-group {
  padding: 0 0 8px;
}
@media (max-width: 37.5em) {
  .news_edit .form-group,
  .news_report .form-group {
    margin: 8px auto;
  }
}
.news_edit .form-inline,
.news_report .form-inline {
  overflow: hidden;
  padding: 0 0 8px;
}
@media (max-width: 37.5em) {
  .news_edit .form-inline,
  .news_report .form-inline {
    padding: 0;
  }
}
@media (max-width: 37.5em) {
  .news_edit .form-inline input,
  .news_report .form-inline input {
    margin: 8px auto;
  }
}
.news_edit .relatedTable th,
.news_report .relatedTable th {
  padding-right: 16px;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .news_edit .relatedTable th,
  .news_report .relatedTable th {
    display: block;
    padding: 0;
  }
}
.news_edit .relatedTable td,
.news_report .relatedTable td {
  padding: 0;
}
@media (max-width: 37.5em) {
  .news_edit .relatedTable td,
  .news_report .relatedTable td {
    display: block;
    padding-bottom: 8px;
  }
}

.news_report table {
  font-size: 12px;
}
.news_report th {
  text-align: center;
}
.news_report td {
  text-align: left;
}
.news_report .attention {
  width: 50%;
  margin: 32px auto;
}
@media (max-width: 37.5em) {
  .news_report .attention {
    width: 90%;
  }
}
.news_report .attention li {
  list-style: disc;
}

.snsContent {
  padding: 48px 16px;
}
@media (max-width: 37.5em) {
  .snsContent {
    padding: 16px 8px;
  }
}
.snsContent .artistKana {
  font-size: 12px;
}
.snsContent .cheerNum {
  margin: 48px 0;
}
.snsContent .cheerNum span {
  font-size: 14px;
}
.snsContent .cheerNum h2 {
  font-size: 36px;
  font-weight: bold;
}
.snsContent .cheerNum h2 span {
  font-size: 36px;
}
.snsContent .btnCheerz {
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 37.5em) {
  .snsContent .btnCheerz {
    margin-bottom: 48px;
  }
}
.snsContent .btnCheerz button {
  height: 48px;
  font-size: 18px;
  line-height: 1;
}

.notfound {
  -webkit-animation: bg-color 20s ease-out 0s infinite;
  -moz-animation: bg-color 20s ease-out 0s infinite;
  animation: bg-color 20s ease-out 0s infinite;
  background: #00bae5;
}
.notfound .lpWrap {
  display: table;
  height: 800px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .notfound .lpWrap {
    height: 400px;
  }
}
.notfound .lpWrap .note {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.notfound .lpWrap a {
  color: #fff;
}
.notfound .lpWrap .btn {
  border: 1px solid #fff;
  margin: 24px auto !important;
}
@media (max-width: 64em) {
  .notfound .lpWrap .btn {
    margin: 16px auto !important;
  }
}
@media (max-width: 37.5em) {
  .notfound .lpWrap .btn {
    margin: 8px auto !important;
  }
}

@-webkit-keyframes bg-color {
  0% {
    background-color: #00bae5;
  }
  25% {
    background-color: #00e50b;
  }
  50% {
    background-color: #e5a200;
  }
  75% {
    background-color: #ac00e5;
  }
  100% {
    background-color: #00bae5;
  }
}
@-moz-keyframes bg-color {
  0% {
    background-color: #00bae5;
  }
  25% {
    background-color: #00e50b;
  }
  50% {
    background-color: #e5a200;
  }
  75% {
    background-color: #ac00e5;
  }
  100% {
    background-color: #00bae5;
  }
}
@keyframes bg-color {
  0% {
    background-color: #00bae5;
  }
  25% {
    background-color: #00e50b;
  }
  50% {
    background-color: #e5a200;
  }
  75% {
    background-color: #ac00e5;
  }
  100% {
    background-color: #00bae5;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #909090;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #909090;
}

.text-primary {
  color: #00bae5;
}

a.text-primary:hover {
  color: #0091b2;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00bae5;
}

a.bg-primary:hover {
  background-color: #0091b2;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  margin: 16px 0;
}

.artistPostItems .page-header {
  margin: 0 0 16px;
}
@media (max-width: 37.5em) {
  .artistPostItems .page-header {
    margin: 0 8px 8px;
  }
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #909090;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid silver;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #909090;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid silver;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.modal-open {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
  text-align: center;
}

.modal-body {
  position: relative;
  padding: 15px;
  font-size: 18px;
  text-align: center;
}
.modal-body .nowPoint {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 16px 0;
  padding: 8px;
  border: 1px solid #909090;
}
.modal-body .point {
  font-weight: bold;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909090;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ddd;
}

.payment .table {
  width: auto;
}
.payment .table td {
  vertical-align: middle;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.agree {
  margin: 10px 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4c4c4c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.input-group {
  position: relative;
}
.input-group .input-addon {
  position: absolute;
  background: #e5e5e5;
  line-height: 31px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group #smsNum {
  padding-left: 60px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #6e6e6e;
}

.form-control {
  width: auto;
  height: 26px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  color: #6e6e6e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: silver;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 22.5px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 31px;
  }
}
.form-group {
  margin-bottom: 15px;
  overflow: hidden;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 22.5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 22.5px;
  line-height: 22.5px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 22.5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 22.5px;
  line-height: 22.5px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 22.5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46.5px;
  padding: 10px 8px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

select.input-lg {
  height: 46.5px;
  line-height: 46.5px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 31px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 8px;
}
.form-group-lg select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 31px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.input-sm + .form-control-feedback {
  width: 22.5px;
  height: 22.5px;
  line-height: 22.5px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/*.nav {
  margin-bottom: 0;
  padding-left: 0; // Override default ul/ol
  list-style: none;
  @include clearfix;

  > li {
    position: relative;
    display: block;

    > a {
      position: relative;
      display: block;
      padding: $nav-link-padding;
      &:hover,
      &:focus {
        text-decoration: none;
        background-color: $nav-link-hover-bg;
      }
    }

    // Disabled state sets text to gray and nukes hover/tab effects
    &.disabled > a {
      color: $nav-disabled-link-color;

      &:hover,
      &:focus {
        color: $nav-disabled-link-hover-color;
        text-decoration: none;
        background-color: transparent;
        cursor: $cursor-disabled;
      }
    }
  }

  // Open dropdowns
  .open > a {
    &,
    &:hover,
    &:focus {
      background-color: $nav-link-hover-bg;
      border-color: $link-color;
    }
  }

  // Nav dividers (deprecated with v3.0.1)
  //
  // This should have been removed in v3 with the dropping of `.nav-list`, but
  // we missed it. We don't currently support this anywhere, but in the interest
  // of maintaining backward compatibility in case you use it, it's deprecated.
  .nav-divider {
    @include nav-divider;
  }

  // Prevent IE8 from misplacing imgs
  //
  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
  > li > a > img {
    max-width: none;
  }
}
*/
.nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-tabs ul {
  margin: 0 auto;
  border: 1px solid #000 !important;
}
.nav-tabs li {
  width: 50% !important;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: -1px;
  border: 1px solid #00bae5;
  white-space: nowrap;
}
.nav-tabs li:nth-of-type(1) {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.nav-tabs li:nth-of-type(2) {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs li a {
  color: #00bae5;
  text-decoration: none;
  display: block;
}
.nav-tabs li.active {
  background: #00bae5;
}
.nav-tabs li.active a {
  color: #fff !important;
}
.nav-tabs li:hover {
  background: #00bae5;
}
.nav-tabs li:hover a {
  color: #fff !important;
}
.nav-tabs li:focus {
  cursor: pointer;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00bae5;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ddd;
  }
}

.tab-content {
  margin-top: 16px;
  min-height: 260px;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
    &,
    &:active,
    &.active {
      &:focus,
      &.focus {
        @include tab-focus;
      }
    }
  */
}
.btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 0;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: #e5e5e5 0 2px 0;
  box-shadow: #e5e5e5 0 2px 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #00bae5;
  border-color: #00a5cc;
  -webkit-box-shadow: #0c84a2 0 2px 0;
  box-shadow: #0c84a2 0 2px 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0091b2;
  border-color: #00748e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #00bae5;
  border-color: #00a5cc;
}
.btn-primary .badge {
  color: #00bae5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #191919;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #909090;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 8px;
}
@media (max-width: 64em) {
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
  }
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.alert {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.artistPostItems .alert {
  margin: 16px 0;
}
@media (max-width: 37.5em) {
  .artistPostItems .alert {
    margin: 8px;
  }
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 36px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-default {
  background-color: #eee;
  border-color: #e1e1e1;
  color: #777;
}
.alert-default hr {
  border-top-color: #d4d4d4;
}
.alert-default .alert-link {
  color: #5e5e5e;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.breadcrumb {
  display: block;
  padding: 16px;
  color: silver;
}
@media (max-width: 37.5em) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.event, .breadcrumb.grayBg {
  background: #ddd;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 0 16px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb a, .breadcrumb .disable {
  position: relative;
  color: #909090;
}
.breadcrumb .active {
  color: #909090;
}
.breadcrumb .active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #000;
  z-index: 99;
  border-top: 2px solid #909090;
  border-right: 2px solid #909090;
}