@charset 'utf-8';

/*----------------------------------

	table for program

----------------------------------*/

table {width: 90%;text-align: center;border: 0;border-collapse: collapse;border-spacing: 0;font-size: 14px; margin: 20px auto 10px auto;}
table td, table th {padding: 10px;margin: 0;text-align: center;}
table thead {background-color: #f2f2f2;font-weight:400; }
table tbody {border-right: 1px solid #eee; line-height: 160%;}
table tbody tr td{border-bottom: 1px solid #eee; border-left: 1px solid #eee;text-align: center;}
table tbody tr:hover td{background-color: #eee;color: #494A5F;}
table img {max-width: 100%;}
#table5 { text-align: left; width: 90%;}

table a { 
    text-decoration: underline; transition: all .5s; 
}

table a:visited { 
    color: #c50303;
}


table a:hover { 
	text-decoration: none;
}

@media screen and (max-width: 736px){

	table {width: 100%;}

}

@media screen and (max-width: 540px){

}