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



/* 会社案内 */

div.subnavi_info {
	margin: 0 0 30px;
}

div.subnavi_info h3 {
	line-height: 0;
}
div.subnavi_info p {
	width: 250px;
	background: url(../../corporate/img/bg_corporate_about_upper.gif) repeat-y left top;
	margin: 0;
}
div.subnavi_info .comment {
	width: 236px;
	padding: 5px 7px 5px;
}
div.subnavi_info .bottom {
	height: 4px;
	background: url(../../corporate/img/bg_corporate_about_bottom.gif) no-repeat left top;	
}



#contents_inner .corporate_navi_top p {
	margin: 5px 5px 0;
	padding: 0;
}
.corporate_navi_top {
	width: 600px;
	margin-top: 23px;
}
.corporate_navi_top li {
	float: left;
	width: 275px;
	margin-bottom: 10px;
}
.corporate_navi_top li.even {
	margin-left: 50px;
}
.corporate_navi_top li.end {
	clear: both;
}
.corporate_navi_top li p {
	width: 265px;
}

/* 会社概要 */


.aboutus {
	margin: 20px 20px;
	width: 560px;
}
.aboutus dl {
	line-height: 1.7;
}
.aboutus dl dt {
	width: 10em;
	margin-bottom: -1.7em;
	font-weight: bold;
}
.aboutus dl dd {
	margin-left: 10em;
	margin-bottom: 0.3em;
}
.aboutus dl dt.yakuin {
	margin-top: 20px;
}
.aboutus dl dl {
	margin-bottom: 20px;
}
.aboutus dl dl dt {
	width: 12em;
	font-weight: normal;
}
.aboutus dl dl dd {
	margin-left: 12em;
}

/* **************************
.aboutus dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
}
.aboutus dl dd {
	margin-left: 10em;
	zoom: 1;
}
.aboutus dl .yakuin {
	margin-top: 20px;
}
.aboutus dl dl {
	margin: 20px 0;
}
.aboutus dl dl dt {
	width: 12em;
	float: left;
	font-weight: normal;
}
.aboutus dl dl dd {
	margin-left: 12em;
}
************************** */


/* 企業理念 */

/* 沿革 */

.history {
	margin: 20px 20px;
	width: 560px;
}
.history dl {
	line-height: 1.7;
}
.history dl dt {
	width: 10em;
	margin-bottom: -1.7em;
}
.history dl dd {
	margin-left: 10em;
}



/* **************************
.history dl dt {
	width: 10em;
	float: left;
}
.history dl dd {
	padding-left: 10em;
}
************************** */


/* 品質管理 */

.quality_policy {
	border: 1px solid #444;
	padding: 5px;
}


.quality_policy_image img {
	margin: 0 47.5px;
}

#contents_inner .quality_iso9001 p {
	margin: 0;
	padding: 0;
}
.quality_iso9001 {
	margin:0 20px 30px;
}
.quality_iso9001 h4 {
	border-left: 3px solid #014099;
	border-bottom: 3px solid #014099;
	padding: 0 0 6px 10px;
	margin: 0 -20px 20px 0;
	font-size: 105%;
	font-weight: bold;
}
.quality_iso9001 p img {
	float: left;
	width: 112px;
	margin-right: 30px;
}

/* アクセス */

div.access_image_flow {
	width: 560px;
	margin: 0 auto 30px;
}
#contents_inner .access_image_flow p {
	margin: 0;
}

.access_image_flow .building_image {
	width: 230px;
	float: left;
}
.access_image_flow .access_map {
	width: 230px;
	float: right;
}
.access_image_flow .access_map a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


