@charset "utf-8";

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


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓ */



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html{
  background-repeat: repeat-x;
}
body{
  background: none transparent;
  color: #333;
}
#wrapper {
  background: none transparent;
}
#outer_block{
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
  color: #06c;
}




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

/*  H１テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  padding: 5px 0 0;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #333;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {
  padding: 5px 0 10px;
}
.main_header img {
  width: 310px;
  height: 80px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access, #access .menu-header, div.menu {
  width: 960px;
}
div#access .menu-item a, div#access .menu-item a:hover {
  background: url("/files/topnavi.jpg") no-repeat transparent;
  width: 220px;
  height: 55px;
  line-height: 55px;
}
div#access .gnavi41 a { background-position: left top; }
div#access .gnavi42 a { background-position: -240px top; }
div#access .gnavi43 a { background-position: -480px top; }
div#access .gnavi44 a { background-position: right top; }
div#access .gnavi41 a:hover { background-position: left bottom; }
div#access .gnavi42 a:hover { background-position: -240px bottom; }
div#access .gnavi43 a:hover { background-position: -480px bottom; }
div#access .gnavi44 a:hover { background-position: right bottom; }


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




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
.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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


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

#thirdly {
  padding: 0 0 50px;
}



/*  ブログナビ
---------------------------------------------------------------------------------------------------- */
#wp-calendar thead th{
}
#wp-calendar tbody td {
}




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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 8px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #333;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #333;
  color: #333;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post{
  width: 630px;
  margin: 40px 0 0 370px;
}



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




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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
}
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;
}

.half_entry_title {
}

h4.sub_entry_title {
  color: #333;
}
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: #333;
}
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
}

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: 11px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #ffffed;
  border: 1px solid #666;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: left;
}

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

small a:hover{
  background-color: #06c;
  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: #bbb;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #ffffed;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
}
.td_cell {
  border-color: #666;
}



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



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 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 {
  padding: 0 0 30px;
}


/* Gブロック */
.indent_border {
  border-color: #666;
  width: 690px;
}
.border_margin {
  border-color: #666;
}


/* Iブロック */
.border_margin {
  border-color: #666;
}


/* Jブロック */
.post_data .inline_title {
  background: none transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
}
.anchor_list ul li {
  border-color: #666;
}



/* Z-L 新着情報 */
.list_block .list_box {
  border-color: #666;
}
.news_small_text {
  font-size: 13px;
}


/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}





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


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


/*  お問い合わせ
---------------------------------------------------------------------------------------------------- */
#container_top .iqfm-table td #iqfm-input-text-3 {
  width: 60%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  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;
}



