
/*============================
　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:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
    background:url(../../images/57/bgi-body_001.jpg) center top #fff repeat-x;
	color:#000; /*このテンプレの基本色*/
	text-align:center;
}
#wrapper {
	text-align:left;
	width:780px;
	margin:0 auto;
}
#wrapper2{
	width:780px;
}

#main {
  width:780px;
  margin:0 auto;
}

#sideMenu {
	width:220px;
	float:left;
	height:auto;
	background:url(../../images/57/bgi-menu-rightline_001.jpg) left top;
}

#rightBox {
	float:right;
	width:550px;
	margin-bottom:15px;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:750px;
	margin:0 auto;
}
#headIn{
}
#head_leadArea{
    width:600px;
	float:left;
	margin-top:40px;
	margin-bottom:20px;
}
#header ul {
	float:right;
	padding-top:10px;
    }
#header ul #hd_formBtn {
	list-style:none;
	text-indent:-9999px;
	}
#header ul #hd_formBtn a{
	display:block;
	width:144px;
	height:23px;
	background:url(../../images/57/btn-contact-top-off_001.gif)  left top no-repeat;
	}
#header ul #hd_formBtn a:hover{
	background:url(../../images/57/btn-contact-top-on_001.gif)  left top no-repeat;
	}

/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
	margin-bottom:30px;
}
.leadArea2 {/*toppage画像なし*/
	margin-bottom:30px;
}

/*メイン写真
-----------------------------------------*/
.site_image {
	float:left;
	width:365px;
}
/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:18px;
	line-height:150%;
	padding-bottom:10px;
	font-weight:bold;
}
.site_title a {
	font-size:18px;
	line-height:150%;
	text-decoration:none;
	color:#333;
}
.site_title a:hover {
	text-decoration:none;
}

.site_description {
	font-size:12px;
	line-height:150%;
}



/*============================
	topics　最新情報
=============================*/

/*----画像あり----*/
.leadArea #topics {
	float:right;
    width:365px;
	height:245px;
}
#topicsIn {
	/*background-color:#000000;*/
	}

#topics h3 {
	padding:0 0 0 20px;
	margin-bottom:8px;
	background:url(../../images/57/ico-news_001.png)  left 2px no-repeat;
	border-bottom:1px solid #637dec;
}
#topics_ta{
	max-height:225px;
	overflow:auto;
}

#topics_ta dl {
	padding:0 15px;
	background:url(../../images/57/bgi-news_001.png)  left top
	}
.topics_date {
	width:91px;
	color:#333;
	font-size:0.9em;
	font-weight:bold;
}
.topics_entry {
	line-height:150%;
	font-size:1em;
	margin-bottom:5px;
}
/*----//画像あり----*/


.noImg  #topics {
    width: 100% !important;
    margin-bottom: 18px;
}
.leadAreaNoImg{
	margin-bottom: 32px;
}

/*----画像なし----*/
.leadArea2 #topics {
    width:400px;
	height:245px;
	clear:both;
}
#topicsIn {
	/*background-color:#000000;*/
	}

#topics h3 {
	padding-left:20px;
	margin-bottom:8px;
	background:url(../../images/57/ico-news_001.png)  left 2px no-repeat;
	border-bottom:1px solid #637dec;
}

.leadArea2 div#topics_ta dl {
	padding:0 15px;
	}
.topics_date {
	width:91px;
	color:#333;
	font-size:0.9em;
	font-weight:bold;
}
.topics_entry {
	line-height:150%;
	font-size:1em;
	margin-bottom:5px;
}


/*----//画像なし----*/

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:780px;
	padding:0px 0 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:325px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:325px !important;
	width:780px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:780px;
	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: #044b96;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #044b96;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:141px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/57/btn-slider_001.png) 14px center no-repeat #fff;
left:-28px;
border: 1px solid #044b96;
-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/57/btn-slider_002.png) 16px center no-repeat #fff;
right:-28px;
border: 1px solid #044b96;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	メニューエリア
=============================*/

#sideMenu ul, #sideMenu ol {
	list-style-type:none;
	}
#menuBox1{
	width:220px;
	margin-bottom:20px;
}

#menuBox2{
	width:220px;
}


/*メニューA
-----------------------------------------*/
#menuA {
	width:220px;
	margin:0 auto 22px auto;
}
#menuA dt {
	 width:220px;
	 border-bottom:1px solid #eee;
	 padding-top:0;
}
#menuA dt a {
	background:url(../../images/57/ico-menua-dt_001.gif) 20px 19px no-repeat;
	width:220px;
	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:#f6fafc;
}

#menuA dd {
	 width:220px;
	 border-bottom:1px solid #eee;
	 padding-top:0;
}
#menuA dd a {
	background:url(../../images/57/ico-menua-dd_001.gif) 20px 19px no-repeat;
	width:220px;
	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 35px ;
	}

#menuA dd a:hover {
	background-color:#fefbfc;
    }

/*メニューB
-----------------------------------------*/
#menuB {
	width:220px;
	margin:0 auto 30px auto;
	padding:10px 0 0 0;
}

#menuB_title {
	color:#FFF;
	font-weight:bold;
	width:205px;
	background:url(../../images/57/bgi-nav-prof-top_001.gif) left top no-repeat ;
	padding:5px 0 0 0px;
	margin:0 auto ;
}
#menuB_titleIn{
	background:url(../../images/57/bgi-nav-prof-mid_001.gif) left top repeat-y ;
    }
#menuB_title_btm {
	width:205px;
	margin:0 auto 10px auto;
	height:5px;
	background:url(../../images/57/bgi-nav-prof-bottom_001.gif) left bottom no-repeat ;
	_margin-top:-5px;
    }
#menuB_title span{
	line-height:150%;
	display:block;
	width:170px;
	padding-bottom:10px;
	margin:10px auto 0 auto;
    }
#menuB ul {
	width:205px;
	margin:0 auto;
	}
#menuB ul li {
	padding:0 0 3px 10px;
}
#menuB ul li a {
	line-height:150%;
	font-size:0.9em;
	padding:0 0 5px 17px;
	background:url(../../images/57/ico-menub_001.gif) 0 0.5em no-repeat;
	display:block;
	text-decoration:none;
	color:#333;
}

#menuB ul li a:hover {
	background:url(../../images/57/ico-menub_001.gif) 0 0.5em no-repeat;
	text-decoration:underline;
}

/*メニュー：ブログ
-----------------------------------------*/
#blogBox {
	width:220px;
	margin:0 auto 15px auto;
	padding:10px 0 15px 0;
}
#blog_title {
	width:205px;
	margin:0 auto 10px auto;
	padding:0 0 4px 0px;
	font-size:1em;
}
#blog_title a{
	display:block;
	width:205px;
	height:25px;
	text-indent:-9999px;
	background:url(../../images/57/btn-blog-off_001.gif) left top no-repeat;
    }
#blog_title a:hover{
	background:url(../../images/57/btn-blog-on_001.gif) left top no-repeat;
    }
#blog ul li {
	width:145px;
	padding:0 0 3px 15px;
}
#blog ul li a {
	line-height:150%;
	font-size:0.9em;
	padding:0 0 5px 17px;
	background:url(../../images/57/ico-blog_001.gif) 0 0.5em no-repeat;
	display:block;
	text-decoration:none;
}

#blog ul li a:hover {
   background:url(../../images/57/ico-blog_001.gif) 0 0.5em no-repeat;
	text-decoration:underline;
}
#blog ul li a span{
    font-size:0.8em;
	}


/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:170px;
	margin:0 auto 15px auto;
	padding:10px 0 15px 0;
	background-color:#CCC;
}
#QR_title {
	font-size:1em;
	text-align:center;
	margin-bottom:15px;
	}

.QR_code {
	text-align:center;
}

.QR_description {
	font-size:1em;
	line-height:140%;
	width:150px;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/

/*----画像あり----*/
.box{
	width:550px;
	marging-bottom:15px;
}
.boxIn{
	width:530px;
	margin:15px auto 15px auto;

}
.box_title {
	width:550px;
	background:url(../../images/57/bgi-section-ttl-top_001.gif) left top no-repeat ;
	margin:0 auto;
	padding:5px 0 0 0;
}

.box_title_btm{
	height:5px;
	_margin-top:-8px;
	background:url(../../images/57/bgi-section-ttl-bottom_001.gif) left bottom no-repeat ;
    }
.box_title h3 {
	background:url(../../images/57/ico-section-ttl_001.gif) left center no-repeat ;
    margin-left:15px;
	padding-left:25px;
	}
.box_title h3 span{
	display:block;
	padding:4px 30px 0 0 ;
	font-size:14px;
	line-height:130%;
}
.box_entry1 {
	width:320px;
	padding-bottom:12px;
	line-height:150%;
	font-size:1em;
	float:left;
}
.box_entry1 span {
}

.box_image{
    width:200px;
	float:right;
}

.box_image div {
	margin:0 3px 9px 3px;
	}
.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 {
	margin-top:25px;
	text-align:right;
	padding-bottom:8px;
}

/*----記事画像なし----*/
.noImgBox{
	width:550px;
	padding-top:15px;
	padding-bottom:1px;/**/

}

.noImgBox div.boxIn div.box_entry1 {
    width:530px;
	margin:0 auto;
	padding-bottom:12px;
	line-height:150%;
	font-size:1em;
}


/*============================
	フッター
=============================*/
#foot{
	width:780px;
	margin-top:15px;

}

#footIn {
	width:780px;
	margin:0 auto;
}

#inquiry{
    float:right;
	margin-bottom:15px;
}
#inquiry a{
	display:block;
	width:205px;
	height:36px;
	text-indent:-9999px;
	background:url(../../images/57/btn-contact-bottom-off_001.gif) left top no-repeat;
    }
#inquiry a:hover{
	background:url(../../images/57/btn-contact-bottom-on_001.gif) left top no-repeat;
    }
#copyright {
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:0px;
	font-size:1em;
	text-align:right;
	margin:0 15px 15px 0;
}
#pnkz em {
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_title {
	width:550px;
	background:url(../../images/57/bgi-dot_001.gif) left top ;
	margin-bottom:31px;
	margin:0 auto;
	padding:15px 0;

}
#cont_titleIn {
	width:550px;
	margin:0 auto;
		}
#cont_titleIn span{
	display:block;
	padding:15px;
	font-size:22px;
	line-height:140%;
	font-weight:bold;
}



/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 div#inForm, #map01 div#inForm, #profile01 div#inForm {
    width:520px;
	margin:0 auto;

}
#form01 div#inForm table, #map01 div#inForm table, #profile01 div#inForm table {
	width:520px;
	text-align:left;
	border-collapse: collapse;
	margin:15px auto 15px auto;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #362602;
	background-color:#aee5fb;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#333;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #4c3d00;
	padding: 0.3em 0.7em 0.3em 0.7em;
	background-color:#dff5fd;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 0 15px;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	width:520px;
	margin:0 auto 20px auto;
}

#map01 #frame iframe{
	width:520px;
	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{
   width:220px;
   margin:0 0 24px;
}


#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%;
}

/* 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%;
}

