@charset "utf-8";

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



/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background: none;
}

body {
    background: url("/files/body_bg.jpg") no-repeat scroll center top transparent;
    color: #000;
    min-width: 1100px;
}

body#page_6 {
  background-image: none;
}

#wrapper {
    background: url("/files/topnavi_bg.png") no-repeat scroll center 500px transparent;
}

body#page_6 #wrapper {
    background-position: center 910px;
}

#outer_block{
    background: none;
    margin: 0 auto;
    padding: 50px 0 0;
}

#inner_block {
    background: none;
    margin: 0 auto;
    padding: 0;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000;
  text-decoration: none;
}

small {
    border-color: #1657c2;
}

small a {
    background: #fff;
    color: #000 !important;
    padding: 5px 0;
    text-align: center !important;
    width: 100%;
}

small a:hover {
    background-color: #1657c2;
    color: #fff !important;
}

/* =======================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: transparent url("/files/branding_box_bg.png") no-repeat scroll center top;
    height: 575px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    position: relative;
    z-index:2;
}

body#page_6 #branding_box {
    height: 985px;
}

#jquery_slider_pc .entry_post {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 960px;
}

#site-description a {
    color: #000;
}

#header_information {
  height: 480px;
}

body#page_6 #header_information {
  height: 890px;
}

.main_header {
  text-align: center;
  padding-top:50px;
}

body#page_6 .main_header {
  display: none;
}

/*グローバルナビの上にメイン画像*/
#main_teaser {
    position: relative;
}

#main_teaser img {
    position: absolute;
    left: 0;
    top: -185px;
}

/* =======================================================================================
   ■ グローバルナビ
------------------------------------------------------------------------------------------ */
div#access .gnavi11 a, div#access .gnavi12 a, div#access .gnavi13 a, div#access .gnavi14 a, div#access .gnavi15 a, div#access .gnavi16 a {
    background-color: transparent;
    background-image: url("/files/topnavi.png");
    height: 75px;
    margin: 0;
    padding: 0;
}


/*ナビ固定*/
div#access.fixed{
  width: 100%;
  height: 75px;
  background-color: #033c9a;
  background-position: center top;
  position: fixed;
  top: 0;
  left: 0;
}

#access.fixed .menu-header {
    margin: 0 auto;
}

div#access.fixed .gnavi11 a, div#access.fixed .gnavi12 a,
div#access.fixed .gnavi13 a, div#access.fixed .gnavi14 a,
div#access.fixed .gnavi15 a, div#access.fixed .gnavi16 a {
    background-color: transparent;
    background-image: url("/files/topnavi.png");
    height: 75px;
    margin: 0;
    padding: 0;
}

/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#footer-widget-area .widget-area .menu-item a:link,
#footer-widget-area .widget-area .menu-item a:visited {
  text-decoration: underline;
}

#footer-widget-area .widget-area .menu-item a:hover,
#footer-widget-area .widget-area .menu-item a:active {
  text-decoration: none;
}

#footer_block {
    background: transparent url("/files/footer_bg.png") no-repeat scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

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

#footer-widget-area {
    width: 960px;
    position: absolute;
    top: 228px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #1657c2;
    border-right: 1px solid #1657c2;
}

.footer_infomation {
    display: inline-block;
    width: 960px;
}

#footer_information .entry-post {
    margin: 192px 0 0 0;
    padding: 0;
    width: 960px; 
    text-align:center;
}

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



/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.headline_title {
    color: #FFF;
    padding: 0 0 0 0;
    width: 960px;
}

.entry_title {
    background: url("/files/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #FFF;
    padding: 0 0 0 40px;
    width: 920px;
}

.sub_entry_title {
    background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #fff;
    padding: 0 0 0 40px;
    width: 920px;
}

.half_entry_title {
    background: url("/files/half_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #fff;
}

.half_sub_entry_title {
    background: url("/files/half_sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #000;
}

.mid_entry_title {
    background: url("/files/entry_title_bg_w570.png") no-repeat 0 0 transparent;
    color: #fff;
}

.mid_sub_entry_title {
    background: url("/files/sub_entry_title_bg_w570.png") no-repeat 0 0 transparent;
    color: #fff;
}

.inline_title {
    background: url("/files/clom3_sub_entry_title.png") no-repeat 0 0 transparent;
    color: #000;
}

/* =======================================================================================
   ■ ブログ
------------------------------------------------------------------------------------------ */
body.blog .entry-title {
    background-image: url("/files/blog_title.png");
    height: 60px;
    line-height: 60px;
    color: #fff;
}

body.blog .entry-title a,
body.blog .entry-title a:hover {
    color: #fff;
    text-decoration: none;
}

/*ウィジェットタイトル*/
.widget-title,
.widget-title2 a,
.widget-title a {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #fff;
    padding: 0;
    text-align:center;
    height:60px;
    line-height:60px;
}

.widget-title2 a:hover {
    text-decoration: none;
}

/*ウィジェットリスト*/
#blog_main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 0 0 40px;
}


#wp-calendar thead th {
    background: none repeat scroll 0 0 #e4f1fd;
    border: 1px solid #1657c2;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #1657c2;
}

#wp-calendar tbody td.pad {
    background-color: #fff;
}

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

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

#wp-calendar caption {
  margin-top:7px;
}


/* =======================================================================================
   ■ テーブル
------------------------------------------------------------------------------------------ */
.table_area td.td_name {
    background-color: #e4f1fd;
    border: 1px solid #1657c2;
}

.table_area td.td_value {
    background-color: #fff;
    border: 1px solid #1657c2;
}

.td_cell {
    border-color: #1657c2;
}

/* =======================================================================================
   ■ フォーム
------------------------------------------------------------------------------------------ */
form {
    margin-bottom: 20px;
}

.iqfm-table th {
    background-color: #e4f1fd !important;
    border: 1px solid #1657c2 !important;
}

.iqfm-table td {
    background-color: #fff !important;
    border: 1px solid #1657c2 !important;
}


.iqfm-req_color {
    color: #d60d0d;
}

/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*ブログ新着*/
.blog_post {
    border-bottom: 1px dotted #1657c2;
}

/*HTMLブロック*/
.ns_01 {
margin-bottom: 50px;
}

/*FAQ*/
.anchor_list ul li {
    border-bottom: 1px dotted #1657c2;
}

.faq-title {
    background: none #e4f1fd;
    color: #000;
}

/* 詳細
-------------------------------------------------------*/
.permalink_in a {
    background: none repeat scroll 0 0 #1657c2;
    border: 1px solid #1657c2;
    color: #fff;
}
.permalink_in a:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #1657c2;
    color: #000;
}

.indent_border {
    border-left: 5px solid #1657c2;
    padding-left: 10px;
}

/* 記事のテキストリンク
-------------------------------------------------------*/
.main_btn a {
    background: url("/files/btn_icon.png") no-repeat 30px center #1657c2;
    border-radius: 1.5em;
    padding: 10px 30px 10px 45px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

/* 右下固定ボタン
-------------------------------------------------------*/
/*ガテン*/
.fixed_btn div#fixed_btn_gtn, .fixed_btn div#fixed_btn_gtn a {
    height: 150px;
}

/* 背景色変更
-------------------------------------------------------*/
/*トップページ*/
#oz0c6p8em1o6rgi6ju1z {
  padding-top: 50px;
  margin-bottom: 50px;
  background-color: #e4f1fd;
}

#q9w35imhew7m68m1lyl0 {
  padding-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 0;
  background-color: #e4f1fd;
}

#q9w35imhew7m68m1lyl0 .entry_title {
    margin-bottom: 0;
}

#yl40uaotaewqqkapepr5 {
  padding-bottom: 30px;
  margin-bottom: 50px;
  background-color: #e4f1fd;
}

/*業務内容ページ*/
#qt93w6mlsptgde5tm0py {
  padding-top: 50px;
  margin-bottom: 50px;
  background-color: #e4f1fd;
}

/*会社概要ページ*/
#xoh3hsz8pxb1umkqfv4f{
  padding-top: 50px;
  margin-bottom: 50px;
  background-color: #e4f1fd;
}


