@charset "UTF-8";

@import url(../../shared/css/import.css);
@import url(../../shared/css/section/thickbox.css);

#main {
    margin-top: 10px;
    margin-bottom: 50px;
}

#main h2 {
    margin-bottom: 25px;
}

#main table {
    width: 950px;
    border: 1px solid #ccc;
    border-top: 0;
}

#main table th,
#main table td {
	padding: 15px 20px;
    font-size: 108%;
    text-align: justify;
    border: 1px solid #ccc;
}

#main table th {
	padding: 15px 30px;
	background-color: #DAE9A5;
	white-space: nowrap;
    font-weight: bold;
}