/* CSS Document */
.selector-hide {
    display: none;
}
.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 {
	margin:0 0 0 0;
}
.radioCls li {  
    position: relative;  
    list-style: none;  
    float: left;  
    width: 49%;
}  
.radioCls label {  
    display: block;  
    padding: 5px 0;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	background: -moz-linear-gradient(top, #ffffff 0%, #ddd 50%, #CCC 51%, #bbb 100%);
    border: 1px solid #fff;
	box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
    color: #333;  
    font-weight: bold;  
    text-shadow: 0 1px #fff;  
    text-align: center;  
    color: #555;  
	cursor:pointer;
}  
.radioCls li:first-child label {  
    border-radius: 5px 0 0 5px;  
}
.radioCls li:last-child label {  
    border-left: 0;  
    border-radius: 0 5px 5px 0;  
}  
.radioCls input[type="radio"]:checked + label {  
    text-shadow: 0 -1px #fff;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	background: -moz-linear-gradient(top, rgba(100,100,100,.3) 0%, rgba(255,255,255,0) 100%);
    color: #111;  
}  
.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;
	
	/* TERUMI */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, rgba(100,100,100,.3)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(100,100,100,.3) 100%);
	border:1px solid #666;
	border-radius:5px;
	width:90%;
	height:45px;
	position:relative;
}
/* TERUMI ADD */
#Btn_calendar img{
	position:absolute;
	top:5px;
	left:5px;
}
#Btn_calendar span{
	position:absolute;
	left:55px;
	line-height:45px;
	color: #333;
	text-shadow:0 1px #FFF;
	font-size:16px;
}



#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;};}
