h3{
    font-weight: bold;
}

body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    color: #595757;
    }


table {
	border-collapse: collapse;
}

table > thead > tr > th {
	text-align: left;
	border-bottom: 2px solid;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 5px 10px;
}

table > tbody > tr > td {
	border-bottom: 1px solid;
}

table > tbody > th {
    font-weight: bold;
}

tr:nth-child(odd){
    border-bottom: 0px;
}

tr:nth-child(even){
    background-color:#DEF
}

big{
    line-height: 200%;
}
