@charset "utf-8";

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

/*  システムパーツの調整
---------------------------------------------------------------------------------------------------- */
/* メールフォームのボタン高さを統一 */
.z_c1 button, .z_c1 input[type="reset"],
.z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
/* テキスト入力ボックスのサイズを調整 */
#container_top .iqfm-table td #iqfm-input-text-○ {
  width: 60%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  font-size: 100%;
}

/* ブログ　次ページおよび次記事へのリンク余白設定 */
#nav-below .nav-next {
  padding: 0 0 0 10px;
}


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html{
  background: none repeat scroll 0 0 #fff;
}
body{
  background: url("/files/body_bg.jpg") repeat-x scroll center top transparent;
  color:#3e3e3e;
}
#wrapper {
  background: url("/files/wrapper_bg_naka.jpg") no-repeat scroll center top transparent;
}
body#page_6 #wrapper {
    background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}
#outer_block{
  background:none;
}

a:link, a:visited, a:hover, a:active{
  color:#0077aa;
}
a {
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}


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

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

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {
  padding: 0;
}
.main_header img {
  width: 312px;
  height: 100px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access, #access .menu-header, div.menu {
  width: 960px;
}
div#access .menu-item a, div#access .menu-item a:hover {
  height: 55px;
  line-height: 55px;
}
#access ul.menu ul.sub-menu {
  top: 55px;
  width: px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: px;
}
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background-image: none;
  background-color: rgba(204, 204, 204, 0.75);
  color: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-image: none;
  background-color: rgba(153, 153, 153, 0.75);
  color: #fff;
}

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

/* IE8 hack */
div#access ul.sub-menu li.sub-gnavi2 a {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99CCCCCC,EndColorStr=#99CCCCCC)/9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99CCCCCC,EndColorStr=#99CCCCCC)"/9;
}
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99999999,EndColorStr=#99999999)/9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99999999,EndColorStr=#99999999)"/9;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser {
}
.flash_teaser {
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
.widget-title, .widget-title2 a {
      font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 1px 0 5px 0;
  text-align:center;
  color:#ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
}


#main .widget-area ul ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#292929;
}
/*サイドバナー*/
#contact_bnr_block a {
    display: block;
    height: 245px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#contact_bnr_block {
    height: 245px;
}
#contact_bnr_block a:hover {
    height: 245px;
}

#blog_block a {
    display: block;
    height: 80px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#blog_block {
    height: 80px;
}
#blog_block a:hover {
    height: 80px;
}



/*  左ナビ
---------------------------------------------------------------------------------------------------- */
#secondary {
  padding: 0;
}

#thirdly {
  padding: 0 0 50px;
}



/*  ブログナビ
---------------------------------------------------------------------------------------------------- */
#wp-calendar thead th{
  background: none repeat scroll 0 0 #cfeefa;
  border: 1px solid #0a8ec6;
  color:#3e3e3e;
}
#wp-calendar tbody td {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #0a8ec6;
  color:#3e3e3e;
}
#wp-calendar tbody td a {
    text-decoration: underline;
}
#wp-calendar tbody td a:hover {
    text-decoration: none;
}




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
      background: url("/files/footer_bg.jpg") repeat-x scroll center top transparent;
    height: 177px;
}
#footer_box {
    height:132px;
  width:1020px;
}
.footer_infomation {
    height: 107px;
    width:1020px;
}
#footer-widget-area {
    width: 1020px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  margin-top:5px;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #00587d;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #00587d;
  color: #00587d;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post{
  margin: 85px 0 0 306px;
width: 400px;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  background: url("/files/footer_bg.jpg") repeat-x center bottom transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #fff;
}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
h2.headline_title {
  color:#082f3f;
  letter-spacing:0.2em;
  font-size: 21px;
}
h3.entry_title, .entry_title, .entry-title {
  color: #fff;
  text-align: left;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title {
  font-size: 14px;
}
.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;
}

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

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: 12px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight:bold;
}
h5.inline_title a {
  text-decoration:underline;
}
h5.inline_title a:hover {
  text-decoration:none;
}
.coupon_data h5.inline_title,
.c_04 h5.inline_title {
  background: none transparent;
  border: 1px solid #999;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: left;
}

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

small a:hover{
  background-color: #0a8ec6;
  color: #FFF !important;
}





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



/*  ページ遷移ボタン
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none #c29d76;
  border-style: solid;
  border-color: #c29d76;
  color: #fff;
}
.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: #c29d76;
}
.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: #c29d76;
  color: #c29d76;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* Gブロック */
.indent_border {
  border-color: #298129;
}
.border_margin {
  border-color: #298129;
}


/* Iブロック */
.border_margin {
  border-color: #298129;
}
.i_01 .inline_title {
  background: none #eee;
  border: 1px solid #298129;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
}


/* Jブロック */
.post_data .inline_title {
   border: 1px solid #298129;
  background: none transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
}



/* Z-D ブログRSS */
.z_d1 .blog_post {
  border-color: #298129;
}





/*  トップページ
---------------------------------------------------------------------------------------------------- */


/*  ○○○
---------------------------------------------------------------------------------------------------- */


/*  お問い合わせ
---------------------------------------------------------------------------------------------------- */
#container_top .iqfm-table td #iqfm-input-text-3 {
  width: 96%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  font-size: 100%;
}
.iqfm-req_color{
  color: #ff6600;
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
  line-height: 1.7;
}


























































