/* CSS Document */
.step2_table{
	margin:0 auto; padding:1px;
	text-align:left;
	font-size:12px;
}
.contact_edit_table th{
	width:33%;
	font-weight:normal;
	padding:2px 2px 2px 5px;
	text-align:center;
}
.contact_edit_table td{
	padding:5px 2px 5px 5px;
}
#step1Bt{
	width:219px;
	margin:30px auto 10px;
	display:block;
}
.Date{
	border:1px solid #333;
	width:180px;
}

.radioCls input[type="radio"]:checked + label {
  font-weight: bold;
}
.radioCls input[type="radio"] {
    opacity : 0;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    padding: 0;
}




#Map_Btn {
	float:left;
	padding:0 0 0 10px;
}

#Btn_calendar {
	float:left;
	margin-left:5px;
}


#arret_txt2{
	display: block;
	width: 86px;
	/* height: 20px; */
	line-height: 22px;
	padding: 3px;
	/* margin: 8px 0 0; */
	float: right;
	background: #ececec;
	color: #000;
	border-radius: 27px;
	text-align: center;
	font-size: 15px;
	border-bottom: 3px solid #656565;
}

#arret_txt2 i {
    color: #e52413;
    margin: 0 5px 0 0;
}
.arret_txt2_n{ display: none !important;}
.arret_txt2_h{ display: inline-block;};}

.radioCls {
	margin: 0;
}
.radioCls li {
  position: relative;
  list-style: none;
  float: left;
  width: 33.33%;
}
.radioCls input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.radioCls input[type="radio"]:checked + label {
  background: #ff933e;
  color: #fff;
  font-size: 15px;
}
.radioCls label {
  display: block;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  color: #000;
  cursor: pointer;
}
/* 申込区分のラジオを横いっぱいに均等配置 */
.radioCls{
  width: 100%;
  padding: 0;       /* ulのデフォルト余白対策 */
  margin: 0;        /* ulのデフォルト余白対策 */
  display: flex;
}

.radioCls li{
  float: none;      /* 既存 float を無効化 */
  width: auto;      /* 既存 width を無効化 */
  flex: 1;          /* 3つを均等割り */
}

.radioCls label{
  width: 100%;
  box-sizing: border-box; /* border分でズレないように */
}