﻿/*
ver1.1.0
name column
*/

/* float */

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.float_clr {
  clear: both;
}

.red {
  color: red;
  font-weight: bold;
}

/* spacer */

.spc {
  padding: 16px;
  height: 48px;
}

/* banner用 */

.box_link200 {
  height: 40px;
  width: 200px;
  display: inline-block;
  background: #e4eeff;
}