@charset "UTF-8";

/* text */
.l-content .c-text--attention {
  padding-left: 18px;
  background: url("/maker/misumi/mech/product/cvs/rv/common/img/icon_attention.png") no-repeat 0 2px;
}

/* table */
.l-content .m-table_aa {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    line-height: 1.3;
}
.l-content .m-table_aa > thead > tr > th,.l-content .m-table_aa > tbody > tr > th,.l-content .m-table_aa > thead > tr > td,.l-content .m-table_aa > tbody > tr > td {
    padding: 3px 2px 1px;
    border: 1px solid #ccc;
    text-indent: 0;
    word-wrap: break-word;
	font-size: 11px;
}

.l-content .m-table_aa .bg_blue {
  background-color: #D9E1F2;
}
.l-content .m-table_aa .bg_red {
  background-color: #FCE4D6;
}
.l-content .m-table_aa .bg_wg {
  background-color: #E6E4E6;
}
.l-content .m-table_aa .top_td {
	color: #004098;
	font-weight: bold;
}
.l-content .m-table_aa .fontType {
	font-weight: bold;
}
.l-content .scroll_area {
    width: 930px;
    overflow-x: scroll;
}
.l-content .scroll_area table {
    width: 1300px;
}
