@charset "UTF-8";
.Page_title {
  background: url(../images/info/bg_ttl.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.CatList {
  text-align: center;
  margin-bottom: 60px;
}

.CatList li {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(106, 100, 90, 0.5);
}

/*------------------------------------------------------------
	コラム共通
------------------------------------------------------------*/
img.alignright {
  display: block;
  margin: 20px 0 20px auto;
}

img.alignleft {
  display: block;
  margin: 20px auto 20px 0;
}

img.aligncenter {
  display: block;
  margin: 20px auto;
}

img.float-left {
  float: left;
}

/* 回り込み 左 */
img.float-right {
  float: right;
}

/* 回り込み 右 */
.btns a {
  text-decoration: underline;
}

.single.column_txt a {
  text-decoration: underline;
}

.column_txt img{
max-width : 100% ;
height : auto;

}
