@charset "utf-8";

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


/*		header information
-------------------------------------------------------*/

.main_header img {
    height: 100px;
    width: 280px;
}




/* -------------------------------------------------------------- 
		ページ共通
-------------------------------------------------------------- */
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: #333;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 62.5%;
    line-height: 1;
}

#main {
    /*clear: both;*/
    overflow: hidden;
    padding: 0;
    width: 960px;
}

#container_top {
    float: right;
    width: 700px;
}

.clear_float {
    clear:both;
}

.float_clear {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    height: 0;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 700px;
}

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

#inner_block {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

.entry-meta {
    font-size: 13px;
    line-height: 1.7;
}

.post-date p {
    margin-bottom: 5px;
}

#respond .form-submit input {
    font-size: 100%;
    width: auto;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

/*	googleMAP リンク処理
--------------------------------------------------------------*/

small {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    margin: 10px auto 0;
    padding: 0;
    width: 99%;
}
small a {
    display: inline-block;
    margin: 0;
    padding: 5px 2%;
    width: 96%;
}


/* -------------------------------------------------------------- 
		ブログ表示　CSS
-------------------------------------------------------------- */

#container {
    float: left;
    margin: 0;
    width: 700px;
}

#container .post {
    display: inline-block;
    margin: 0;
    padding: 0 0 20px;
}

#primary {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0 0 50px;
    width: 240px;
}

.widget_search #s {
    font-size: 13px;
    line-height: 1.7;
    width: 60%;
}

input[type="submit"] {
    font-size: 13px;
    line-height: 1.7;
}

.entry-content, .entry-summary {
    clear: both;
    font-size: 13px;
    line-height: 1.7;
    padding: 12px 0 0;
}

#nav-below {
    margin: 20px 0 0;
}


/*ブログトップへ戻るウィジェットCSS*/

.widget-title2 a {
    background: url("/files/widget_title_bg.jpg") no-repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 40px;
    display:block;
    text-decoration: none;
}
.widget-title2 a:hover {
    text-decoration: underline;
}


/*■ソーシャルブックマーキング　マージン*/
div#outer_block .wp_social_bookmarking_light {
margin-bottom: 20px !important;
}




/* -------------------------------------------------------------- 
		グローバルナビゲーション　CSS
-------------------------------------------------------------- */

#access {
    background: url("") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    margin: 0;
    width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin: 0;
	width: 960px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

div#access li.menu-item {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    text-indent: -9999px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================5メニューグローバル共通CSS==============================*/

div#access .gnavi01 a,
div#access .gnavi02 a,
div#access .gnavi03 a,
div#access .gnavi04 a,
div#access .gnavi05 a {
    background-image: url('/files/topnavi.jpg'); //グローバルナビの画像指定
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 55px;
    width: 192px;
}


/*==============================5メニューグローバルロールオーバーCSS==============================*/

div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -192px top; }
div#access .gnavi03 a { background-position: -384px top; }
div#access .gnavi04 a { background-position: -576px top; }
div#access .gnavi05 a { background-position: right top; }


div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -192px bottom; }
div#access .gnavi03 a:hover { background-position: -384px bottom; }
div#access .gnavi04 a:hover { background-position: -576px bottom; }
div#access .gnavi05 a:hover { background-position: right bottom; }


/*======================■5メニュープルダウンCSS■======================
	5メニュー子メニューCSS class (オプション)に「sub-gnavi」を入力
=======================================================================*/

#access ul.menu ul.sub-menu {
    top: 68px;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi {
    width: 192px;
    text-indent: 0;
}

div#access ul.sub-menu li.sub-gnavi a {
    background: url("") repeat scroll 0 0 #CCC;
    display: block;
    float: left;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    width: 192px;
}

div#access ul.sub-menu li.sub-gnavi a:hover {
    background: url("") repeat scroll 0 0 #999;
    text-decoration: underline;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*==============================6メニューグローバル共通CSS==============================*/

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-image: url('/files/topnavi2.jpg'); //グローバルナビの画像指定
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 68px;
    width: 160px;
}


/*==============================6メニューグローバルロールオーバーCSS==============================*/

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: -160px top; }
div#access .gnavi13 a { background-position: -320px top; }
div#access .gnavi14 a { background-position: -480px top; }
div#access .gnavi15 a { background-position: -640px top; }
div#access .gnavi16 a { background-position: right top; }


div#access .gnavi11 a:hover { background-position: left bottom; }
div#access .gnavi12 a:hover { background-position: -160px bottom; }
div#access .gnavi13 a:hover { background-position: -320px bottom; }
div#access .gnavi14 a:hover { background-position: -480px bottom; }
div#access .gnavi15 a:hover { background-position: -640px bottom; }
div#access .gnavi16 a:hover { background-position: right bottom; }


/*======================■6メニュープルダウンCSS■======================
	6メニュー子メニューCSS class (オプション)に「sub-gnavi2」を入力
=======================================================================*/

#access ul.menu ul.sub-menu {
    top: 68px;
    /*width: 160px;*/
}

div#access ul.sub-menu li.sub-gnavi2 {
    width: 160px;
    text-indent: 0;
}

div#access ul.sub-menu li.sub-gnavi2 a {
    background: url("") repeat scroll 0 0 #CCC;
    display: block;
    float: left;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    width: 160px;
}

div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: url("") repeat scroll 0 0 #999;
    text-decoration: underline;
}


/* -------------------------------------------------------------- 
		ページ共通　ヘッダー
-------------------------------------------------------------- */

#branding_box {
    background: url("/files/branding_box_bg.png") no-repeat scroll center top transparent;
    height: 193px;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 960px;
}

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

#site-title {
    float: left;
    font-size: 30px;
    height: 105px;
    line-height: 105px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
#site-title a {
    display: block;
    font-weight: bold;
    height: 105px;
    text-decoration: none;
    width: 320px;
}

#site-description a {
    text-decoration: none;
  color:#fff;
  padding:0 0 0 20px;
}
#site-description a:hover {
    text-decoration: underline;
}

#header_info_box {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 15px 0 0;
    text-align: right;
}



/* -------------------------------------------------------------- 
		ページ共通　メイン画像-メイン見出し
-------------------------------------------------------------- */

#main_teaser {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}



/* -------------------------------------------------------------- 
		ページ共通　コンテンツサイド
-------------------------------------------------------------- */

#secondary {
    float: left;
    padding: 0 0 20px 0;
    width: 240px;
}

#main .widget-area ul {
    margin: 0;
    padding: 0;
}

.widget-container {
    margin: 0 0 20px;
}

#main .widget-area ul ul {
    border: medium none;
    margin: 0;
    padding: 0;
}

#main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.jpg") no-repeat scroll left top transparent;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 0 0 40px;
  color:#ff4000;
}
#main .widget-area ul ul li a:hover {
    text-decoration: underline;
}


/* -------------------------------------------------------------- 
		ページ共通　フッターナビゲーション
-------------------------------------------------------------- */

#footer-widget-area {
    display: table-cell;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 1000px;
}

#footer-widget-area .widget-area {
    display: inline-block;
    float: none;
    margin: 15px auto;
    text-align: center;
    width: auto;
}

* html #footer-widget-area .widget-area {/* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html #footer-widget-area .widget-area {/* IE 7 */
display:inline;
zoom:1;
}

#footer-widget-area .widget-area .menu-item {
    float: left;
}

#footer-widget-area .widget-area ul.menu {
    border-left: 1px solid #999999;
    list-style: none outside none;
    margin-left: 0;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #552d16;
    border-right: 1px solid #552d16;
    display: block;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 0 -1px;
    padding: 0 15px;
    text-decoration: none;
  color:#552611;
}
#footer-widget-area .widget-area .menu-item a:hover {
    background: none;
    text-decoration: underline;
}



/* -------------------------------------------------------------- 
		フッターレイアウト
-------------------------------------------------------------- */

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

#footer_box {
    background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
    height: 211px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1000px;
}

#footer_sitemap_block {
}

#footer_information {
}

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 30px 0 0 320px;
    padding: 0;
    width: 680px;
}

#footer_information .entry-post .post-data {
}
#footer_information .entry-post .post-data p {
    font-size: 12px;
    line-height: 1.6;
}

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

#copyright {
    background: url("") repeat scroll 0 0 #4e2611;
    clear: both;
    font-size: 100%;
    font-style: normal;
    line-height: 1.7;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  color:#fff;
}



/* -------------------------------------------------------------- 
		■footer_information
-------------------------------------------------------------- */

.footer_infomation {
}

#footer_information {
    margin: 0;
    padding: 0;
}


/* -------------------------------------------------------------- 
		ページ送りナビゲーションCSS
-------------------------------------------------------------- */

.tablenav {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    line-height: 2em;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    width: 700px;
}

a.page-numbers,
.tablenav .current {
    border: 1px solid #999;
    font-size: 13px;
    padding: 8px 10px;
    text-decoration: none;
}
a.page-numbers:hover {
	color:white;
	background: #999;
}

.tablenav .current {
    background: none repeat scroll 0 0 #999;
    border-color: #999;
}

.tablenav .next, .tablenav .prev {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/*一覧に戻るボタン*/
.pageback {
    margin: 0 0 80px 0;
}

.pageback a {
    border: 1px solid #666;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 678px;
}

.pageback a:hover {
    background: url("") repeat scroll 0 0 #666;
    border: 1px solid #666;
    text-decoration: underline;
}

/*詳細を見るボタン*/

.permalink_in a {
    background: url("") repeat scroll 0 0 #666;
    border: 1px outset #666;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 10px;
    text-decoration: none;
}

.permalink_in a:hover {
    background: url("") repeat scroll 0 0 #666;
    border: 1px inset #666;
    text-decoration: underline;
}



/* -------------------------------------------------------------- 
		お問い合わせフォームバナーウィジェットCSS
-------------------------------------------------------------- */

#contact_bnr_block {
    padding: 0;
    text-indent: -9999px;
}

#contact_bnr_block a {
    background: url("/files/contact_bnr.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 240px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#contact_bnr_block a:hover {
    background: url("/files/contact_bnr.jpg") no-repeat scroll center bottom transparent;
}


/* -------------------------------------------------------------- 
		クーポンバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */

#coupon_bnr_block a {
    background: url("/files/coupon_bnr.jpg") no-repeat scroll left top transparent;
    display: block;
    height: 240px;
    text-indent: -9999px;
}

#coupon_bnr_block a:hover {
    background: url("/files/coupon_bnr.jpg") no-repeat scroll left bottom transparent;
    display: block;
    height: 240px;
    text-indent: -9999px;
}


/* -------------------------------------------------------------- 
		ブログバナーウィジェットCSS @20131001修正
-------------------------------------------------------------- */

#blog_block {
    padding: 0;
    text-indent: -9999px;
}
#blog_block a {
    background: url("/files/blog_bnr.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#blog_block a:hover {
    background: url("/files/blog_bnr.jpg") no-repeat scroll center bottom transparent;
}


/* -------------------------------------------------------------- 
		■お問い合わせフォーム　CSS
-------------------------------------------------------------- */

span.text_red {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
}

/*フォームテーブルCSS*/
#container_top .iqfm-table th {
    background: url("") repeat scroll 0 0 #EEE;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
#container_top .iqfm-table td {
    background: url("") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px;
    vertical-align: top;
}
/*フォームボタン*/
#inquiryform-1 #inquiryformSubmit-1 {
    font-size: 13px;
    line-height: 1.7;
}



/* -------------------------------------------------------------- 
		■トップブログ新着表示
-------------------------------------------------------------- */

.blog_read_block {
    margin: 0;
    padding: 0 0 20px;
}

.blog_read_block .blog_post {
    border-bottom: 1px dotted #CCCCCC;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 700px;
}

.blog_read_block .data_right {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 590px;
}

.blog_read_block p.newpost_list {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    float:left;
    margin: 10px 0 0;
    padding: 0;
    width: 90px;
}

.blog_read_block p.newpost_list span.posts_img {
    float: left;
    height: 90px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 0;
    width: 90px;
}
.blog_read_block p.newpost_list span.posts_img img {
    height: auto;
    width: 90px;
}
.blog_read_block .blog_post .data_right a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.blog_read_block .blog_post .data_right a:hover {
    text-decoration: underline;
}

span.news_small_text {
}




.widget-title {
    background: url("/files/widget_title_bg.jpg") no-repeat scroll left top;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 5px 40px;
 color:#fff;
}



.entry-title {
    background: url("/files/entry_title_bg.jpg") no-repeat scroll left top;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 40px;
    position: static;
    width: 660px;
  color:#fff;
}


a:link, a:active, a:visited {
  color:#ff4000;
}
a:hover {
  color:#fd6b3b;
}



.k-03 .cu_mail_block .post_title_list {
    font-size: 130%;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 5px;
    padding: 0;
  color:#ff4000;
}





.top-entry-title {
    background: url("/files/top_entry_title.jpg") no-repeat scroll left top;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
    width: 700px;
  color:#552611;
}

.k-03 .cu_mail_block {
    border-bottom: 1px dotted #b94f13;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 700px;
}



.custom_th_text {
    background: url("") repeat scroll 0 0 #fff4e8;
    border: 1px solid #f0d6b9;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}


.custom_td_text {
    background: url("") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #f0d6b9;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}



small {
    border: 1px solid #f0d6b9;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    margin: 10px auto 0;
    padding: 0;
    width: 99%;
}


.d-02 .menu-list table tr td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #b94f13;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 0;
    padding: 0;
}


.d-02 .entry-post {
    border-bottom: 0;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: 700px;
}



.sub-post-title {
    background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 40px;
    width: 660px;
  color:#552611;
}


.a-01 .entry-post-img .img_cat {
    height: 220px;
    margin: 10px;
    overflow: hidden;
    width: 300px;
}


.clom3-title {
    border: 1px solid #b94f13;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
  color: #FF4000;
}


#container_top .iqfm-table th {
    background: url("") repeat scroll 0 0 #FFF4E8;
    border: 1px solid #F0D6B9;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#container_top .iqfm-table td {
    background: url("") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0D6B9;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px;
    vertical-align: top;
}