@charset "utf-8";
/* CSS Document */

/* Table2-------------------------------------- */
.Table2 { width: 100% !important;
	border: 0px;
}

.Table2 th  { width: 30%; text-align: left; font-size:1.6rem; font-weight: normal;
	background-color: #616161; color: #ffffff;
	padding: 20px; border-bottom: 1px #D5D5D5 solid;
}

.Table2 td  { text-align: left; font-size:1.4rem;
	          color: #060606; background-color: #FFFFFF;
              padding: 20px; border-bottom: 1px #D5D5D5 solid;
              }

.Table2 p {font-size:1.3rem; line-height:1.6; letter-spacing:0.5pt; color: #171717; margin-bottom: 20px}




.BTEXT { font-size: 1.4rem; font-weight: bold;
         position: relative; padding-left: 13px; margin-right: 10px}

.BTEXT::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-left: solid 8px #697b91;
     top: 45%;
     left: 0;
     margin-top: -5px;
}












@media print, only screen and ( max-width:769px ){

/* Table2-------------------------------------- */
.Table2 {}

.Table2 th{ text-align: left;
    width: 92%;
	background-color: #616161; color: #ffffff;
    display: block;
    border-top: none;
	font-size: 1.6rem;
	font-weight: bold;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
    }


.Table2 td{ text-align: left;
    width: 92%;
    display: block;
    border-top: none;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #2A2A2A;
	border-bottom: 0px;
    }

.Table2 p {font-size:1.4rem; line-height:1.6; letter-spacing:0.5pt; color: #171717; margin-bottom: 20px}



}
