.ult-btn {
  cursor: pointer;
  display: inline-block;
  width: 70%;
  margin: 0;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: -1px -1px 2px 0 rgba(0,0,0,.4) inset;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  background: #cea558;
}
.ult-add {
    color: #FFF;
    background: #000;
}
.ult-bros {
    color: #FFF;
    background: #ea1c24;
}
.ult-sub {
  color: #FFF;
  background: #aaa;
}
.ult-mt-auto {
  display: block;
  margin: 0 auto;
}
.ult-disable {
    color: #AAA;
    text-shadow: 1px 1px 0 #FFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
    cursor: not-allowed;
}
.g-mypage-panel li .ult_g-mypage-panel-txt {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.g-contact .g-form-list li .cell input[type="radio"] { width: 30px;}
.g-contact .g-form-list li .cell input[type="checkbox"] { width: 30px;}

.g-head .g-head-innr > .g-logo .m-svg.logo-BROS{
	background: url("/contents/1/F/pc/img/common/logo-login-bros.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    padding: 0;
    position: absolute;
    width: 173px;
}
.g-head .g-head-innr > .g-logo .m-svg.logo-PLUS{
	background: url("/contents/1/F/pc/img/common/logo-login-brosplus.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    padding: 0;
    position: absolute;
    width: 173px;
}
.g-head .g-head-innr > .g-logo .m-svg.logo-FMOB{
	background: url("/contents/1/F/pc/img/common/logo-login-fmobile.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    padding: 0;
    position: absolute;
    width: 173px;
}
