@charset "utf-8";

/* ▼▼▼ 会社概要
=====================================*/

h2.recruit{
	margin-top:80px;
	}



table.info {
	width: 900px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	/*overflow: hidden;*/
	}
	table.info th,
	table.info td {

		border-bottom: 1px solid #CCCCCC;
		vertical-align: top;
		}
	table.info td {
		padding: 20px 0 20px 20px;

		}
	table.info th {
		padding: 20px;
		width: 140px;
		background: #E9FAE9;
		}
		.bnr_txt{
			color: #4e9084;
			text-align: center;
			margin-bottom: 10px;
		}
		p.bnr{
			max-width: 450px;
			margin: 0 auto 20px;
		}
		p.bnr:hover{
			opacity: .7;
		}
		p.bnr img{
			width: 100%;
		}
