/* 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 {
	margin:0 0 0 -40px;
}
.radioCls li {
    position: relative;
    list-style: none;
    float: left;
    width: 33%;
}
.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;
}

/* 申込区分：画像タイプ */
.radioCls2 {
	margin:0;
	padding:0;
	list-style:none;
	width:260px;
	height:30px;
	border: 1px solid #0074f6;
	border-radius: 5px;
	background: #FFF;
}
.radioCls2 li{
	float:left;
	height:30px;
	/* background-image:url(/images/common/SelBt.png); */
	background-repeat:no-repeat;
	/* text-indent:-9999px; */
	overflow:hidden;
	text-align: center;
	line-height: 30px;
	/* background: #FFF; */
	font-size: 13px;
}
.radioCls2 li a {
	height:30px;
	display:block;
	/* background-color: white; */
	color: #0074f6;
}

.radioCls2 li a:hover {
    color: #0074f6;
    text-decoration: none;
}

.mOUSIKOMIKUBUN2_n {
	width:130px;
	background-position:0 0;
}
.mOUSIKOMIKUBUN2_h {
	width:130px;
	/* background-position:0 -30px; */
	background-color: #0074f6;
}
.mOUSIKOMIKUBUN2_h a,.mOUSIKOMIKUBUN1_h a{
	color: #FFF !important;

}

.mOUSIKOMIKUBUN1_n {
	width:130px;
	background-position:-113px 0;
}
.mOUSIKOMIKUBUN1_h {
	width:130px;
	background-position:-113px -30px;
	background-color: #0074f6;
}

.mOUSIKOMIKUBUN1_h a {
    color: #FFF;
}


#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;}


.sch_btn {
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    width: 200px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: #f6d700;
    box-shadow: 0 3px 0 #675a03;
    border-radius: 26px;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
	text-decoration: none;
}


.bk_gray{
	-webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 225, 225)), color-stop(51%, gray), to(rgb(231, 225, 225)));
    background-image: -webkit-linear-gradient(left, rgb(231, 225, 225) 0%, gray 51%, rgb(231, 225, 225) 100%);
    background-image: -moz-linear-gradient(left, rgb(231, 225, 225) 0%, gray 51%, rgb(231, 225, 225) 100%);
    background-image: -o-linear-gradient(left, rgb(231, 225, 225) 0%, gray 71%, rgb(231, 225, 225) 100%);
    background-image: linear-gradient(to right, rgb(231, 225, 225) 0%, gray 150%, rgb(231, 225, 225) 100%);	
}

.t_right{
	text-align:right!important;
}

.t_left{
	text-align:left!important;
}


.modal_button_top{
	position: absolute;
    left: 320px;
    top: -3px;
    width: 150px;
    height: 30px;
    cursor: pointer;
    background-color: #d65649;
	color:#fff;
    border-radius: 26px;
    line-height: 25px;
    font-size: 16px;
	text-align: center;
	border:#000 1px solid;
}


/* pop up */

.modal_content {
    padding: 20px 20px 0 ;
    position: relative;
   
    color: #000;
}

.modal_button_left {
	position:relative;
	left:110px;
    width: 160px;
    height: 40px;
	cursor: pointer;
	
	-webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 225, 225)), color-stop(51%, gray), to(rgb(231, 225, 225)));
    background-image: -webkit-linear-gradient(left, rgb(231, 225, 225) 0%, gray 51%, rgb(231, 225, 225) 100%);
    background-image: -moz-linear-gradient(left, rgb(231, 225, 225) 0%, gray 51%, rgb(231, 225, 225) 100%);
    background-image: -o-linear-gradient(left, rgb(231, 225, 225) 0%, gray 71%, rgb(231, 225, 225) 100%);
    background-image: linear-gradient(to right, rgb(231, 225, 225) 0%, gray 100%, rgb(231, 225, 225) 100%);
	
	
    border-radius: 26px;
    line-height: 35px;
	font-size: 16px;
	border:none;
	
}

.modal_button_right {
	position:relative;
	left:140px;
    width: 160px;
    height: 40px;
	cursor: pointer;
	
	-webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ab0214), color-stop(51%, #ea5f6e), to(#ab0214));
    background-image: -webkit-linear-gradient(left, #ab0214 0%, #ea5f6e 51%, #ab0214 100%);
    background-image: -moz-linear-gradient(left, #ab0214 0%, #ea5f6e 51%, #ab0214 100%);
    background-image: -o-linear-gradient(left, #ab0214 0%, #ea5f6e 71%, #ab0214 100%);
    background-image: linear-gradient(to right, #ab0214 0%, #ea5f6e 91%, #ab0214 100%);
    color: #fff;
	
    border-radius: 26px;
    line-height: 35px;
	font-size: 16px;
	border:none;
	
}

.ab{
	position:absolute;
}

.modal {
	display: block;
	width: 600px;
	max-width: 100%;
	/*height: 200px;*/
	height:80%;
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	margin: auto;
	top:0;

	/*transform: translate(-50%, -50%);*/
	/* margin: -200px 0 0 -200px; */
	background: white;
	box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
	overflow-y: scroll;
	overflow-x: hidden;
}

.closed {
	  display: none;
}

.close-button{
	cursor: pointer;
}
	
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0, 0, 0, 0.6);
}

.modal-guts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.modal .close-button {
	position: fixed;
	z-index: 150;
	top: 22px;
	/*right: 34.25%;*/
	border: 0;
	color: #000;
	background:#fff;
	padding: 10px 10px;
	font-size: 2.3rem;
	text-decoration: none;
	text-align: right;
	margin:40px 530px;
}

.open-button {
	border: 0;
	background: lightgreen;
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 21px;
}

.bk_blue{
	background-color:#008ecb;
	color:#fff;
	height:30px;
}

.h_modal{
	text-align:center!important;
	margin-bottom: 20px;
}

.ichiran{
	border-collapse:collapse; 
	width:100%;
}

