
/*============================
　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:#000000;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;	
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background-color:#ffcc00;
	color:#000000; /*このテンプレの基本色*/
	text-align:center;
}
#wrapper {
	text-align:left;
}
#main {
	width:976px;
	margin:0 auto 60px auto;
}
#mainL {
	width:240px;
	float:left;	
}
#mainR {
	float:right;
	width:712px;
}
/*============================
	ヘッダー
=============================*/
#header {
	height:42px;
	width:976px;
	margin:0 auto;
}
#header ul {
	list-style-type:none;
	float:right;
	padding-top:6px;
	}
#header ul li {
	display:block;
	float:left;
	padding-left:1px;
	}
/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
	border-top:4px solid #000;
	padding-bottom:20px;
}
.leadArea2 {/*下層ページ*/
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	padding-bottom:4px;
}
.leadAreaIn {
	width:976px;
	margin:0 auto;
	padding-top:10px;
}
.leadAreaIn_L {
	float:left;
	width:540px;
}
/*メイン写真
-----------------------------------------*/
.site_image {
	float:right;
	width:365px;
}
/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:36px;
	line-height:130%;
	padding:10px 0 20px 0;	
}
.site_title a {
	font-size:36px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.site_title a:hover {
	text-decoration:none;
}

.site_description {
	font-size:18px;
	line-height:140%;
	font-weight:bold;
}

/*============================
	topics　最新情報
=============================*/
#topics {
	background:url(../../images/52/bgi-news_001.gif) left top;
	margin-bottom:45px;
	padding:11px 10px;
}
#topicsIn {
	background-color:#ffcc00;
	padding:12px;	
	}

#topics h3 {
	text-align:center;
	padding-bottom:14px;
}
#topics_ta {
	max-height:110px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:100%;
}
#topics_ta table td {
	padding-bottom:7px;	
	font-size:12px;
	line-height:150%;	
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align:left;	
	vertical-align:top;
	}
.topics_date {
	width:91px;
	font-weight:bold;
}
.topics_entry {
	font-size:1em;
	padding-left:10px;
	padding-right:8px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:976px;
	padding:20px 0 1px;
	margin: 0px auto -20px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:407px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:407px !important;
	width:976px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:976px;
	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 {
	background: #000;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:165px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/52/btn-slider_001.png) 16px center no-repeat #000;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/52/btn-slider_002.png) 16px center no-repeat #000;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}


/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}
	
/*メニューA
-----------------------------------------*/
#menuA {
	width:240px;
	margin-bottom:32px;
}
#menuA dt {
	width:240px;
	display:block;
	text-align:center;	
	border-bottom:2px solid #ffcc00;	
}
#menuA dt a {
	width:240px;
	background-color:#000000;
	display:block;
	color:#ffcc00;
	text-decoration:none;
	font-size:16px;
	line-height:150%;
	font-weight:bold;
	padding:12px 0;
}
#menuA dt a span {
	display:block;
	padding:0 8px;
	}

#menuA dt a:hover {
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}
#menuA dd {
	width:220px;
	margin-left:10px;
	text-align:center;
	border-bottom:2px solid #ffcc00;	
}
#menuA dd a {
	background-color:#4c3d00;
	display:block;
	width:220px;
	text-decoration:none;
	font-size:14px;
	line-height:150%;
	font-weight:bold;
	color:#ffcc00;
	padding:12px 0;
}
#menuA dd a span {
	padding:0 8px;
	display:block;
	}
#menuA dd a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
  }

/*メニューB
-----------------------------------------*/
#menuB {
	width:240px;
	margin-bottom:22px;
}
#menuB_title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
#menuB ul li {
	padding:0 0 3px 7px;
}
#menuB ul li a {
	line-height:150%;
	padding:0 0 0 12px;
	background:url(../../images/52/ico-tri_001.gif) 0 0.5em no-repeat;
	display:block;
	color:#000000;
	text-decoration:underline
}

#menuB ul li a:hover {
	text-decoration:none;
}

/*メニュー：ブログ
-----------------------------------------*/
#blogBox {
	width:240px;
	margin-bottom:22px;
}
#blog_ttl {
	width:240px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
#blog_ttl_L {
	width:140px;
	float:left;
}
#blog_btn_R {
	width:94px;
	float:right;
}
#blog ul li {
	padding:0 0 3px 7px;
}

#blog ul li a {
	line-height:150%;
	padding:0 0 0 12px;
	background:url(../../images/52/ico-tri_001.gif) 0 0.5em no-repeat;
	display:block;
	color:#000000;
	text-decoration:underline
}

#blog ul li a:hover {
	text-decoration:none;
}
/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:240px;
	margin-bottom:22px;
}
#QR_ttl {
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:2px solid #000;
	margin-bottom:10px;
	}

.QR_code {
	text-align:center;
}

.QR_description {
	font-size:12px;
	line-height:140%;
	width:220px;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.box {
}
.box_title {
	text-align:center;
	border-bottom:2px solid #000000;
	padding-bottom:1px;
	margin-bottom:14px;
}
.box_title h3 {
	font-size:1.5em;
	line-height:140%;
	font-weight:bold;
}
.boxIn {
	width:607px;
	margin:0 auto;
	padding:0 17px 30px 0;
}
.box_entry1 {
	padding-bottom:12px;
	line-height:150%;
	font-size:1.15em;
}
.box_entry1 span {
	line-height:150%;
}
.box_image {
	width:418px;
	text-align:center;
	margin:0 auto;
}
.box_image div {
	margin:0 3px 9px 3px;
   display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/margin-right: 3px;
	/zoom: 1;
	vertical-align:top;
	}
.box_image div img {	
	}
.box_image span {
	display:block;
	width:200px;
	padding-top:3px;
	line-height:140%;
}
#pagetop {
	width:976px;
	margin:0 auto;
	text-align:right;
	padding-bottom:8px;
}


/*============================
	フッター
=============================*/
#foot {
	border-top:4px solid #000;
	padding:14px 0 38px 0;
}

#footIn {
	width:976px;
	margin:0 auto;
	text-align:right;
}

#copyright {
	padding-bottom:5px;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:8px;
	font-size:1em;
	text-align:right;
}
#pnkz em {	
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/52/bgi-conttitle_001.gif) no-repeat left top #d9ae00;
	margin-bottom:31px;
}
#cont_ttlIn {
		background:url(../../images/52/bgi-conttitle_002.gif) no-repeat left bottom;
		font-size:22px;
		line-height:140%;
		font-weight:bold;
		padding:22px 19px 25px 18px;
		}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #4c3d00;
	background-color:#d9ae00;
	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 15px 0;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:712px;
	height:380px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* 20120322 */

#side-area{
}

#foot-area{
}

/* スマホ対応 */
#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%;
}

/* 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%;
}

