/*----リセット----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
	border: 0;
}


/*----基本指定----*/
body {
  font-style: normal !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 10pt;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a:link {
  color: #3fbfec;
  text-decoration: none;
}

a:visited {
  color: #2aafde;
  text-decoration: none;
}

a:hover { color: #008dbe; }

a:active { color: #00688f; }

a img {
  border:none;
}
a img:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h1 {
	font-size: 9pt;
	line-height: 10pt;
	font-weight: normal;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 8px;
	color: #333;
}
h2 {
  color: #FFF;
  font-size: 24pt;
  font-weight: normal;
}
h3 {
  color: #FFF;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.2;
  clear: both;
  background-image: url(../images/h3_bkg.gif);
  height: 24px;
  margin: 0 0 10px 0;
  padding: 6px 0 0 20px;
  letter-spacing: 1px;
}




p {
  margin-bottom: 15px;
}


/*----基本パーツ----*/

body {
  background-color: #fff;
}
#top {
  width: 1000px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#top img.header_logo {
  float: left;
  margin-top: 16px;
}
#top ul#header_contact {
  float: right;
  width: 443px;
  margin-top: 22px;
}

/** ヘッダイメージ ページ毎背景指定 */

#header_img_bkg {
  background-position: center;
  background-repeat: no-repeat;
}
#header_img_bkg {
  background-position: center 50px;
  background-color: #000;
}
body.index #header_img_bkg {
  height: 640px;
  background-image: url(../images/header_img_index.jpg);
}
body.greeting #header_img_bkg {
	height: 370px;
	background-image: url(../images/header_img_greeting.jpg);
	border-bottom: 10px solid #8cc63f;
}
body.profile #header_img_bkg {
  height: 370px;
  background-image: url(../images/header_img_profile.jpg);
  border-bottom: 10px solid #8cc63f;
}
body.business #header_img_bkg {
  height: 370px;
  background-image: url(../images/header_img_business.jpg);
  border-bottom: 10px solid #8cc63f;
}
body.recruit #header_img_bkg {
  height: 370px;
  background-image: url(../images/header_img_recruit.jpg);
  border-bottom: 10px solid #8cc63f;
}

img.header_img_spacer {
  
}

body.business_steel #header_img_bkg {
  height: 370px;
  background-image: url(../images/header_img_business_steel.jpg);
  border-bottom: 10px solid #8cc63f;
}
body.business_slab #header_img_bkg {
  height: 370px;
  background-image: url(../images/header_img_business_slab.jpg);
  border-bottom: 10px solid #8cc63f;
}





/*----ヘッダーメニュー----*/

.header {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
ul#header_menu {
  height: 50px;
  display: block;
  overflow: hidden;
}
ul#header_menu li {
  height: 50px;
  float: left;
  display: block;
}
ul#header_menu li a {
  display: block;
}
ul#header_menu li.index {
  width: 139px;
  background: url(../images/header_menu_bkg_01.png)  no-repeat ;
}
ul#header_menu li.greeting {
  width: 205px;
  background: url(../images/header_menu_bkg_02.png)  no-repeat ;
}
ul#header_menu li.profile {
  width: 190px;
  background: url(../images/header_menu_bkg_03.png)  no-repeat ;
}
ul#header_menu li.business {
	width: 191px;
	background: url(../images/header_menu_bkg_04.png)  no-repeat;
}
ul#header_menu li.recruit {
  width: 121px;
  background: url(../images/header_menu_bkg_05.png)  no-repeat ;
}
body.index ul#header_menu li.index img, body.greeting ul#header_menu li.greeting img, body.profile ul#header_menu li.profile img, body.business ul#header_menu li.business img, body.business_steel ul#header_menu li.business img, body.business_slab ul#header_menu li.business img, body.recruit ul#header_menu li.recruit img {
  visibility: hidden;
}
ul#header_menu li a:hover {
  background: none;
}
ul#header_menu li a:hover img {
  visibility: hidden;
}


.header .copy {
  color: #FFF;
  text-align: right;
  position: absolute;
}
.header .copy h2 {
  font-size: 16pt;
  margin-bottom: 8px;
  color: #FFF;
  padding: 0;
}


/** ページトップ */

#pagetop {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  height: 28px;
  position: relative;
}
a.pagetop {
  color: #FFF;
  position: absolute;
  right: 0px;
}



/** フッター */

#footer {
  background-color: #8cc63f;
  border-top: 10px solid #000;
}
.footer {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  height: 258px;
  overflow: hidden;
}
img.footer_logo {
  margin-top: 18px;  
}
table.footer_info {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 9pt;
}
table.footer_info th {
  font-weight: normal;
  padding-right: 12px;
  text-align: left;
}
table.footer_info td {
}

ul#footernav {
	font-size: 0;
	position: absolute;
	right: 0px;
	bottom: 35px;
}
ul#footernav li {
  display:inline-block;
		\display:inline;
		\zoom:1;
}
ul#footernav li a {
	color: #FFF;
	font-size: 9pt;
	border-right: 1px solid #FFF;
	padding: 0 10px 0 10px;
}
ul#footernav li a:hover {
  color: #f0ff00;
}
ul#footernav li a:active {
  color: #ffea01;
}

.footer .copyr {
  font-size: 8pt;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 56px;
}
.footer .description {
  font-size: 9pt;
  position: absolute;
  left: 0;
  bottom: 35px;
}



/*----コンテンツ----*/

.contents {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 15px 0;
	position: relative;
}

/*----コンテンツ右側----*/

.right_side {
  width: 740px;
  float: right;
  overflow: hidden;
}

/*----コンテンツ左側バナー----*/

ul#side_banner  {
  width: 240px;
  float: left;
  display: block;
  clear: left;
}
ul#side_banner li.n  {
  margin-bottom: 5px;
  display: block;
}
ul#side_banner li  {
  margin-bottom: 10px;
  display: block;
}




/*----汎用 ---*/

p.font11p {
  font-size: 11pt;
  margin-bottom: 20px;
  line-height: 18pt;
}

/* 各ページ用ボタン共通設定 */

a.button {
 background-color: #000;
  background-image: url(../images/button_bkg.png);
  background-position: right;
  display: inline-block;
  	\display:inline;
		\zoom:1;
  color: #FFF;
  padding: 5px 45px 4px 18px;
}
a.button:hover {
  background-color: #444;
}
a.button:active {
  background-color: #666;
}




/*----トップページ----*/

body.index .header a.button {
  margin-left: 20px;
}
body.index .copy {
  top: 530px;
  right: 0px;
}
body .index_heaer_button {
	position: relative;
	top: -150px;
}

#contents_bkg {
	background-color: #8cc63f;
	padding: 30px 0 30px 0;
	overflow: hidden;
}
#contents_bkg .left_box {
  padding: 0;
  width: 230px;
  float: left;
  margin-right: 32px;
}
#contents_bkg .center_box {
  width: 358px;
  float: left;
  padding: 0;
  margin-right: 20px;
}
#contents_bkg .right_box {
  width: 358px;
  float: left;
  padding: 0;
}
#contents_bkg .left_box .title {
  font-size: 16pt;
  color: #FFF;
  line-height: 22pt;
}
#contents_bkg .center_box p, #contents_bkg .right_box p {
	margin-top: 10px;
}
#contents_bkg .center_box a, #contents_bkg .right_box a {
	
	
}

#contents_bkg .img_bkg_c {
  background-color: #FFF;
}
.contents_index {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: visible;
}

body.index .contents .box {
  width: 320px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
body.index .contents .box.last {
  margin-right: 0;
}
body.index .contents .box p.title {
  font-size: 16pt;
  line-height: 22pt;
  margin: 12px 0 8px 0;
}
body.index .contents .box p {
  
}
dl.news {
    overflow-y: scroll;
    background-color: #f2f2f2;
    display: block;
    height: 282px;
    padding: 15px;
}
dl.news dt {
	clear: left;
	float: left;
	margin: 0 0 1em 0em;
	width: 7em;
	font-weight: normal;
	color: #8cc63f;
	line-height: 14pt;
	font-size: 10pt;
}
dl.news dd {
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 8em;
	line-height: 14pt;
	font-size: 10pt;
}



/*----ごあいさつ・企業理念----*/

body.greeting .copy {
  top: 310px;
  right: 0px;
}
body.greeting .right_side {
  padding-bottom: 50px ;
}
body.greeting p.title {
  font-size: 16pt;
  padding: 15px 0 0 20px;
  line-height: 24pt;
}
body.greeting .box_r {
  width: 440px;
  float: left;
  padding: 0 0 0 20px;
  margin-bottom: 55px;
}
body.greeting .box_r p {
  margin: 0 0 0 0;
  line-height: 19pt;
  font-size: 11pt;
}
body.greeting p.right {
  text-align: right;
  margin: 20px 0 0 0;
}
body.greeting img.img_right {
  float: right;
  margin: 0 20px 0 0 ;
}
body.greeting p.center {
  text-align: center;
}
body.greeting p.center img {
  display: block;
  margin: 60px auto 25px auto;
}



/*----会社概要・アクセス---*/

body.profile .copy {
  top: 310px;
  right: 0px;
}
body.profile .right_side {
  padding-bottom: 30px ;
}
body.profile .box_r {
  width: 440px;
  float: left;
  padding: 20px 0 0 20px;
  margin-bottom: 30px;
}
body.profile img.img_right {
  float: right;
  margin: 0 20px 10px 0;
}
body.profile img.img_right.first {
  margin-top: 30px;
}
table.info th, table.info th, table.twin th, table.twin td {
  vertical-align: top;
}
table.twin th.right, table.twin td.right {
  text-align: right;
  padding-right:10px;
}

table.info th, table.twin th {
  text-align: left;
  padding: 10px 0 8px 10px;
  border-right: 2px solid #f2fafa;
  font-weight: normal;
}
table.info th.blue, table.twin th.blue {
  border-right: 2px solid #fff;
  background-color: #f2fafa;
}
table.info th.glay, table.twin th.glay {
  border-right: 2px solid #fff;
  background-color: #444;
  color:#FFF;
  text-align:center;
}

table.info td, table.twin td {
  text-align: left;
  padding: 10px 0 8px 20px;
}
table.info td.border, table.twin td.border {
  border-right: 2px solid #f2fafa;
}
table.info td.blue, table.twin td.blue {
  background-color: #f2fafa;
}
table.info td.glay, table.twin td.glay {
  background-color: #444;
  color:#FFF;
}
table.info td.blue.border, table.twin td.blue.border {
  border-right: 2px solid #fff;
}
table.twin {
  float: left;
  margin-right: 10px;
}
body.profile .box {
  padding: 20px 10px 0 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
body.profile .box.last {
  margin-bottom: 0;
}
.box_map {
  width: 694px;
  background-color: #173125;
  color: #FFF;
  border: 3px solid #173125;
  position: relative;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}
.box_map p.title {
  font-size: 12pt;
  margin-left: 20px;
  margin-bottom: 24px;
}
.box_map p.info {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 10px;
}




/*----業務内容・工事経歴----*/

body.business .copy {
  top: 310px;
  right: 0px;
}
body.business .right_side {
  padding-bottom: 30px ;
}
body.business .box {
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
body.business .box_r {
  width: 430px;
  float: left;
  padding: 30px 0 0 0;
  margin-bottom: 20px;
}
body.business .box_r p {
  font-size: 11pt;  
}

body.business .box_r_nallow {
	width: 350px;
	float: left;
	padding: 30px 0 0 0;
	margin-bottom: 20px;
	line-height: 1.8em;
}
body.business .box_r_nallow p {
  font-size: 11pt;  
}


body.business img.img_right {
  float: right;
  margin: 0 0 10px 0;
}
body.business img.img_right.first {
  margin-top: 30px;
}
body.business img.img_left {
  float: left;
  margin: 0 0 10px 0;
}


table.kouhou th {
  text-align: left;
  padding: 5px 0 4px 10px;
  border-bottom: 1px solid #FFF;
  font-weight: normal;
  background-color: #99b599;
}
table.kouhou td {
  text-align: left;
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #FFF;
  background-color: #f2f2f2;
}
body.business .box_scroll_title {
  clear: both;
  background-color: #CDC;
  color: #000;
  padding: 5px 0 3px 10px;
}
body.business .box_scroll {
  overflow: scroll;
  height: 310px;
  padding: 10px;
  background-color: #cccccc;
}
.box_scroll table th {
  padding: 3px 0 2px 0;
  border-right: 1px solid #FFF;
  font-weight: normal;
  background-color: #88c452;
  color: #FFF;
}
.box_scroll table th.last {
  border-right: none;
}
.box_scroll table td {
  text-align: left;
  padding: 3px 10px 2px 10px;
  border-bottom: 1px solid #888;
  background-color: #fff;
}
.box_scroll table td.gray {
  background-color: #f2f2f2;
}
table.yukaita th {
  text-align: left;
  padding: 5px 10px 4px 10px;
  border-bottom: 1px solid #FFF;
  font-weight: normal;
  background-color: #99b599;
}
table.yukaita td {
	text-align: left;
	padding: 5px 0px 4px 7px;
	border-bottom: 1px solid #FFF;
	background-color: #f2f2f2;
	font-size: 9pt;
}
table.yukaita td.yazi {
  padding: 5px 0 4px 0x;
}
img.illust_last {
  margin-top: 20px;
}




a.pfm_btn {
  background-color: #000;
  background-image: url(../images/button_bkg.jpg);
  background-position: right;
  background-repeat:no-repeat;
  color: #FFF;
  display:block;
  width:300px;
  margin:10px auto;
  padding: 20px 45px 20px 18px;
  font-size:16px;
}
a.pfm_btn:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a.pfm_btn:active {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";

}




/*----実績ページ----*/
body.business_steel .copy {
  top: 310px;
  right: 0px;
}
body.business_slab .copy {
  top: 310px;
  right: 0px;
}


.performance h3 {
  background-image: url(../images/h3_bkg_l.gif);
}
.performance h4 {
  color:#FFF;
  background-color: #444;
  height:24px;
  padding-top:8px;
  padding-left:10px;
  margin-top:20px;
}

.performance .pfm_tbl{
	width:1000px;
	margin-bottom:30px;
}
.performance .pfm_tbl th{
    border-collapse: collapse;
    border:1px solid #AAA;
	background-color:#CCC;
	padding:4px;
}
.performance .pfm_tbl .th1{
	width: 270px;
}
.performance .pfm_tbl .th2{
	width: 83px;
}
.performance .pfm_tbl .th3{
	width: 370px;
}
.performance .pfm_tbl .th4{
	width: 90px;
}
.performance .pfm_tbl .th5{
	width: 70px;
}
.performance .pfm_tbl .th6{
	width: 110px;
}

.performance .pfm_tbl .th7{
	width: 150px;
}
.performance .pfm_tbl .th8{
	width: 113px;
}
.performance .pfm_tbl .th9{
	width: 380px;
}
.performance .pfm_tbl .th10{
	width: 90px;
}
.performance .pfm_tbl .th11{
	width: 110px;
}
.performance .pfm_tbl .th12{
	width: 150px;
}




.performance .pfm_tbl td{
    border-collapse: collapse;
    border:1px solid #AAA;
	padding:4px 10px;
}
.performance .pfm_tbl .center{
	text-align:center;
	padding:4px 0;
}
.performance .pfm_tbl .right{
	text-align:right;
}
.performance .pfm_tbl .total{
	font-weight:bold;
}




/*----求人情報----*/

body.recruit .copy {
  top: 310px;
  right: 0px;
}
body.recruit .right_side {
  padding-bottom: 30px ;
}
body.recruit .box {
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
body.recruit p.title {
  font-size: 16pt;
  padding: 15px 0 0 20px;
  line-height: 24pt;
}

body.recruit .box p.title {
  font-size: 16pt;
  padding: 25px 0 0 0;
  line-height: 24pt;
}
body.recruit .box_title {
  background-color: #000;
  color: #FFF;
  padding: 5px 0 3px 10px;
  margin-bottom: 20px;
}
table.kyuuzin {
  margin-bottom: 20px;
}
table.kyuuzin th {
  text-align: left;
  padding: 10px 15px 8px 15px;
  border-right: 2px solid #f2fafa;
  font-weight: normal;
  width: 150px;
}
table.kyuuzin th.blue {
  border-right: 2px solid #fff;
  background-color: #f2fafa;
}
table.kyuuzin td {
  text-align: left;
  padding: 10px 15px 8px 15px;
}
table.kyuuzin td.border {
  border-right: 2px solid #f2fafa;
}
table.kyuuzin td.blue {
  background-color: #f2fafa;
}
table.kyuuzin td.blue.border {
  border-right: 2px solid #fff;
}
