/*
 * 薪立資產管理有限公司網站樣式
 * 純 CSS，不使用任何框架, 自訂
 */
	.c-red{color:#C01719;}
	.hide{display:none;}
	.qback{width:100%;height:100%;background:rgba(255,255,255,.6);position:fixed;top: 0;left: 0;/*z-index: 9999;*/}/*全屏*/
	/*訊息視窗 Style*/
	.alertBox, .errorBox{border:solid 2px #aaa;width:300px;height:auto;padding:0 15px 20px 15px;
		box-sizing:border-box;background:#fff;border-radius:8px;position:relative;top:20%;margin:auto;}
	.errorBox{background:#ffe9e9;border:solid 2px #900;}
	.alertBox:before, .alertBox:after{width:50%;background:#fff;z-index:-1;position: absolute; top:10px; bottom:10px; left:10px;
		content:"";box-shadow:0 12px 10px rgba(0, 0, 0, 0.5);
		-webkit-transform: rotate(-3deg); -moz-transform:rotate(-3deg);	-o-transform:rotate(-3deg);	-ms-transform:rotate(-3deg);
		transform: rotate(-3deg);}
	.alertBox:after{right:10px; left:auto;
		-webkit-transform:rotate(3deg); -moz-transform:rotate(3deg);	-o-transform:rotate(3deg); -ms-transform:rotate(3deg);
		transform: rotate(3deg);}
	.errorback{background:#FFD8D9;box-shadow: inset 0px 0px 80px -28px #e36e6e;}/*給錯誤框使用*/
	.alertHead{width:100%;height:45px;line-height:45px;border-bottom:1px solid #99bafa;font-size:18px;color:#009;text-align:left;
		font-weight:bold;}
	.alertMes{width: 100%;height: auto;overflow: hidden;padding: 25px 30px;text-align: center;
		font-size: 16px;color: #333;box-sizing: border-box;line-height: 28px;}
	.alertBtn{display:block;width:75px;height:34px;line-height:34px;background-color:#3475f5;cursor:pointer;font-size:16px;text-align: center;
    	color: #fff;border-radius: 4px;border: 1px solid transparent;margin: 0 auto;box-shadow:inset 0px 10px 52px -10px #111;}
	.ConBtn{display:inline-block;width:75px;height:34px;line-height:34px;color: #fff;background-color:#3475f5;cursor:pointer;font-size: 16px;
		box-shadow:inset 0px 10px 52px -10px #111;border-radius:4px;border:1px solid transparent;text-align:center;
		margin-left:32px;margin-right:40px;}
	.alertBtn:hover, .ConBtn:hover{animation:okBtn .2s;} @keyframes okBtn{from{opacity:0;} to{opacity:1;}}
	.cancel{display: inline-block;width:75px;height:34px;line-height:34px;background:#fff;cursor: pointer;font-size:14px;
		color: #3475f5;border-radius: 4px;border:1px solid transparent;text-align:center;border:1px solid #3475f5;}