/* コーディングセット
---------------------------------------------------------------- */

/* クリアフィックス */
.clearfix:after {
	zoom: 100%; content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; }

/* フロート */
.fl    {float: left; }
.fr    {float: right;}
.clear {clear: both;}

/* 整列 */
.ali_center {text-align: center;}
.ali_left   {text-align: left;}
.ali_right  {text-align: right;}

/* フォント */
.fontS  {font-size:80%;}
.fontL  {font-size:115%;}
.fontB  {font-weight: bold;}
.fontLB {font-size:115%; font-weight: bold;}

/* マージン */
.mt5  {margin-top: 5px;}
.mt7  {margin-top: 7px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}

.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}

.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}

/* リストスタイル */
.disc{
    list-style: disc;
    margin-left: 2em; }
	
	
.lh12{line-height:1.2em;}
.lh14{line-height:1.4em;}

.fb{font-weight:bold;}
.fz16{font-size:16px;}
.fz18{font-size:18px;}