/* CSS Document */

/* mTable01 */
#app01.mTable01 {
	margin: 15px 0 20px;
}

#app01.mTable01 table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

#app01.mTable01 table caption {
	padding-bottom: 5px;
}

#app01.mTable01 .mNoteList {
	margin-bottom: 0;
}

#app01.mTable01 table th {
	background: #edf9ff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #1b4d74;
	font-weight: bold;
	padding: 12px 15px;
	vertical-align: middle;
	text-align: center;
}

#app01.mTable01 table tbody th,
#app01.mTable01 table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 15px;
}


@media screen and (max-width: 950px) {
.sp_no{
	display:none !important;
}

.document_form .mTable02 td:first-child {
    margin-bottom: 0 !important;
}

.document_form .mTable02 td.spmb10 {
    margin-bottom: 10px !important;
}

}

@media screen and (min-width: 950px) {
.pc_no{
	display:none !important;
}
}