/*common*/
.mrg_t_20{margin-top:20px;}
.clear{clear:both;}


/*register.html*/
#rego{margin:0px auto;}
#rego ul{width:717px; margin-top:20px;}
#rego li{ width:158px; float:left; background:#dbdbdb; padding:10px; color:#929292; border-left:1px dotted #929292; margin-bottom:20px;}
#rego li.color{background:#e0d6bd; color:#9D2B2D; font-weight:bold; width:159px;}
#rego li.brd_none{border-left:none;}
#rego h2{ clear:both;}
#rego table{ width:100%; margin:20px auto 20px auto;}
#rego table th{background:#e0d6bd; border-bottom:1px solid #ffffff; text-align:left; padding:10px; width:200px;}
#rego table td{border-bottom:1px dotted #ac9f81; padding:10px;}
#rego .brd_top{border-top:1px dotted #ac9f81;}
#rego #btn_area{display:block; margin:0px auto; text-align:center; margin-bottom:40px; }
#rego p .btn{
  display:inline-block;
  margin-right:5px;
  width:180px;
  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;
}
#rego p .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;
}
#rego .cancel_list{
	border: 2px solid #f00;
	color:#f00;
	padding:15px; 
	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;
}
#rego .cancel_list dl dt {
    font-weight: normal;
    text-indent: 0em;
    margin-top: 0px;
    float: left;
}
#rego .cancel_list dl dd {
    padding-left:30px;
    text-indent: 0em;
}

/*popup_register*/
 #nc{margin-top:20px;}
#rego #nc p{float:left; width:500px;margin-bottom:20px;}
#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; margin-top:20px; text-align:left; margin-left:30px; font-size:small;}
#rego #ipop_pay_close {cursor: pointer; padding:5px; float: right; font-weight:bold;}
#rego #pop_pay a{color:#ff0000;}


/*pay.html*/
#rego table table{ margin:0}
#rego table .t_wd{width:120px;}
#rego table .pdd_0{padding:0px;}
#rego table table th{background:#f1e6cc; width:170px;}
#rego table .brd_none{border:none;}
.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; }
#complete_p{display:block; padding-bottom:40px;}

/*pay_confirm.html*/
.correction{ display:block; padding:2px 20px;float:right; color:#ffffff; margin-top:-4px; margin-right:-2px;
	font-size:medium;
  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);
    -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-decoration: none;
}
h2 a:hover{color:#e0d6bd;}


/*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;
}
