@charset "UTF-8";

.regist-normal{
    border-bottom:1px solid #a6a6a6;
    border-left:1px solid #a6a6a6;
    background-color:#eff7ff;
    width:200px;
    line-height: 22px;
    vertical-align: top !important;
}

.regist-normal-bsptnr{
    border-bottom:1px solid #a6a6a6;
    border-left:1px solid #a6a6a6;
    background-color:#eff7ff;
    width:100px;
    line-height: 22px;
    vertical-align: top !important;
}

.tr-height{
    height:10px;
}

.div-height{
    height:20px;
}
.buttonLeft{
    width: 200px;
}

span.required:after {
    content: "*";
    color: #FF0000;
    font-size: 8px;
    float: right ;
}

/** 郵便番号の上3桁  */
.table .td-border-zip-before{
    width:80px;
    border-right:0px solid #a6a6a6;
    border-left:1px solid #a6a6a6;
    border-bottom:1px solid #a6a6a6;
}
/** 郵便番号の下4桁  */
.table .td-border-zip-after{
    width:280px;
    border-right:1px solid #a6a6a6;
    border-left:0px solid #a6a6a6;
    border-bottom:1px solid #a6a6a6;
}

/** 郵便番号  */
.th-border-zipcd{
    border-right:0px solid #a6a6a6;
    border-left:0px solid #a6a6a6;
    border-bottom:1px solid #a6a6a6;
    width:10px;
    background-color:white;
}

/** 非活性項目背景色 */
.input-disable {
    background-color: #DDE1E6;
}

/** 提携先コード */
.domain-bsptnrcd {
    text-align: left;
    width: 300px;
    ime-mode: disabled;
}

/** 提携先名  */
.domain-bsptnm{
    padding-left: 2px;
    width: 300px;
}

/** 提携先略称  */
.domain-bsptRnm{
    padding-left: 2px;
    width: 240px;
}

/** 住所 */
.domain-addr {
    width: 894px;
}

/** 請求締日 */
#form-dto-billClseDate{
    width: 30px;
    text-align: right;
}
/** 支払期日 */
#form-dto-payRmt{
    width: 30px;
    text-align: right;
}

/** radionButton */
.domain-ptnRd{
    vertical-align: middle;
}

.input-select {
    width: 240px;
}

.input-select-area {
    width: 180px;
}

.label-no {
  width: 2%;
}

.dscntRate {
  width: 10%;
}

.price {
  color:#FF0000;
}

.chrgUnprc {
  text-align: right;
}

.border-bottom{
  border-bottom-width: 0px !important;
}

.unprc-required:after{
  content:"*";
  color:#FF0000;
  font-size:8px;
  float: right ;
  line-height: 16px;
}

td.dateFromTdStyle{
  padding: 1px 6px 1px 6px;
  width:110px;
  border-left:1px solid #a6a6a6;
  border-right:0px solid #a6a6a6;"
}

div.area {
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
}
