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


/* background color */
.bgD0E5FA{
	background-color: #D0E5FA;
}

.bgDDDDDD{
	background-color: #DDDDDD;
}

.bgF5F5F5{
	background-color: #F5F5F5;
}

.bgFAE4E1{
	background-color: #FAE4E1;
}


/* vertical align */
tr.vtop th,
tr.vtop td,
.vtop{
	vertical-align:top !important;
}
tr.vmdl th,
tr.vmdl td,
.vmdl{
	vertical-align:middle !important;
}
tr.vbtm th,
tr.vbtm td,
.vbtm{
	vertical-align:bottom !important;
}

/* align */
tr.center th,
tr.center td,
.center{
	text-align: center !important;
}
tr.left th,
tr.left td,
.left{
	text-align: left !important;
}
tr.right th,
tr.right td,
.right{
	text-align: right !important;
}


/* table0101 */
.table0101{
	
}

.table0101 th,
.table0101 td{
	padding: 8px 10px;
	border: 1px solid #ADC2D5;
	text-align: left;
}

.table0101 .img{
	text-align: center !important;
}



/* table0201 */
.table0201{
}

.table0201 th{
	padding: 10px 10px 7px;
	text-align: left;
	border: 1px solid #ADC2D5;
}

.table0201 td{
	padding: 8px 10px 10px;
	border: 1px solid #ADC2D5;
}

.table0201 .img{
	text-align: center;
}



/* table0301 */
.table0301{
}

.table0301 th,
.table0301 td{
	padding: 9px 12px;
	text-align: left;
	border: 1px solid #ADC2D5;
}

.table0301 .img{
	text-align: center !important;
}



/* table04 */
.table04{
}

.table04 th{
	padding: 9px 8px;
	border: 1px solid #ADC2D5;
	text-align: left;
}

.table04 td{
	padding: 9px 8px;
	border: 1px solid #ADC2D5;
}

.table04 .blank{
	border: none;
}

