/*表の偶数行目を灰色に*/
#hyou tr:nth-child(even) td{
    background-color:#eee;
}

/*表の奇数行目を白色に*/
#hyou tr:nth-child(odd) td{
    background-color:#fff;
}

/*セルの設定*/
#hyou td,#hyou th{
    padding:0.7em;
    border:1px solid #aaa;
    font-size:1.2em;
}

/*見出し行設定*/
#hyou th{
    background-color:#fff;
    text-align:center;
}
#hyou {
	font-size:100%;
	margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #fff;
    line-height: 1.4em;
}

html.sp #hyou{
	width:95% ! important;
	font-size:80% ! important;
}

#hyou caption{
	margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #1B1B1B;
    background-color: transparent;
	font-size: 1.7em;
}

#hyou p{
	font-size:100% !important;
	margin:0 0 0 0 !important;
}