@charset "utf-8";

/* lead box */
div#mainBlock #contBlock .lead {
margin-right:19px;
margin-bottom:50px;
}

/* promotion box */
div#mainBlock #contBlock .promotion {
margin-bottom:100px;
}
div#mainBlock #contBlock .promotion h2 {
margin-bottom:11px;
}
div#mainBlock #contBlock .promotion img {
vertical-align:bottom;
}

/* indicator table */
#mainBlock .indicator {
border-collapse:collapse;
}
#mainBlock .indicator col.category,
#mainBlock .indicator col.result {
width:16.5%;
}
#mainBlock .indicator caption {
font-weight:bold;
text-align:left;
}
#mainBlock .indicator col.about {
width:27.5%;
}
#mainBlock .indicator th,
#mainBlock .indicator td {
padding:5px;
border:1px solid #666;
vertical-align:middle;
}
#mainBlock .indicator thead th {
background-color:#5CBAEA;
text-align:center;
}
#mainBlock .indicator tbody th {
background-color:#F0F9FD;
font-weight:normal;
}

/* csr indicator */
#mainBlock .csr tbody th,
#mainBlock .csr tbody td {
text-align:center;
}

