@charset "UTF-8";

body{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.wrapper{
  max-width: 1040px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

/*文字*/
.bold{
  font-weight: bold;
}

.align_c{
  text-align: center;
}

/*fliat*/
.float_l{
  float: left;
}

.float_r{
  float: right;
}

.clear_l{
  clear: left;
}

.clear_r{
  clear: right;
}

.clear_both{
  clear: both;
}

/*位置*/
.center{
  display: block;
  margin: 0 auto;
}

/*リンク*/
a{
  text-decoration: none;
  color: #000;
}
