@charset "UTF-8";
/* ------------------------------
  form-all
------------------------------ */
.btn-parts span,.btn-parts label {
    display: block;
    float:left;
}
.btn-parts label {
    padding-right: 6px;
    padding-left: 6px;
}
.InputHidden {
    display:none;
}
/* ------------------------------
  clearfix Hack
------------------------------ */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display: inline-block; }
/* Hide Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* ------------------------------
  form
------------------------------ */
fieldset {
    border: 1px solid #efefef;
    margin: 2px 10px 20px 10px;
    padding: 5px 5px;
}
div.sub-group {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
    padding: 7px 12px;
    clear: both;
}
div.even {
    background-color: #F9F9F9;
}
div.must {
    background-color: #dff0ff;
}
div.must-last {
    background-color: #dff0ff;
    border-bottom-style: none;
}
div.last {
    border-bottom-style: none;
}
/* ------------------------------
  label
------------------------------ */
.label-txt {
    width: 125px;
    color: #000066;
    border-right-width: 0.1em;
    border-right-style: none;
    border-right-color: #000066;
    margin-right: 15px;
    display: block;
    float: left;
    padding-top: 5px;
}
.label-all {
    color: #000066;
    border-right-width: 0.1em;
    border-right-style: none;
    border-right-color: #000066;
    margin-right: 15px;
    display: block;
    float: left;
}
.asterisk {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    margin-left: 145px;
    line-height: 1.8;
}
.txt-asterisk {
    width: 100px;
    position: relative; /* 絶対配置 */
    top: 2px;
    left: 0;
    text-align: left;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 10px;
    font-weight: normal;
    color: #666666;
}
/* ------------------------------
  text-field,select要素
------------------------------ */
input.txt-field,select,radio-button,checkbox,textarea {
    color: #333333;
    background-color: #ffffff;
    /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    padding: 0.3em;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;*/
    border: 1px solid #999999;
}
input.txt-field:focus,select,radio,checkbox,textarea:focus {
    color: #333333;
    background-color: #ffffcc;
    border-color: #330000;
    /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    padding: 0.3em;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;*/
}