
/*============================
　CSSリセット
=============================*/
* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
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:#3d3d3d;
	text-decoration:underline;
}
a:hover {
	color:#00b7ee;
	text-decoration:none;	
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background:url(../../images/54/bgi-body_001.jpg) no-repeat left top;
	text-align:center;
	color:#3d3d3d;
}
#wrapper {
	text-align:left;
	width:765px;
	margin:0 auto;
}
#main {
}
#mainL {
	width:198px;
	float:left;	
}
#mainR {
	float:right;
	width:535px;
}
/*============================
	ヘッダー
=============================*/
#header01 {
	padding:10px 0 14px 0;
}
/*お問い合わせ
-----------------------------------------*/
#head_inquiry {	
	height:25px;
	width:765px;
	position:relative;
	}
#head_inquiry a {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	}
#head_inquiry a:hover {
	}

/*サイトタイトル
-----------------------------------------*/
#header01 .site_title01 {/*top*/
	font-size:20px;
	line-height:130%;
	width:300px;
	float:left;
	text-align:center;
}
#header01 .site_title01 a {/*top*/
	font-size:20px;
	line-height:130%;
	font-weight:bold;
	text-align:left;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-decoration:none;
}
#header01 .site_title02 {/*下層*/
	font-size:20px;
	line-height:130%;
}
#header01 .site_title02 a {/*下層*/
	font-size:20px;
	line-height:130%;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
#header01 .site_title01 a:hover, #header01 .site_title02 a:hover {
	text-decoration:none;
	color:#3d3d3d;
}
#header01 .site_description {
	width:445px;
	float:right;
	font-size:1em;
	line-height:140%;
}
/*============================
	リードエリア
=============================*/

.leadArea01 {/*トップページ*/
	padding-bottom:40px;
}
/*	topics　最新情報
-----------------------------------------*/
.leadArea01 #topics {/*画像あり*/
	width:327px;
	float:left;	
	padding-top:14px;
    margin-bottom: 40px;
	}
.leadArea02 #topics {/*画像なし*/
	width:327px;
	float:right;	
	padding-top:14px;
    margin-bottom: 40px;
	}

/*ADD 20191127*/
#mainR #topics {
    margin-bottom: 40px;
}

#topics_in {
	max-height:200px;
	overflow:auto;
	}
#topics_title {
	padding-bottom:16px;
	}
#topics_in table {
	border-collapse:collapse;
	width:100%;
}
.topics_date {
	width:81px;
	font-size:1em;
	vertical-align:top;
	line-height:150%;
	padding-bottom:3px;
	}
.topics_entry {
	font-size:1em;
	padding-right:8px;
	padding-left:3px;
	vertical-align:top;
	line-height:150%;
	padding-bottom:3px;
}
/*メイン写真
-----------------------------------------*/
.site_image {
	float:right;
	width:394px;
}
.site_image img {
	vertical-align: top;
	}
.site_image_in {
	background:url(../../images/54/bgi-mainpic_002.png) no-repeat left top;
	background-color:#ffd9ea;
	text-align:center;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:765px;
	padding:10px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:318px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:318px !important;
	width:765px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:765px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	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: #1fb8ec;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1fb8ec;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:138px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/54/btn-slider_001.png) 16px center no-repeat #1fb8ec;
left:-28px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/54/btn-slider_002.png) 16px center no-repeat #1fb8ec;
right:-28px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}


/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}
	
/*メニューA
-----------------------------------------*/
#menuA {
	width:198px;
	background:url(../../images/54/lin-dot_001.gif) repeat-x left top;
	padding:1px 0 0 0;
	margin-bottom:32px;	
}
#menuA dl {
	width:198px;
}
#menuA dt {
	background:url(../../images/54/lin-dot_001.gif) repeat-x left bottom;
	padding-bottom:1px;
	}
#menuA dt a {
	width:198px;	
	display:block;
	text-decoration:none;
	}
#menuA dt a span {
	display:block;
	background:url(../../images/54/ico-navi_001.gif) no-repeat left 12px;
	padding:12px 20px 14px 24px;
	line-height:150%;
	}
#menuA dt a:hover {
	background-color:#f8f8f8;
}
#menuA dd {
	background:url(../../images/54/lin-dot_001.gif) repeat-x left bottom;
	padding-bottom:1px;
}
#menuA dd a {
	display:block;
	padding-left:10px;
	text-decoration:none;
}
#menuA dd a span {
	display:block;
	background:url(../../images/54/ico-navi_002.gif) no-repeat left 12px;
	padding:8px 20px 10px 20px;
	line-height:150%;
	}
#menuA dd a:hover {
	background-color:#f8f8f8;
  }

/*メニューB
-----------------------------------------*/
#menuB {
	width:198px;
	margin-bottom:22px;
}
#menuB_title {
	font-size:14px;
	font-weight:bold;
	background:url(../../images/54/bgi-navttl01_002.gif) no-repeat left bottom;
	width:198px;
	margin-bottom:5px;
}
#menuB_title_in {
	background:url(../../images/54/bgi-navttl01_001.gif) no-repeat left top;
	padding:7px 0 14px 0;
	
	}
#menuB_title_in span {
	display:block;	
	background-color:#f8fde0;
	font-size:12px;
	padding:0px 10px;
	line-height:130%;
}
#menuB ul li {
	padding:0 0 8px 10px;
	display:block;
}
#menuB ul li a {
	display:block;
	background:url(../../images/54/ico-navi_003.gif) no-repeat left 5px;
	padding:1px 20px 0px 20px;
	line-height:150%;
	text-decoration:underline
}

#menuB ul li a:hover {
	text-decoration:none;
}

/*メニュー：ブログ
-----------------------------------------*/
#blogBox {
	width:198px;
	margin-bottom:22px;
}
#blog_ttl {
	margin-bottom:5px;
}

#blog ul li {
	padding:0 0 8px 10px;
	display:block;
}
#blog ul li a {
	display:block;
	background:url(../../images/54/ico-navi_004.gif) no-repeat left 5px;
	padding:1px 20px 0px 20px;
	line-height:150%;
	text-decoration:underline
}
#blog ul li a:hover {
	text-decoration:none;
}
/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:198px;
	margin-bottom:22px;
}
#QRbox_in {	
	background:url(../../images/54/bgi-qr_002.gif) no-repeat left bottom;
	padding-bottom:25px;
	}
#QR_ttl {
	}
.QR_code {
	text-align:center;	
	background:url(../../images/54/bgi-qr_001.gif) repeat-y left top;
}

.QR_description {
	font-size:12px;
	line-height:140%;
	width:220px;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.box_img {/*画像あり*/
	width:535px;
}
.box {/*画像なし*/
	width:535px;
}
.box_title {
	background:url(../../images/54/bgi-boxttl_001.gif) no-repeat left top;	
	padding:14px 0 0 0;
	margin-bottom:14px;
}
.box_title_in {	
	background:url(../../images/54/bgi-boxttl_002.gif) no-repeat left bottom;	
	padding-bottom:18px;
}
.box_title h3 {
	font-size:14px;
	color:#FFFFFF;
	background-color:#00b7ee;
	line-height:140%;
	padding:0 8px 0 12px;
	font-weight:normal;
}
.boxIn {
	width:535px;
	margin:0 auto;
	padding:0 17px 30px 0;
}
.box_img .box_entry1 {/*画像あり*/
	padding-bottom:12px;
	line-height:150%;
	width:315px;
	float:left;
}
.box_img .box_entry1 span {
	line-height:150%;
}
.box_img .box_image {
	width:208px;
	float:right;
}
.box_img .box_image div {
	width:206px;
	margin-bottom:12px;
	}
.box_img .box_image div img {
	display:block;
	vertical-align:top;	
	background-color:#FFFFFF;	
	padding:3px;
	}
.box_img .box_image span {
	display:block;
	width:200px;
	padding-top:5px;
	font-size:0.85em;
	line-height:140%;
}
.box .box_entry1 {/*画像なし*/
	padding-bottom:12px;
	line-height:150%;
}

/*============================
	お問い合わせボタン
=============================*/
#inquiry a:hover img{
	
}


/*============================
	フッター
=============================*/
#foot {
	padding:30px 0 20px 0;	
	text-align:right
}
#pagetop {
	padding-bottom:8px;
}

#copyright {
	padding-bottom:5px;
	font-size:10px;
	
}




/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:12px 0 35px 3px;
	font-size:0.9em;
}
#pnkz a {
	color:#003399;
	}
#pnkz em {	
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/54/bgi-contttl_001.png) no-repeat left top;
	padding:18px 0 0 0;
	width:754px;
	margin-top:8px;
}
#cont_ttlIn {
	background:url(../../images/54/bgi-contttl_002.png) no-repeat left bottom;
	padding:0 0 23px 0;	
		}
#cont_ttlIn h2 {
	background:url(../../images/54/ico-contttl_001.gif) 15px center no-repeat;
	background-color:#fff;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	font-size:16px;
	line-height:130%;
	padding:0 20px 0 39px;
	font-weight:normal;
	}
	

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#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 #c6c4c4;
	background-color:#A5E6FA;
	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 #c6c4c4;
	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:535px;
	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{
   margin:36px 0 22px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}
#site_main_img img{
 width: 365px;
}
#main_image img{
  width: 365px;
}
#main_img img {
  width: 365px;
}
#topics_title 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%;
}

