
#disabled td *{
	border:none;
	background-color:white;
}

#disabled td label, #disabled td select{
	color:#333333;
	cursor:default;
	text-decoration:none;
}

#disabled select{
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
}

#errmsg li{
	color:red;
}

#sateiform table, #sateiform th, #sateiform td{
	border-collapse:collapse;
	border:solid 1px #cccccc;
}

#sateiform table{
	font-size:13px;
	margin:20px auto;
	width:100%;
}

#sateiform th{
	vertical-align:middle;
	padding:0 0 0 10px;
	width:190px;
	background-color:#2c3e94;
	color:white;
}

#sateiform th span{
	color:red;
	margin-left:3px;
}

#sateiform td{
	color:#666666;
	text-align:left;
	padding:8px;
}

#sateiform table.left{
	float:left;
	width:48%;
}

#sateiform table.right{
	float:right;
	width:48%;
}

#sateiform select:hover, #sateiform input[type="radio"]:hover, #sateiform label:hover, input[type="submit"]{
	cursor:pointer;
}

#sateiform li{
	text-align:left;
}









/* スマートフォン用------------------------------------------------------------ */
@media only screen and (max-width: 800px){
	
	

#disabled td *{
	border:none;
	background-color:white;
}

#disabled td label, #disabled td select{
	color:#333333;
	cursor:default;
	text-decoration:none;
}

#disabled select{
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
}

#errmsg li{
	color:red;
}

#sateiform table, #sateiform th, #sateiform td{
	border-collapse:collapse;
	border:solid 1px #cccccc;
}

#sateiform table{
	font-size:10px;
	margin:20px auto;
	width:100%;
}

#sateiform th{
	vertical-align:middle;
	padding:0 0 0 10px;
	width:90px;
	background-color:#2c3e94;
	color:white;
}

#sateiform th span{
	color:red;
	margin-left:3px;
}

#sateiform td{
	color:#666666;
	text-align:left;
	padding:8px;
}

#sateiform table.left{
	float:none;
	width:99%;
}

#sateiform table.right{
	float:none;
	width:99%;
}

#sateiform select:hover, #sateiform input[type="radio"]:hover, #sateiform label:hover, input[type="submit"]{
	cursor:pointer;
}

#sateiform li{
	text-align:left;
}




	
	
	
}
