@charset "utf-8";

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


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



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background-repeat: repeat;
}
body {
  background-repeat: repeat-x;
  color: #333;
}
#page_12 {
  background-image: url("/files/body_bg_top.jpg");
}
#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-position: center top;
  padding: 20px 10px 0;
}

a:link, a:visited, a:hover, a:active {
  color: #005aff;
}




/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 174px;
  padding: 0;
}
#page_12 #branding_box {
  background-image: url("/files/branding_box_bg_top.jpg");
  height: 784px;
}
#header_information {
  height: 99px;
}
#page_12 #header_information {
  height: 709px;
}

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

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {
  float: left;
  width: 430px;
  padding: 20px 0 0 25px;
}
.main_header img {
  width: 430px;
  height: 70px;
}
#page_12 .main_header {
  width: 360px;
  padding: 0 0 0 15px;
}
#page_12 .main_header img {
  width: 360px;
  height: 220px;
}

#page_12 .btn_cart { display: none; }
.btn_cart {
  float: right;
  width: 119px;
  padding: 45px 0 0;
  text-align: right;
}



/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access, #access .menu-header, div.menu {
  width: 960px;
}
div#access .menu-item a, div#access .menu-item a:hover {
  height: 55px;
  line-height: 55px;
  background-image: url("/files/topnavi3.png");
  /*  background-image: url("/files/topnavi2.png");*/
}
#access ul.menu ul.sub-menu {
  top: 55px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
}
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #5AFF19;
  background: none rgba(30, 113, 79, 0.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #fff;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #5f8ab3;
  background: none rgba(90,255,25, 0.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #fff;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #fff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #325886;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #5f8ab3;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
	filter: none;
	-ms-filter: none;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

div#access ul.sub-menu li.sub-gnavi a, 
div#access ul.sub-menu li.sub-gnavi3 a {
  background: none #5AFF19;
  background: none rgba(30, 113, 79, 0.9);
  filter: alpha(opacity=90); 
  -ms-filter: "alpha(opacity=90)"; 
  color: #fff;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, 
div#access ul.sub-menu li.sub-gnavi3 a:hover {
  background: none #5f8ab3;
  background: none rgba(90,255,25, 0.9);
  filter: alpha(opacity=90); 
  -ms-filter: "alpha(opacity=90)"; 
  color: #fff;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #fff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi3 a {
  background-color: #325886;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi3 a:hover {
  background-color: #5f8ab3;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi3 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi3 a:not(:target):hover {
	filter: none;
	-ms-filter: none;
}


div#access .gnavi21 a, 
div#access .gnavi22 a, 
div#access .gnavi23 a, 
div#access .gnavi24 a, 
div#access .gnavi25 a, 
div#access .gnavi26 a,
div#access .gnavi27 a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 137px;
}

div#access .gnavi21 a {
    background-position: left top;
}
div#access .gnavi22 a {
    background-position: -137px top;
}
div#access .gnavi23 a {
    background-position: -274px top;
}
div#access .gnavi24 a {
    background-position: -411px top;
}
div#access .gnavi25 a {
    background-position: -549px top;
}
div#access .gnavi26 a {
    background-position: -686px top;
}
div#access .gnavi27 a {
    background-position: right top;
}
div#access .gnavi21 a:hover {
    background-position: left bottom;
}
div#access .gnavi22 a:hover {
    background-position: -137px bottom;
}
div#access .gnavi23 a:hover {
    background-position: -274px bottom;
}
div#access .gnavi24 a:hover {
    background-position: -411px bottom;
}
div#access .gnavi25 a:hover {
    background-position: -549px bottom;
}
div#access .gnavi26 a:hover {
    background-position: -686px bottom;
}
div#access .gnavi27 a:hover {
    background-position: right bottom;
}
#access ul.menu li.sub-gnavi3 ul.sub-menu {
    top: 55px;
    width: 137px;
}
div#access ul.sub-menu li.sub-gnavi3 {
    width: 137px;
}
div#access ul.sub-menu li.sub-gnavi3 a {
    display: block;
    float: left;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: initial;
    width: 137px;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser {
  width: 1020px;
  text-align: center;
}
.flash_teaser {}
#jquery_slider { margin: 0 0 20px; }





/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
.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 {
  background-image: url("/files/widget_list_bg.png");
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*  左ナビ
---------------------------------------------------------------------------------------------------- */
#secondary {
  padding: 0 0 50px;
}
/* ショップバナー */
#shop_bnr_block {
  padding: 0;
  text-indent: -9999px;
}
#shop_bnr_block a {
  background: url("/files/shopping_bnr.jpg") no-repeat scroll center top transparent;
  display: block;
  height: 240px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#shop_bnr_block a:hover {
  background-position: center bottom;
}

/* お問い合わせバナー */
#contact_bnr_block a,
#contact_bnr_block a:hover {
  background-image: url("/files/contact_bnr.png");
}

#thirdly {
}



/*  ブログナビ
---------------------------------------------------------------------------------------------------- */
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #6b81a6;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {

}
#footer-widget-area{
      font-size: 10.5px;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #054614;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #054614;
  color: #054614;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post {
  width: 560px;
  margin: 75px 0 0 440px;
  color: #fff;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#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: 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: #fff;
}
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
}

.half_entry_title {
  color: #333;
}

h4.sub_entry_title {
  background-image: url("/files/sub_entry_title_bg.png");
  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: transparent url("/files/clom3-title.png") no-repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    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 transparent;
  border-width: 3px 0;
  border-style: double;
  border-color: #6b81a6;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: left;
}

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

small a:hover {
  background-color: #005aff;
  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: #0c6e00;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #dfefe2;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none #fff;
}
.td_cell {
  border-color: #0c6e00;
}

.iqfm-table th, .iqfm-table td {
    padding: 7px !important;
}


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



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #6b81a6;
}


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


/* 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; }
.indent_border {
  border-color: #6b81a6;
  width: 685px;
}


/* 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,
.Z_l1 .news_small_text { font-size: 13px; }





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


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


/*  お問い合わせ
---------------------------------------------------------------------------------------------------- */
#container_top .iqfm-table td #iqfm-input-text-9,
#container_top .iqfm-table td #iqfm-input-text-11,
#container_top .iqfm-table td #iqfm-input-text-12 {
  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; }



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

/* アプリ会員のご案内
---------------------------------------------------------------------------------------------------- */

.flow_arr {
    height: 50px;
}
.z_h1{
margin-bottom:20px;

}
.z_h1 p{
    font-size: 12px;
    line-height: 1.4em;
}

/* アプリ会員のご案内バナー */
#app_bnr_block {
  padding: 0;
  text-indent: -9999px;
}
#app_bnr_block a {
  background: url("/files/app_bnr.jpg") no-repeat scroll center top transparent;
  display: block;
  height: 407px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#app_bnr_block a:hover {
  background-position: center bottom;
}


/*右ナビ*/
#float_top_btn {
  bottom: 50px;
  position: fixed;
    right: 10px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}

