/*CSSリセット

------------------------------*/

* {

	margin: 0px;

	padding: 0px;

	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

strong {

	font-weight: bold;
}

body {

	font-size: 75%;

}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*2009-11-30 追加

------------------------------*/

body {

	color: #333333; /*このテンプレの基本色*/

}

h1,h2,h3,h4,h5,h6,strong,b {

	font-weight:bold;

}


ul, dl {

	margin-left:40px;

}



/*共通チップス

------------------------------*/

.clear {

	clear:both;

}

img {

	border:0px;

	padding:0px;

	margin:0px;

	vertical-align:top;

}



a {

	color: #333333;

	text-decoration:underline;

}

a:hover {

	color:#336699;

	text-decoration:none;

}







/*ヘッダー

------------------------------*/

#head {

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	padding:0 0 5px 0;

}



#headBtn {

	text-align:right;

	padding:4px 0 0 0;

}



/*リード

------------------------------*/

#lead {

	background-image:url(../../images/9/bgi-main_001.jpg);

	background-repeat:repeat-x;

	background-position:bottom;

	padding:0 0 7px 0;

}



#lead1 {/*--トップ写真あり--*/

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

}

#lead2 {/*--トップ写真なし--*/

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	padding:30px 0 25px 0;

}

#lead3 {/*--下層ページ--*/

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	padding:15px 0 25px 0;

}

#lead4 {/*--スライダー--*/

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	padding:15px 0 5px;

}



#leadL {

	width:415px;

	float:left;

	padding:55px 0 0 0;

}

#leadR {

	width:365px;

	float:right;

	padding:0 0 9px 0;

}

#site_title {

	padding:0 0 15px 0;

}



#site_title a {

	font-size:1.6em;

	font-weight:bold;

	padding:0 0 15px 0;

	text-decoration:none;

	color:#333333;

}

#site_description {

	font-size:1em;

	line-height:150%;

	padding:0 0 15px 0;

}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:0px 0 0;
	margin-top: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:333px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:333px !important;
	width:800px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:800px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ede7d1;
	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: #fe9e13;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fe9e13;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:145px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/9/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#ffc773 0%,
#fe9e13);
background:url(../../images/9/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#ffc773),
to(#fe9e13));
left:-43px;
border: 1px solid #fe9e13;
border-right: none!important;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;

}
.bx-wrapper .bx-prev:hover {
background:url(../../images/9/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#ffc773 0%,
#fe9e13);
background:url(../../images/9/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#ffc773),
to(#fe9e13));
opacity:0.7;
border: 1px solid #fe9e13;
border-right: none!important;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;
}
.bx-wrapper .bx-next {
background:url(../../images/9/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#ffc773 0%,
#fe9e13);
background:url(../../images/9/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#ffc773),
to(#fe9e13));
right:-43px;
border: 1px solid #fe9e13;
border-left: none!important;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
background:url(../../images/9/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#ffc773 0%,
#fe9e13);
background:url(../../images/9/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#ffc773),
to(#fe9e13));
opacity:0.7;
border: 1px solid #fe9e13;
border-left: none!important;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}

/*メイン

------------------------------*/

#main {

	background-image:url(../../images/9/bgi-container.jpg);

}



#mainIn {

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

}



/*メインR（右側全体）

------------------------------*/

#mainR {

	width:580px;

	float:right;

	padding:27px 0 60px 0;

}



/*最新情報

------------------------------*/

#topics {

	border:1px solid #cccccc;

	padding:1px;

	background-color:#FFFFFF;

	margin:0 0 13px 0;

}

#topics_color {

	background-color:#EDE7D0;

	padding:6px 0 5px 0;



}

#topics_title h3 {

	padding:0 0 5px 10px;

	font-size:1em;

	font-weight:bold;

}

#topics_ta {

	background-color:#FFFFFF;

	width:565px;

	max-height:78px;

	overflow:auto;

	margin:0 0 0 6px;

}

#topics table {

	background-color:#FFFFFF;

	border-top:8px solid #FFFFFF;

	border-left:10px solid #FFFFFF;

	border-right:10px solid #FFFFFF;

	border-bottom:7px solid #FFFFFF;

}

.topics_date {

	font-size:1em;

	padding:0 0 3px 0;

	text-align:left;

	vertical-align:top;

}

.topics_entry {

	width:495px;

	font-size:1em;

	padding:0 0 3px 10px;

	text-align:left;

}

/*記事ボックス

------------------------------*/

.box {

	border-bottom:1px solid #cccccc;

	border-left:1px solid #cccccc;

	border-right:1px solid #cccccc;

	background-color:#FFFFFF;

	background-image:url(../../images/9/bgi-boxhead.jpg);

	background-repeat:no-repeat;

	background-position:top;

	margin:0 0 15px 0;

}

.box_title h3 {

	font-size:1.3em;

	font-weight:bold;

	padding:16px 0 10px 11px;

	margin:0 2px 0 2px;

	background-image:url(../../images/9/bgi-boxtensen.jpg);

	background-repeat:repeat-x;

	background-position:bottom;

}

/*画像あり

---------------*/

.box_entry1 {

	width:345px;

	float:left;

	font-size:1em;

	line-height:150%;

	padding:8px 0 25px 14px;

}

.box_image {

	width:200px;

	float:right;

	padding:8px 11px 25px 0;

}

.box_image span {

	display:block;

	font-size:0.85em;

	line-height:130%;

	padding:3px 0 8px 0;

	text-align:left;

}

/*画像なし

--------------*/

.box_entry2 {

	font-size:1em;

	line-height:150%;

	padding:8px 14px 25px 14px;

}





/*メニューエリア（左側全体）

------------------------------*/

#mainL {

	width:200px;

	float:left;

	margin:19px 0 0 0;

	padding:0 0 60px 0;

}



/*ナビメニューＡ

------------------------------*/

#naviA {

	margin:0;

}

#naviA dt {

	width:198px;

	background-image:url(../../images/9/bgi-nvi_002.jpg);

	background-repeat:repeat-y;

	background-position:top;

	border:1px solid #cccccc;

	margin:8px 0 0 0;

}

#naviA dt a {

	display:block;

	width:198px;

	background-image:url(../../images/9/bgi-nvi_001.jpg);

	background-repeat:no-repeat;

	background-position:top;

	border-bottom:1px solid #FFFFFF;

}

#naviA dt a span {

	display:block;

	padding:18px 10px 10px 10px;

	font-size:1.2em;

	font-weight:bold;

}

#naviA dt a:hover span {

	color:#336699;

 }



#naviA dd {

	width:198px;

	background-image:url(../../images/9/bgi-nvi_004.jpg);

	background-repeat:repeat-y;

	background-position:top;

	border-left:1px solid #cccccc;

	border-right:1px solid #cccccc;

	border-bottom:1px solid #cccccc;

}

#naviA dd a {

	display:block;

	width:198px;

	background-image:url(../../images/9/bgi-nvi_003.jpg);

	background-repeat:no-repeat;

	background-position:top;

}

#naviA dd a span {

	display:block;

	padding:8px 25px 7px 10px;

	font-size:1em;

}

#naviA dd a:hover span {

	color:#336699;

 }





/*ナビメニューＢ

------------------------------*/

#naviB {

	backgrousnd-color:#FFFFFF;

	border:1px solid #cccccc;

	padding:1px;

	margin:30px 0 0 0;

}

#naviBIn {

	background-color:#EDE7D0;

	padding:7px 0 7px 6px;

}



#naviB_title {

	display:block;

	padding:0 0 6px 3px;

	font-size:1em;

	font-weight:bold;

}

#naviB ul {

	width:184px;

	list-style-type:none;

	background-color:#FFFFFF;

	padding:5px 0 4px 0;

	margin:0;

}

#naviB li {

	padding:0 0 0 7px;

}

#naviB li a {

	font-size:1em;

	line-height:180%;

}



/*ブログ

------------------------------*/

#blog_box {

	backgrousnd-color:#FFFFFF;

	border:1px solid #cccccc;

	padding:1px;

	margin:17px 0 17px 0;

}

#blog_boxIn {

	background-color:#EDE7D0;

	padding:0 6px 7px 6px;

}



#blog_info {

	padding:7px 0 6px 3px;

	font-size:1em;

	font-weight:bold;

	float:left;



}

#blog_btn {

	padding:4px 0 4px 0;

	font-size:1em;

	font-weight:bold;

	float:right;

}

#blog ul {

	width:184px;

	list-style-type:none;

	background-color:#FFFFFF;

	padding:5px 0 4px 0;

	margin:0;

}

#blog li {

	padding:0 5px 0 7px;

}

#blog li a {

	font-size:1em;

	line-height:180%;

}



/*お問い合わせボタン（下）

------------------------------*/

#inquiry {

	padding:18px 0 0 0;

}



/*フッター

------------------------------*/

#foot {

	background-color:#336699;

}

#footIn {

	width:800px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	padding:0 0 50px 0;



}

#copyright {

	float:left;

	font-size:10px;

	color:#FFFFFF;

	padding:15px 0 0 0;

	line-height:100%;

}



/*ページトップ

---------------*/

#pagetop {

	float:right;

}







/*パン屑

------------------------------*/

#pnkz {

	padding:8px 0 0 0;

	font-size:1em;

}

#pnkz a {

	font-size:1em;

}



/*コンテンツタイトル

------------------------------*/

#ctitle_box {

	border:1px solid #cccccc;

	padding:1px;

	background-color:#FFFFFF;

	margin:0 0 13px 0;

}

#contents_title {

	background-color:#EDE7D0;

	padding:20px 20px 20px 24px;

}

#contents_title h3 {

	font-size:1.7em;

	font-weight:bold;

}

/*コンテンツリード

------------------------------*/

#contents_lead {

	font-size:1em;

	line-height:150%;

	padding:0 0 1em 0;

}







/*form、map、profileのtable▼

-----------------------------------*/

#form, #map01 table, #profile01 table {

	table-layout: fixed;

	width:580px;

	text-align:left;

	border-collapse: collapse;

	border-right:1px solid #ccc;

	border-bottom:1px solid #ccc;

	margin:0 0 20px 0;

	background-color:#FFFFFF;

}

#form th, #map01 th, #profile01 th {

	width:130px;

	border-top:1px solid #ccc;

	border-left:1px solid #ccc;

	background-color:#336699;

	font-size: 1em;

	font-weight: normal;

	text-align: center;

	padding: 0.3em;

	color:#FFFFFF

}



#form td, #map01 td, #profile01 td {

	line-height:150%;

	border-top:1px solid #ccc;

	border-left:1px solid #ccc;

	padding: 0.3em 0.7em 0.3em 0.7em ;

}



/*formのCSS▼

-----------------------------------*/

/*エラーメッセージエリア

-----------------------------------*/

.validation-advice {

	margin-top: 3px;

	padding-left: 11px;

	color: #cc0000;

	/*background: url("../img/icons/icon_alert.gif") no-repeat 0 4px;*/

}



.warning {

	line-height :150%;

}


/*
#form span {

	padding-left: 2px;

	color: #fff;

}
*/
#form .validation_span {
	padding-left: 2px;
	color: #fff;;
}


.thaks {

	line-height: 150%;

	padding :0 16px 40px 0;

}



/*map01のCSS

-----------------------------------*/

#frame {

	margin:0 0 20px 0;

}

#map01 #frame iframe{
	width:580px;
	height:356px;
}

/*20100609add endo*/

#QRbox {
	border:1px solid #cccccc;
	margin:17px 0 20px 0;
}

#QRbox h4 {
	text-align:center;
}

#QRin {
	margin:1px;
	background-color:#EDE7D0;
	padding:12px 16px 12px 13px;
}

.QR_code {
	padding:10px 0 10px 0;
	text-align:center;
}



/* 20120322 */
#side-area{
   margin:25px 0 36px 0;
}

#foot-area{
   margin:16px 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%;
}

