@charset "EUC-JP";

/*tr要素デフォルト左寄せ指定------------ */
tr{
	text-align:left;
}


/*パンクズ------------------------------ */
.pankuzu { 
font-size: 80%;
margin-top:0px;
margin-bottom: 5px;
}


/*フォント------------------------------ */

.s_txt { /* テキスト小 */
font-size: 60%;
line-height: 125%;
}

.s_txt_fix { /* テキスト小 固定 */
font-size: 11px;
line-height: 125%;
}

.m_txt { /* テキスト中 */
font-size: 80%;
line-height: 125%;
}

.m_txt_fix { /* テキスト中 固定 */
font-size: 12px;
line-height: 125%;
}

.mm_txt { /* テキスト中 文字間空き */
font-size: 80%;
line-height: 150%;
letter-spacing: 0.1em; 
}

.mm_txt_fix { /* テキスト中 文字間空き 固定 */
font-size: 12px;
line-height: 125%;
letter-spacing: 0.1em; 
}

.l_txt { /* テキスト大 */
font-size: 100%;
line-height: 125%;
}