@charset "utf-8";

/*-----------------------------------------------
	company.css
	企業情報
-----------------------------------------------*/




/* 企業情報 */
/* ▽------------------------------------------▽ */

/* 企業情報TOP */
.sect_company {
	margin-bottom: 20px;
	position:relative;
	height:225px;
}
.sect_company .company_page {
	position:absolute;
	width: 676px;
	height:225px;
	background: url(../company/image/company_page.jpg) no-repeat 0px 0px;
}
.sect_company .company_page .mds {
	height: 34px;
}
.sect_company  .company_page .mds span {
	display:none;
}
.sect_company .company_page div {
	float:left;
	width:301px;
	padding: 0px 0px 0px 24px;
}
.sect_company .company_page div p {
	margin-bottom:10px;
}
.sect_company .company_page div p a img {
	display:block;
}

/* ごあいさつ */
.sect_aisatsu .illust {
	float:right;
	width: 233px;
}
.sect_aisatsu .illust img {
	display:block;
}
.sect_aisatsu .illust .txt {
	width: 213px;
	padding: 10px;
	background: url(../company/image/company_aisatsu_02.jpg) 0px 0px;
	line-height: 150%;
}
.sect_aisatsu .msg {
	padding: 5px;
	width: 420px;
}
.sect_aisatsu .msg p {
	margin-bottom: 20px;
	line-height: 160%;
	font-size: 14px;
}
.sect_aisatsu .msg p.last {
	margin-bottom: 30px;
}
.sect_aisatsu .msg span {
	display:block;
	margin: 0px 0px 10px 0px;
	text-align:right;
}

/* お客さまとの約束 */
dl.sect_promise {
	margin: 0px 0px 20px 5px;
	padding-top: 10px;
	line-height: 170%;
}
dl.sect_promise dd {
	margin: 0px 0px 10px 40px;
	width: 620px;
}

/* 経営理念 */
.sect_idea {
	margin-bottom: 20px;
}

.rinen {
		text-align:center;
		color:#666666;
		font-size:14px;
		line-height:150%;
		margin-bottom:30px;
}

.rinen02 {
		color:#666666;
		font-size:14px;
		line-height:150%;
		margin-bottom:30px;
}

/* 会社概要・沿革 */
.sect_outline {
	line-height: 125%;
}
.sect_outline table {
	margin-bottom: 10px;
	width: 100%;
	background-color: #CCC;
}
.sect_outline table th,
.sect_outline table td {
	padding: 7px 10px 7px 10px;
	font-weight:normal;
}
.sect_outline table th {
	width: 130px;
	background-color: #E3FBFE;
	text-align:center;
	vertical-align: middle;
}
.sect_outline table td {
	background-color: #FFF;
	text-align:left;
	vertical-align:top;
}
.sect_outline table td a {
	color:#CC0000;
}
.sect_outline table td li {
	line-height: 150%;
}
.sect_outline table td .half {
	float: left;
	width: 240px;
}
/*  */
.sect_access {
	margin-bottom: 20px;
	line-height: 130%;
}
.sect_access .map,
.sect_access p {
	margin-bottom: 10px;
}
.sect_access p {
	padding: 0px 5px 0px 5px;
}
.sect_access .lnk a {
	color:#2867BB;
}



/* ▲------------------------------------------▲ */