@charset "utf-8";
/* CSS Document */


/* ----------------------
   compliance
---------------------- */

.mt0 {margin-top: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}

@media screen and (max-width:480px){

	.mt40 {margin-top: 20px !important;}
	.mt60 {margin-top: 30px !important;}
	.mt80 {margin-top: 40px !important;}
	.mt100 {margin-top: 50px !important;}
	
}

#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: 76px;
}

@media screen and (max-width: 480px){
.table03 {
    min-width: 100% !important;
}
	
}