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

table#miyazaki, table.Alternating {
	margin: 0 0 0 10px;
	border-collapse: collapse;
	/*font-family: Agenda-Light, sans-serif;*/
	font-weight: 400;
	background: #F7F7F7;
	color: #333;
	text-rendering: optimizeLegibility;
	border-radius: 8px;
	width: 80%;
	empty-cells:inherit;
	border: 1px solid #e1e1e1;
}
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: #FFF 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: left;
}


/*********************************/
 @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: #F7F7F7;
	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: #278cc3;
      font-family: "Arimo",sans-serif;
    font-size: 1.3em;
    font-weight: 600;
	 margin-left: -30px;
    padding-bottom: 15px;
	
}

table caption a {
	color: #278cc3;
     margin: 0 0 22px;
    text-rendering: optimizelegibility;
	
}

table caption a:hover {
	color: #278cc3;
	text-decoration:none;

	
}

.term th a {
    border-radius: 2px;
	border:1px solid #ddd;
    font-size: 12px;
    padding: 10px 10px 11px;
    transition: background-color 0.2s linear 0s;
	line-height: 1.6;
    margin-right: 2px;
	}



 table.Alternating tr:hover td, table.Alternating tbody td:hover
 {

    background-color: #fffdee;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

