@charset "UTF-8";

table{
	border-collapse:collapse;
	font-size:14px;
	width:100%;
	margin:20px 0;
}
table th{
	border-bottom:1px solid #D9EFFF;
	font-weight:normal;
	text-align:left;
	padding:7px 15px;
	background:#F2FAFF;
}
table td{
	padding:7px 15px;	
	border-bottom:1px solid #D9EFFF;
	vertical-align:top;
}
.sub ul{
	list-style-type:none;
	margin:20px 0;
}
.sub ul li{
	list-style-type:none;
	position:relative;
	padding-left:20px;
}
.sub ul li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#0066B5;
	width:5px;
	height:5px; 
	top:10px; 
	left:5px; 
	border-radius: 5px;
}
.sub .bn ul{
	list-style-type:none;
	margin:0;
}
.sub .bn ul li{
	list-style-type:none;
	position:relative;
	padding-left:0;
}
.sub .bn ul li:after{
	content:none;
}
.must{
	color:red;
}
.blue{
	color:#00B0F0;
}
.bblue{
	color:#0066B5;
}
.green{
	color:#00B050;
}
.bold{
	font-weight:400;
}
.bbold{
	font-weight:700;
}
.height{
	line-height:1.0;
}
.valignm{
	vertical-align:middle !important;	
}
.valignb{
	vertical-align:bottom !important;	
}
.btn {
  display: inline-block;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width:300px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-blue {
	border-radius: 6px;
  border:2px solid #0066B5;
  font-size:16px;
  color: #fff;
  background-color: #0066B5;
  font-weight:bold;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #0066B5;
  background-color: #fff;
  border-color: #0066B5;
}
.btn-blue:hover {
  color: #0066B5;
  background-color: #fff;
  border-color: #0066B5;
}
	

@media screen and (max-width: 640px) {
table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom:1px solid #D9EFFF;
	background:#F2FAFF;	
}
table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom:1px solid #D9EFFF;
	background:#fff;	
}
.btn {
  min-width:40%;
}
}















