@charset "utf-8";

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

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

/*企業理念*/
#company_copy{
	padding: 20px 40px;
	margin: 0 20px 30px;
	background: #f9f9f9;
}
#company_copy dl{
	margin-bottom: 1em;
}
#company_copy dl dt{
	font-size: 160%;
	color: #4fa293;
	line-height: 2;
}
#company_copy dl dd{
	margin-left: 1em;line-height: 1.7;
	font-size: 110%;
}
#company_copy dl dd ul{
	margin-left: 20px;
}
#company_copy dl dd ul li{
	list-style: disc;
}

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;
		}


	/*住所*/
 .info dl.add{
	 clear:both;
	 overflow:hidden;
	 }

	.info dl.add dt{
		float:left;
		/*width:50px;*/
		background:url(img/arrow_sq.gif) no-repeat 0 6px;
		padding-left:14px;
		 }
	.info dl.add dd{
		float:left;
		width:693px;
		}
		.info dl.add dd:not(:last-child){
			margin-bottom:10px;
		}

	/*役員*/
	.info dl.officer{
	 clear:both;
	 overflow:hidden;
	 }

		.info dl.officer dt{
			float:left;
			width:120px;

			 }
		.info dl.officer dd{
			float:left;
			width:560px;
			margin-bottom:10px;
			 }

	/*部門*/

 .info dl.section{

	 }

	.info dl.section dt{
		background:url(img/arrow_sq.gif) no-repeat 0 6px;
		padding-left:14px;
		 }
	.info dl.section dd{
		margin-bottom:10px;
		padding-left:14px;
		 }




/*営業所*/

.info dl.office{
	 clear:both;
	 overflow:hidden;
	 }

	.info dl.office dt{
		float:right;
		 }
	.info dl.office dd{
		margin-bottom:10px;
		float:left;
		/*width:543px;*/
		width:693px;
		line-height:200%;
		 }

	 .info dl.office dd .icon{
		margin-top:12px;
		 }



	.info dl.office dd .map{
		background:url(img/arrow_map.gif) no-repeat 0 3px;
		padding-left:14px;
		float:right;
		 }


		.info dl.office dd .map a,
		.info dl.office dd .map a:visited {
			color: #0000FF;
			text-decoration: underline;
			}
		.info dl.office dd .map a:hover {
			text-decoration: none;
			}
