#input_header{
  margin-top:1em;
}
#input_header .caption{
  text-align:left;
  width:95%;
  margin:10px auto;
  color:#fefefe;
  line-height:1.4em;
}
.caption a{
  text-decoration: underline;
}
.pr{
  text-align:center;
  /*font-weight:bold;*/
}
#input_header .pr{
  color:#E62425;
}
form{
  margin-top:25px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .section_bdy{
  background-color:#f2f0f1;
  color:#efefef;
}
#frmInput .section_ftr{
  padding-bottom:10%;
  background:url(../img/input/input_frm/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_bdy{
  width:93%;
  margin:0 auto 15px;
}
#frmInput .input_other .article_ftr{
}
#frmInput .article_hdr{
  padding:3% 0;
}
#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;
  width: 24%;
  height: 38px;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #B0B0B1;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url(../img/input/arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#frmInput select.sexSelect {
  width: 43%;
}
#frmInput #birth_mon_self,
#frmInput #birth_mday_self,
#frmInput #birth_mon_other,
#frmInput #birth_mday_other{
  margin-bottom: 0px;
}

#frmInput table{
  width:95%;
  margin:0 auto;
}
#frmInput th{
  margin-bottom:10px;
  padding-top:5px;
  color:#010000;
  font-size:16px;
}
#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;
  vertical-align:middle;
}
.tr_caution{
  color:#FFF;
  text-align:left;
}
[id^="frmInput"] .tr_caution td{
  padding:5px 0;
  font-size:0.9em;
}
#frmInput .input_tbl .tr_caution_sex SMALL {
  color: #dc1d24;
  font-size: 0.9em;
}
P.sex_caution{
  color:#1F2121;
  width:95%;
  text-align:center;
  margin:10px auto 0;
  font-size:0.9em;
}
#frmInput table img {
  height: 30px;
  width: auto;
}
[id^="frmInput"] th {
  padding: 5% 0 3%;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  line-height: 14px;
  margin: 3% 0;
}
[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: -3px;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.tr_caution_sex p {
  margin-bottom: 10px;
}
/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #333;
  text-align:center;
  margin: 0 auto 5%;
}
/*--------------------
.limited_announce
--------------------*/
.limited_announce P {
  color: #000000;
  padding: 1%;
}
.limited_announce {
  border: 2px solid #e6708f;
  margin: 10px auto 0;
  width: 95%;
}
/*--------------------
.pack_announce
--------------------*/
.pack_announce {
  margin-bottom: 3%;
}
.pack_announce P {
  color: #183a60;
  font-size: 0.9em;
}

.pack_announce {
  background-color: #fffca1;
  border: 2px solid #f02090;
  border-radius: 10px;
  padding: 2% ;
  width: 95%;
}
/*--------------------*
 *  #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;
}