@charset "UTF-8";
/* @group Reset */






.button_00{
	display: inline-block;
	width : 100%;
	height : 80px;
	text-align: center;
	text-decoration: none;
	line-height : 80px;
	outline: none;
	background-color : #e1ebff;
	color : #003399;
border-radius: 5px; /* CSS3 */ 
-webkit-border-radius: 5px; /* Safari,Google Chrome */ 
-moz-border-radius: 5px; /* Firefox */ 
box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
-webkit-box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
-moz-box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
  font-size : 15px;
  font-weight : bold;
}



.button_00:hover{
	background-color : #003399;
  color : white;
}







.button_00::before,
.button_00::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_00,
.button_00::before,
.button_00::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}








.button_01{
	display: inline-block;
	width : 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color : #f9cfce;
	color : #ff3333;

box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
-webkit-box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
-moz-box-shadow:0px 0px 2px 1px rgba(175,175,175,0.53);
  font-size : 15px;
  padding-top : 16px;
  padding-bottom : 16px;
}



.button_01:hover{
	background-color : #ff3333;
  color : white;
}







.button_01::before,
.button_01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_01,
.button_01::before,
.button_01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}






.button_04{
	display: inline-block;
	width : 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color : #0054a8;
	color : white;

  font-size : 16px;
  padding-top : 16px;
  padding-bottom : 16px;border-width : 1px;border-style : solid;border-color : #0054a8;
}



.button_04:hover{
	background-color : #c4e1ff;
  color : #0054a8;
}







.button_04::before,
.button_04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_04,
.button_04::before,
.button_04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}








.button_05{
	display: inline-block;
	width : 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color : #f8b500;
	color : black;

  font-size : 16px;
  padding-top : 16px;
  padding-bottom : 16px;border-width : 1px;border-style : solid;border-color : #f8b500;
  margin-bottom : 8px;
}



.button_05:hover{
	background-color : #ffeab3;
  color : #f8b500;
}







.button_05::before,
.button_05::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_05,
.button_05::before,
.button_05::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}









.sample_03{
 width : 100%;
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
  margin-top : 16px; 
  background-repeat : no-repeat;
background-size: contain;


}
 .sample_03 TH{
 width : 100px;
 padding : 4px 4px 4px 10px;
 text-align: left;
 vertical-align: top;
 color : white;
 background-color : rgba(255, 51, 51, 0.7);
 
  font-size : 13px;
  font-weight : normal;
  margin-bottom : 2px;
  border-left-width : 5px;
  border-left-style : double;
  border-left-color : #ff3333;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff3333;
  letter-spacing : 5px;
}
 .sample_03 TD{
 padding : 4px 4px 4px 10px;
 background-color : rgba(255, 255, 255, 0.7);
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 13px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
}


.sample_033{
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 10px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #003399;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #003399;
  width : 100%;
}
 .sample_033 TH{
 width : 25%;
 padding : 4px 4px 4px 10px;
 text-align: left;
 vertical-align: top;
 
  font-size : 13px;
  font-weight : normal;
  margin-bottom : 2px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #003399;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #003399;
  background-color : #e6eeff;
}
 .sample_033 TD{
 padding : 4px 4px 4px 10px;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #003399;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 13px;
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #003399;
  background-color : white;
}



.sample_034{
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 10px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #ff3333;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ff3333;
  width : 100%;
}
 .sample_034 TH{
 width : 80px;
 padding : 4px 4px 4px 10px;
 text-align: left;
 vertical-align: top;
 
  font-size : 13px;
  font-weight : normal;
  margin-bottom : 2px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff3333;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #ff3333;
  background-color : #f9cfce;
}
 .sample_034 TD{
 padding : 4px 4px 4px 10px;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff3333;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 13px;
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #ff3333;
  background-color : white;
  text-align : center;
}




.sample_031{
 width: 100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-left : 1px solid #cccccc;
  border-top-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : silver;
  border-right-color : silver;
}
 .sample_031 TH{
 width : 20%;
 padding : 4px 4px 4px 10px;
 text-align: left;
 vertical-align: top;
 color : white;
 background-color : #7f4000;
 
  font-size : 1rem;
  font-weight : normal;
  margin-bottom : 3px;
  border-left-width : 5px;
  border-left-style : double;
  border-left-color : white;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  letter-spacing : 10px;
}
 .sample_031 TD{
 width : 80%;
 padding : 4px 4px 4px 10px;
 background-color: #fafafa;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 1rem;
}


.sample_032{
 width: 100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-left : 1px solid #cccccc;
  border-top-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : silver;
  border-right-color : silver;
}
 .sample_032 TH{
 width : 30%;padding-right : 4px;padding-left : 10px;
 text-align: left;
 vertical-align: top;
 background-color : #f7b500;
 
  font-size : 0.9rem;
  font-weight : normal;
  margin-bottom : 2px;
  border-left-width : 5px;
  border-left-style : double;
  border-left-color : white;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  padding-top : 4px;
  padding-bottom : 4px;
}
 .sample_032 TD{
 width : 20%;
 padding : 4px 4px 4px 10px;
 background-color: #fafafa;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 0.9rem;
}

#main_pic{
  margin-top : 8px;
}




.sample_035{
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 10px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #ff0000;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ff0000;
  width : 100%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  margin-top : 10px;
  font-size : 14px;
}
 .sample_035 TH{
 padding : 4px 4px 4px 10px;
 vertical-align: top;
  font-weight : normal;
  margin-bottom : 2px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  border-left-width : 6px;
  border-left-style : double;
  border-left-color : #ff0000;
  background-color : rgba(255, 0, 0, 0.14);
  text-align : left;
}
 .sample_035 TD{
 padding : 4px 4px 4px 10px;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  margin-bottom : 2px;
  margin-left : 3px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : white;
  background-color : white;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #ff0000;
}

#sam_p{
  font-size : 14px;
}



.sample_036{
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 10px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #ff0000;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ff0000;
  width : 100%;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  margin-top : 10px;
  font-size : 14px;
}
 .sample_036 TH{
 width : 100px;
 padding : 4px 4px 4px 10px;
 vertical-align: top;
 
  font-size : 14px;
  margin-bottom : 2px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  border-left-width : 6px;
  border-left-style : double;
  border-left-color : #ff0000;
  background-color : rgba(255, 0, 0, 0.14);
  text-align : left;
}
 .sample_036 TD{
 padding : 4px 4px 4px 10px;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff0000;
  margin-bottom : 2px;
  margin-left : 3px;
  font-size : 14px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : white;
  background-color : white;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #ff0000;
}



.sample_07{
 border-collapse: separate;
 border-spacing: 0px;
  margin-bottom : 20px;
  width : 100%;
}
 .sample_07 TH{
 padding : 4px;
 text-align : center;
 vertical-align: top;
 color : white;
 background-color : #003399;
 
  font-size : 13px;
  margin-bottom : 2px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  width : 49px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : silver;
  font-weight : normal;
border-top-left-radius: 4px; 
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; 


  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
}
 .sample_07 TD{
 padding : 4px;
 background-color : #f6f6f6;
 
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-bottom : 2px;
  font-size : 13px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : silver;
  width : 49px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #cccccc;
}



