/*============================
　CSSリセット
=============================*/
* {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}

/* HTML5タグ用リセット */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 81%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
	color:#333333;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}


.hide {
	display:none;
}
a {
	color:#5a3892;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
html {
}
body {
	background:#efefef; /*このテンプレの背景色*/
	color:#333333; /*このテンプレの基本色*/
}
#container{
}
#wrap{
	
}
#content {
	width:960px;
	margin:0 auto;
}
#sidebar{
	width:230px;
	float:left;
	padding-bottom:100px;
	
}
#main{
	width:721px;
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	background-color:#180052;
	margin-bottom:10px;
}
#headerIn {
	width:960px;
	margin:0 auto;
	position:relative;
	padding:10px 0;
}
#header #hgroup{
	width:960px;
	margin:0 auto;
}
/* タイトル */
#site_title {
	width:530px;
	margin-bottom:10px;
	line-height:130%;
}
#site_title h1{
	font-size:3em;
	margin-bottom:20px;
	padding-left:10px;
}
#site_title a {
	font-size:1em;
	color:#fff;
	text-decoration:none;
}
#site_title a:hover {
}
#site_title img {
	max-width:480px;
	width:expression(this.width >= 480? "480px" : "auto");
}
#site_title a:hover img {
}
#site_description {
	font-size:1em;
	color:#aea7c0;
}
/*　ヘッドメニュー */
#head_nav {
	width:276px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
}
#head_nav ul{
	clear:both;
	width:344px;
	height:22px;
}
#head_nav ul li{
	float:left;
	height:20px;
	list-style:none;
	text-indent:-9999em;
}

#head_nav ul li.nav_profile {
	width:95px;
}
#head_nav ul li.nav_map {
	width:99px;
}
#head_nav ul li.nav_contact {
	width:82px;
}
#head_nav ul li a {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

#head_nav ul li.nav_profile a {
	background-image:url(../../images/94/img-header-navi_001.png);
}

#head_nav ul li.nav_contact a {
    background-image:url(../../images/94/img-header-navi_003.png);
}
#head_nav ul li.nav_map a {
	background-image:url(../../images/94/img-header-navi_002.png);
}
#head_nav ul li a:hover {
	opacity:.5;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:20px 0 1px;
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !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: #fff;
	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: #180550;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #180550;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/94/btn-slider_001.png) 14px center no-repeat #180550;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/94/btn-slider_002.png) 14px center no-repeat #180550;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	padding-bottom:10px;
	padding-top:20px;
	height:20px;
	position:relative;
	text-align:center;
	background-color:#180052;
	color:#ffffff;
}
/*　コピーライト */
address{
	font-style:normal;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	position:absolute;
	right:25px;
	width:50px;
	height:50px;
	top:-75px;
}
#pagetop a {
	display:block;
	width:50px;
	height:0;
	padding-top:50px;
	overflow:hidden;
	_zoom:1;
	background:url(../../images/94/btn-pagetop_001.jpg) no-repeat;
	}
#pagetop a:hover {
	background-position:0 -50px;
}
/*============================
	サイドバー
=============================*/
#sidebar{
font-size:14px;
}
#sidebar h2 {
	width:100%;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
	
}

/*　グローバルナビ
-----------------------------------------*/
#global_nav,#about,#blog ,#qrcode {
	width:230px;
}
#global_nav {
	margin-bottom:20px;
}
#global_nav dl {
	width:230px;
}
#global_nav dl dt span {
	cursor:pointer;
	display:block;
	position:absolute;
	top:20px;
	right:10px;
	width:17px;
	height:0;
	padding-top:18px;
	*zoom:1;
	overflow:hidden;
	
}
#global_nav dl dt span {
	background:url(../../images/94/img-toggle_002.png) no-repeat;
}
#global_nav dl dt span.close {
	background:url(../../images/94/img-toggle_002.png) no-repeat;
}
#global_nav dl dt {/* 親メニュー */
	position:relative;
	min-height:35px;
	padding-right:20px;
	margin-bottom:1px;
	background: #fff;
	
}
#global_nav dl dd{/* 子メニュー */
	min-height:15px;
	font-size:90%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background:#e1e1e1;
	margin-top:-1px;
}
#global_nav dl dt a {
	min-height:15px;
	padding:15px;
	display:block;
	text-decoration:none;
}
#global_nav dl dd a {
	text-decoration:none;
	background:url(../../images/94/ico-arrow_001.png) no-repeat center left;
	padding-left:15px;
}

#global_nav dl dt a:hover,#global_nav dl dd a:hover {
	text-decoration:underline;
}

/*　ブログ
-----------------------------------------*/
#blog {
	margin-bottom:20px;
	padding:20px 15px;
	background-color:#fff;
	width:200px;
}
#blog h2 {
	color:#180052;
	width:100%;
	padding-bottom:15px;
	background :url(../../images/94/ico-article_title_001.png ) left bottom no-repeat;
	margin-bottom:15px;
}
#blog_link {
	width:180px;
	height:42px;
	margin:0 auto;
	background:url(../../images/94/btn-readmore_001.jpg) no-repeat;
}
#blog_link a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999em;
}
#blog_link:hover {
	opacity:.7;
	-moz-opacity:.7;
}
#blog dl {
	padding-bottom:20px;
}
#blog dl dt{/* 日付 */
	width:100%;
	font-size:12px;
	margin-bottom:2px;
	color: #AAAAAA;
	line-height:1;
	font-family:Helvetica,Arial, sans-serif
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:15px;
	width:100%;
}
#blog dl dd a{
	font-size:12px;
}

#blog dl dd a:hover {
}
/*　プロフィール
-----------------------------------------*/
#about {
	margin-bottom:20px;
}
#about ul{
	list-style:none;
}
#about ul li{
	width:230px;
	height:73px;
	margin-bottom:1px;
}

#about ul li a{
	display:block;
	width:100%;
	height:0;
	padding-top:73px;
	overflow:hidden;
	
}

#about li.side_profile a {
	background:url(../../images/94/img-sidebar-buttons_001.png) no-repeat;
}
#about li.side_contact a {
	background:url(../../images/94/img-sidebar-buttons_002.png) no-repeat;
}
#about li.side_map a {
	background:url(../../images/94/img-sidebar-buttons_003.png) no-repeat;
}

#about a:hover {
	opacity:.7;
}
/*　QRコード
-----------------------------------------*/
#qrcode {
	margin-bottom:20px;
	padding:20px 15px;
	background-color:#fff;
	width:200px;
}
#qrcode h2 {
	color:#180052;
	width:100%;
	padding-bottom:15px;
	background :url(../../images/94/ico-article_title_001.png ) left bottom no-repeat;
	margin-bottom:15px;
}
#qrcode p{	
	font-size:10px;
}
#qrcode img{
	display:block;
	width:100px;
	margin:0 auto;
}
/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
	width:900px;
	margin:0 auto 10px auto;
	background-color:#fff;
	padding:30px;
}

#lead_area2{/* リードエリア */
	width:960px;
	margin:0 auto 10px auto;

}

#lead_area .title {
}
#lead_area .title h2 {
	font-family:Helvetica,Arial, sans-serif;
	background: url(../../images/94/ico-article_title_001.png) no-repeat scroll left bottom transparent;
    color: #180052;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
/*　メイン写真
------------------------------------------------*/
#cover{
	float:right;
	width:365px;
	background:#fff;
}
#cover img{
	width:100%;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	float:left;
	width:530px;
}

#topics dl{
	overflow-y:auto;
	max-height:210px;
	width:515px;
}

#topics dl dt {  /* 日付 */
	width:95%;
	font-size:12px;
	color:#aaaaaa;
	font-family:Helvetica,Arial, sans-serif;
	}  
#topics dl dd {  /* トピックス本文 */ 
	width:90%;
}  

#topics dl dd a{
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #cover{
	display:none;
}
.no-img #topics{
	width:100%;
	}
.no-img #topics dl {
	width:900px;
}

.no-img #topics dl dt {  /* 日付 */
	float:left;  
	width:100px;  
	padding:0 0 2px 0;  
	clear:both;
	 
}  
.no-img #topics dl dd {  /* トピックス本文 */
	width:770px;  
	margin-left:100px; 
	padding:0 0 2px 0;  
}

/*　スライダの場合
------------------------------------------------*/

#topics2 {
	background-color:#fff;
	padding:30px;
	margin-bottom: 10px;
}

#topics2 .title h2 {
	font-family:Helvetica,Arial, sans-serif;
	background: url(../../images/94/ico-article_title_001.png) no-repeat scroll left bottom transparent;
    color: #180052;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}

#topics2 dl{
	overflow-y:auto;
	max-height:210px;
	width:100%;
}

#topics2 dl dt {  /* 日付 */
	width:95%;
	font-size:12px;
	color:#aaaaaa;
	font-family:Helvetica,Arial, sans-serif;
	}  
#topics2 dl dd {  /* トピックス本文 */ 
	width:90%;
}  


/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width:405px;
	margin:0 auto 100px;
}
#inquiry a{
	display:block;
	background:url(../../images/94/btn-contact_001.jpg) no-repeat;
	width:405px;
	height:83px;
	text-indent:-9999em;
}
#inquiry a:hover {
	opacity:.7;
	-moz-opacity:.7;
}
/*============================
	記事ボックス
=============================*/
.article_box {
	font-size:14px;
	padding:30px 30px 50px 30px;
	background-color:#fff;
	border-bottom:1px solid #efefef;
}
/*.article_box::before,
.article_box::after {
	display:block;
	height:10px;
	width:650px;
	content:"";
}*/
/*.article_box::before {
	background:url(../../images/90/big-main_contents_top_001.jpg) no-repeat;
}
.article_box::after {
	background:url(../../images/90/big-main_contents_bottom_001.jpg) no-repeat;
	
}*/
.article_box .article_title {
	margin-bottom:30px;
}
.article_box .article_title h2 {
	color:#180052;
	font-size:21px;
	line-height:1.5;
	background:url(../../images/94/ico-article_title_001.png) no-repeat bottom left;
	padding-bottom:30px;
}
/* 記事画像なし */
.article_box .entry {
	line-height:1.7;
	color:#4d4d4d;
}

.inside_images.article_box .entry{
	line-height:1.7;
	margin-bottom:30px;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	font-size:1.05em;
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
	float:left;
	width:200px;
	margin-bottom:20px;
	padding:0 10px;
	text-align:center;
}
.article_box .article_figure img{
	max-width:200px;
}
.article_box .article_figure span{
	font-size:10px;
	display:block;
	text-align:left;
	
	
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	background-color :#fff;
	margin-bottom:10px;
}

#page_title h2 {
	font-size:33px;
	padding:30px;
	font-weight:normal;
	color:#180052;
	line-height:1.1;
}

/*パン屑リスト*/
#pnkz {
    padding:0px 0 10px 0;
	text-align:right;
}
#pnkz ul {
	list-style:none;
}
#pnkz ul li:first-child {
	background :url(../../images/94/ico-home_001.png ) left center no-repeat;
	padding-left:20px;
}
#pnkz ul li {
	padding-left:5px;
	/*float:left;*/
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#pnkz ul li a {
	padding-right:15px;
	background:url(../../images/94/ico-arrow_001.png) no-repeat right;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	padding:15px;
	font-size:12px;
	background-color :#ffffff;
}
#foot-area{
	width:630px;
	padding:15px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	font-size:12px;
}

#map table,#form table, #profile table {
	border-collapse:collapse;
	width:100%;
	border-radius:10px;
}

#map th, #profile th {
	padding:15px;
	vertical-align:middle;
	font-weight:normal;
	border:#b8b4be solid 1px;
	width:30%;
	font-weight:bold;
	background:#ddd9e5;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px;
	border:#b8b4be solid 1px;
	width:70%;
}
#form th {
	background:#ddd9e5;
	border:#b8b4be solid 1px;
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:15px;
	text-align:center;
}
#form td {
	border:#b8b4be solid 1px;
	vertical-align:middle;
	padding:15px;
	width:75%;
}
/*お問い合わせ
-----------------------------------------*/
.warning {
	text-align:right;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border-radius:3px;
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#FFFFEC;
	border-radius:0;
}
#form input[type=submit],
#form input[type=reset] {
	padding:5px 5px;
}
/*リード文
-----------------------------------------*/
#lead_s {
	margin-bottom:5px;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin-bottom:15px;
}
#map #frame iframe {
	width: 100%;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	margin-left:5px;
	padding:10px 0 5px 0;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

.hidden {
	display:none;
}
 /*記事ボックス内のテーブル（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;
}


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

