﻿@charset "utf-8";
#bg_top,#bg_bottom {
	width:1018px;
	height:4px;
	overflow:hidden;
}

#bg_top {
	background:url(../images/common/bg/bg_top_1018_4.gif) no-repeat;
	margin:0 auto;
}

#bg_bottom {
	background:url(../images/common/bg/bg_bottom_1018_4.gif) no-repeat;
	margin:0 auto 50px;
}

#contents {
	width:1018px;
	overflow:hidden;
	background:url(../images/common/bg/bg01.gif);
	padding-bottom:20px;
	margin:0 auto;
}

/* ▼コンテンツ上段▼ */
#contents h2 {
	margin:20px 0 30px 20px;
}

.history {
  width:980px;
  margin:0 20px; 
}

.history_img {
  float:left;
  margin-left:15px;
}

.history_txt {
  float:right;
  width:565px;
  margin:0 15px 30px 0;
  line-height:1.5;
}

.history_txt p {
  padding:10px 0;
}
/* ▲コンテンツ上段▲ */

/* ▼コンテンツ上段▼ */
.cnt {
  width:980px;
  clear:both;
  margin:0 20px 30px;
  padding:0 0 30px 0;
  border-bottom:1px solid #ccc;
  overflow: hidden;
}

.cnt_ttl {
  margin-bottom:10px;
}

.cnt_col {
  float:left;
  width:245px;
  height:350px;
  padding:10px 0;
  line-height:1.5;
  position:relative;
}

.cnt_col_img {
  text-align:center;
}

.cnt_col_txt {
  width:220px;
  margin:10px auto; 
}

.cnt_col_btn {
  position:absolute;
  bottom:0px;
  left:15px;
  width:220px;
  margin:10px auto;
  background:#fff; 
  text-align:center;
}

.cnt_col_btn:before {
  content: "";
  display:block;
  position:absolute;
  top:-5px;
  left:0;
  height:5px;
  width:220px;
  background: url(../images/about/btn-top.png) no-repeat;
}

.cnt_col_btn:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height:5px;
  width:220px;
  background: url(../images/about/btn-btm.png) no-repeat;
}
/* ▲コンテンツ下段▲ */

.btmChatch {
  text-align:center;
}
 
