#input_header{
  margin-top:1em;
}
#input_header .caption{
  text-align:left;
  width:95%;
  margin:10px auto;
  color:#fefefe;
  line-height:1.4em;
}
.pr{
  text-align:center;
  /*font-weight:bold;*/
}
#input_header .pr{
  color:#E62425;
}
form{
  margin-top:15px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .section_bdy{
  color:#efefef;
}
#frmInput .section_hdr{
  background-color:#a88046;
}
#frmInput .section_ftr{
  padding-bottom:16%;
  background:url(../img/input/input_frm/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .input_self .article_bdy{
  background-color:#370403;
  color:#333333;
}
#frmInput .input_other .article_bdy{
  background-color:#120C3C;
  color:#333333;
  margin:0 auto 15px;
}
#frmInput .input_self .article_ftr{
  padding-bottom:6%;
  background:url(../img/input/input_frm/article_ftr_self.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .input_self .article_hdr{
  padding-top: 4%;
  background:url(../img/input/input_frm/article_hdr_self.png) no-repeat 50% top;
  background-size:100% auto;
}
#frmInput .input_other .article_ftr{
  padding-bottom:6%;
  background:url(../img/input/input_frm/article_ftr_other.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .input_other .article_hdr{
  padding-top:8%;
  background:url(../img/input/input_frm/article_hdr_other.png) no-repeat 50% top;
  background-size:100% auto;
}
#frmInput H3{
}

#frmInput input[type="text"] {
  font-size: 16px;
  height: 32px;
  padding: 3px 8px;
  text-align: left;
  width: 95%;
  border: 1px solid #B0B0B1;
  border-radius: 4px;
}
#frmInput select {
  font-size: 1.3em;
  height: 38px;
  margin-bottom: 10px;
  padding: 5px;
  vertical-align: top;
}
#frmInput table{
  width:95%;
  margin:0 auto;
}
#frmInput th{
  width:105px;
  margin-bottom:10px;
  padding: 5% 0;
  color:#f0f0f0;
}
#frmInput td{
  text-align:left;
  line-height:2em;
  vertical-align:top;
  color:#010000;
}
#frmInput .form_attention{
  font-size:0.68em;
  margin:10px 0;
}
#frmInput TD label[for^="birth_"]{
  padding:0 5px;
}
label[for^="birth_"]{
  display:inline-block;
  margin-top:5px;
}
.tr_caution{
  color:#FFF;
  text-align:left;
}
#frmInput .tr_caution TD {
  color:#FF9E8C;
}
[id^="frmInput"] .tr_caution td{
  padding:5px 0 0;
  font-size:0.9em;
}
P.sex_caution{
  color:#cca742;
  width:95%;
  text-align:center;
  margin:10px auto 0;
  font-size:0.9em;
}
#frmInput table img {
  height: 30px;
  width: auto;
}
/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #cecece;
  text-align:center;
  margin: 0 auto 5%;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  margin-top: 4px;
}
[id^="frmInput"] th .hissu {
  font-size: 10px;
  border-radius: 4px;
  background: #EA4E44;
  padding: 4px 8px;
  color: #fff;
  margin: 0 0 0 8px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -2px;
}
.disp_pc [id^="frmInput"] th .hissu {
  font-size: 12px;
  top: -4px;
}
[id^="frmInput"] th {
  padding: 4% 0;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
}
#attention h3{
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  font-size: 0.9em;
  line-height: 1.6;
}
