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


#main_container table tbody tr th {
text-align: center !important;
}


@media screen and (max-width: 900px){

#main_container table thead {
display: none !important;
}
#main_container table td:empty{
	visibility:hidden;
	padding:0;
}

#main_container table td:nth-child(2)::before {
content: '案件名：';
}

#main_container table td:nth-child(3)::before {
content: '要求課：';
}

/*
#main_container table td:nth-child(4)::before {
content: '結果：';
}
*/


/*質疑回答あり*/
#main_container .kaitou td:nth-child(3)::before {
content: '要求課：';
}

#main_container .kaitou td:nth-child(4)::before {
content: '質疑回答：';
}

#main_container .kaitou td:nth-child(4){
text-align:left !important;
}

/*
#main_container .kaitou td:nth-child(5)::before {
content: '結果：';
}
*/

}
