﻿@charset "utf-8";
/* 文字系 */
.aka{ color:red; }
.ao{ color:blue; }
.kuro{ color:#484848; }
.shiro{ color:white; }
.bold { font-weight:bold; }

.txt_l { text-align:left; }
.txt_c { text-align:center; }
.txt_r { text-align:right; }

.px14{ font-size:14px; }
.px20{ font-size:20px; }
.px32{ font-size:32px; }

/* 配色系 */
.bg_lgray{ background-color:#F5F5F5; }


/* レイアウト系 */
.f_l{ float:left; }
.f_r{ float:right; }

.clr_l{ clear:left;height:0px;visibility:hidden; }
.clr_r{ clear:right;height:0px;visibility:hidden; }
.clr_b{ clear:both;height:0px;visibility:hidden; }

.mt50{ margin-top:50px !important; }

.ml05{ margin-right:5px !important; }

.mr50{ margin-right:50px !important; }

/* その他 */
.hand{ cursor:pointer; }
.w100p{ width:100%; }
