/* Dan Start*/
#divContentGeneral {
    width: 1000px !important;
}

.title{
	font-size: 24px;
	font-family: Arial;
	padding-bottom:14px;
	font-weight:bold;
	letter-spacing:2.5px;
	}
.font_16{
	font-size: 16px;
}
.pad_15{
	padding:16px !important;;
}
.table{
	width:100%;
    border-collapse: collapse;
    border-color:black;
    table-layout: fixed;
    word-break: break-all;
}
.table tbody>tr>td{
	 padding: 0px;
	 vertical-align: revert;
}
tr, td {
    border-bottom: 1px solid black;
    border-top: 1px solid black !important;
}
.table a{
   text-decoration: underline;
   
}
.ver_mid{
	vertical-align: middle !important;
	white-space: break-spaces;
	padding: 0 5px !important;
}
.ver_mid1{
	display: table-cell;
	padding: 0 5px !important;
}
.font-weight{
	font-weight:bold;
}
.text-right{
	text-align:right;
}

.tit_header{
	border-left: 6px solid ;
    border-bottom: 2px solid;
    width: 177px;
    margin: 20px 0;    
    padding-left: 5px;
    font-weight:bold;
}
.font_title1{
	font-size: 20px;
}
.font_title2{
	font-size: 16px;
}

.banner-kumi{
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
    background-size: contain;
    text-align: center;
    padding-top: 9px;
    font-size: 24px;
    font-family: Arial;
    padding-bottom: 14px;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin-top: 60px;
}
 
@media print {
	#bannerPart {
		width: 100%;
	}
	#logo_company {
    	width: 100%;
	}
	#divContentGeneral {
    	width: 100%;
	}
}

.ruby1 rt {
 display: ruby-text;
 white-space: inherit;
 line-height: 1;
}
.ruby1{
	display:inline-block;
	white-space: nowrap;
}
.table tbody+tbody {
    border-top: 1px solid black !important;
}
/* Dan End*/