
/*============================
　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:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {outline:none;/*for firefox*/}
/*============================
　共通チップス
=============================*/
.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:#404040;
	text-decoration:underline;	
}
a:hover {
	color:#404040;
	text-decoration:none;	
}
a:hover img{
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    }
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#404040; /*このテンプレの基本色*/
	background :#060f60;
}
#wrapper {
	background :#ffffff;
}
#content-wrap {
	background:url(../../images/78/bgi-content_001.jpg) left -5px repeat-x;
}
#content {
	width:960px;
	margin:0 auto;
	padding-bottom:50px;
}
#main{
	width:740px;
	float:left;
    }

#sidebar {
	width:200px;
	float:right;	
}
/* トップ */
#top #main{
	padding-top:30px;
    }
#top #sidebar{
	padding-top:30px;
    }
/*============================
	ヘッダー
=============================*/
#header {
	width:960px;
	margin:0px auto;
}
.leadArea {/*トップページ*/
	width:600px;
	float:left;
	padding:30px 0 30px 20px;
}

.site_title {
	font-size:1.8em;
	line-height:130%;
}
.site_title img {
	}
.site_title a {
	text-decoration:none;
	font-weight:bold;
	color:#404040;
}
.site_title a:hover img {
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
	}
.site_title a:hover {
	color:#404040;
	text-decoration:none;
    }
#topLink{
	float:right;
	width:330px;
	}
#topLink ul{
	list-style-type:none;
}
#topLink ul li{
	float:right;
	padding-left:15px;
	padding-top:5px;
}
#topLink ul li.inq{
	padding-left:8px;
	padding-top:0;
}
/*===================================
  global-navi
=====================================*/
#global-navi {
	background:url(../../images/78/bgi-gnavi_001.jpg) left top repeat;
	text-align:center;
	margin:0 auto;
	width:auto;
}
#global-navi a {
	text-decoration:none;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} /* IE6 "fix" */
#nav ul a {zoom: 1;} /* IE6/7 fix */
#nav ul li {float: none;}
#nav ul ul {top: 0;}
/* Essentials- configure this */
#nav ul { 
	width:210px;
	top:66px;
	left:0;
	/margin-top:1px;
}
/* Everything else is theming */
#nav {/* サブ */
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	display:inline-block;
	background:url(../../images/78/lin-gnavi_001.jpg) left top no-repeat;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:65px;
	white-space: nowrap;
	background:url(../../images/78/lin-gnavi_001.jpg) right top no-repeat;
	line-height:150%;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	padding:25px 30px 23px 30px;
	background:url(../../images/78/lin-gnavi_001.jpg) right top no-repeat;
}	
#nav li.nav-top a:hover {/* メインliのa:hover */
	padding:25px 30px 23px 30px;
	background:url(../../images/78/bgi-gnavi_002.jpg) left top repeat-x;
}
/* サブメニュー */
#nav *:hover { 
	background-color: none; 
}
/* メインリストhover時のa */
#nav li.hover a {
	background:url(../../images/78/bgi-gnavi_002.jpg) left top repeat-x;
}
/* サブのli */
#nav li.nav-top ul li {
	white-space:normal;
	margin-bottom:1px;
}
/* サブのliのa */
#nav li.nav-top ul li a {
	color:#ffffff;
	display:block;
	width:188px;
	padding:10px;
	text-align:left;
	background:none;
	line-height:150%;
	border:1px solid #b4b4b4;
	background:#00013f;
	filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
}
/* サブのa:hover */
#nav li.nav-top ul li a:hover {
	width:186px;
	padding:9px 10px;
	border:2px solid #b5b5b5;
	background:#00013f;
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

/*============================
	トップエリア
=============================*/
#top #topArea{
	width:100%;
	min-height:304px;
	height:auto!important;
	height:304px;
	background:url(../../images/78/bgi-mainimg_001.jpg) center bottom no-repeat;
	background-color:#010241;
    }
#top #topAreaIn{
	width:940px;
	margin:0 auto;
    }	
	
.site_description {
	width:520px;
	padding:25px 15px 0 15px;
	float:left;
	color:#ffffff;
	font-size:1.8em;
	line-height:140%;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    }

/*メイン写真
-----------------------------------------*/
#imgBox{
	padding-top:25px;
	float:right;
	width:365px;
	margin-right:20px;
	display:flexbox;
    flex-align:center;
    flex-pack:center;
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-moz-box;
    -moz-box-align:center;
    -moz-box-pack:cetner;
    min-height:260px;
    height: auto !important;
    height: 260px;
    }
.site_image {
	padding-bottom:5px;
	background:url(../../images/78/bgi-mainimg_002.png) left bottom repeat-x;
}
.site_image img{
	border:5px solid #f1f1f1;
	width:365px;
}
/* 画像なしの時 */
.no-img .site_description {
	width:auto;
}
.no-img #imgBox{
	display:none;
}
/*下層ページ*/
#nottop #topArea{
	width:100%;
	min-height:104px;
	height:auto!important;
	height:104px;
	background:url(../../images/78/bgi-pagettl_001.jpg) center bottom no-repeat;
	background-color:#010241;
    }
#nottop #topAreaIn{
	width:940px;
	margin:0 auto;
    }	

#topArea #page_title{
	padding:35px 0 0 15px;
	float:left;
	color:#ffffff;
	font-size:1.8em;
	line-height:140%;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    }
	
/*スライド画像
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:20px 0 0;
	margin:0 -10px;
}
.bx-wrapper {
    margin-bottom:30px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #87a5cb;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #3d689c;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3d689c;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -17px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:36px;
	height:36px;
	margin:0;
	top:174px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/78/btn-slider_001.png) 13px center no-repeat #fff;
	left:-36px;
	opacity:0.9;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/78/btn-slider_001.png) 13px center no-repeat #fff;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/78/btn-slider_002.png) 15px center no-repeat #fff;
	right:-36px;
	opacity:0.9;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/78/btn-slider_002.png) 15px center no-repeat #fff;
	opacity:1;
}
/* site_description */
.site_description2{
	font-weight:normal;
	font-size:1.3em;
	line-height:170%;
	color:#333;
	margin-bottom:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*============================
	sidebar
=============================*/
/*ブログ
-----------------------------------------*/
#blogbox {
	width:200px;
	margin-bottom:15px;
}
#blog-ttl{
    }
#blog-ttl span{
    }
#blog-ttl a {}	
#blog {
	display:block;
	border-left:solid 5px #e6e6e6;
	border-right:solid 5px #e6e6e6;
	padding:0 10px;
}
#blog li {
	line-height:130%;
	color:#0c1978;
	font-size:0.9em;
	list-style:none;
	padding:3px 0;
}
#blog li  a{
	line-height:150%;
	font-size:1.05em;
	display:block;
	margin-bottom:3px;
	}
#blog li a:hover{
    }
.blog-link{
	border-left:solid 5px #e6e6e6;
	border-right:solid 5px #e6e6e6;
	border-bottom:solid 5px #e6e6e6;
	text-align:right;
	padding:0px 7px 8px 0;
}
/*QRコード
-----------------------------------------*/
#qrBox {
	width:200px;
	background-color:#e6e6e6;
	text-align:center;
	padding:15px 0;
	margin-bottom:15px;
}
#qr {
}
.QR_code {
	text-align:center;
}

.QR_description {
	font-size:0.9em;
	line-height:140%;
	width:170px;
	text-align:left;
	margin:10px auto 0 auto;
}
/*　お問い合わせ
-------------------------------------*/
#inquiry{
	margin-bottom:15px;
}

/*============================
メインエリア
=============================*/

/*topics　最新情報
-----------------------------------------*/
#topics{
	width:740px;
	margin-bottom:15px;
	}

#topics h3 {
}
#topicsIn{
	background:url(../../images/78/bgi-box_002.jpg) left top repeat-y;
}
#topicsIn2{
	background:url(../../images/78/bgi-box_003.jpg) left bottom no-repeat;
	width:715px;
	max-height:185px;
	overflow:auto;
	padding:0 10px 1px 15px!important;
}
#topics #topics_ta {
	max-height:180px;
	overflow:auto;
	padding-top: 5px;
}
#topics #topics_ta table {
	border-collapse:collapse;
	width:705px;
	_width:700px;
}
#topics_ta table td {
	line-height:150%;	
	vertical-align:top;
	border-bottom:dotted 1px #cccccc;
	padding:10px;
	margin-bottom:10px;
	}
#topics_ta table td.topics_date {
	background:url(../../images/78/bgi-topics_001.jpg) right 8px no-repeat;
	width:80px;
	color:#ffffff;
	font-size:0.9em;
	font-weight:normal;
	text-align:center;
	padding:10px 14px 10px 0;
}

#topics_ta table td.topics_entry {
	font-size:1em;
	line-height:140%;
}


/*   記事ボックス
-----------------------------------------*/
.box {
	margin-bottom:15px;
}
.box_title {
	background :url(../../images/78/bgi-boxttl_002.jpg ) left top repeat-y;
	text-shadow: 0 1px 1px #ffffff; 
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	_padding-bottom:1px;
}
.box_titleIn {
	background :url(../../images/78/bgi-boxttl_001.jpg ) left top no-repeat;
}
.box_titleIn2 {
}
.box_title h3 {
	font-size:1.1em;
	zoom:1;
	line-height:150%;
	padding:13px 20px 10px 30px;
	_padding:10px 20px 10px 30px;
	font-weight:normal;
	_font-weight:bold;
}
.box_title h3 span{
    }
.boxIn {
	background :url(../../images/78/bgi-box_002.jpg ) left top repeat-y;
}
.boxIn2 {
	background:url(../../images/78/bgi-box_003.jpg) left bottom no-repeat;
	padding:15px;
}
.box_entry1 {
	width:500px;
	float:left;
	line-height:170%;
	font-size:1em;
}
.box_entry1 span{
	line-height:170%;
}
.box_entry1 b{
	line-height:170%;
}
.box_entry1 em{
	line-height:170%;
}
.box_entry2 {
	width:710px;
	line-height:170%;
	font-size:1em;
}
.box_entry2 span{
	line-height:150%;
}
.box_entry2 b{
	line-height:150%;
}
.box_entry2 em{
	line-height:150%;
}
.box_image {
	width:205px;
	float:right;
	text-align:right;
}

.box_image img {
	background :#ffffff;
	width:200px;
	padding:3px;
}
.box_image span {
	font-size:10px;
	color:#666;
	padding: 1px 2px 5px 2px; 
	line-height:150%;
	display:block;
	text-align:left;
}
/* 記事ボックス内のテーブル */
.box table {
	border-collapse:collapse;
	border:1px #ccc solid;
}
.box table th,
.box table td {
	border:1px #ccc solid;
	padding:1em;
	text-align:left;
}
 .box table th {
 	background-color:#eee;
 }

/*============================
	pagetop
=============================*/
#pagetop {
	width:100%;
	text-align:right;
	height:40px;
	background :url(../../images/78/bgi-pagetop_001.jpg ) left bottom repeat-x;
}
#pagetop div{
	width:960px;
	margin:0 auto;
}
/*============================
	フッター
=============================*/
#foot {
	background-color:#060f60;
    text-align:left;
}
#footIn {
	width:960px;
	margin:0 auto;
	padding:20px 10px 40px 10px;
}
#foot-ttl{
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding-right:20px;
}
#foot-nvi ul li{
	float:left;
	padding-right:10px;
}

#foot-nvi{
    text-align:left;
}
#foot-nvi ul{
	list-style-type:none;
}
#copyright {
	color:#ffffff;
	text-align:right;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	width:940px;
	margin:0 auto;
	padding:10px;
}
#pnkz p,#pnkz p a,#pnkz p em{
	font-size:0.9em;
	color:#7f7f7f;
}
#pnkz em {	
	}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:710px;
	margin:0;
	text-align:left;
	border-collapse: collapse;
}

#form01 th, #map01 th, #profile01 th {	
	color:#0c1978;
	width:180px;	
	border-top:dotted 1px #cccccc;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	padding: 15px 5px;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border-top:dotted 1px #cccccc;
	padding: 15px;
}

/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
}
/*問い合わせ
-----------------------------------------*/
#form01 th {	
	width:200px;	
}
#form01 input, #form01 textarea {
	font-size:1.2em;
	padding:4px;
	margin:4px;
}
.validation_span,.warning span{
	color:#d00276;
}
#contact_submit th, #contact_submit td{
	text-align:left;
	padding-left:100px;
}
#contact_submit th{
	border-right:none;
	background:none;
}
#contact_submit td{
	border-left:none;
}
#form01 input[type=submit],
#form01 input[type=reset] {
	padding:5px 5px;
	border-radius:3px;
	cursor:pointer;
	background:#ddd;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}
#map01 #frame iframe {
	width: 709px;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.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;
}

/* スマホ対応 */
#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;
}
.site-image img {
  width: 365px;
}
#imgBox img {
  width: 365px;
}


/* 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;
}


/* 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%;
}

