@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:#333333; /*---基本テキストカラー---*/
}
body#page_6 {
  background: url("/files/body_bg_top.jpg") repeat-x scroll center top transparent;
}
#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 #fff;
  width: 1020px;
  margin: 45px auto 0;
}
#inner_block{
  background: none transparent;
}

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

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

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

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

#site-description a {
  display: inline;
  color: #bbbbbb;
  font-weight: bold;
}


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


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

#access { 
  position: relative;
}
#access .menu-header { /*---ナビメニュー位置---*/
  position: absolute;
  top: 23px;
  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: 70px;
  line-height: 70px;
}

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

#main_teaser {
  margin: 0 auto 0;
}


/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider { margin: 0 0 20px; }

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

.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #000;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #000;
}

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


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

#secondary {
  padding: 0;
}

#thirdly {
  padding: 0 0 50px;
}

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

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

/* 小見出し */
h4.sub_entry_title {
  color: #000;
  padding: 0 10px 0 30px;
}
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: #000;
}
.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 0 0 20px;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* FAQブロックのインラインタイトル */
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #eee;
  border: 1px solid #999;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}


/* 固定幅じゃないインラインタイトル用 
.coupon_data h5.inline_title,
.c_04 h5.inline_title {
  background: none #eee;
  border: 1px solid #999;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}*/

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-left: 5px solid #E20111;
}

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

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

small a {
  color: #000 !important;
  text-align: center !important;
}
small a:hover {
  background-color: #555555;
  color: #FFF !important;
}

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

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

.iqfm-req_color { /* 必須 */
  color:#e70012;
}

/*  ページ遷移
----------------------------------------------------- */
.tablenav { padding: 1em 0; }

.permalink_in a {
  background: none transparent;
  border-style: solid;
  border-color: #000;
  color: #ffefff !important;
}

.permalink_in a:link {
  background: none repeat scroll 0 0 #5D5D5D;
  border: 1px solid #000000;
  color:#fff;
}

.permalink_in a:hover, .permalink_in a:active {
  background: none #000;
  border: 1px solid #000;
  color: #fff !important;
} 

/*  ボーダー
----------------------------------------------------- */

.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #555555;
}


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

#footer_block {
  background: url("/files/footer_bg.png") repeat-x scroll center bottom transparent;
}

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

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

#footer-widget-area {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
  font-weight:normal;
}

#footer_information .entry-post {
  color:#888888;
  width: 100%;
  margin: 160px 0 0;
  text-align: center;
}

#copyright {
  color: #e70012;
}

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

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

/*  メールフォーム
----------------------------------------------------- */

.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; }
