@charset "utf-8";
/* CSS Document */


/* ----------------------
   compliance
---------------------- */



#message h3 {
	padding: 7px 14px;
	margin: 30px 0 30px;
	background: #002855;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#message h4 {
	font-size: 15px;
	line-height: 1.5;
}

#message h4 span {
	font-size: 13px;
	display:block;
}

#message .comptx {
	padding: 0 20px;
}
#message .comptx span{
	padding-left: 60px;
}
#message #comptd {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 80px;
}

.ind_1em {
	padding-left:1em;
}

.table03 {
    padding-left: 1em;
}

.table03 tr th {
    min-width: 90px;
}

@media screen and (max-width: 480px){
.table03 {
    min-width: 100% !important;
}
	
}

