@charset "shift_jis";

/* sim.css
====================================== */
#contents .table01 .w30{
	width:30%;
}
#contents .table01 .w40{
	width:40%;
}
#contents .table01 td.w30{
		text-align:right;
	}
#contents table .child{
	width:100%;
}
#contents table .child td,
#contents table .child th{
	font-size:1.0em !important;
	margin:0;
	padding:0;
	border:none;
	background:none;
}

/* input */
input {
	margin-right:5px;
	padding:2px;
	width:100px !important;
	ime-mode:disabled;
}
/* button */
#contents .boxLogin{
	border:none !important;
	padding:0 !important;
}

/* result table */
.result_table{
	display:none;
	margin-bottom: 0 !important;
}
.sim{
	border-top:none !important;
}
.tdw6{
/*	padding-left:10px !important;*/
	display:none;
}
.tdw7{
	width:100%;
	text-align:right !important;
}
.wrapRadio label{
	cursor:pointer;
}
.wrapRadio input{
	width:auto !important;
}

/*smt*/
@media screen and (max-width:767px){
	#contents .table01 .w30,
	#contents .table01 .w40{
		padding:5px;
	}
	#contents .table01 .w30{
		width:25%;
	}
	#contents .table01 .w40{
		width:50%;
	}
	/* input */
	input {
		width:45% !important;
	}
	/* button */
	#contents .boxLogin .normalBtn01{
		width:auto !important;
	}
}