@charset "utf-8";

/***************************************************
	about.css
	後援会のご案内ページレイアウトスタイル定義
***************************************************/
/* ------------------------------------------------------------
Font Size (default:13px)
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
------------------------------------------------------------ */

/* 後援会のご案内 about/index.html
------------------------------------------------------------ */
/*-----contents-----*/

#main p.sign{
	text-align: right;
	padding-top:20px;
}
#main table td{
	padding: 2px 10px;
	border-bottom: 1px dotted #CCC;
}
#main table th{
	padding: 2px 10px;
	border-bottom: 3px double #CCC;
}
#main table{
	margin-bottom:20px;
	width: 100%;
}

#main table td.post{ font-weight: bold;}

#main h4 {
	margin-bottom: 15px;
	font-weight: bold;
}
#main #accounting table {
	margin-bottom: 40px;	
}
#main #accounting table td {
	padding: 10px 6px;	
}
/*
#main #accounting table tr td:nth-child(2),
#main #accounting table tr td:nth-child(3),
#main #accounting table tr td:nth-child(4) {
	text-align: right;	
	white-space: nowrap;
}
#main #accounting table tr td:last-child {
	font-size: 80%;	
}
*/
#main #accounting table tr.sum td{
	border-top: 2px solid #CCC;	
}
#main #accounting table.betten tr td:last-child {
	font-size: 100%;	
}
