@charset "utf-8";

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html{
  background: none #fff;
}
body{
  background: url("/files/body_bg.jpg") repeat-x center top transparent;
  color: #333;
}
body#page_12 {
  background: url("/files/body_bg_top.jpg") repeat-x center top transparent;
}
#wrapper {
  background: url("/files/wrapper_bg.jpg") no-repeat center top transparent;
}
#page_12 #wrapper {
  background-image: url("/files/wrapper_bg_top.jpg");
}
#outer_block {
  background: none transparent;
  padding: 40px 0 0;
}

a:link, a:visited, a:hover, a:active {
  color: #22b700;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box{
  height: 185px;
  padding: 0;
}

/*  H１テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {
  padding: 33px 0 17px;
}
.main_header img {
  width: 345px;
  height: 60px;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
.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;
}

#main .widget-area ul ul li a {
  color: #001077;
}

/* 協力会社募集バナー */
#partner_block {
  padding: 0;
  text-indent: -9999px;
}

#partner_block a {
  background: url("/files/partner_bnr.jpg") no-repeat scroll center top transparent;
  display: block;
  height: 240px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#partner_block a:hover {
  background-position: center bottom;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
}
#footer_box {
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  margin: 6px 0 0;
}


#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item {
  margin: 0 0 3px;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post{
  margin: 47px 0 0 380px;
  color: #fff;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  color: #ffffff;
}
h3.entry_title, .entry_title, .entry-title { /* 背景、余白などはこちら */
  color: #ffffff;
}

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: #ffffff;
}

h4.sub_entry_title {
  color: #001077;
}
h4.sub_entry_title a:link, h4.sub_entry_title a:visited,
h4.sub_entry_title a:hover, h4.sub_entry_title a:active {
  color: #001077;
}

h5.inline_title {
    background: transparent url("/files/clom3-title.jpg") repeat-x scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #333333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

small{
  border-color: #999999;
}

small a {
  color: #207AE8 !important;
}

small a:hover{
  background-color: transparent;
  border-color: #207AE8 !important;
  color: #207AE8 !important;
}


.c_04 h5.inline_title {
  font-weight: bold;
  padding: 0 0 0 15px;
  text-align: left;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value,
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: #999999;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #e9f3f6;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
}
.td_cell {
  border-color: #999999;
}

/*  ページ遷移ボタン
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none #ffffff;
  border-style: solid;
  border-color: #999999;
  color: #207AE8 !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: none;
  background: none transparent;
  color: #207AE8 !important;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  border: none;
}
.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 transparent;
  border-style: solid;
  border-color: #207AE8;
  color: #207AE8 !important;
} 

.indent_border {
    border-left: 5px solid #207AE8;
}


/* Z-E リンクバナー */
.z_e1 {
 margin-bottom: 30px;
}






/*  お問い合わせ
---------------------------------------------------------------------------------------------------- */
#container_top .iqfm-table td #iqfm-input-text-4 {
  width: 75%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 15em;
  font-size: 100%;
}
.iqfm-req_color{
  color: #F00;
}
.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;
}




































