@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background-image: url("/files/html_bg.jpg");
  background-repeat: repeat;
}
body {
    background: none transparent;
    color:#fff;
}
/*---会社概要----*/
body#page_9 {
    background: url(/files/10company_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*---採用情報----*/
body#page_12 {
    background: url(/files/20recruit_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*----工程の流れ---*/
body#page_15 {
    background: url(/files/30flow_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*-----解体事業--*/
body#page_81 {
    background: url(/files/40demolition_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*----協力会社募集---*/
body#page_101 {
    background: url(/files/50partner_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*----お問い合わせ---*/
body#page_18 {
    background: url(/files/60contact_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*----ブログ---*/
body.blog {
    background: url(/files/70blog_body_bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
/*----トップ---*/
body#page_6{
    background: none transparent;
}

#wrapper {
  background-image: url(/files/company_info.png), url(/files/div_bg03.jpg);
   background-position: center 748px, center 700px ;
    background-repeat: no-repeat, repeat-x ;
}

/*---トップ----*/
#page_6 #wrapper {
    background-position: center 982px, center 935px ;
    background-repeat: no-repeat, repeat-x ;
}

#outer_block {
  background-image: url("/files/html_bg.jpg");
    background-repeat: repeat;
    margin-top: 500px;
    padding: 0;
}
#page_6 #outer_block {
    padding: 0;
}
a:link, a:visited, a:hover, a:active {
    color:#ddbf78;
}

/*----ブログ上余白------*/

#blog_main {
    padding: 50px 0;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
    background: none transparent;
  padding: 0;
  position: relative;
    height: 700px;
}
#page_6 #branding_box {
    background: url(/files/00top_branding_box_bg.png) center 0 no-repeat;
    height: 935px;
    background-attachment: fixed;
}


/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  width: 960px;
  height: 0;
  margin: 0 auto;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 960px;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #FFF;
    display: none;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  padding-top: 765px;
    text-align: center;
}
.main_header img, .header_class img {
  width: 300px;
  height: 155px;
}
#page_6 .main_header, #page_6 .header_class {
  padding-top: 999px;
    text-align: center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
    display: none;
  width: 960px;
  margin: 0 auto;
    background-image: url(/files/topnavi_bg.png);
    background-repeat: repeat-x;
    height: 70px;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 137px;
  height: 70px;
    line-height: 70px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi21 a { background-position: left top; }
div#access .gnavi22 a { background-position: -137px top; }
div#access .gnavi23 a { background-position: -274px top; }
div#access .gnavi24 a { background-position: -411px top; }
div#access .gnavi25 a { background-position: -548px top; }
div#access .gnavi26 a { background-position: -685px top; }
div#access .gnavi27 a { background-position: right top;width:138px; }

div#access .gnavi21 a:hover { background-position: left bottom; }
div#access .gnavi22 a:hover { background-position: -137px bottom; }
div#access .gnavi23 a:hover { background-position: -274px bottom; }
div#access .gnavi24 a:hover { background-position: -411px bottom; }
div#access .gnavi25 a:hover { background-position: -548px bottom; }
div#access .gnavi26 a:hover { background-position: -685px bottom; }
div#access .gnavi27 a:hover { background-position: right bottom;width:138px; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 70px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li,
#access ul.menu ul.sub-menu li a {
  min-width: 137px;
  width: 137px;
  padding: 0px;
}


/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: px;
  color: #333;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser {
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider { margin: 0 ; }
#jquery_slider_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
    background-image: url(/files/widget_list_bg.png);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #ffffff;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/div_bg03.jpg) center 0 repeat-x;
    height: 800px;
}
#footer_box {
    background: url(/files/company_info.png) center 100px no-repeat, 
        url(/files/footer_bottom.png) center bottom no-repeat;
    height: 730px
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 600px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000000;
  color: #000000;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer_information .entry-post {
  margin: 20px 0 0 320px;
  
/* テキスト中央寄せ用
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
*/
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #000;
    height: 70px;
    line-height: 70px;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
    background: none transparent;
    color:#ffffff;
      font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 32px;
}
.headline_title {
  position: relative;
  width: 500px;
    margin: auto;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    line-height: 45px;
}
.headline_title::before,
.headline_title::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headline_title::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.headline_title::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  color: #00c0ff;
  text-align: left;
    background-image: url(/files/entry_title_bg.png);
      font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h3.entry_title, .entry_title {
    text-align: center;
    padding: 0 ;
    width: 960px
}
.entry-title {
    background-image: url(/files/blog_title.png);
    padding: 0 0 0 50px;
    width: 650px;
}
h3.title_right, .title_right {
    text-align: center;
    padding: 0;
    width: 960px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #00c0ff;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
    background-image: url(/files/read_more_btn.jpg);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}

* .short_entry_title {
/*シンプル1 ※half_entry_titleと共通 */
  padding: 0;
  width: 456px;
  text-align: left;
  /*ワンカラム*/
  background-image: url("/files/entry_title_bg_w456.png");
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  padding: 0 0 0 50px;
  width: 406px;
  color: #00c0ff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


/* 幅の短い見出し用 */
.mid_entry_title {
    background-image: url(/files/entry_title_bg_w570.png);
    color:#00c0ff;
      font-size: 20px;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
.half_entry_title {
    background-image: url(/files/half_entry_title_bg.png);
	color:#00c0ff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.half_sub_entry_title {
    background-image: url(/files/half_sub_entry_title_bg.png);
    color:#eeeeee;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* B-03など小見出し用 */
* .sub_entry_title {
    background-image: url(/files/sub_entry_title_bg.png);
	color:#ffffff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
	color:#ffffff;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
    background-image: url(/files/sub_read_more_btn.jpg);
}
.mid_sub_entry_title {
    background-image: url(/files/sub_entry_title_bg_w570.png);
    color:#ffffff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}

.short_sub_entry_title {
/*シンプル1 ※half_sub_entry_titleと共通*/
  padding: 0;
  width: 456px;
  text-align: center;
  /*ワンカラム*/
  background-image: url("/files/sub_entry_title_bg_w456.png");
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  padding: 0 0 0 20px;
  width: 436px;
  color: #ffffff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* C-01など3列表示インラインタイトル用 */

.inline_title {
  background-image: url(/files/column3_title_bg.png);
  color: #00c0ff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.inline_title a {color: #00c0ff;}

.faq-title {
  background: none transparent;
  font-weight: normal;
  color: #00c0ff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent;
  border: none;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #00c0ff;
    font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.o_main_btn a {
    background-color: #ddbf78 ;
    color:#000;
}
.o_sub_text_btn a {
    background-color: #ddbf78 ;
    color:#000;
}




/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #ffffff;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #ddbf78;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #ddbf78 !important;
}

small a:hover {
  background-color: #ddbf78;
  color: #000 !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #dddddd;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
    color:#fbfbfb;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
    color:#fbfbfb;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #ffffff;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}

.table_area, .field_3col .table_area td.td_name, .field_3col .table_area
td.td_value{ font-size: 15px;}
.table_area td.td_value, .table_area td.td_name,
.table_area table tr td, .iqfm-table th, .iqfm-table td,
.field_3col .table_area td.td_name, .field_3col .table_area td.td_value{
padding: 15px !important;}



.table_area td.td_name, .table_area td.column1, 
.z_c1 .iqfm-table th, td.coupon_meta_title {
    border-left: none !important;
     border-right: none !important;
}
.table_area td.td_value, .table_area td.column2, 
.z_c1 .iqfm-table td,  td.coupon_meta {
    border-left: none !important;
     border-right: none !important;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #ddbf78;
  color: #ddbf78 !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #000;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #ddbf78;
  border-color: #ddbf78;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #ddbf78;
  border-style: solid;
  border-color: #ddbf78;
  color: #000 !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #fff;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {  }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ddbf78;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #fff;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #ddbf78;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*----信頼の技術ブロック-----*/
#l4h3kj7igvq65a3xg940 {
    background: url(/files/00top_block01_bg.jpg) center 0 no-repeat;
    height: 2645px;
}
#l4h3kj7igvq65a3xg940 .entry_post {
    padding-top: 1978px;
}
#l4h3kj7igvq65a3xg940 .entry_title {
    display: none;
}
#l4h3kj7igvq65a3xg940 .text_size_full {
    text-align: center;
}
#l4h3kj7igvq65a3xg940 .entry_title {
    display: none;
}
#l4h3kj7igvq65a3xg940 .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----協力会社テキストリンク-----*/

#h4uj905hfb2h2ep7r6b7 p.o_main_btn {
    display: none;
}

/*----リンクボタン-----*/
#lc5vhy4zxvf53jk0ywuy img {
    display: none;
}
#lc5vhy4zxvf53jk0ywuy {
    margin-top: -275px;
    margin-bottom: 105px;
}
#lc5vhy4zxvf53jk0ywuy a {
    background: url(/files/00top_block01_button.png) center 0 no-repeat;
    display: block;
    width: 550px;
    height: 140px;
    margin: 0 auto;
}
#lc5vhy4zxvf53jk0ywuy a:hover {
    background-position: bottom;
}

/*----セパレート-----*/
#jpt7jihqr6681plcxfia {
    background: url(/files/00top_block02_bg_pala.jpg) center 0 no-repeat;
    height: 1000px;
    background-attachment: fixed;
}
/*----ブログ-----*/
#n2g4rvh6jppfkfegig60 {
    background: url(/files/00top_block03_bg_top.png) center 0 no-repeat, 
        url(/files/div_bg02.png) center 0 repeat;
    padding: 350px 0 0;
}
#n2g4rvh6jppfkfegig60 .headline_title {
    display: none;
}
#jv916et15rz0w378rmrx {
    background-image: url(/files/div_bg02.png);
    background-repeat: repeat;
    padding: 55px 0 290px;
}

#e5y6n7owntchbh4i8wry img {
    display: none;
}
#e5y6n7owntchbh4i8wry {
    margin-top: -265px;
    margin-bottom: 105px;
}
#e5y6n7owntchbh4i8wry a {
    background: url(/files/00top_block03_button.png) center 0 no-repeat;
    display: block;
    width: 410px;
    height: 60px;
    margin: 0 auto;
}
#e5y6n7owntchbh4i8wry a:hover {
    background-position: bottom;
}
/*----協力会社募集ブロック-----*/

#h4uj905hfb2h2ep7r6b7 {
    background: url(/files/00top_block04_bg.jpg) center 0 no-repeat;
    height: 1100px;
    margin-bottom: 0;
}
#h4uj905hfb2h2ep7r6b7 .entry_post {
    padding-top:405px;
    color:#000;
}
#h4uj905hfb2h2ep7r6b7 .entry_title {
    display: none;
}
#h4uj905hfb2h2ep7r6b7 .text_size_full {
    text-align: center;
}
#h4uj905hfb2h2ep7r6b7 .entry_title {
    display: none;
}
#h4uj905hfb2h2ep7r6b7 .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}

#o10z2zw97k4kbqdwtsvb img {
    display: none;
}
#o10z2zw97k4kbqdwtsvb {
    margin-top: -300px;
    margin-bottom: 180px;
}
#o10z2zw97k4kbqdwtsvb a {
    background: url(/files/00top_block04_button.png) center 0 no-repeat;
    display: block;
    width: 470px;
    height: 120px;
    margin: 0 auto;
}
#o10z2zw97k4kbqdwtsvb a:hover {
    background-position: bottom;
}

/*--------お問い合わせバナー------------*/
#lxc7au6ow6u5cer10ply .easys_content_inner {
    width:100%;
}
#lxc7au6ow6u5cer10ply .margin-bottom_40{
    margin-bottom: 0;
}
/*--------お問い合わせバナーボタン---------------*/
#mz2ag1uj0mvgn51qybpy {
    background-image: url(/files/contac_banner_bg_02.jpg);
    background-repeat: repeat;
}
#mz2ag1uj0mvgn51qybpy .margin-bottom_40{
    margin-bottom: 0;
}
#mz2ag1uj0mvgn51qybpy img {
    display: none;
}
#mz2ag1uj0mvgn51qybpy {
    margin-top: 0;
    margin-bottom: 0;
}
#mz2ag1uj0mvgn51qybpy a {
    background: url(/files/contac_banner_button.png) center 0 no-repeat;
    display: block;
    width: 792px;
    height: 150px;
    margin: 0 auto;
}
#mz2ag1uj0mvgn51qybpy a:hover {
    background-position: bottom;
}

/*----セパレート2-----*/
#ss33g4k2xo4j4xhqwpd1 {
    background: url(/files/00top_block05_bg_pala.jpg) center 0 no-repeat;
    height: 1000px;
    background-attachment: fixed;
}

/*----ページ下padding-----*/
#page_6 #container_top {
    padding-bottom: 0;
}
/*  会社概要
---------------------------------------------------------------------------------------------------- */
/*----挨拶ブロック-----*/
#rx9ephzy5h4loo9e70ww {
    background: url(/files/10company_block01_bg.jpg) center 0 no-repeat;
    height: 1128px;
}
#rx9ephzy5h4loo9e70ww .img_size_large{
    width: 410px;
    margin-top: 35px;
}
#rx9ephzy5h4loo9e70ww .text_size_small{
    width: 550px;
}
#rx9ephzy5h4loo9e70ww .entry_post {
    padding-top: 235px;
}
#rx9ephzy5h4loo9e70ww .entry_title {
    display: none;
}
#rx9ephzy5h4loo9e70ww .text_size_full {
    text-align: center;
}
#rx9ephzy5h4loo9e70ww .entry_title {
    display: none;
}
#rx9ephzy5h4loo9e70ww .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----スタッフブロック-----*/
#s7kefh3ot779abik0zbb {
    background: url(/files/10company_block02_bg.png) center 0 no-repeat;
    position: relative;
    margin-top: -436px;
    padding-bottom: 60px
}
#s7kefh3ot779abik0zbb .entry_title {
    display: none;
}
#s7kefh3ot779abik0zbb .img_size_large{
    width: 460px;
}
#s7kefh3ot779abik0zbb .text_size_small{
    width: 500px;
}
#s7kefh3ot779abik0zbb .text_size_small div {
    color:#102842;
}
#s7kefh3ot779abik0zbb .entry_post_123 {
    padding-top: 808px;
}
#s7kefh3ot779abik0zbb .entry_post_123 .img_size_large {
    margin-top: 6px;
}
#s7kefh3ot779abik0zbb .entry_post_124 {
    padding-top: 205px;
    margin-left: -76px;
}
#s7kefh3ot779abik0zbb .entry_post_124 .img_size_large{
    width: 450px;
    margin-top: -67px;
}
#s7kefh3ot779abik0zbb .entry_post_124 .text_size_small{
    width: 456px;
}
#s7kefh3ot779abik0zbb .text_size_full {
    text-align: center;
}
#s7kefh3ot779abik0zbb .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----------スタッフ追加分------------------*/
#kjq5uhmf7p6zbudcsfeg {
    background: url(/files/10company_block02_bg02.png) center 0 repeat-y;
}

/*-----会社概要-----*/
#b84v5ukuzx91ccnulngl {
    background-image: url(/files/div_bg04.png);
    background-repeat: repeat;
    padding: 50px 0 0;
}
#b84v5ukuzx91ccnulngl .entry_title{
    margin-bottom: 0;
    padding-bottom: 25px;
}
#a19q2eio5jamz2os9dv9 {
    background-image: url(/files/div_bg04.png);
    background-repeat: repeat;
    padding: 0 0 50px 0;
}

#page_9 #container_top {
    padding-bottom: 0;
}
/*  採用情報
---------------------------------------------------------------------------------------------------- */
/*-----業界の将来性-------*/
#j9an9uycmy0daes743u3 {
    background: url(/files/20recruit_block01_bg.jpg) center 0 no-repeat;
    height: 1300px;
}
#j9an9uycmy0daes743u3 .entry_title {
    display: none;
}
#j9an9uycmy0daes743u3 .entry_post {
    padding-top: 350px;
}
#j9an9uycmy0daes743u3 .post_data {
    font-size: 14px;
}
#j9an9uycmy0daes743u3 .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----セパレート-----*/
#p20i6no6pcyauk190s1y {
    background: url(/files/20recruit_block02_bg_pala.jpg) center 0 no-repeat;
    height: 1000px;
    background-attachment: fixed;
    padding-bottom: 1000px;
}
/*----社内の雰囲気-----*/
#f9hkmxee22orhlepsxal {
    background-image: url(/files/div_bg05.png);
    background-repeat: repeat;
    padding: 160px 0 210px;
    margin-top: -1000px;
}

/*----求める人材-----*/

#ucaws0alft8w2vramaar {
    background: url(/files/20recruit_block04_bg.png) center 0 no-repeat;
    height: 2400px;
    margin-top: -300px;
}
#ucaws0alft8w2vramaar .entry_post {
    padding-top: 897px;
}
#ucaws0alft8w2vramaar .entry_title {
    display: none;
}
#ucaws0alft8w2vramaar .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*  工程の流れ
---------------------------------------------------------------------------------------------------- */
/*----内装工事を～-----*/
#asr2jxcm1xwugi3qntqr {
    background: url(/files/30flow_block01_bg.jpg) center 0 no-repeat;
    height: 1140px;
}
#asr2jxcm1xwugi3qntqr .entry_post {
    margin-left: 15px;
}
#asr2jxcm1xwugi3qntqr .post_data.text_size_full{
    padding-top: 207px;
    width: 560px;
    float: right;
}
#asr2jxcm1xwugi3qntqr .entry_title {
    display: none;
}
#asr2jxcm1xwugi3qntqr .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----ステップ-----*/

#ikk5yqlkzhvygmjaco39 {
    background: url(/files/30flow_block02_bg_pala.jpg) center 0 no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
}
#ikk5yqlkzhvygmjaco39 .easys_content_inner {
    width:100%;
    background: url(/files/30flow_block02_bg_top.png) center 0 no-repeat, url(/files/30flow_block02_bg_bottom.png) left bottom no-repeat ;
    margin-top: -50px;
    padding-top: 325px;
}
#ikk5yqlkzhvygmjaco39 .entry_post {
    width:960px;
    margin: 0 auto;
    display: block;    
}
#ikk5yqlkzhvygmjaco39 .entry_title {
    display: none;
}
/*--------お問い合わせバナー------------*/
#yx41val0c40bwymrq922 .easys_content_inner {
    width:100%;
}
#yx41val0c40bwymrq922 .margin-bottom_40{
    margin-bottom: 0;
}
/*--------お問い合わせバナーボタン---------------*/
#r76tfwjqqhhdo4dilxc5 {
    background-image: url(/files/contac_banner_bg_02.jpg);
    background-repeat: repeat;
}
#r76tfwjqqhhdo4dilxc5 .margin-bottom_40{
    margin-bottom: 0;
}
#r76tfwjqqhhdo4dilxc5 img {
    display: none;
}
#r76tfwjqqhhdo4dilxc5 {
    margin-top: 0;
    margin-bottom: 0;
}
#r76tfwjqqhhdo4dilxc5 a {
    background: url(/files/contac_banner_button.png) center 0 no-repeat;
    display: block;
    width: 792px;
    height: 150px;
    margin: 0 auto;
}
#r76tfwjqqhhdo4dilxc5 a:hover {
    background-position: bottom;
}
/*----ページ下padding-----*/
#page_15 #container_top {
    padding-bottom: 0;
}


/*  解体事業
---------------------------------------------------------------------------------------------------- */
/*----解体工事～-----*/
#tr33znacl72hidylodim {
    background: url(/files/40demolition_block01_bg_pala.jpg) center 0 no-repeat;
    background-attachment: fixed;
    padding-top: 205px;
    height: 1000px
}
#tr33znacl72hidylodim .headline_title{
    display: none;
}
#tr33znacl72hidylodim .easys_content_inner{
    background: url(/files/40demolition_block01_bg.png) center -200px no-repeat;
    padding-top: 147px;
}

#tr33znacl72hidylodim .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*----ご依頼を-----*/

#fpn04a6ud59pgw4st29t {
    background: url(/files/40demolition_block02_bg.png) center 0 no-repeat;
    position: relative;
    margin-top: -600px;
    height: 1160px;
}

#fpn04a6ud59pgw4st29t .entry_post {
    padding-top: 540px;
    color:#000;
}
#fpn04a6ud59pgw4st29t .entry_title {
    display: none;
}
/*----受注させていただく-----*/

#o3wvrloym7vceno3sa4c {
    background: url(/files/40demolition_block03_bg_pala.jpg) center 0 no-repeat;
    background-attachment: fixed;
    margin-top: -300px;
    padding-top: 50px;
}

#o3wvrloym7vceno3sa4c .entry_post{
    background: url(/files/40demolition_block03_bg.png) center 245px no-repeat;
    padding-top: 480px;
}
#o3wvrloym7vceno3sa4c .entry_title{
    display: none;
}
/*----ページ下padding-----*/
#page_81 #container_top {
    padding-bottom: 0;
}

/*  協力会社募集
---------------------------------------------------------------------------------------------------- */

/*----外注業者様を募集しています-----*/
#d3w6thbuxl7g1d9vsctd {
    background: url(/files/50partner_block01_bg.jpg) center 0 no-repeat;
    height: 700px;
}
#d3w6thbuxl7g1d9vsctd .entry_post {
    padding-top: 295px;
}

#d3w6thbuxl7g1d9vsctd .entry_title {
    display: none;
}
#d3w6thbuxl7g1d9vsctd .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}

/*----3連画像-----*/
#opyvj4c516j2tb6b4vqp {
    background-image: url(/files/div_bg02.png);
    background-repeat: repeat;
}
#opyvj4c516j2tb6b4vqp .entry_post{
    margin-top: -80px;
    
}
/*----3連画像コメント-----*/
#anc75o7cgi5deaezrmy8 {
    background-image: url(/files/div_bg02.png);
    background-repeat: repeat;
}
#anc75o7cgi5deaezrmy8 .text_size_full {
    text-align: center;
}
#anc75o7cgi5deaezrmy8 .post_data p {
    margin-bottom: 0;
    font-size: 12px;
}
/*--------お問い合わせバナー------------*/
#msfgi5w4rs3dqi48g997 .easys_content_inner {
    width:100%;
}
#msfgi5w4rs3dqi48g997 .margin-bottom_40{
    margin-bottom: 0;
}
/*--------お問い合わせバナーボタン---------------*/
#s2ti7gtu29ei9hojc0re {
    background-image: url(/files/contac_banner_bg_02.jpg);
    background-repeat: repeat;
}
#s2ti7gtu29ei9hojc0re .margin-bottom_40{
    margin-bottom: 0;
}
#s2ti7gtu29ei9hojc0re img {
    display: none;
}
#s2ti7gtu29ei9hojc0re {
    margin-top: 0;
    margin-bottom: 0;
}
#s2ti7gtu29ei9hojc0re a {
    background: url(/files/contac_banner_button.png) center 0 no-repeat;
    display: block;
    width: 792px;
    height: 150px;
    margin: 0 auto;
}
#s2ti7gtu29ei9hojc0re a:hover {
    background-position: bottom;
}
/*----ページ下padding-----*/
#page_101 #container_top {
    padding-bottom: 0;
}

/*  その他
---------------------------------------------------------------------------------------------------- */
/*------ナビ固定---------*/
#access.fixed {
    display: block;
    background: url(/files/topnavi_bg.png) center 0 repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    height: 70px;
    z-index: 99;
}
#access.fixed .menu-header, #access.fixed div.menu {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
div#access.fixed .menu-item a, div#access.fixed .menu-item a:hover {
  background-color: transparent;
  width: 137px;
  height: 70px;
  line-height: 70px;
  transition: width 0.7s ease 0s;
}
/*-----フッターボタン---------*/

.fixed_btn {
    bottom: 175px;
}
#fixed_btn_gtn {
    height: 150px;
}
#fixed_btn_gtn a {
    height: 150px;
}


