@charset "utf-8";

/* solutionResultTable */

table.solutionResultTable,
table.solutionResultTable tr td,
table.solutionResultTable tr th
{
    border: none;
    background: none;
    padding: 0.5em;
}

table.solutionResultTable
{
    border-collapse: collapse;
}

    table.solutionResultTable colgroup.who,
    {
        width: 120px;
    }
    table.solutionResultTable colgroup.rslt
    {
        width: 400px;
    }

    table.solutionResultTable thead tr th {
        background: #EEEEEE;
    }

    table.solutionResultTable tr td.after
    {
        background: #EEEEEE;
        border-bottom: 1px dashed #cccccc;
        vertical-align: top;
        font-weight: bold;
    }
    table.solutionResultTable tr td
    {
        border-bottom: 1px dashed #cccccc;
        vertical-align: top;
        font-weight: normal;
    }

        table.solutionResultTable tr td ul
        {
            margin-bottom: 10px;
            font-weight: normal;
        }
			table.solutionResultTable tr td ul li
			{
				margin-bottom: 0;
				font-weight: bold;
			}
			table.solutionResultTable tr td ul p
			{
				margin-bottom: 0;
				font-weight: normal;
			}

.solution_point
{
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
	background-color: #EEE;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 0.3em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
