@charset "shift_jis";


/* 小文字
-------------------------------------------------------------------------------- */
.txt_s{
font-size:10px;
}

.txt_s_02{
text-align:left;
font-size:0.8em;
}

/* 太文字
-------------------------------------------------------------------------------- */
.txt_bold{
font-weight:bold;
}

/* 太文字 (大)
-------------------------------------------------------------------------------- */
.txt_bold_l{
font-weight:bold;
font-size:14px;
}


/* 行間
-------------------------------------------------------------------------------- */
.txt_ln{
line-height:1.2;
}


/* 赤
-------------------------------------------------------------------------------- */
.txt_aka{
color:#FF0000;
}

.txt_aka02{
color:#E7140A;
}

/* オレンジ
-------------------------------------------------------------------------------- */
.txt_org{
color:#FF6600;
}

/* 太文字（茶色 ）
-------------------------------------------------------------------------------- */
.txt_bro{
color:#823B02;
font-weight:bold;
}

/* 太文字（青色 ）
-------------------------------------------------------------------------------- */
.txt_blu{
color:#4872BF;
font-weight:bold;
}

/* 太文字（オレンジ ）
-------------------------------------------------------------------------------- */
.txt_orgb{
color:#FF6600;
font-weight:bold;
}

/* 太文字（オレンジ ）（大）
-------------------------------------------------------------------------------- */
.txt_orgb_l{
color:#FF6600;
font-weight:bold;
font-size:14px;
}

/* 太文字（茶色 ）（大）
-------------------------------------------------------------------------------- */
.txt_bro_l{
color:#823B02;
font-size:14px;
font-size:120% !important; 
}


/* 小見出し
-------------------------------------------------------------------------------- */
.subhed{
margin:5px 0;
padding:5px;
color:#993300;
font-size:14px;
font-size:100% !important;
font-weight:bold;
background:#FFF1B0;

}

/* 終了アイコン
-------------------------------------------------------------------------------- */
.finish{
color:#ffffff;
background-color:#7EC135;
font-weight:bolder;
font-size:0.9em;
padding:2px;
margin-right:4px;
}

/* 募集中アイコン
-------------------------------------------------------------------------------- */
.recruitment{
color:#ffffff;
background-color:#FA6861;
font-weight:bolder;
font-size:0.9em;
padding:2px;
margin-right:4px;
}