@charset "utf-8";

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

/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background: url("/files/html_bg.jpg") repeat scroll center top transparent;
}

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

body#page_6 {
  background-image: url("/files/body_bg_top.jpg");
}

#wrapper {
    background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}

body#page_6 #wrapper {
    background: url("/files/wrapper_bg_top.jpg") no-repeat scroll center top transparent;
}

#outer_block{
    background: none;
    margin: 30px auto 0;
    padding: 0;
    width: 1010px;
}

#inner_block {
    margin: 0 auto;
    padding: 0 25px;
    width: 960px;
}

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

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

small {
    border-color: #c4cdd9;
}

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

small a:hover {
    background-color: #062ea0;
    color: #fff !important;
}

/*トップメイン画像の高さを指定する場合*/
body#page_6 #main_teaser {
    height: 545px;
}



/* =======================================================================================
   ■ サイド
------------------------------------------------------------------------------------------ */
/* 求人募集 */
.bnr-recruit a{
  width: 240px;
  height: 240px;
  background: url(/files/recruit_bnr.jpg) no-repeat 0 0;
  display: block;
  line-height: 240px;
  overflow: hidden;
  text-align: center;
  text-indent : -9999px;
}
.bnr-recruit a:hover{
  background: url(/files/recruit_bnr.jpg) no-repeat 0 bottom;
}

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

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

/*ウィジェットリスト*/
#main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    padding: 0 0 0 40px;
    color: #000;
}


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


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

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

#header_information {
    float:left;
    width: 330px;
    height:70px;
    padding-top:30px;
}

/* =======================================================================================
   ■ グローバルナビ
------------------------------------------------------------------------------------------ */
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: 55px;
    margin: 0;
    padding: 0;
    width: 160px;
}


/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#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.jpg") repeat-x scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

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

#footer-widget-area {
    width: 960px;
    padding-top:5px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #ffffff;
}

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

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 95px 0 0 0;
    width: 960px;
    text-align:center;
}

#copyright {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
}




/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.entry_title,
.entry-title {
    padding: 2px 0 2px 40px;
}

.entry-title a {
    color: #fff;
}


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

.headline_title {
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    width: 700px;
    color: #000;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}


.inline_title {
    background: url("/files/clom3-title.png") repeat-x scroll left bottom transparent;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 11px;
    font-weight:bold;
    line-height: 40px;
    height:40px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
}

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

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

.td_cell {
    border-color: #062ea0;
}

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

.iqfm-table th {
    background-color: #f3f8ff !important;
    border: 1px solid #062ea0 !important;
}

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


.iqfm-req_color {
    color: #ce0404;
}

/* メールフォームのボタン高さを統一 */
.z_c1 button, .z_c1 input[type="reset"],
.z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}

/* テキスト入力ボックスのサイズを調整 */
.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 .post_data { margin: 0 0 30px; }

/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*トップ用記事*/
.eyecatch.display_line_bg {
    background: url("/files/recommend_b_bg.png") repeat-y scroll center center transparent;
}
.eyecatch .dispaly_line_outer {
    background: url("/files/recommend_b_top.png") no-repeat scroll center top transparent;
}
.eyecatch .dispaly_line_inner {
    background: url("/files/recommend_b_bottom.png") no-repeat scroll center bottom transparent;
}

.field_3col .display_line_bg {
    background: url("/files/recommend_s_bg.png") repeat-y scroll center center transparent;
}
.field_3col .dispaly_line_outer {
    background: url("/files/recommend_s_top.png") no-repeat scroll center top transparent;
}
.field_3col .dispaly_line_inner {
    background: url("/files/recommend_s_bottom.png") no-repeat scroll center bottom transparent;
}

/*詳細ページ*/
.permalink_in a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c4cdd9;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.permalink_in a:hover {
    background: #062ea0 none repeat scroll 0 0;
    border: 1px solid #c4cdd9;
    color: #ffffff;
    text-decoration: underline;
}

.indent_border {
    border-left: 5px solid #062ea0;
}


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


/* 各ブロックのバグ・余白対応 */
.c_03, .c_04 { margin: 0 0 20px; }

.menu-list table {
  border-collapse:separate;
}

.indent_border {
  width: 685px;
}

.z_d1 { margin: 0 0 20px; }
.z_j1 { margin: 0 0 15px; }


/*新着情報*/
.list_block .list_box {
    border-bottom: 1px dotted #062ea0;
}













































