#input_header{
  margin-top:1em;
}
.caption{
  text-align:left;
  width: 90%;
  margin: 3% auto;
  color:#fefefe;
  font-size: 1.1em;
  line-height:1.4em;
  text-align: justify;
}
.pr{
  text-align:center;
  /*font-weight:bold;*/
}
#input_header .pr{
  color:#ff0;
}
form{
  margin-top:25px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .section_bdy{
  color:#efefef;
}
#frmInput .section_ftr{
  padding-bottom:15%;
  background:url(../img/input/input_frm/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_bdy{
  background-color:#FFFBF3;
}
#frmInput .article_ftr{
  padding-bottom:8%;
  background:url(../img/input/input_frm/article_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
  position:relative;
  bottom:-1px;
}
#frmInput .article_hdr{
  padding-top: 6%;
  background:url(../img/input/input_frm/article_hdr.png) no-repeat 50% top;
  background-size:100% auto;
  position:relative;
  top:-2px;
}

/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #cecece;
  text-align:center;
  margin:5% auto;
}

/*--------------------*
 *  #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{
  line-height: 1.6;
}
.disp_sp #attention P,
.disp_sp #attention li{
  font-size: 0.9em;
}

