@charset "utf-8";


#sideNavi .unicef {
	background:#09F;
}
#sideNavi .unicef a {
	color:#fff;
}

#contents table {
	width:100%;
}
#contents th {
	background:#0070C0;
	color:#fff;
	padding:0.5em 0;
}
#contents td {
	padding-bottom:0.8em;
	vertical-align:middle;
	word-break:break-all;
}
#contents td img {
	position:relative;
}
#contents td.tits {
	padding:0.8em 0 0;
}
#contents td strong {
	color:#26479B;
}
#contents tr td:first-child {
	width:350px;
}
#contents tr td:nth-child(2) {
	text-align:center;
}

#contents td ul {
	padding:0;
	margin:0;
}
#contents td li {
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}
#contents td li img {
	vertical-align:middle;
}

#contents td li span {
  display: none;
  position: absolute;
  bottom: -3.5em;
  left: 10px;
  z-index: 9999;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border-width:2px;
  border-style:solid;
  white-space:nowrap;
}
#contents td li span:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -8px;
  border-top:8px solid transparent;
  border-left-width:8px;
  border-left-style:solid;
}
#contents td li:hover span {
  display: block;
}
#contents td li .li_g01 {
  border-color:#c72439;
  color: #c72439;
}
#contents td li .li_g01:after {
  border-left-color:#c72439;
}
#contents td li .li_g02 {
  border-color:#d7a600;
  color: #d7a600;
}
#contents td li .li_g02:after {
  border-left-color:#d7a600;
}
#contents td li .li_g03 {
  border-color:#00973b;
  color: #00973b;
}
#contents td li .li_g03:after {
  border-left-color:#00973b;
}
#contents td li .li_g04 {
  border-color:#c60f28;
  color: #c60f28;
}
#contents td li .li_g04:after {
  border-left-color:#c60f28;
}
#contents td li .li_g05 {
  border-color:#e83819;
  color: #e83819;
}
#contents td li .li_g05:after {
  border-left-color:#e83819;
}
#contents td li .li_g06 {
  border-color:#00a6d9;
  color: #00a6d9;
}
#contents td li .li_g06:after {
  border-left-color:#00a6d9;
}
#contents td li .li_g07 {
  border-color:#fabd00;
  color: #fabd00;
}
#contents td li .li_g07:after {
  border-left-color:#fabd00;
}
#contents td li .li_g08 {
  border-color:#970b31;
  color: #970b31;
}
#contents td li .li_g08:after {
  border-left-color:#970b31;
}
#contents td li .li_g09 {
  border-color:#ed6a02;
  color: #ed6a02;
}
#contents td li .li_g09:after {
  border-left-color:#ed6a02;
}
#contents td li .li_g10 {
  border-color:#dc007a;
  color: #dc007a;
}
#contents td li .li_g10:after {
  border-left-color:#dc007a;
}
#contents td li .li_g11 {
  border-color:#f5a200;
  color: #f5a200;
}
#contents td li .li_g11:after {
  border-left-color:#f5a200;
}
#contents td li .li_g12 {
  border-color:#d39200;
  color: #d39200;
}
#contents td li .li_g12:after {
  border-left-color:#d39200;
}
#contents td li .li_g13 {
  border-color:#427935;
  color: #427935;
}
#contents td li .li_g13:after {
  border-left-color:#427935;
}
#contents td li .li_g14 {
  border-color:#0075ba;
  color: #0075ba;
}
#contents td li .li_g14:after {
  border-left-color:#0075ba;
}
#contents td li .li_g15 {
  border-color:#28a838;
  color: #28a838;
}
#contents td li .li_g15:after {
  border-left-color:#28a838;
}
#contents td li .li_g16 {
  border-color:#004c88;
  color: #004c88;
}
#contents td li .li_g16:after {
  border-left-color:#004c88;
}
#contents td li .li_g17 {
  border-color:#003067;
  color: #003067;
}
#contents td li .li_g17:after {
  border-left-color:#003067;
}


@media screen and (max-width: 639px) {
#contents td img {
	width:100%;
}
#contents tr td:first-child {
	width:60vw;
}
#contents tr td:last-child {
	width:25vw;
}
}