﻿.topic > article table.Code_Box td
{
	word-break: break-word;
}

.topic > article table.Rest_Box td
{
	word-break: break-word;
}

.topic > article .List_L1_Paragraph > table.Rest_Box, .topic > article .List_L1_Paragraph + table.Rest_Box, .topic > article ul:not([class]) + div:not([class]) > table.Rest_Box
{
	word-break: break-word;
}

.topic > article .List_L2_Paragraph > table.Rest_Box, .topic > article .List_L2_Paragraph + table.Rest_Box, .topic > article ul:not([class]) + div.List_2_Paragraph > table.Rest_Box
{
	word-break: break-word;
}
