@charset "utf-8";

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

/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background: url("/files/html_bg.jpg") repeat-x scroll center top #fff4e9;
}

body {
    background: url("/files/body_bg.jpg") no-repeat scroll center top transparent;
    color: #592d0d;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#outer_block{
    background: none;
    margin: 30px auto 0;
    padding: 0;
    width: 1010px;
}

#main_teaser {
  width:1010px;
}

a:link, a:visited {
  color: #d5021f;
  text-decoration: underline;
}

a:hover, a:active {
  color: #d5021f;
  text-decoration: none;
}

small {
    border-color: #d5021f;
    border-radius:5px;
}

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

small a:hover {
    background-color: #d5021f;
    color: #fff !important;
    border-radius:5px;
}


/* =======================================================================================
   ■ サイド
------------------------------------------------------------------------------------------ */
/*お問い合わせバナー*/
#contact_bnr_block a {
    background: url("/files/contact_bnr.png") no-repeat scroll center top transparent;
    height: 240px;
}

#contact_bnr_block a:hover {
    background: url("/files/contact_bnr.png") no-repeat scroll center bottom transparent;
}



/*ウィジェットタイトル*/
.widget-title,
.widget-title2 a {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #ffffff;
    padding: 0;
    text-align:center;
    height:40px;
    line-height:40px;
}

.widget-title2 a:hover {
    text-decoration: none;
}

/*ウィジェットリスト*/
#main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    padding: 0 0 0 40px;
    color: #592d0d;
}


/* =======================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: none;
    height: 185px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 35px 0 0;
    text-align: right;
    width: 600px;
    float:right;
}

#site-description a {
    color:#592d0d;
}

#header_information {
  float:left;
  width:320px;
  padding:20px 0 18px;
}

/* =======================================================================================
   ■ グローバルナビ
------------------------------------------------------------------------------------------ */
div#access .gnavi11 a, div#access .gnavi12 a, div#access .gnavi13 a, div#access .gnavi14 a, div#access .gnavi15 a, div#access .gnavi16 a {
    background-color: transparent;
    background-image: url("/files/topnavi2.png");
    height: 45px;
    margin: 0;
    padding: 0;
    width: 160px;
}

/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#footer-widget-area .widget-area .menu-item a:link,
#footer-widget-area .widget-area .menu-item a:visited {
  text-decoration: underline;
}

#footer-widget-area .widget-area .menu-item a:hover,
#footer-widget-area .widget-area .menu-item a:active {
  text-decoration: none;
}

#footer_block {
    background: transparent url("/files/footer_bg.jpg") repeat-x scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer_box {
    background: url("/files/footer_box_bg.jpg") no-repeat scroll center top transparent;
    height: 181px;
    width: 960px;
  padding:0 30px;
}

#footer-widget-area {
    width: 960px;
  padding-top:7px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #2f7339;
    border-right: 1px solid #2f7339;
    color:#592d0d;
    font-weight:normal;
}

.footer_infomation {
    display: inline-block;
    width: 960px;
}

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 103px 0 0 0;
    width: 960px;
    text-align:center;
}

#copyright {
    color: #592d0d;
    height: 30px;
    line-height: 30px;
}




/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.entry_title,
.entry-title {
    background: url("/files/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #4a2103;
    padding: 0 0 0 40px;
    width: 660px;
}

.entry-title a {
    color: #4a2103;
}

.entry_title span.read_more_btn a {
    background: url("/files/read_more_btn.png") no-repeat scroll left top transparent;
}

.sub_entry_title {
    background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #592d0d;
    padding: 0 0 0 40px;
    width: 660px;
}

.headline_title {
    background: url("/files/top_entry_title.jpg") no-repeat scroll left top transparent;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    padding: 15px 0 0 20px;
    text-align: left;
    width: 680px;
  color:#fff;
}

.inline_title {
    background-color: #fff;
    background-image: none;
    border: 3px double #edcfb2;
    border-radius: 5px;
    color: #592d0d;
    display: block;
    font-size: 11px;
    line-height: 1.7;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}

/* =======================================================================================
   ■ テーブル
------------------------------------------------------------------------------------------ */
.table_area td.td_name {
    background-color: #fee1db;
    border: 1px solid #ca8779;
}

.table_area td.td_value {
    background-color: #fff;
    border: 1px solid #ca8779;
}

.td_cell {
    border-color: #ca8779;
}

/* =======================================================================================
   ■ フォーム
------------------------------------------------------------------------------------------ */
.iqfm-table th {
    background-color: #fee1db !important;
    border: 1px solid #ca8779 !important;
}

.iqfm-table td {
    background-color: #fff !important;
    border: 1px solid #ca8779 !important;
}

#container_top .iqfm-table td #iqfm-input-text-3 {
  width: 60%;
}

#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  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;
}

.iqfm-req_color {
    color: #2f7339;
}

/* =======================================================================================
   ■ ブログ
------------------------------------------------------------------------------------------ */
#wp-calendar thead th {
    background: none repeat scroll 0 0 #fee1db;
    border: 1px solid #ca8779;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ca8779;
}

#wp-calendar tbody td.pad {
    background-color: #fff;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

/* =======================================================================================
   ■ クーポン
------------------------------------------------------------------------------------------ */
.print_header {
    border: 1px solid #ca8779;
}

h1.print_page_title {
    border-left: 5px solid #ca8779;
}

.coupon_box table tr td.coupon_data {
    background-color: #ffffff;
    border: 1px solid #ca8779;
    padding: 5px;
}
.coupon_box table tr td.coupon_meta_title {
    background-color: #2f7339;
    border: 1px solid #ca8779;
    color: #ffffff;
    padding: 5px;
}
.coupon_box table tr td.coupon_meta {
    background-color: #fff;
    border: 1px solid #ca8779;
    padding: 5px;
}

body.coupon .inline_title {
    font-size: 13px;
  font-weight:bold;
  text-align:left;
}

/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*トップ用記事*/
.eyecatch.display_line_bg {
    background: url("/files/recommend_b_bg.png") repeat-y scroll center center transparent;
}
.eyecatch .dispaly_line_outer {
    background: url("/files/recommend_b_top.png") no-repeat scroll center top transparent;
}
.eyecatch .dispaly_line_inner {
    background: url("/files/recommend_b_bottom.png") no-repeat scroll center bottom transparent;
}

.field_3col .display_line_bg {
    background: url("/files/recommend_s_bg.png") repeat-y scroll center center transparent;
}
.field_3col .dispaly_line_outer {
    background: url("/files/recommend_s_top.png") no-repeat scroll center top transparent;
}
.field_3col .dispaly_line_inner {
    background: url("/files/recommend_s_bottom.png") no-repeat scroll center bottom transparent;
}


/*ブログ新着*/
.z_d1 {
margin-bottom:10px;
}

.blog_post {
    border-bottom: 1px dotted #ca8779;
}


/*ブロック間調整*/
.z_c1 .post_data {
  margin: 0 0 30px;
}

.c_03 {
  margin-bottom:10px;
}




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


/*非表示*/
#calahfeglxt88ag737dr{
 display:none;
}
