@charset "utf-8";
/* CSS Document */

.colCont01 {
background-color: #FFF;
padding-bottom: 60px;
margin-bottom: 50px;
}
.colCont01 .tit01{
	background:#f77832;
	color:#FFF;
	margin-bottom:40px;
}
.colCont02 {
width: 640px;
margin: 0 auto;
}
.colImg01 {
margin-bottom: 25px;
}
.colTxt01 {
font-size: 16px;
font-weight: bold;
margin-bottom: 40px;
}
.colTit01 {
font-size: 24px;
font-weight: bold;
color: #f77832;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #f77832;
margin-bottom: 20px;
padding-bottom: 5px;
}
.colTxt02 {
font-size: 16px;
margin-bottom: 40px;
}
.bnr{width:640px;margin:0 auto;}


/*companyここから*/
.companyBox {
background-color: #FFF;
padding-right: 50px;
padding-left: 50px;
padding-top: 40px;
padding-bottom: 60px;
margin-bottom: 50px;
}
.companyBox p {
	font-size: 28px;
	margin-bottom: 40px;
}
.company dl {
	padding: 10px;
}
dt{
	float: left;
	width: 130px;
}
dd {
	float: left;
}
.banner {
	margin: 50px auto 100px;
	width: 640px;
}
.companyBox table tr {
	display: block;
	padding-bottom: 0.5em;
}
.companyBox table th {
	width: 140px;
	vertical-align: top;
}
.companyBox table td {
	font-size: 14px;
	line-height: 1.4em;
}
.companyBox .txt{
	font-size:14px;
}

/*コラム一覧*/
#columnList ul{
	border-bottom:dashed 1px #BBBBBB;
	padding-bottom:20px;
	margin:20px 20px 0;
}
#columnList ul.last{border-bottom:none;}
#columnList ul li{
	width:167px;
	margin-right:10px;
	float:left;
}
#columnList ul li:last-child{
	margin-right:0;
}
#columnList ul li .img{
	margin-bottom:10px;
}
#columnList ul li h5{font-size:15px;font-weight:bold;}
