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

#wrapper {
	background:#EEEEEE;
}

.pageSet {
	overflow: hidden;
    *zoom: 1;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top:100px;
}

#wrapscroll {
	position: relative;
}

#sideNaviArea {
	padding-top:100px;
    float: left;
    width: 210px;
    margin-right: 25px;
    z-index: 100}
#sideNaviArea .pageTitle+.pageTitle {
    border-top: 1px solid #eee}
#sideNaviArea .pageTitle span,#sideNaviArea .pageTitle a {
    display: block;
    padding: 16.66667px;
    background: #2c7142;
    font-size: 15px;
    color: #fff;
    position: relative
    }
#sideNaviArea .pageTitle a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    position: absolute;
    top: 14px;
    right: 10px;
    color: #fff}
#sideNaviArea .pageTitle .now {
    font-weight: bold}
#sideNaviArea .sideNavi {
    background: #fff}
#sideNaviArea .sideNavi .naviBase .list a {
    z-index: 100;
    display: block;
    position: relative;
    padding: 16.66667px;
    border-bottom: 1px solid #eee;
    opacity: .7}
#sideNaviArea .sideNavi .naviBase .list a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 17px;
    position: absolute;
    top: 19px;
    right: 10px;
    color: #2c7142;
    }
#sideNaviArea .sideNavi .naviBase .list a:hover {
    -moz-box-shadow: #ddd 0 1px 5px;
    -webkit-box-shadow: #ddd 0 1px 5px;
    box-shadow: #ddd 0 1px 5px}
#sideNaviArea .sideNavi .naviBase .list.now a {
    opacity: 1 !important;
    font-weight: bold}
#sideNaviArea .bnr {
    margin-top: 25px}
#sideNaviArea .bnr a {
    display: block;
    opacity: .8}
	.contentsArea {
    float: right;
    width: 745px}
	
.about .category {
    font-size: 25px;
    line-height: 1.2;
    color: #666}
	
.about .category2 {
	padding-top: 30px;
	font-size: 25px;
	line-height: 1.2;
	color: #666;
	padding-bottom: 5px;
}
.about {
    border-top: 4px solid #177330;
    background: #fff;
    padding: 30px
    }
.about .workUnit .unitBase .dataSet .dataTable {
    border: 1px solid #c4c4c4;
    background: #fafafa}
.about .workUnit .unitBase .dataSet .dataTable .item,.about .workUnit .unitBase .dataSet .dataTable .data {
    padding: 25px;
    border-bottom: 1px solid #c4c4c4;
    vertical-align: top}
.about .workUnit .unitBase .dataSet .dataTable .item {
    width: 25%;
    border: 1px solid #c4c4c4;
    border-right: none;
    background: #ddd}
.about+.about {
	margin-top: 50px;
	margin-bottom: 50px;
}
.about .category {
    padding-bottom: 25px}
.about .workUnit {
    padding: 25px 0;
    border-top: 1px dashed #ccc}
.about .workUnit .name {
    font-size: 22px;
    color: #3EA961;
    }
.about .workUnit .unitBase {
    margin-top: 12.5px;
    display: table}
.about .workUnit .unitBase .photo,.about .workUnit .unitBase .dataSet {
    display: table-cell;
    vertical-align: top}
.about .workUnit .unitBase .dataSet {
    padding-left: 12.5px}
.about .workUnit .unitBase .dataSet .dataTable {
    border: none}
.about .workUnit .unitBase .dataSet .dataTable .item,.about .workUnit .unitBase .dataSet .dataTable .data {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #eaeaea}
.about .workUnit .unitBase .dataSet .dataTable tr: last-child .item,.about .workUnit .unitBase .dataSet .dataTable tr: last-child .data {
    border-bottom: none}
.dataTable th {
	text-align: center;
}


.ta{
width: 100%;
border-collapse: collapse;
}
.ta th{
padding: 6px;
vertical-align: top;
text-align: center;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.ta td{
padding:10px 6px;
text-align: center;
vertical-align:middle
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*========================================
   construction
  ========================================*/

#titile_construction{
	background:url("../img/about/construction_panel_photo.jpg") no-repeat top center;
	color:#FFFFFF;
}
#titile_construction {
    position: relative;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat}
#titile_construction .panelBase {
    background-color: rgba(34,96,37,0.66);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#55000000', endColorstr='#55000000')}
#titile_construction .panelBase .base {
    height: 250px;
    width: auto;
    margin: 0 auto;
    padding: 150px 0 0 0;
    text-align:center;
	vertical-align: middle;
    }
#titile_construction .panelBase .base .titile{
	font-size: 3em;
}
#titile_construction .panelBase .base .titile .tx {
	font-size:1.5em;
}

/*========================================
   architecture
  ========================================*/

#titile_architecture{
	background:url("../img/about/architecture_panel_photo.jpg") no-repeat top center;
	color:#FFFFFF;
}
#titile_architecture {
    position: relative;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat}
#titile_architecture .panelBase {
    background-color: rgba(34,96,37,0.66);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#55000000', endColorstr='#55000000')}
#titile_architecture .panelBase .base {
    height: 250px;
    width: auto;
    margin: 0 auto;
    padding: 150px 0 0 0;
    text-align:center;
	vertical-align: middle;
    }
#titile_architecture .panelBase .base .titile{
	font-size: 3em;
}
#titile_architecture .panelBase .base .titile .tx {
	font-size:1.5em;
}

/*========================================
   production
  ========================================*/

#titile_production{
	background:url("../img/about/production_panel_photo.jpg") no-repeat top center;
	color:#FFFFFF;
}
#titile_production {
    position: relative;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat}
#titile_production .panelBase {
    background-color: rgba(34,96,37,0.66);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#55000000', endColorstr='#55000000')}
#titile_production .panelBase .base {
    height: 250px;
    width: auto;
    margin: 0 auto;
    padding: 150px 0 0 0;
    text-align:center;
	vertical-align: middle;
    }
#titile_production .panelBase .base .titile{
	font-size: 3em;
}
#titile_production .panelBase .base .titile .tx {
	font-size:1.5em;
}

/*========================================
   transport
  ========================================*/

#titile_transport{
	background:url("../img/about/transport_panel_photo.jpg") no-repeat top center;
	color:#FFFFFF;
}
#titile_transport {
    position: relative;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat}
#titile_transport .panelBase {
    background-color: rgba(34,96,37,0.66);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#55000000', endColorstr='#55000000')}
#titile_transport .panelBase .base {
    height: 250px;
    width: auto;
    margin: 0 auto;
    padding: 150px 0 0 0;
    text-align:center;
	vertical-align: middle;
    }
#titile_transport .panelBase .base .titile{
	font-size: 3em;
}
#titile_transport .panelBase .base .titile .tx {
	font-size:1.5em;
}