@charset "utf-8";

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

/* ==================================================
   ■ 全体
-------------------------------------------------- */

html {
  background: none #fff;
}
body {
  background: none transparent;
  color:#000;
}
#wrapper {
  background: url("/files/wrapper_bg.jpg") no-repeat fixed center top transparent;
}
#page_11 #wrapper { background: none transparent; }
/* 事業内容 */
#page_106 #wrapper { background-image: url('/files/wrapper_bg_02.jpg'); }
/* 施工実績 */
#page_17 #wrapper { background-image: url('/files/wrapper_bg_03.jpg'); }
/* 取り組み */
#page_107 #wrapper { background-image: url('/files/wrapper_bg_04.jpg'); }
/* 求人情報 */
#page_121 #wrapper { background-image: url('/files/wrapper_bg_05.jpg'); }
/* 会社概要 */
#page_15 #wrapper { background-image: url('/files/wrapper_bg_06.jpg'); }
/* お問い合わせ */
#page_19 #wrapper { background-image: url('/files/wrapper_bg_07.jpg'); }
/* 協力会社用応募フォーム */
#page_13 #wrapper { background-image: url('/files/wrapper_bg_08.png'); }

#outer_block {
  background: url("/files/outer_bg.png") no-repeat scroll center top transparent;
  padding:100px 0 0;
}
#page_11 #outer_block {
  background: none transparent;
  padding:100px 0 0;
}
#inner_block{
  background: none #fff;
  padding: 50px 0 0;
}
#page_11 #inner_block{ padding: 0px 0 0; }

#main {
/*  width: 1100px;*/
  margin:0 auto;
}

#secondary { padding: 0; }
#thirdly { padding: 0 0 50px; }

a:link, a:visited, a:hover, a:active {
  color:#15216c;
}

/* ==================================================
   ■ ヘッダー
-------------------------------------------------- */

#branding_box {
  background: none transparent;
  height: 563px;
  padding:0;
  position: relative;
  z-index:500;
  width: 1100px;
}
#page_11 #branding_box { height: 1000px; }
#header_information {
    height: 0;
}

#site-description {
  text-align:right;
}

#site-description a {
  display: inline;
  color: #b4e3f4;
}


.main_header img {
  width: 284px;
  height: 111px;
  position: absolute;
  top: 0;
  left: 70px;
}


/*  Gナビ
----------------------------------------------------- */
#access { 
  float:right;
  margin-top: -20px;
}
#access, #access .menu-header, div.menu {
  width: 690px;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url('/files/topnavi.png');
  background-color: transparent;
  height: 100px;
  line-height: 100px;
  padding: 0px;
  margin: 0px;
  width: 115px;
}

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: -115px top; }
div#access .gnavi13 a { background-position: -230px top; }
div#access .gnavi14 a { background-position: -345px top; }
div#access .gnavi15 a { background-position: -460px top; }
div#access .gnavi16 a { background-position: right top; }
div#access .gnavi11 a:hover { background-position: left bottom; }
div#access .gnavi12 a:hover { background-position: -115px bottom; }
div#access .gnavi13 a:hover { background-position: -230px bottom; }
div#access .gnavi14 a:hover { background-position: -345px bottom; }
div#access .gnavi15 a:hover { background-position: -460px bottom; }
div#access .gnavi16 a:hover { background-position: right bottom; }

/*  プルダウンメニュー
----------------------------------------------------- */
/* サイズ */
#access ul.menu ul.sub-menu {
  top: 100px;
  width: 95px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 95px;
  width: 95px;
}
#access .gnavi-sub a{border:none !important;}
#access .gnavi-sub a:hover {border:none !important;}

/* メニューの色　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 */
  color: #000;
  width: 95px;
    height: auto;
    line-height: 1.7;
    padding: 5px 10px;
}
#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: #00177F;
}
#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: #fff;
}

/* 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, #jquery_slider {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#main_teaser { top: 0; }
#jquery_slider { top: 0; }

/* ==================================================
   ■ サイド
-------------------------------------------------- */

.widget-title, .widget-title2 a {
  background-image: url('/files/widget_title_bg.jpg');
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

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

/*  ブログ
----------------------------------------------------- */

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
  /*background: none repeat scroll 0 0 #EDEDED;*/
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #15216c;
  line-height: 2;
  padding: 5px;

  /*
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #fff;
  */
}

#wp-calendar tbody td a { 
  text-decoration: underline;
}
#wp-calendar tbody td a:hover { 
  text-decoration: none; 
}

#today {
  background: none #fff !important;
}

#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

/* ==================================================
   ■ フッター
-------------------------------------------------- */

#footer_block {
  background: url("/files/html_bg.jpg") no-repeat scroll center bottom transparent;
}

#footer_box {
  background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
  height:350px;
  width: 100%;
}

#footer_sitemap_block {
  padding: 320px 0 0;
  width: 1020px;
  margin:0 auto;
}

#footer-widget-area {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #000000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000000;
  color: #000000;
}

.footer_infomation {
  display: block;
  width: 1000px;
  margin:0 auto;
}

#footer_information .entry-post {
  color:#000;
  margin: -200px 0 0 520px;

  /* テキスト中央寄せ用
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
  */
}

#copyright {
  color: #fff;
  height: 40px;
  line-height: 40px;
}

/* うにょ */
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}

/* ==================================================
   ■ コンテンツ内
-------------------------------------------------- */

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/top_entry_title.jpg');
  color: #000;
  height:140px;
  line-height:140px;
  font-size:28px;
  
}

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.jpg');
  padding: 0 0 0 80px;
  width: 880px;
  color: #fff;
  height:80px;
  line-height:80px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 20px;
}
.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: #fff;
}
.entry_title span.read_more_btn,
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url('/files/read_more_btn.jpg');
  height: 80px;
  line-height: 80px;
}

/* 小見出し */
.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.jpg');
  padding: 0 0 0 40px;
    width: 920px;
    color: #000;
    height: 70px;
    line-height: 50px;
  font-size:16px;
}
.sub_entry_title a:link, .sub_entry_title a:visited,
.sub_entry_title a:hover, .sub_entry_title a:active {
  color: #000;
}
.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');
  height: 70px;
  line-height: 70px;
}

/* 3列表示見出し */
h5.inline_title {
  background: url("/files/clom3-title.jpg") no-repeat 0 0 transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5.inline_title a { color:#fff; }

/* 固定幅じゃないインラインタイトル用 */
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #fff;
  border: 1px solid #00198f;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

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

/* 半分ブロック見出し */
.half_entry_title {
  background-image: url('/files/half_entry_title_bg.jpg');
  color:#00198f;
  
}

/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: 1px solid #3eb5dd;
}

small a {
  color: #3eb5dd !important;
  text-align: center !important;
}
small a:hover {
  background-color: #3eb5dd;
  color: #FFF !important;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #3eb5dd !important;
  border: 1px solid #747aa3 !important;
  color: #fff !important;
}

.iqfm-table td,
.table_area td.td_value {
  border: 1px solid #747aa3 !important;
  background-color: #ffffff !important;
  color: #333333 !important;
}

.iqfm-req_color { /* メールフォーム必須色 */
  color:#00198f;
}

/*  ページ遷移
----------------------------------------------------- */
.tablenav { padding: 1em 0; }

/* ページ上部へ */
.page_up a {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
  }

.page_up a:hover, 
.page_up a:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none transparent;
  border: 1px solid #333;
  color: #333;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none #f0f0f0;
  border: 1px solid #333;
  color: #333;
}

/* ページ送り */
a.page-numbers, .tablenav .current {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  background: none transparent;
  border: 1px solid #fff;
  color: #fff;
}

.tablenav .current, a.page-numbers:hover,
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
}


/*  ボーダー
----------------------------------------------------- */

.td_cell,
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #15216c;
}


/* ==================================================
   ■ 各ブロック個別調整
-------------------------------------------------- */

/* 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; }


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* 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; }

/* メール投稿ブロックの画像とコメントの間余白挿入 */
.cu_mail_block .img_size_thumb {
  padding-left: 10px;
}

/* 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%;
}
.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; }


/* ==================================================
   ■ 各ページ個別調整
-------------------------------------------------- */

.post-html { margin-bottom: 50px; }

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

/* B */
.b_01 .float_left, .b_01 .float_right { float: none; }
.b_01 .text_size_b-small { width: 100%; }
.b_01 .img_size_b-large {
    width: 100%;
    text-align: center;
}

/*Oボタン*/
p.o_main_btn {
    margin: 0 auto;
    width: auto;
    min-width: 170px;
    border: 2px solid #00198f;
    display: table;
    padding: 15px 20px;
}
.o_main_btn a {
    background: url(/files/link_text_bg.png) no-repeat left center transparent;
    padding: 7px 0 7px 30px;
    font-size: 20px;
    border-radius: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

/* ？？？ */
.field_3col .eyecatch {
    height: auto;
    }
.block_g .field_3col img {
    width: 100%;
    height: auto;
}
.field_3col a img {
    height: auto;
    width: 100%;
}

/*  TOP
----------------------------------------------------- */
/* それぞれの想いがひとつになる企業風土 */
#vv2vu25v7v104dk21wyx {
    background: url(/files/top_bg_1.jpg) no-repeat top center transparent;
    height: 1874px;
    margin: 0;
}
#vv2vu25v7v104dk21wyx .entry_title, 
#vv2vu25v7v104dk21wyx .eyecatch {
    display: none;
}
#vv2vu25v7v104dk21wyx .float_left, 
#vv2vu25v7v104dk21wyx .float_right {
    float: none;
}
/*文章位置*/
#vv2vu25v7v104dk21wyx .text_box {
    margin: 300px 0 0;
}
#vv2vu25v7v104dk21wyx .text_size_small {
    width: 100%;
    text-align: center;
}
/*ボタン位置*/
#vv2vu25v7v104dk21wyx .easys_content_inner {
    height: 1874px;
    position: relative;
}
#vv2vu25v7v104dk21wyx p.o_main_btn {
    position: absolute;
    bottom: 140px;
    left: 39%;
}

/* Project */
#dnt0tuezg7g85fxfa4sx {
    height: 1150px;
    background: url(/files/top_bg_2.jpg) no-repeat top center transparent;
    margin: 0;
}
#dnt0tuezg7g85fxfa4sx .sub_entry_title, #dnt0tuezg7g85fxfa4sx .eyecatch img {
    display: none;
}
#dnt0tuezg7g85fxfa4sx .img_display {
    margin: 1010px 0 0;
}
#dnt0tuezg7g85fxfa4sx .img_display .field_3col:first-child a {
    background: url("/files/top_bg_2_link_text_bg_01.png") no-repeat 20px center transparent;
}
#dnt0tuezg7g85fxfa4sx .img_display .field_3col:nth-child(2) a {
    background: url("/files/top_bg_2_link_text_bg_02.png") no-repeat center transparent;
}
#dnt0tuezg7g85fxfa4sx .img_display .field_3col:nth-child(3) a {
    background: url("/files/top_bg_2_link_text_bg_03.png") no-repeat 90% center transparent;
}
#dnt0tuezg7g85fxfa4sx .img_display .eyecatch.field_3col a {
    display: block;
    width: 100%;
    height: 68px;
}

/* 背景：固定 */
#pnnkgowu4q8z5xrd665v {
    height: 835px;
    background: url(/files/top_bg_3.jpg) no-repeat fixed center transparent;
    margin: 0;
    background-size: auto 100%;
}

/* ブログRSS */
/*見出し*/
#izv75elmp1ydtqo93z0c {
    margin: 0;
    height: 0;
    position: relative;
    top: 80px;
}
#izv75elmp1ydtqo93z0c .entry_title {
    background-image: url(/files/blog_rentry_title.png);
    height: 130px;
    line-height: 130px;
    width: 920px;
}
#izv75elmp1ydtqo93z0c .entry_title h3 {
    text-indent: -9999px;
    width: 0;
}
#izv75elmp1ydtqo93z0c .entry_title span.read_more_btn, 
#izv75elmp1ydtqo93z0c .entry_title span.read_more_btn a, 
#izv75elmp1ydtqo93z0c .entry_title span.read_more_btn a:hover {
    background-image: url(/files/blog_rread_more_btn.png);
    height: 130px;
    line-height: 130px;
    width: 236px;
}
#f4jeqtxl3ybr2ouun3px {
    background: url(/files/bg_top_rss.jpg) no-repeat scroll center top transparent;
    margin: 0;
    padding: 240px 0 50px;
}

/*  事業内容
----------------------------------------------------- */
/* 事業内容 */
#kg4s9uuosbidtxtb5f0b {
    background: url(/files/P4_bg_1.jpg) no-repeat top center transparent;
    height: 1200px;
    margin: 0 0 100px;
}
#kg4s9uuosbidtxtb5f0b img {
    display: none;
}

/*  施工実績
----------------------------------------------------- */
#page_17 .table_area td.column1 {
    width: 15%;
}

/*  取り組み
----------------------------------------------------- */
#s196asen44cbgi2n16k5 .eyecatch.display_line_bg {
    background: none;
}
#s196asen44cbgi2n16k5 .img_size_large.float_left {
    width: 958px;
    float: none;
    border: 1px solid #41b7db;
    margin: 0 0 20px;
}
#s196asen44cbgi2n16k5 .eyecatch.display_line_bg img {
    width: 930px;
}
#s196asen44cbgi2n16k5 .text_size_small.float_right {
    float: none;
    width: 100%;
}

/*  求人情報
----------------------------------------------------- */
#hjg7mrgme3y2dxxynkwu {
    background: url(/files/p7_contact＿bg.jpg) no-repeat top center transparent;
    height: 545px;
    padding: 55px 0 0;
}

/*  会社概要
----------------------------------------------------- */
#yck1dod0jf2hhd9h7br2 .entry_title {
    background-image: url(/files/sub_entry_title_bg.jpg);
    color: #000;
    height: 70px;
    line-height: 50px;
    padding: 0 0 0 40px;
    width: 920px;
}

/*  ブログ
----------------------------------------------------- */
#blog_main { width: 980px; }
#blog_main .entry-title {
    background-image: url(/files/blog_title.jpg);
    padding: 0;
    text-align: center;
    width: 700px;
    height: 65px;
    line-height: 65px;
}

/*  ダウンロード
----------------------------------------------------- */

＃page_1092 table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
}
＃page_1092 td, th {
	padding: 3px;
	width: 120px;
	height: 30px;
    background: #add8e6;
}
/*＃page_1092 th {
    background: #add8e6;
}
＃page_1092 .even {
	background: #fbf8f0;
}
＃page_1092 .odd {
	background: #fefcf9;
}*/
