/*--------------------------------------------------------------
  使い回すスタイル
/*--------------------------------------------------------------
  clearfix
--------------------------------------------------------------*/
/*'display: flow-root'の利用に関しては現在は保留にした方が良いと思い使っていません。[2017.10.12]*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.postC {
  padding: 0 ;
  overflow: hidden;
}
.postC + .postC {
  margin-top: 40px;
}
.postC-header {
}
.postC-body {
}
.postC-footer {
  padding: 10px 0 0;
}
