@charset "utf-8";

/* CSS Document */

body {
    font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    font-size: 100%;
    min-height: 100vh;
    background-color: #f4a8a8;
}

.b-box{
	width: 800px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0px;
	transform: translateX(-50%) translateY(-50%);
}



 [class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

    [class*="icheck-"] > input:first-child:disabled {
        cursor: default;
    }

    [class*="icheck-"] > input:first-child + label::before,
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        border: 1px solid #010101;
        border-radius: 0px;
        /* background-color: #fff; */
        margin-left: -29px;
    }

    [class*="icheck-"] > input:first-child:checked + label::after,
    [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 7px;
        height: 10px;
        border: solid 2px #fff;
        border-left: none;
        border-top: none;
        transform: translate(7.75px, 4.5px) rotate(45deg);
        -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    }




.icheck-danger > input:first-child:checked + label::before,
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}



.form-box table { 
  border:1px solid #000; 
  font-size:16px; 
  border:1px solid #000;
  text-align:center;
  border-collapse:collapse;
	width: 100%;
} 
.form-box td { 
  border:1px solid #000;
  padding:5px;
} 
.header-box,.form-box,.Menu-box  { 
	width: 100%;
  float: right;
}
.form-box  { 
  margin: 10px auto 30px;
}
.header-box h1{
   font-size: 50px;
   float: left;
   width: calc(100% - 300px);
   color: #000000;
   line-height: 2;
}
.prove-box {
  width: 100%;
  float: left;
  background-image: url(../images/72109.png) ;
	background-size: 30% ;
	 background-repeat: no-repeat;
	background-position:center top;
} 
.header-box p{ 
    font-size: 10px;
    color: #666;
	float: right;
	padding: 10px;
	border: solid 1px #3d3c3c;
	line-height: 1.8;
} 
.prove-box h2{
    font-size: 30px;
    overflow: hidden;
    color: #000;
    position: relative;
    padding: 20px 0;
    margin: auto;
    width: 100%;
} 
.prove-box h2 span{
	position: relative;
	float: left;
	top:-10px;
	
	
	margin-right: 30px;
} 
.Chairman{
	float: right;
	font-size: 22px;
	width: 100px;
	font-weight: bold;
}
.number{
	float: right;
	width: 100%;
	text-align:right;
}
.number .no{
	font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #f00;
}
.date{
	float: left;
	 text-align:center;
	font-family: 'cwTeXKai', sans-serif;
	font-size:32px;
	width: 100%;
	letter-spacing: 4pt;
	margin-top: 20px;
}
.Remarks-box{
	float: left;
	width: 100%;
	
}