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

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

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

/* 幅 */
.w30 {width: 30px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w206 {width: 206px;}
.w340 {width: 340px;}
.w480 {width: 480px;}
.w530 {width: 530px;}

.w30per {width:30%}
.w32per {width:32%}
.w33per {width:33%}
.w40per {width:40%}
.w45per {width:45%}
.w55per {width:55%}
.w60per {width:60%}
.w70per {width:70%}


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

/* フォント */
.fb {font-weight: bold;}
.fz11  {font-size: 11px; font-weight: normal;}
.fz14  {font-size: 14px;}
.fz15  {font-size: 15px;}
.fz16  {font-size: 16px;}
.fz32  {font-size: 32px; line-height: 0.5em;}

.lh14  {line-height:1.4em;}
.lh16  {line-height:1.6em;}
.lh18  {line-height:1.8em;}

/* マージン */
.mt5  {margin-top: 5px;}
.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;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt145 {margin-top: 145px;}

.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;}



.dp_blue {color:#00b3ec;}