@charset "UTF-8"; 
 
@media screen { 

	 
/** index tables **/ 
	
/* index */ 
	 
section.kura td:nth-of-type(1) { 
	width: 8rem;
	text-align: right;
	}
 
section.kura td:nth-of-type(2) { 
	width: 9rem;
	}
 
section.kura td:nth-of-type(3) { 
	width: 13rem;
	text-align: right;
	}

  
/* heike */ 
	 
section.heike td:nth-of-type(1) { 
	width: 2.5rem;
	padding-right: 0;
	text-align: right;
	}
 
section.heike td:nth-of-type(2) { 
	width: 5rem;
	vertical-align: 3%;
	font-size: 80%;
	text-align: right;
	}
	 
section.heike td:nth-of-type(2)::before { 
	content:"(";
	}
 
section.heike td:nth-of-type(2)::after { 
	content:")";
	}
  
section.heike td:nth-of-type(3) { 
	width: 9rem;
	}

  
/* ugetsu */ 
	 
section.ugetsu td:nth-of-type(1) { 
	width: 1.5rem;
	padding-right: 0;
	text-align: right;
	}
 
section.ugetsu td:nth-of-type(2) { 
	width: 3.5rem;
	padding-right: 0;
	vertical-align: 3%;
	font-size: 80%;
	text-align: right;
	}
	 
section.ugetsu td:nth-of-type(2)::before { 
	content:"(";
	}
 
section.ugetsu td:nth-of-type(2)::after { 
	content:")";
	}
  
section.ugetsu td:nth-of-type(3) { 
	width: 10rem;
	padding-left: 1rem;
	}

  
/* uji */ 
	 
section.uji td:nth-of-type(1) { 
	width: 2.5rem;
	padding-right: 0;
	text-align: right;
	}
 
section.uji td:nth-of-type(2) { 
	width: 4.5rem;
	vertical-align: 3%;
	font-size: 80%;
	text-align: right;
	}
	 
section.uji td:nth-of-type(2)::before { 
	content:"(";
	}
 
section.uji td:nth-of-type(2)::after { 
	content:")";
	}
  
section.uji td:nth-of-type(3) { 
	width: 30rem;
	}

  
/* hojo */ 
	 
section.hojo td:nth-of-type(1) { 
	width: 2.3rem;
	text-align: right;
	}
 
section.hojo td:nth-of-type(2) { 
	width: 9rem;
	}

  
/* tono */ 
	 
section.tono td:nth-of-type(1) { 
	width: 10rem;
	}
 
section.tono td:nth-of-type(2) { 
	width: 4.5rem;
	margin-right: 1rem;
	text-align: right;
	}

  
/* oku */ 
 
section.oku td:nth-of-type(1) { 
	width: 5.5rem;
	text-align: right;
	}
 
section.oku td:nth-of-type(2) { 
	width: 15rem;
	}

 
/* /yomu/chomon/ */ 
	 
section.chomon td:nth-of-type(1) { 
	width: 27rem;
	text-align: right;
	}
 
section.chomon td:nth-of-type(2) { 
	width: 13rem;
	text-align: right;
	}

  
/* /yomu/tsure/ */ 
	 
section.tsure td:nth-of-type(1) { 
	width: 14rem;
	text-align: right;
	}
 
section.tsure td:nth-of-type(2) { 
	width: 13rem;
	text-align: right;
}

   
/** pages **/ 
	
/* /oku/joho */ 
	
table.oku-corr th:nth-of-type(1), table.oku-corr td:nth-of-type(1) { 
	width: 5rem;
	text-align: right;
	}
 
table.oku-corr th:nth-of-type(2), table.oku-corr td:nth-of-type(2) { 
	width: 13rem;
	padding-right: 0;
	}
 
table.oku-corr th:nth-of-type(3), table.oku-corr td:nth-of-type(3) { 
	width: 4rem;
	text-align: right;
	}
 
table.oku-corr th:nth-of-type(4), table.oku-corr td:nth-of-type(4) { 
	width: 12rem;
	}

  
/* /yomu/chomon/183 */ 
	
table.ym-ch-183-1 td:nth-of-type(1) { 
	width: 5.1rem;
}

  
/* /yomu/tsure/116 */ 
	
table.ym-ts-116-1 th:nth-of-type(1) { 
	width: 5.5rem;
	}
 
table.ym-ts-116-1 td:nth-of-type(2) { 
	width: 12.5rem;
	}
 
table.ym-ts-116-1 td:nth-of-type(3) { 
	width: 11.5rem;
	}

  
/* /yomu/tsure/172 */ 
	
table.ym-ts-172-1 td:nth-of-type(1) { 
	width: 5.5rem;
	}
 
table.ym-ts-172-1 td:nth-of-type(2) { 
	width: 2rem;
	}
   
} /* @media screen end */ 
 	 
