@charset "utf-8";

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

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

html {
  background: none #000000;
}
body {
  background: url("/files/body_bg.jpg") repeat-x scroll center top transparent;
  color:#ccc; /*---基本テキストカラー---*/
}
#wrapper {
  background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}
#page_6 #wrapper {
  background: url("/files/wrapper_bg_top.jpg") no-repeat scroll center top transparent;
}
#outer_block {
  background: none transparent;
}
#inner_block{
  background: none transparent;
}

/*---リンクカラー---*/
a:link, a:visited, a:hover, a:active {
  color:#6460cb;
}

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

#branding_box {
  height: 175px;
  padding:0;
}

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

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


.main_header img { /*---ロゴ画像---*/
  margin: -2px 0 0 36px;
}


/*  Gナビ
----------------------------------------------------- */

#access { 
  position: relative;
}
#access .menu-header { /*---ナビメニュー位置---*/
  position: absolute;
  top: 13px;
  left: 0px;
}

#access, #access .menu-header, div.menu {
  width: 960px;
}

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

/* ==================================================
   ■ メインイメージ
-------------------------------------------------- */

#main_teaser {
  margin: 0 auto 0;
}

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

.widget-title, .widget-title2 a {
  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;
}

/* サイドナビ　メニュー部分 */
#main .widget-area ul ul li a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* サイドバナー */
.bnr_side {
  padding: 0;
  text-indent: -9999px;
}
.bnr_side a {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.bnr_side a:hover {
  background-position: center bottom !important;
}

#recruit_bnr_block a {
  background: url("/files/bnr_02.jpg") no-repeat scroll center top transparent;
  height: 100px;
}

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

#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: #;
  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 #C2AAAA !important;
}

/*  調整CSS
----------------------------------------------------- */

#secondary {
  padding: 0;
}

#thirdly {
  padding: 0 0 50px;
}

/* ==================================================
   ■ 見出し系
-------------------------------------------------- */
/* Aブロックタイトル */
.headline_title {
  color: #fff;
}

/* 大見出し */
h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  color: #fff;
  text-align: left;
  padding: 0 0 0 40px;
}
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;
}
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  /* READ MORE */
}

/* 小見出し */
h4.sub_entry_title {
  color: #fff;
  padding: 0 0 0 10px;
  width: 690px;
}
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: #fff;
}
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  /* READ MORE */
}

/* 3列表示見出し */
h5.inline_title {
  background: url("/files/clom3-title.jpg") repeat 0 0 transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 12px;
  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 #2c2993;
  border: 1px solid #2c2993;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  color:#fff;
}

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

/* 半分ブロック見出し */
.half_entry_title {
}

/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: none;
}

small a {
  background-color: #2e2e2e;
  color: #ccc !important;
  text-align: center !important;
  border: 1px solid #2e2e2e;
}
small a:hover {
  background-color: #d42824;
  color: #ccc !important;
  border: 1px solid #d42824;
}

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

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

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

/*  ページ遷移
----------------------------------------------------- */
.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 #666;
  color: #fff;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

/* ページ送り */
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: #666666;
}


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

#footer_block {
}

#footer_box {
}

#footer_sitemap_block { /* フッターナビ上の余白調整 */
  padding:15px 0 0;
}

#footer-widget-area {
}

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

#footer_information .entry-post {
  color:#fff;
  margin: 40px 0 0 300px;

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

#copyright {
  color: #fff;
}

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

/* Aブロック　画像背景 */
.eyecatch.display_line_bg { background-image: url("/files/recommend_b_bg.jpg"); }
.eyecatch .dispaly_line_outer { background-image: url("/files/recommend_b_top.jpg"); }
.eyecatch .dispaly_line_inner { background-image: url("/files/recommend_b_bottom.jpg"); }
.eyecatch.display_line_bg img { width: 300px; }

.field_3col .display_line_bg { background-image: url("/files/recommend_s_bg.jpg"); }
.field_3col .dispaly_line_outer { background-image: url("/files/recommend_s_top.jpg"); }
.field_3col .dispaly_line_inner { background-image: url("/files/recommend_s_bottom.jpg"); }
.field_3col .display_line_bg img { width: 200px; }


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


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

/*  ブログページ
----------------------------------------------------- */
#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

/*  クーポンページ
----------------------------------------------------- */
body.coupon {/* クーポンページ全体の背景色・文字色を変更する場合はこちら */
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #ccc;
}
/* 有効期限 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}

/*  ●●ページ
----------------------------------------------------- */

/*  ●●ページ
----------------------------------------------------- */

/*  ●●ページ
----------------------------------------------------- */