@charset "UTF-8;
/* ---------------------------------------------------------
		トップページ
     --------------------------------------------------------- */
ul#topMenu {
	margin-bottom: 30px;
	margin-left:45px;
	padding: 0;
}
ul#topMenu li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

ul#topEcoMenu {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left:45px;
	padding: 0;
}
ul#topEcoMenu li {
	float: left;
	margin-right: 15px;
}
div#topNewsArea {
	background-color: #f2f2f2;
	padding: 20px 45px;
	margin-bottom: 40px;
}
div#topNewsAreaInner h3 {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
dl.topPageNews {

}
dl.topPageNews dt {
	float:left;
	margin-right: 20px;
	vertical-align: central;
}
dl.topPageNews dd {
	margin-left: 250px;
}

ul#topSubMenu {
	margin-bottom: 40px;
	margin-left:100px;
	padding: 0;
}
ul#topSubMenu li {
	float: left;
	margin-right: 60px;
}

/* ---------------------------------------------------------
		テーブルのスタイル
     --------------------------------------------------------- */
.tableStyle {
	width: 100%;
	border-spacing: 0;
	margin: 30px 0　40px 0;
}
table.tableStyle th {
	padding: 5px;
	background-color: #cbe6a9;
	text-align:center;
}

.tableStyle tr.even td {
	padding: 5px;
	background-color: #f7f7f7;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	vertical-align:top;
}
.tableStyle tr.odd td {
	padding: 5px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	vertical-align:top;
}
td.tableIndex {
	border-right: 1px solid #e6e6e6;
}

div.tableArea {
	margin: 20px 0 40px 0;
}

/* ---------------------------------------------------------
		ページ下部のお問い合わせ欄
     --------------------------------------------------------- */

div.contactInfo {
	margin: 20px 0 40px 0;
}

/* ---------------------------------------------------------
		会社概要
     --------------------------------------------------------- */
img.organizationChart {
	margin: 20px 0 40px 20px;
}
img.certificatedImg {
	margin: 20px 0 40px 20px;
}

/* ---------------------------------------------------------
		納入実績
     --------------------------------------------------------- */
table.deliveryRecord {
	width: 100%;
	border-spacing: 0;
	margin: 30px 0　40px 0;
}
table.deliveryRecord th {
	width: 50%;
	padding: 5px;
	background-color: #cbe6a9;
	text-align:center;
}
table.deliveryRecord td {
	width: 50%;
	padding: 5px;
	vertical-align:top;
}
th.leftCell {
	border-right: 1px solid #ffffff;
}
td.leftCell {
	border-right: 1px solid #e6e6e6;
}
td.bottomCell {
	border-bottom: 1px solid #e6e6e6;
}
/* ---------------------------------------------------------
		登録・資格
     --------------------------------------------------------- */
td.numCell {
	width: 25%;
	text-align: right;
	padding-right: 70px !important;
}
/* ---------------------------------------------------------
		アクセス
     --------------------------------------------------------- */
div.accessImg {
	 margin-bottom: 40px;
}

/* ---------------------------------------------------------
		リンク
     --------------------------------------------------------- */
ul#linksList {
	margin: 30px;
	list-style-type: square;
}
ul#linksList a {
	color: #006837;
	text-decoration: none;
}
ul#linksList a:visited {
	color: #006837;
}
ul#linksList a:hover {
	color: #ff0000;
}
ul#linksList li {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
		設備一覧
     --------------------------------------------------------- */

div.equipmentImg {
	 margin-bottom: 40px;
}
ul#equipmentPhoto {
	margin-bottom: 30px;
	padding: 0;
}
ul#equipmentPhoto li {
	float: left;
	margin-bottom: 15px;
}
ul#equipmentPhoto li.rightItem {
	float: right;
}

/* ---------------------------------------------------------
		製品紹介
     --------------------------------------------------------- */
ul#productsPhoto {
	margin-bottom: 30px;
	padding: 0;
}
ul#productsPhoto li {
	border-color: #FFFFFF;
	width: 370px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	text-align: center;
	float: left;
	height: 220px;
}
ul#productsPhoto li.rightItem {
	float: right;
}

/* ---------------------------------------------------------
		JOBの流れ
     --------------------------------------------------------- */

p.photoAttention {
	border: 1px solid #666666;
	padding: 20px;
}


