@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2013-12-10
 * Editor:    contents kinoshita
 * Modified:  2013-00-00 by:contents
 *
 * ***********************************************************
 */


/* Font-size Adjustment
--------------------------------------------------------------
 *
 *    77% = 10px  |  122% = 16px  |	167% = 22px
 *    85% = 11px  |  129% = 17px  |	174% = 23px
 *    92% = 12px  |  136% = 18px  |	182% = 24px
 *    100% = 13px |  144% = 19px  |	189% = 25px
 *    107% = 14px |  152% = 20px  |	197% = 26px
 *    114% = 15px |  159% = 21px  |
 *
--------------------------------------------------------------
*/


/*============================================================

	Secretariat

============================================================*/

.member {
	border-top:1px dotted #E7D9E8;
	margin-top:1em;
	font-size:100%;
}

.member dt {
	margin:1.7em 0 1em 0;
	padding-bottom:0.8em;
	border-bottom:2px solid #65436B;
	width:13em;
}


.roster dt {
	font-size:114%;
	color:#65436B;
	margin-bottom:0.5em;
}

.roster dd {
	padding-left:1.7em;
	margin-bottom:1em;
}

.roster dd.fee {
	padding:1.2em;
	border:1px solid #E7D9E8;
	margin-bottom:4em;
}

.roster dd.fee ul {
	margin:0.2em 0;
}

.roster dd.fee ul li {
	text-indent:-1em;
	padding-left:1em;
}

.roster dd strong {
	color:#D80000;
	font-weight:normal;
}




































