
/*============================
　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 {
	text-decoration:underline;
	color:#003399
}
a:hover {
	text-decoration:none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background-color:#669bad;
	color:#626262; /*このテンプレの基本色*/
	text-align:center;
}
#wrapper {
	text-align:left;
	background:url(../../images/66/bgi-foot_001.jpg) repeat-x left bottom;
}
#main {
	background:url(../../images/66/bgi-body_001.jpg) repeat-x left top;
	padding:9px 0 0 0;
}
#mainIn {
	width:800px;
	margin:0 auto;
	background:url(../../images/66/bgi-main_002.png)  no-repeat left bottom;
	padding-bottom:13px;
	}
#mainIn2 {
	width:800px;
	background:url(../../images/66/bgi-main_001.jpg)  no-repeat left top;
	background-color:#FFFFFF;
	}
#mainL {
	width:234px;
	float:left;
	padding-top:28px;
}
#mainR {
	float:right;
	width:560px;
	padding-top:28px;
}
/*============================
	ヘッダー
=============================*/
#header {
	background:url(../../images/66/bgi-head_001.jpg) repeat-x left bottom #18637b;
	}
#headerIn {
	width:800px;
	margin:0 auto;
}
#header_L {
	width:640px;
	float:left;
	padding:18px 0 10px 0;
	}
#headInquiry {
	width:141px;
	float:right;
	padding-top:27px;
	padding-bottom:10px;
	}
#headInquiry a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}

/*サイトタイトル
-----------------------------------------*/
.site_title {
	padding:0 0 8px 8px;
}
.site_title a {
	font-size:20px;
	line-height:130%;
	text-decoration:none;
	line-height:130%;
	color:#FFFFFF;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	font-weight:bold
}
.site_title a:hover {
	text-decoration:none;
}

.site_description {
	font-size:1em;
	line-height:150%;
	color:#FFFFFF;
	padding:0 0 0 8px;
}

/*============================
	リードエリア
=============================*/

.leadArea1 {/*画像あり*/
	width:774px;
	margin:0 auto;
	padding-top:24px;
	}
.leadArea2 {/*画像あり*/
	width:774px;
	margin:0 auto;
	padding-top:24px;
	}
.leadArea3 {/*下層ページ*/
}
.leadAreaIn_L {
	float:left;
	width:381px;
}
.leadAreaIn_L .site_image {
	background:url(../../images/66/bgi-mainpic_001.png) no-repeat right bottom;
	padding-bottom:16px;
	padding-right:15px;
	}
.leadAreaIn_R {
	float:right;
	width:357px;
}

/*メイン写真
-----------------------------------------*/
.site_image {
	float:left;
	}

/*topics　最新情報
-----------------------------------------*/
/*画像あり*/
.leadArea1 #topics_title h3 {
	width:315px;
	border-bottom:1px solid #637dec;
	padding-bottom:5px;
}
.leadArea1 #topics_ta {
	max-height:200px;
	overflow:auto;
}
.leadArea1 #topics_title h3 {
	width:315px;
	border-bottom:1px solid #637dec;
	padding-bottom:5px;
}

.leadArea1 #topics_ta {
	max-height:195px;
	overflow:auto;
}
.leadArea1 #topics_ta table {
	border-collapse:collapse;
	width:315px;
	margin-top:10px;
}
/*画像なし*/
.leadArea2 #topics_title h3 {
	width:735px;
	border-bottom:1px solid #637dec;
	padding-bottom:5px;
}
.leadArea2 #topics_ta {
	max-height:95px;
	overflow:auto;
}
.leadArea2 #topics_ta table {
	border-collapse:collapse;
	width:735px;
	margin-top:10px;
}

/*スライド*/
.leadArea3 #topics_title h3 {
	width:547px;
	border-bottom:1px solid #637dec;
	padding-bottom:5px;
}
.leadArea3 #topics_ta {
	max-height:150px;
	overflow:auto;
	margin-bottom: 30px;
}
.leadArea3 #topics_ta table {
	border-collapse:collapse;
	width:547px;
	margin-top:10px;
}



#topics_ta table td {
	padding-bottom:4px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
	}
.topics_date {
	width:85px;
	font-size:1em;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif
	}
.topics_entry {
	font-size:1em;
	color:#333333;
}
.topics_entry a {
	color:#333333;
	}

.slide #topics_title h3 {
    width: 540px;
}
.slide  {
    width: 540px;
}
.slide  #topics_ta {
    overflow-x: hidden;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:760px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: 20px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:317px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:317px !important;
	width:760px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:760px;
	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: #99bb4d;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #99bb4d;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:137px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/66/btn-slider_001.png) 15px center no-repeat #99bb4d;
left:-28px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.8;
}
.bx-wrapper .bx-next {
background:url(../../images/66/btn-slider_002.png) 15px center no-repeat #99bb4d;
right:-28px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-next:hover {
opacity:0.8;
}


/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}
#mainL {
	background:url(../../images/66/bgi-side_001.png) no-repeat left top;
	padding-top:32px;
	}
#mainLIn {
	background:url(../../images/66/bgi-side_002.png) repeat-y left top;
	padding-bottom:1px;
	}
#mainLIn2 {
	}
#sideBottm {}
/*メニューA
-----------------------------------------*/
#menuA {
	margin-bottom:30px;
}
#menuA dt {
	width:220px;
	background:url(../../images/66/lin-menudt_001.jpg) no-repeat left bottom;
	padding-bottom:1px;
	}
#menuA dt a {
	width:220px;
	display:block;
	color:#436519;
	line-height:140%;
	font-size:1.175em;
	text-decoration:none;
	text-shadow:1px 1px 1px #f4f4f4;
}
#menuA dt a:hover {
	background:url(../../images/66/bgi-menudton_001.jpg) repeat-y left top;
}

#menuA dt a span {
	display:block;
	background:url(../../images/66/ico-menuarrow_off_001.jpg) no-repeat 12px 12px;
	padding:7px 8px 7px 30px;
	}
#menuA dt a:hover span {
	background:url(../../images/66/ico-menuarrow_on_001.jpg) no-repeat 12px 12px;
}

#menuA dd {
	width:220px;
	background:url(../../images/66/lin-menudt_001.jpg) no-repeat left bottom;
	padding-bottom:1px;
}
#menuA dd a {
	width:220px;
	display:block;
	color:#436519;
	line-height:140%;
	font-size:0.85em;
	text-decoration:none;
	text-shadow:1px 1px 1px #f4f4f4;
}

#menuA dd a:hover {
	background:url(../../images/66/bgi-menuddon_001.jpg) repeat-y left top;
  }
#menuA dd a span {
	display:block;
	background:url(../../images/66/ico-menublock_off_001.jpg) no-repeat 36px 12px;
	padding:7px 8px 7px 48px;
	}
#menuA dd a:hover span {
	background:url(../../images/66/ico-menublock_on_001.jpg) no-repeat 36px 12px;
	}

/*メニューB
-----------------------------------------*/
#menuB {
	width:220px;
	margin-bottom:30px;
}
#menuB_title {
	font-size:12px;
	color:#2a5492;
	font-weight:bold;
	background:url(../../images/66/bgi-companyttl_001.jpg) no-repeat left bottom;
	padding:0 50px 3px 20px;
	line-height:150%;
	margin-bottom:8px;
}
#menuB ul {
	width:175px;
	margin-left:35px;
}
#menuB ul li {
	padding-bottom:5px;
	}
#menuB ul li a {
	line-height:150%;
	background:url(../../images/66/ico-arrowdot_001.jpg) no-repeat left 5px;
	color:#3d3d3d;
	padding-left:14px;
}
#menuB ul li a:hover {
	text-decoration:none;
}

/*メニュー：ブログ
-----------------------------------------*/
#blogBox {
	width:220px;
	margin-bottom:30px;
}
#blog_ttl {
	font-size:12px;
	color:#2a5492;
	font-weight:bold;
	padding:0 25px 3px 20px;
	background:url(../../images/66/lin-menudt_001.jpg) no-repeat left bottom;
	margin-bottom:10px;
	text-shadow:1px 1px 1px #FFF;
}
#blog_ttl_L {
	width:95px;
	float:left;
}
#blog_btn_R {
	width:73px;
	float:right;
}
#blog_btn_R a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}
#blog ul {
	width:175px;
	padding-left:35px;
	}
#blog ul li {
	background:url(../../images/66/ico-arrowdot_002.jpg) no-repeat left 5px;
	padding-bottom:5px;
}

#blog ul li a {
	line-height:150%;
	color:#3d3d3d;
	padding-left:14px;
}
#blog ul li a:hover {
	text-decoration:none;
}
/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:199px;
	margin-left:10px;
	background:url(../../images/66/bgi-qr_001.jpg) no-repeat left top #858d9f;
	padding-top:10px;
}
#QRboxIn {
	background:url(../../images/66/bgi-qr_002.jpg) no-repeat left bottom;
	padding:0 10px 22px 10px;
	}
#QR_ttl {
	font-size:12px;
	color:#000000;
	text-align:center;
	padding-bottom:10px;
	text-shadow: 1px 1px 2px gray;
	}

.QR_code {
	text-align:center;
}

.QR_description {
	font-size:10px;
	color:#000000;
	padding-top:10px;

}


/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.box {
	width:547px;
}
.box_title {
	background:url(../../images/66/bgi-boxtitle_002.png) no-repeat left bottom;
	padding-bottom:18px;
	}
.box_title h3{
	background:url(../../images/66/bgi-boxtitle_001.png) repeat-y left top;
	}
.box_title h3 span{
	display:block;
	background:url(../../images/66/ico-boxtitle_001.jpg) no-repeat 16px 12px;
	font-size:16px;
	color:#FFFFFF;
	line-height:140%;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	padding:12px 22px 0 47px;
	font-weight:normal;
}
.box_entry1 {
	width:330px;
	float:right;
	padding-bottom:28px;
	line-height:150%;
}
.box_entry1 span {
	line-height:150%;
}
.box_entry2 {
	line-height:150%;
	padding-bottom:28px;
	}
.box_entry2 span {
	line-height:150%;
}
.box_image {
	width:200px;
	float:left;
	padding-bottom:23px;
}
.box_image div {
	margin:0 3px 9px 3px;
	}
.box_image div img {
	}
.box_image span {
	display:block;
	width:200px;
	padding-top:3px;
	line-height:140%;
	font-size:10px;
	color:#333333;
}
/*============================
	お問い合わせボタン
=============================*/
#inquiry {
	text-align:right;
	padding:50px 13px 0 0;
	}
#inquiry a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}
/*============================
	ページトップ
=============================*/
#pagetop {
	text-align:right;
	padding:51px 13px 2px 0;
}
#pagetop a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}


/*============================
	フッター
=============================*/
#foot {
}

#copyright {
	padding:40px 0 20px 0;
	text-align:center;
	font-size:10px;
	line-height:140%;
	color:#FFFFFF;
}

/*============================
	コンテンツタイトル
=============================*/
#contentsHead {
	padding:35px 0 0 10px;
}
#cont_ttl {
	width:781px;
	background:url(../../images/66/bgi-conttitle_002.png) no-repeat left bottom;
	padding-bottom:25px;
}
#cont_ttlIn {
	background:url(../../images/66/bgi-conttitle_001.png) no-repeat left top;
	padding-top:1px;
}
#cont_ttlIn2 {
	background:url(../../images/66/bgi-conttitle_003.png) repeat-y left top;
		}
#cont_ttlIn3 {
	background:url(../../images/66/ico-conttitle_001.jpg) no-repeat 10px 13px;
	font-size:25px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	font-family:"小塚ゴシック Pro L";
	color:#FFFFFF;
	padding:10px 20px 0 48px;
	line-height:130%;
	}
/*============================
	パン屑リスト
=============================*/
#pnkz {
	font-size:0.85em;
	line-height:140%;
	color:#333333
}
#pnkz em {
	font-style:normal;
	}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:547px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #7773ad;
	background-color:#e1ebeb;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#333333;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #7773ad;
	padding: 0.5em 0.7em 0.5em 0.7em;

	color:#333333;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
	color:#333333;
}
#lead_s span {
	line-height:150%;
	}
/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:547px;
	height:380px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
	color:#333333;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */
#side-area{
	width:200px;
	margin: 0 0 0 12px;
}

#foot-area{
	margin:36px 20px 12px 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%;
}

