@charset "euc-jp";

/*--  WCAG2  --*/
a:focus, input:focus, area:focus{
  outline: 2px solid #5d9bff;
}
.w2i_footer {
  width: 950px;
  margin: auto;
  border-top: 1px solid #666666;
}

.w2i_footer_links {
  float: right;
  font-size: 10px;
}

.w2i_footer_links li {
  margin: 5px 0;
  padding-left: 0.4em;
  float: left;
}

.w2i_footer_links li a {
  text-decoration: none;
}
.w2i_footer_links li a:hover {
    color: #333;
}

.w2i_footer_links li:after {
  content: " | ";
}

.w2i_footer_links li:last-of-type:after {
  content: none;
}

.w2i_copy {
  border-top: 3px solid #101084;
  clear: both;
  font-size: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.w2i_input_focus:focus {
  outline: solid #5d9bff 2px;
}

.w2i_sectionTitle {
  font-size: 95%;
  font-weight: bold;
}

.w2i_sectionTitle02 {
  color: #888;
  font-size: 90%;
  font-weight: bold;
  margin: 35px 0 8px;
}

.w2i_required, .w2i_optional {
  background-color: #CC0000;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  font-weight: normal;
  margin-right: 5px;
  min-width: 28px;
  padding: 1px;
  text-align: center;
}
.w2i_optional {
  background-color: #666666;
}

#camContentsArea tr.err td {
  background-color: #cc0000 !important;
}
#camContentsArea tr.err td .skey-text {
  color: #fff;
  font-weight: bold;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.w2i02 .tblSet01 {
  margin-top: 10px;
  text-align: left;
}
.w2i02 .tblSet01 .first {
  margin-right: 5px;
}
.second {
  margin-right: 8px;
}

.w2i_header_require {
  background: #dfdbd4;
  font-size: 100%;
  padding: 8px;
  border-bottom: 1px solid #fff;
}
.w2i_header_option {
  background: #e6e6e6;
  font-size: 100%;
  padding: 8px;
  border-bottom: 1px solid #fff;
}

.w2i_nobd {
  border: none;
}

.w2i_header_require_p {
  background: #dfdbd4;
  font-size: 100%;
  padding: 0px 10px 8px;
  border-bottom: 1px solid #fff;
}

.w2i_form_line {
  display: table;
  width: 100%;
}
.w2i_form_line .w2i_item_require {
  border-bottom: 1px solid #FFF;
  background-color: #E9E6E0;
}
.w2i_form_line .w2i_item_option {
  border-bottom: 1px solid #e6e6e6;
  background-color: #F3F3F3;
}
.w2i_form_line .w2i_item_require, .w2i_form_line .w2i_item_option {
  padding: 8px;
  display: table-cell;
  width: 21%;
  border-right: 1px solid #FFFFFF;
  font-size: 100%;
  font-weight: normal;
}
.w2i02 .w2i_form_line .w2i_item_require, .w2i02 .w2i_form_line .w2i_item_option {
  width: 150px;
  box-sizing: border-box;
}
.w2i_oversea .w2i_form_line .w2i_item_require, .w2i_oversea .w2i_form_line .w2i_item_option {
  width: 145px;
}
.w2i_form_line .w2i_input_line {
  box-sizing: border-box;
  padding: 8px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}
.w2i_form_line.w2i_err {
  background: #cc0000;
}
.w2i_form_line.w2i_err .w2i_item_require, .w2i_form_line.w2i_err .w2i_item_option {
  background: #cc0000;
  color: #FFFFFF;
}
.w2i_form_line.w2i_err .w2i_input_line {
  background: #cc0000;
  color: #FFFFFF;
}
.w2i_form_line.w2i_err .skey-text {
  color: #FFF;
}
.w2i_form_line.w2i_err .fntRed {
  color: #FFF;
}
#camContentsArea .w2i_form_line.w2i_err ul.note li {
  background: url(/amcservice/members/image/service/ico_note_w.gif) top left no-repeat;
  padding-left: 14px;
  line-height: 1;
  margin-bottom: 3px;
}

.w2i_ctm_name_tb li {
  display: table;
  margin-bottom: 5px;
}
.w2i_ctm_name_tb li .first {
  display: table-cell;
  width: 120px;
}
.w2i_ctm_name_tb li .second {
  display: table-cell;
  margin-right: 10px;
}
.w2i_ctm_name_tb li .third {
  display: table-cell;
  margin-right: 10px;
}

.w2i_input_exp {
  display: block;
  float: right;
  width: 190px;
}

.tblSet02 .w2i_input_exp {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.w2i_oversea .w2i_input_exp {
  width: 100px;
}

.w2i_form_email {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 4px 0 15px;
  display: table;
}
.w2i_form_email li{
  display: table-row;
}
.w2i_form_email .dt, .w2i_form_email .dd {
  display: table-cell;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 4px 0 15px;
}
.w2i_form_email .w2i_err .dt, .w2i_form_email .w2i_err .dd {
  background: #cc0000;
  color: #FFFFFF;
}
.w2i_form_email .dt {
  background: #f9f7f4;
  padding: 4px 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #CCCCCC;
  vertical-align: middle;
  width: 59px;
}
.w2i_err a{
  color: #FFF;
}
.w2i_err a:hover {
  text-decoration: underline;
}
.w2i_form_email .dd {
  padding: 4px 8px;
}

.w2i_confirm_ttl {
  color: #888;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

.w2i_d-tc {
  display: table-cell;
}

.w2i_d-t {
  display: table;
  text-align: left;
}

.w2i_d-tr {
  display: table-row;
}

.w2i_d-th {
  display: table-cell;
}
.w2i_confirm .w2i_d-th {
  padding: 8px;
  width: 210px;
  font-weight: bold;
  background-color: #F3F3F3;
  border-bottom: 1px solid #E6E6E6;
}
.w2i_confirm .w2i_d-th h5 {
  font-size: 100%;
}

.w2i_d-tc {
  display: table-cell;
/*  vertical-align: middle;*/
}
.w2i_confirm .w2i_d-tc {
  padding: 8px;
  border-bottom: 1px solid #E6E6E6;
}

.w2i_pr15 {
  padding-right: 15px;
}

.w2i_mr10 {
  margin-right: 10px;
}

.w2i_info {
  font-size: 90%;
  font-family: serif;
}
#camContentsArea .tblSet01 {
width: 100%;
box-sizing: border-box;
}
.w2i_w100{
width: 100%;
box-sizing: border-box;
}

.w2i_d-t .skey-ib {
  vertical-align: middle !important;
}


.txtCnt {
  text-align:center;
}
.pdb1 {
  padding-bottom:1em;
}
.mrt1 {
  margin-top:1em;
}
.mrt2 {
  margin-top:2em;
}
.fntLL {
  font-size:140%;
}



/*
WCAG2.0 1705
*/
.w22_sectionTitle02 {
  color: #767676;
  font-size: 90%;
  font-weight: bold;
  margin: 35px 0 8px;
}
.w22_confirm_ttl {
  color: #767676;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}
.w22_sectionTitle {
    background-image: url("/amcservice/amcimg/renew/ana-mileage-club-member-enrollment/image/ttl_bg_w1705.png");
    background-position: bottom center;
    background-repeat: repeat-y;
    font-weight: bold;
    font-size: 18px;
    border-top: 2px solid #674d28;
    margin-bottom: 5px;
}
.w22_sectionTitle span {
    padding: 2px 13px 2px;
    display: block;
    border-top: 1px solid #ffffff;
    color: #674d28;
    text-decoration: none;
    line-height: 1.6;
    font-family: "ÞâÌÀÄ«" , "Yu Mincho" , "ÞâÌÀÄ«ÂÎ" , "YuMincho" , "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSÌÀÄ«E" , "£Í£Ó £ÐÌÀÄ«" , "MS PMincho" ,"£Í£Ó ÌÀÄ«" , serif;
}
@media all and (-ms-high-contrast:none) {
    .w22_sectionTitle span {
        padding-top: 5px;
        line-height: 1.4;
    }
}

.w22_mgR5 {
  margin-right: 5px;
}
.w22_mgB10 {
  margin-bottom: 10px;
}
.w2i02 .w2i_form_line .w2i_item_require, .w2i02 .w2i_form_line .w2i_item_option {
  box-sizing: content-box;
  width: 149px;
}
.w2i_form_line .w2i_item_require.w22_legend_tbl{
  float: left;
  display: block;
  box-sizing: content-box;
  width: 149px;
}
.w2i_form_line .w22_input_tbl {
  width: 610px;
  display: block;
  float: left;
  box-sizing: content-box;
  border-bottom: none;;
}

.w22_postalcode_wrap {
    text-align: center;
    display: inline-block;
}

.w2i_input_line #w2streetNam,
.w2i_input_line #w2zipCode,
.w2i_input_line #w2houseNam {
    width: 295px;
}
.w2i_form_email .dd input {
    width: 440px;
}

.w2i_form_line.w2i_err .w2i_input_line.heightLine-group1,
.w2i_form_line.w2i_err .w2i_input_line.heightLine-group2{
  width: 616px;
  border-bottom: 1px solid #e6e6e6;
}


