@charset "UTF-8";
/*　*/
.tab-show.hide {
  display: none;
}

.tab-menu {
  width: 650px;
  margin: 0 auto;
  border-bottom: 1px solid #b6b6b6;
}

.tab-menu ul {
  width: 650px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
}

.tab-menu ul > li {
  float: left;
  width: 293px;
  position: relative;
  display: table;
  cursor: pointer;
}

.tab-menu ul > li:first-child {
  margin: 0 22px 0 20px;
}

.tab-menu ul > li > div {
  height: 48px;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  display: block;
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.tab-menu ul > li:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.tab-menu ul .select > div {
  position: relative;
  bottom: -1px;
  border: 1px solid #b6b6b6;
  border-bottom: none;
  background: #fff;
  color: #333;
  margin-bottom: -5px;
  height: 48px;
}

.tab-menu ul .select:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.tab-show.hide {
  display: none;
}

#auth-junction {
  width: 980px;
  margin: 0 auto;
}

#auth-junction .help {
  text-align: right;
  padding-top: 16px;
}

#auth-junction .help .icon {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 7px;
  fill: #333;
}

#auth-junction .help a {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  text-decoration: underline;
}

#auth-junction .sns-login-block .button-wrap {
  width: 100%;
  margin: 0 0 8px;
}

#auth-junction .sns-login-block {
  width: 532px;
  margin: 0 auto;
  padding-top: 36px;
}

#auth-junction .sns-login-block .frame-gray {
  margin-top: 13px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

#auth-junction .sns-login-block .leadtxt {
  font-size: 13px;
  line-height: 1.5;
}

#auth-junction .sns-login-block .btn-rgstr {
  width: 100%;
}

#auth-junction .sns-login-block .anotation {
  line-height: 1.5;
}

#auth-junction .sns-login-block .dbl-frm-ipt li:last-of-type {
  margin-bottom: 10px;
  border-radius: 0 0 3px 3px;
}

#auth-junction .sns-login-block .caut_line {
  margin: 20px auto 5px;
  text-align: left;
  line-height: 1.4;
}

#auth-junction .sns-login-block .caut_line p:first-of-type {
  font-weight: bold;
}

/*# sourceMappingURL=maps/junction.css.map */
