@charset "shift_jis";
/********************************************/
/*　　　　　　　シュミレータ用　　　　　　　*/
/********************************************/

#loadImg {
	margin:30px auto;
	text-align:center;
}

.resultData {
	display:none;
}

.startSimBtn {
	margin:24px auto;
	padding:0;
	text-align:center;
}

.backSimBtn {
	margin:0 auto;
	padding:0;
	text-align:center;
}

.redleft {
	margin:0;
	padding:0;
	color:#F00;
	font-size:14px;
}

.startSimBtn input[type*="submit"] {
	margin:0 auto;
	padding:10px 24px;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(50%, #FF8600), color-stop(51%, #FF7700), to(#FF6600));
	background-color:#FF9900;
	font-size:24px;
	font-weight:bold;
	line-height:1.0;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 0 4px #999999;
	box-shadow:0 0 4px #999999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.backSimBtn input[type*="submit"] {
	margin:0 auto;
	padding:8px 32px;
	font-size:16px;
	line-height:1.0;
	color:#333;
	border:solid 1px #999;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(25%,#EEE), color-stop(100%,#DDD));
	background-color:#EEE;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*** リンクボタン ***/
.link {
	margin:16px;
	padding:0;
	font-size:18px;
	line-height:1.0;
	text-align:center;
}
.link a {
	margin:0;
	padding:8px 0;
	display:block;
	color:#00F;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD0), color-stop(100%,#FA0));
	background-color:#FD0;
	border:outset 1px #999;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.link p {
	margin:0;
	padding:8px 0;
	display:block;
	color:#999;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#999));*/
	background-color:#CCC;
	border:outset 1px #999;
	-webkit-border-radius:8px;
	border-radius:8px;
}
