/*common*/
input[type="text"]/*reset*/ {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mrg_t_20{margin-top:20px;}
.clear{clear:both;}

#rego .register_table td br{display: none;}
@media screen and (max-width: 768px){
  #rego .register_table td br{display:block;}
}

.applicant h2{
  margin-top: 42px;
}

.applicant h3{
	font-size: 130%;
	padding: 60px 0px 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b7b7b7;
	color: #054793;
}

/*register.html*/
#rego{margin:0px auto;}
#rego ul{width:100%; display:flex;}
#rego li{ width:25%; background:#99cbdc; padding:10px; color:#fff; border-left:1px dotted #929292; margin-bottom:20px;}
#rego li.color{background:#0032a0; color:#fff; font-weight:bold;}
#rego li.brd_none{border-left:none;}
#rego h2{ clear:both;}
#rego table{ width:100%; margin:40px auto 60px auto;}
#rego table th{background:#99cbdc; border-bottom:1px solid #ffffff; text-align:left; padding:10px; width:200px;}
@media screen and (max-width: 768px){#rego table th{width:30%;}}
#rego table td{border-bottom:1px dotted #ac9f81; padding:10px;}
#rego table td input{padding: 5px; border:1px solid #d7d7d7;
}
#rego table td select{padding: 5px; border:1px solid #d7d7d7;
}
#rego .brd_top{border-top:1px dotted #ac9f81;}
#rego #btn_area{display:flex; justify-content: center; margin:0px auto; text-align:center; margin-bottom:40px; border: none;}
#rego #btn_area div{margin:0px 10px; width: 200px;}
#rego #btn_area div input{width: 200px;}
@media screen and (max-width: 768px){
  #rego #btn_area{display:block;}
  #rego #btn_area div{width: 100%; margin: 0px;}
  #rego #btn_area div input{width: 100%; margin-top: 20px;}
 }
#rego .cancel_list{
	border: 2px solid #f00;
	color:#f00;
	text-align:left;
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 1.6em;
	margin-top: 40px;
}
#rego .cancel_list .cancel_title{
	font-weight: 600;
	text-align: center;
	padding-bottom:5px;
  background-color: #f00;
  padding:15px; 
  color: #fff;
}
#rego .cancel_list dl {
  font-size: 80%;
  padding: 15px;
}
#rego .cancel_list dl dt {
    font-weight: normal;
    text-indent: 0em;
    margin-top: 0px;
    float: left;
    color:#f00;
}
#rego .cancel_list dl dd {
    padding-left:30px;
    text-indent: 0em;
    color:#f00;
}
@media screen and (max-width: 768px){#rego #id_address{width: 100%;}
}
#rego p.btn_center{
  margin: 0px auto;
  text-align: center;
  width: 150px;
}


/*popup_register*/
 #nc{margin-top:40px;}
#rego #nc p{float:left; width:100%;margin-bottom:20px; line-height: 1.6em;}
#rego #nc #pop{float:right;margin-bottom:20px; border: 1px solid #D7D7D7;}
#rego #ipop{
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  /* この５行は必須 */
  width: 400px;
  height: 241px;
  position: absolute;
  display: none;
  z-index: 9999;
}
#rego  #ipop_title {background-color:#D7D7D7; padding:5px; cursor: move; font-weight:bold;}
#rego #ipop_close {cursor: pointer; padding:5px; float: right; font-weight:bold;}
#rego #pop{background:url(../images/sample_s.png) no-repeat; width:180px; height:108px;}
#rego #pop a{display:block; text-indent:-9999px; height:108px; width:180px;}


/*popup_pay*/
#rego #ipop_pay{
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  /* この５行は必須 */
  width: 400px;
  height: 430px;
  position: absolute;
  display: none;
  z-index: 9999;
}
#rego  #ipop_pay_title {background-color:#D7D7D7; padding:5px; cursor: move; font-weight:bold;}
#rego  #cord { text-align:center;margin:20px auto;}
#rego  #cord p{display:block; width:338px; font-weight:normal; font-size: 90%; margin:20px auto; white-space: normal; line-height: 1.4em; text-align:left; margin-left:30px; font-size:small;}
@media screen and (max-width: 768px){
  #rego #ipop_pay{
    width: 90%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;   
  }
  #rego #cord {
    width: 90%;
    margin:0px auto;
  }
  #rego  #cord img{
    width: 100%;
    margin-top: 20px;
  }
  #rego  #cord p{
    width: 100%;
    margin-left: 0px;
  }
}
#rego #ipop_pay_close {cursor: pointer; padding:5px; float: right; font-weight:bold;}
#rego #pop_pay a{color:#ff0000; font-size:80%;}


/*pay.html*/
#rego table table{ margin:0}
#rego table .t_wd{width:120px;}
#rego table .pdd_0{padding:0px;}
#rego table table th{background:#99cbdc; width:170px; border-left: 1px solid #fff;}
#rego table .brd_none{border:none;}
@media screen and (max-width: 768px){
  #rego table .t_wd{width:20%; }
  #rego table table th{width: 20%;}
  #rego table td #cn{width:100%!important;}
}
.brd_none{border:none;}

/*pay_error.html*/
#error{clear:both; display:block; padding:40px; color:#ff0000; text-align:center; font-weight:bold; }

/*pay_complete.html*/
#complete{clear:both; display:block; padding:40px; text-align:center; font-weight:bold; font-size: 120%;}
#complete_p{display:block; padding-bottom:40px; line-height: 1.6em;}

/*pay_confirm.html*/
.correction{ display:block; padding:2px 20px;float:right; color:#ffffff; margin-top:-4px; margin-left:15px;
  font-size:medium; background: #f60;color: #ffffff;border: 1px solid #f60;border-radius: 3px;text-decoration: none;}
  .correction:hover{background: #fff;color: #f60;} 
  h2 a:hover{color:#e0d6bd;}
  .pay_confirm_caution{color:#f00; font-weight:600; font-size:120%; padding-bottom:40px; line-height: 1.6em;}


/*index.html*/
#index_btn_area{display:block; margin:0px auto; text-align:center; margin-bottom:40px; }
#index_btn_area .btn{
  width:180px;
  margin-bottom:10px;
  margin-top:20px;
  background-image: -webkit-linear-gradient(top, #db6066, #a7363b);
  background-image: -moz-linear-gradient(top, #db6066, #a7363b);
  background-image: -ms-linear-gradient(top, #db6066, #a7363b);
  background-image: -o-linear-gradient(top, #db6066, #a7363b);
  background-image: linear-gradient(to bottom, #db6066, #a7363b);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  border:none;
}
#index_btn_area .btn:hover {
  background-image: -webkit-linear-gradient(top, #a7363b, #db6066);
  background-image: -moz-linear-gradient(top, #a7363b, #db6066);
  background-image: -ms-linear-gradient(top, #a7363b, #db6066);
  background-image: -o-linear-gradient(top, #a7363b, #db6066);
  background-image: linear-gradient(to bottom, #a7363b, #db6066);
  text-decoration: none;
}
a.btn {
  padding: 0 8px;
}
.btn.red {
  color: #ffffff;
  border:none;
  background-image: -webkit-linear-gradient(top, #db6066, #a7363b);
  background-image: -moz-linear-gradient(top, #db6066, #a7363b);
  background-image: -ms-linear-gradient(top, #db6066, #a7363b);
  background-image: -o-linear-gradient(top, #db6066, #a7363b);
  background-image: linear-gradient(to bottom, #db6066, #a7363b);
	display: inline-block;
}
.btn:hover.red {
  background-image: -webkit-linear-gradient(top, #a7363b, #db6066);
  background-image: -moz-linear-gradient(top, #a7363b, #db6066);
  background-image: -ms-linear-gradient(top, #a7363b, #db6066);
  background-image: -o-linear-gradient(top, #a7363b, #db6066);
  background-image: linear-gradient(to bottom, #a7363b, #db6066);
}
.center {
    margin: 0 auto;
}
.text_center {
    text-align: center;
}
@media screen and (max-width: 768px){
  .table_wrapper{
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px){
  .applicant_index_table th,.applicant_index_table td{
    display: revert!important;
    padding: 10px!important;
    vertical-align: middle;
  }
}
.applicant_index_table th{
  background:#99cbdc ;
  border-right: 1px dotted #fff;
}
.applicant_index_table td{
  border-left: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
}
.applicant_index_table td:first-child{
  border-left: none;
}
.applicant_index_table td a.btn_blue{
  display: block;
  color:#fff;
  text-decoration: none;
}
.applicant_index_table td a.btn_blue:hover{
  color:#0032a0;
  text-decoration: none;
}
.applicant_index_cautiontxt{
  padding: 40px 0px;
  line-height: 1.6em;
}
