@charset "shift_jis";

/*margin*/
.m_t_5 { margin-top: 5px; }
.m_t_10 { margin-top: 10px; }
.m_t_15 { margin-top: 15px; }
.m_t_20 { margin-top: 20px; }
.m_t_30 { margin-top: 30px; }
.m_t_45 { margin-top: 45px; }
.m_t_50 { margin-top: 50px; }

.m_b_5 { margin-bottom: 5px; }
.m_b_10 { margin-bottom: 10px; }
.m_b_20 { margin-bottom: 20px; }
.m_b_30 { margin-bottom: 30px; }
.m_b_40 { margin-bottom: 40px; }
.m_b_50 { margin-bottom: 50px; }

.m_r_10 { margin-right: 10px; }

/*padding*/
.p_t_50 { padding-top: 50px; }
.p_l_5 { padding-left: 5px; }
.p_l_50 { padding-left: 50px; }
.p_r_5 { padding-right: 5px; }

/*display*/
.iln { display: inline; }
.blk { display: block; }
.non { display: none; }

/*font*/
.fs_10 { font-size: 10px; }
.fs_14 { font-size: 14px; }
.fw_b { font-weight: bold; }
.fc_gray { color: #c0c0c0; }

/*text-align*/
.ta_c { text-align: center; }
.ta_r { text-align: right; }

/*line-height*/
.lh_100 { line-height: 1em; }

