@charset "utf-8";
/* CSS Document */

table#miyazaki, table.Alternating {
	margin: 0 auto;
	border-collapse: collapse;
	/*font-family: Agenda-Light, sans-serif;*/
	font-weight: 400;
	background: #297FBA;
	color: rgb(232, 237, 187);
	text-rendering: optimizeLegibility;
	border-radius: 8px;
	width: 80%;
	empty-cells:inherit;
}
table#miyazaki caption, table.Alternating caption {
	font-size: 1.7em;
	color: #096BD3;
	margin: 1rem;
	/* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki.png), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki2.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left, center right;
}
table#miyazaki thead th, table.Alternating thead th {
	font-weight: 600;
	color:#ABFFF9;
}
table#miyazaki thead th, table#miyazaki tbody td,
 table.Alternating tr th, table.Alternating tbody td
 {
 padding: 1rem;
font-size: 1.1em;
}
table#miyazaki tbody td,
table.Alternating tbody td
 {
 padding: .8rem;
	font-size: 1.1em;
	color: #505F68;
	background: #F9F9F9 none repeat scroll 0% 0%;
	
}
table#miyazaki tbody td a, table.Alternating tbody td a { color: #14A2E3; text-decoration:none; }
table#miyazaki tbody td a:hover { color: #1A51A2; text-decoration:underline; }

table#miyazaki tbody tr:not(:last-child), table.Alternating tbody tr:not(:last-child) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: center;
}


/*********************************/
 @media screen and (max-width: 600px) {
table#miyazaki caption, table.Alternating caption {
	background-image: none;
}
table#miyazaki thead, table.Alternating thead{
	display: none;
	
}
table#miyazaki tbody td, table.Alternating tbody td {
	display: block;
padding: .6rem;
}
table#miyazaki tbody tr td:first-child,
table.Alternating tbody tr td:first-child 
 {
	background: #297FBA;
	color:#ABFFF9;
	font-weight:600;
}
table#miyazaki tbody td:before,
table.Alternating tbody td:before
 {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	/*width: 6rem;*/
}
th:last-child,
td:last-child,
th:nth-last-child(2),
td:nth-last-child(2) {
    text-align: left;
}
}

/*td a img {
    margin: 0 20%;
    text-align: right;
}*/

/******************************/

table caption {
	color: #000000;
     font-family: Roboto Slab;
    font-size: 1.4em;
    font-weight: 600;

	
}