
/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
html,body {
	height: 100%;
    }
body {
    background:url(../../images/58/bgi-body_001.jpg) left top #d8cfc7;
	color:#000; /*このテンプレの基本色*/
	text-align:center;
}
#wrapper {
	text-align:left;
	width:960px;
	margin:0 auto;
}

#main {
  width:700px;
  float:right;

}

#sideMenu {
	width:242px;
	float:left;
	background-color:#fffaef;
	border-left:5px solid #000;
	border-bottom:1px solid #000;
}

#rightBox {
	width:700px;
	margin:15px 0 13px 0;
}

/*============================
	ヘッダー
=============================*/
#header {
	float:right;
	width:700px;
	margin-top:5px;
    }
#headIn{
    padding:0;
}
#head_leadArea{
    width:500px;
}

#head_btn{
	float:right;
	margin-bottom:15px;
    }
#head_btn ul{
	list-style:none;
    }
#head_btn ul li{
	float:left;
	margin-left:15px;
	}
#head_btn ul #hd_contact a{
	display:block;
	text-indent:-9999em;
	width:131px;
	height:23px;
	background:url(../../images/58/btn-hd-contact-off_001.gif) top left no-repeat;
    }
#head_btn ul #hd_contact a:hover{
	background:url(../../images/58/btn-hd-contact-on_001.gif) top left no-repeat;
    }
#head_btn ul #hd_access a{
	display:block;
	text-indent:-9999em;
	width:131px;
	height:23px;
	background:url(../../images/58/btn-hd-access-off_001.gif) top left no-repeat;
    }
#head_btn ul #hd_access a:hover{
	background:url(../../images/58/btn-hd-access-on_001.gif) top left no-repeat;
    }


/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
    background-color:;
	padding:;
	margin-bottom:30px;
}
.leadArea2 {/*下層ページ*/
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding-bottom:4px;
}

/*メイン写真
-----------------------------------------*/
.site_image {
	float:left;
	width:365px;
}
/*サイトタイトル
-----------------------------------------*/
.site_title {
	background-color:#000;
	width:207px;
	margin:0 auto 35px auto;
	font-size:18px;
	line-height:150%;
	padding-bottom:10px;
	font-weight:bold;
}
.site_titleIn{
	width:187px;
	margin:0 auto;
	padding:40px 0 5px 0;
    }
.site_title a {
	font-size:18px;
	line-height:150%;
	text-decoration:none;
	color:#ffffff;
}
.site_title a img{width:100%;}
.site_title a:hover {
	text-decoration:none;
}

.site_description {
	font-size:12px;
	line-height:150%;
}



/*============================
	topics　最新情報
=============================*/

/*----画像あり----*/
.leadArea #topics {margin-left:385px;
}
#topics{
	width:308px;
	background:url(../../images/58/bgi-border_001.gif) top left;
	padding:1px 0;

    }
#topicsIn {
	width:296px;
	margin:6px auto;
	background-color:#fff;
	}

#topics h3 {
	padding:10px 0 5px 10px;
}
.leadArea div#topics_ta {
	max-height:225px;
	overflow:auto;
}

.leadArea div#topics_ta dl {
	padding:0 10px;
	}
.topics_date {
	background-color:#c71616;
	width:90px;
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
.topics_entry {
	line-height:150%;
	font-size:1em;
	margin-bottom:5px;
}
/*----//画像あり----*/


/*----画像なし----*/
.leadAreaNoImg{
    width:700px;
	margin-bottom:15px;
}

.leadAreaNoImg #topics {
	width:700px;
	margin:0 auto;
	padding:6px 0;
}
.leadAreaNoImg #topics #topicsIn{
	width:688px;
	max-height:150px;
	margin:0 auto;
	overflow:auto;
	}

.leadAreaNoImg #topics #topicsIn #topics_title{
 margin-left:5px;

}
.leadAreaNoImg #topics_ta {
	width:648px;
	margin:0 auto;
}
.leadAreaNoImg#topics_ta table {
	border-collapse:collapse;
	width:100%;
}
.leadAreaNoImg#topics_ta table tr {
	margin-bottom:8px;
}

/**/
dl.table {
  margin:0;
}

dl.table dt {
  margin: 0;
  /*margin-right: -13em;*/
  float: left;
  clear: both;
  display: inline;
  width: 90px;
  text-align:center;
  color:#FFF;
  padding:2px 4px;
  font-weight:bold;
}

dl.table dd {
  margin-left:100px;
  padding:2px 4px;
}

dl.table {
  /*\*/
  min-height: 1px;
  _height: 1%;
  /* */

  /*\*//*/
  overflow: hidden;
  /**/
}


/**/

/*----//画像なし----*/



/*============================
	メニューエリア
=============================*/
#sideMenu ul, #sideMenu ol {
	list-style-type:none;
	}
#sideMenuIn{
	width:232px;
	background:url(../../images/58/bgi-nav-all_001.jpg) left top repeat-y;
	border-right:1px dotted #000;
	padding-bottom:20px;
    }
#menuBox1{
	width:232px;
	margin-bottom:20px;
    background:url(../../images/58/bgi-dot_001.gif) left top;
}

#menuBox2{
	width:232px;
	background:url(../../images/58/bgi-dot_001.gif) left top;
}


/*メニューA
-----------------------------------------*/
#menuA {
	width:232px;
	margin:0 auto 80px auto;
	background:url(../../images/58/bgi-nav-top_001.jpg) 0 52px no-repeat;
	border-top:1px dotted #000;

}
#menuA dt {
	width:232px;
	 border-bottom:1px dotted #000;
	 padding-top:0;
}
#menuA dt a {
	background:url(../../images/58/ico-nav-arrow_001.gif) 20px 19px no-repeat;
	width:232px;
	display:block;
	padding:15px 0 12px 0px;
	font-size:1em;
	line-height:150%;
	font-weight:bold;
	text-decoration:none;
}
#menuA dt a span {
	display:block;
	padding:0  0 0 35px ;
	}

#menuA dt a:hover {
	background-color:#fffaef;
	text-decoration:underline;
}
#menuA dd {
	width:232px;
	border-bottom:1px dotted #000;
	padding-top:0;
}
#menuA dd a {
	background:url(../../images/58/ico-nav-arrow_001.gif) 35px 19px no-repeat;
	width:232px;
	display:block;
	padding:15px 0 12px 0px;
	font-size:1em;
	line-height:150%;
	font-weight:bold;
	text-decoration:none;
}
#menuA dd a span {
	display:block;
	padding:0 0 0 50px;
	}
#menuA dd a:hover {
	background-color:#fffaef;
	text-decoration:underline;

  }

/*メニューB
-----------------------------------------*/
#menuB {
	width:232px;
	margin:0 auto 20px auto;
	font-size:1.2em;
	font-weight:bold;
}
#menuB_title {
	border-top:1px dotted #000;
}
#menuB ul{
	background:url(../../images/58/bgi-nav-top_001.jpg) 0 0 no-repeat;
	padding-top:30px;
	}
#menuB ul li {
	padding-left:20px;
}
#menuB ul li a {
	line-height:150%;
	font-size:0.9em;
	padding:0 0 8px 17px;
	background:url(../../images/58/ico-nav-arrow_001.gif) 0 0.3em no-repeat;
	display:block;
	text-decoration:none;
}

#menuB ul li a:hover {
	background:url(../../images/58/ico-nav-arrow_001.gif) 0 0.3em no-repeat;
	text-decoration:underline;
}

/*メニュー：ブログ
-----------------------------------------*/
#blogBox {
	width:232px;
	margin:0 auto 15px auto;
}
#blog_title {
	padding-right:10px;
	font-size:1em;

}
#blog_title_L {
	width:4px;
	float:left;
}
#blog_btn {
	border-top:1px dotted #000;
	width:232px;
}
#blog_btn a{
	text-indent:-9999em;
	display:block;
	width:232px;
	height:53px;
	background:url(../../images/58/btn-nav-blog-off_001.gif) 0 0 no-repeat;
    }
#blog_btn a:hover{
	background:url(../../images/58/btn-nav-blog-on_001.gif) 0 0 no-repeat;
    }
#blog{
	background:url(../../images/58/bgi-nav-top_001.jpg) 0 0 no-repeat;
	padding-top:30px;
	}
#blog ul li {
	width:145px;
	padding:0 0 3px 20px;

}

#blog ul li a {
	line-height:150%;
	font-size:0.9em;
	padding:0 0 5px 17px;
	background:url(../../images/58/ico-nav-arrow_001.gif) 0 0.5em no-repeat;
	display:block;
	text-decoration:none;
	color:#000;
}

#blog ul li a:hover {
   background:url(../../images/58/ico-nav-arrow_001.gif) 0 0.5em no-repeat;
	text-decoration:underline;
}
#blog ul li a span{
    font-size:0.8em;
	color:#888;
}


/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:180px;
	background:#000;
	margin:0 auto 15px auto;
	padding:10px 15px 15px 15px;
	color:#fff;
}
#QR_title {
    padding:0 10px 4px 0px;
	font-size:1em;
	border-bottom:1px solid #444;
	margin-bottom:15px;
	}

.QR_code {
	text-align:center;
}

.QR_description {
	font-size:1em;
	line-height:140%;
	width:180px;
	margin:20px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/
.boxTop{
	width:700px;
	height:10px;
    background:url(../../images/58/bgi-article-top_001.gif) left top no-repeat;
}
.boxIn{
	width:700px;
	padding-bottom:15px;
	margin-top:-2px;
	background:url(../../images/58/bgi-article-mid_001.gif) left top repeat-y;

}
.boxBottom{
    width:700px;
	height:15px;
	background:url(../../images/58/bgi-article-bottom_001.gif) left top no-repeat;
	margin-bottom:15px;
}
.articleBox{
	width:652px;
	margin:0 auto;
	}
.box_title {
	background:url(../../images/58/ico-article-ttl_001.gif) left center no-repeat;
	margin:0 auto 15px auto ;
	padding-top:20px;
	padding-bottom:1px;

}
.box_title h3 {
	background:url(../../images/58/lin-article-ttl_001.gif) left bottom no-repeat;
}
.box_title h3 span{
	display:block;
	font-size:19px;
	line-height:140%;
	margin-left:40px;
	padding-bottom:15px;
    }

/*----画像あり----*/
.box_entry1 {
	width:437px;
	padding-bottom:12px;
	line-height:150%;
	font-size:1em;
	float:left;
}
.box_entry1 span {
	line-height:150%;
}

.box_image{
    width:200px;
	float:right;
}

.box_image div {
	width:200px;
	margin-bottom:9px;
	}
.box_image div img {
    width:200px;
	margin:0 auto;
}
.box_image span {
	display:block;
	width:200px;
	font-size:0.9em;
	padding-top:3px;
	line-height:140%;
	text-align:right;
}
#pagetop {
	clear:both;
	text-align:right;
	padding-bottom:8px;
}

/*----記事画像なし----*/
.box_entry2 {
	width:652px;
	padding-bottom:20px;
	line-height:150%;
	font-size:1em;
}
.box_entry2 span {
	line-height:150%;
}



/*============================
	フッター
=============================*/
#foot{
	float:right;
	width:700px;
	padding:15px 0;
}

#footIn {
	width:700px;
	margin:0 auto;
}

#inquiry{
    float:right;
}
#inquiry a{
	text-indent:-9999px;
	display:block;
	width:309px;
	height:73px;
	background:url(../../images/58/btn-btm-contact-off_001.gif) left top ;
    }
#inquiry a:hover{
	background:url(../../images/58/btn-btm-contact-on_001.gif) left top ;
    }
#copyright {
	font-size:0.9em;
	color:#7c7c7c;
	margin-left:10px;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:0px;
	font-size:1em;
	text-align:right;
	margin:0 15px 0 0;
}
#pnkz a{
	text-decoration:underline;
    }
#pnkz a:hover{
	text-decoration:none;
    }
#pnkz em {
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_title {
	width:605px;
	background:url(../../images/58/bgi-dot_001.gif) left top ;
	margin-bottom:31px;
	margin:0 auto;
	padding:15px 0;

}
#cont_titleIn {
	width:575px;
	margin:0 auto;
		}
#cont_titleIn span{
	display:block;
	padding:15px;
	background:#000;
	font-size:22px;
	line-height:140%;
	font-weight:bold;
}



/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 div#inForm, #map01 div#inForm, #profile01 div#inForm {
    width:650px;
	padding:1px 0;/**/

}
#form01 div#inForm table, #map01 div#inForm table, #profile01 div#inForm table {
	width:575px;
	text-align:left;
	border-collapse: collapse;
	margin:15px auto 15px auto;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #000;
	background-color:#d3cac2;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#000;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #4c3d00;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 0 15px;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	width:575px;
	margin:0 auto 20px auto;
}

#map01 #frame iframe{
	width:575px;
	height:280px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
}/**/
.warning {
	line-height :150%;
	padding:5px 0 5px 15px;
}

/*.w_mark {
	color: #fff;
}*/

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */

#side-area{
   margin:0 10px 36px 10px;
}


#foot-area{
   margin:24px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}





/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}




/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:680px;
	padding:10px 0 0 10px;
}
.bx-wrapper {
    margin-bottom:20px !important;
	height:284px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:284px !important;
	width:680px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:680px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:130px;
	cursor:pointer;
	border-radius:50%;
}
.bx-wrapper .bx-prev {
	background:url(../../images/58/btn-slider_001.png) 13px center no-repeat #ffffff;
	left:-20px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#ffffff;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/58/btn-slider_002.png) 17px center no-repeat #ffffff;
	right:-20px;
}
.bx-wrapper .bx-next:hover {
	background-color:#ffffff;
	opacity:0.8;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
}/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

