/*CSSリセット
------------------------------*/
* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}


/*とりあえずHP用CSSリセット（bodyは各テンプレごとに指定）
------------------------------*/
body {
	color: #333333; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス

------------------------------*/
.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 */


img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display:none;
}

a {
	text-decoration:underline;
	color: #17218c;
}
a:hover {
	color: #1c2cd3;
	text-decoration: none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*ラッパー
------------------------------*/

/*
#wrapper {
    width: 950px;
    margin: 0 auto;
}
*/


/*ヘッダー＆リード
------------------------------*/
#head_lead {
	width:830px;
	padding:0 0 48px 0;
    margin: 0 auto;     /*20190719/追加/宇都宮*/
}

#head_lead_L {
	float:left;
	width:555px;
}

#head_lead_R {
	float:right;
	width:215px;
}
#head_lead #site_title {
	font-size:2.5em;
	line-height:120%;
	font-weight:bold;
	padding:46px 0 6px 23px;
}
#head_lead #site_title a {
	text-decoration:none;
	color:#07117b;
}

#head_lead #site_description {
	font-size:1em;
	line-height:140%;
	padding-left:23px;
}

/*-------▼グローバルナビセッティング▼--------*/

/* Basic code - don't modify */
 
 #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:184px;
}
#nav ul ul {
	left: 185px;
}

/* Everything else is theming */
 
#nav {
/*    height: 47px;*/   /*20190719/削除/宇都宮*/
	height: auto;      /*20190719/追加/宇都宮*/
	background:url(../../images/27/bgi-nvi_coloring_001.jpg) left top repeat-x;
    background-color: #000; /*20190719/追加/宇都宮*/
	padding-top:3px;
/*    width: 160%;    */    /*20190719/削除/宇都宮*/
	width:100%;    /*20190719/追加/宇都宮*/
	z-index:50;
    text-align: center;     /*20190719/追加/宇都宮*/
}
#navIn {
/*	position:absolute;*/     /*20190719/削除/宇都宮*/
	/*left:74px;*/
	/*padding:12px 0 0 0;*/
/*	left:0; */   /*20190719/削除/宇都宮*/
/*	top:3px;*/   /*20190719/削除/宇都宮*/
/*	background:url(../../images/27/bgi-nvi_001.png) left top repeat-x;*/     /*20190719/削除/宇都宮*/
/*	width:100%;*/    /*20190719/削除/宇都宮*/
}

#nav *:hover {
	background-color: none;
}
#nav li {
	display: inline-block;     /*20190719/追加/宇都宮*/
    float: none;    /*20190719/追加/宇都宮*/
    vertical-align: middle;     /*20190719/追加/宇都宮*/
}
#nav li a {
	padding:18px 13px 20px 13px;        /*20190719/追加/宇都宮*/
	background:url(../../images/27/bgi-nvi_dot_001.jpg) right top no-repeat;
}
#nav li ul li {
	height:auto !important;
	width:auto !important;
}

#nav a {
	color: #ffffff;
	font-size: 1.35em;
	line-height:1; 
	text-decoration:none;
}
#nav a:hover {
	color:#f6c727;
}
	#nav ul li.hover a {
  		background-color: #000000;
		color:#30A8C3;
		text-decoration:none;
	
	}
	#nav ul {
		top: 47px;
	}
		#nav ul li a {
			background-color: #000000;
			color: #f6c727;
			padding:8px 8px 5px 31px;
			font-size: 1em;
			background-image:url(../../images/27/ico-nvi_arrow_001.jpg);
			background-position:10px 0.9em;
			background-repeat:no-repeat;
			line-height:150%;			
		}
		#nav ul li a:hover {
			color:#f6c727;
			text-decoration:underline;
		}
			#nav ul a.hover {
				background-color: #30A8C3;
				color:#FFFFFF;
			}

#nav ul a { margin-top:1px; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
#home_btn a {
	padding:0 !important;
	margin:0 !important;
}
/*-------▲グローバルナビセッティング▲--------*/


/*メインエリア
------------------------------*/
#main {
/*	margin:0;*/      /*20190719/削除/宇都宮*/
    margin: 0 auto;     /*20190719/追加/宇都宮*/
    width:950px;
	background-image:url(../../images/27/bgi-main_001.png);
	background-repeat:repeat-y;
	background-position:left top;

}
#mainIn {
	background:url(../../images/27/bgi-main_paper_001.png) left top no-repeat;
	width:950px;
	position:relative;
	padding:143px 0 0 0;
}

#mainIn2 {/*下層ページ*/
	background:url(../../images/27/bgi-low_paper_001.png) left top no-repeat;
	width:950px;
	position:relative;
	padding:77px 0 0 0;
	margin: 0 auto;
}

/*naviB
------------------------------*/
#naviB {	
	padding-top:0px;
	width:273px;
	position:absolute;
	top:200px;
	left:548px;
	height:23px;
}
.slide #naviB {/*スライド表示時*/
	top:110px;
}
#naviB ul#naviBIn {	
	background:url(../../images/27/bgi-nvib_001.png) no-repeat left top;
	padding:8px 0;	
}
#naviB2 {
	background:url(../../images/27/bgi-lowmain_001.png) no-repeat left top;
	text-align:right;
	padding:5px 128px 5px 0;
}
ul#naviBIn {	
	text-align:center;
	margin-left:0;
	margin-top:5px;	
	list-style-type:none;
	width:273px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
ul#naviBIn li {
	display:inline;
	margin:5px 7px 5px 7px;
	line-height:130%;	
}
ul#naviBIn li a {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../../images/27/ico-arrow_001_off.jpg);
	background-position:left 0.4em;
	background-repeat:no-repeat;
	padding:0 0 0 12px;	
}
ul#naviBIn li a:hover {
	color:#c7e000;
	background-image:url(../../images/27/ico-arrow_001_on.jpg);
}
/*メイン画像
------------------------------*/
#site_image {
	float:left;
	padding-bottom:10px;
}
#site_imageIn {
	width:405px;
	margin-left:40px;
	text-align:center;
}

#site_image span {
	padding:10px 19px 19px 10px;
	background:url(../../images/27/bgi-mainpic_001.png) no-repeat right bottom;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	width:772px;
	z-index:100;
	margin:0 0 -100px 45px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:322px !important;
	box-shadow:0 0 1px 2px rgba(0,0,0,0.2);
	line-height:1;
	background:#fff;
}
.bx-viewport{
	height:322px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:322px !important;
	width:772px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:772px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -26px!important;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	margin:0;
	top:146px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/27/btn-slider_001.png) 11px center no-repeat #000;
	background-size:8px 6px;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#333;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/27/btn-slider_002.png) 13px center no-repeat #000;
	background-size:8px 6px;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	background-color:#333;
	opacity:1;
}

/*トピックス（画像ありの場合）
------------------------------*/
#topics1 {
	float:left;
	padding:117px 0 15px 0;
}
#topics_title {	
}
#topics_title h3 {
	display:none;
}
#topics1 #topicsIn {		
	background:url(../../images/27/ttl-news_001.jpg) no-repeat left top;
	padding:29px 0 0 27px;
}
#topics1 #topicsIn2 {
	width:330px;
	max-height:140px;
	overflow:auto;
}	
#topics1 #topicsIn table {
	width:310px;
	border-collapse:collapse;
}
#topicsIn table th, #topicsIn table td {
	vertical-align:top;
	text-align:left;
	background:url(../../images/27/lin-newsdot_001.gif) repeat-x left bottom;
	padding:13px 0 10px 0;
	line-height:130%;
}
.topics_date {
	width:78px;
	color:#8f8f8f;	
}
.topics_entry {
}
.topics_date a, .topics_entry a {
	font-weight:bold;
}
/*トピックス（画像なしの場合）
------------------------------*/
#topics2 {
	padding:117px 0 0 70px;
	margin-bottom:28px;
}
#topics_title {	
}
#topics_title h3 {
	display:none;
}
#topics2 #topicsIn {		
	background:url(../../images/27/ttl-news_001.jpg) no-repeat left top;
	padding:29px 0 0 27px;
}
#topics2 #topicsIn2 {
	width:662px;
	max-height:140px;
	overflow:auto;
}	
#topics2 #topicsIn table {
	width:638px;
	border-collapse:collapse;
}


/*コンテンツエリア
------------------------------*/
#contents {
	margin-left:26px;
}
#contentsIn {	
	position:relative;
}
#contents2 {/*下層ページ*/
    background:url(../../images/27/bgi-lowmain_002.png) repeat-y;
}
#contentsIn2 {/*下層ページ*/
	width:740px;
	margin-left:55px;
	padding-top:40px;
}

#contents_R {
	width:550px;
}

/*コントタイトル（下層）
------------------------------*/
#cont_title {
	margin-left:30px;
	width:800px;
	padding-bottom:44px;

}
#cont_title span {
	font-size:2.2em;
	font-weight:bold;
	color:#000000;
}


/*ローカルナビアリア（下層）
------------------------------*/

#localnaviArea {
	width:145px;
}

#localnaviArea h4 {
	font-size:1.5em;
	color:#ffcc33;
	padding-left:15px;
	padding-bottom:5px;
}
	

#localnaviArea ul {
	margin:0;
	padding-left:2px;
}

#localnaviArea ul li {
    margin:0;
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:#FFF 1px dotted;
	width:145px;
	padding:11px 0 11px 0;
	
}

#localnaviArea ul li a {
	width:112px;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-left:33px;
	background:url(../../images/27/ico_navi_arrow_off.jpg) 10px 3px no-repeat;
}

#localnaviArea ul li a:hover {
	color:#ffcc33;
	background:url(../../images/27/ico_navi_arrow_on.jpg) 10px 3px no-repeat;
}

#localnaviArea .active {
	color:#ffcc33;
	background:url(../../images/27/ico_navi_arrow_on.jpg) 10px 3px no-repeat;
}

/*ボックス
------------------------------*/
.box {
	width:721px;
	margin-left:39px;
	padding-bottom:40px;
}
.boxIn {
	width:701px;
	margin:0 auto;
}
.box_title {
	background:url(../../images/27/bgi-ttlbar_001.jpg) no-repeat left top #000000;
	margin-bottom:17px;
}

.box_title h3 {
	padding:4px 20px 6px 26px;
	color:#FFFFFF;
	font-size:1.175em;
	line-height:130%;	
}

.box_entry1 {/*画像あり*/
	width:495px;
	float:left;
	line-height:150%;
	font-size:1em;
}
.box_image {
	width:200px;
	float:right;
}
.box_image div {
	padding-bottom:10px;
}

.box_image span {
	padding-top:4px;
	display:block;
	font-size:0.85em;
	line-height:130%;
}

.box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
}


/*ボックス設定　下層ページ
------------------------------*/

.box2 {
	width:550px;
}

.boxIn2 {
	width:550px;
	 margin-bottom:40px;
}



.box_title2 {
	background:url(../../images/27/bgi-ttlbar_001.jpg) no-repeat left top #000000;
	margin-bottom:17px;
}

.box_title2 h3 {
	padding:4px 20px 6px 26px;
	color:#FFFFFF;
	font-size:1.175em;
	line-height:130%;	
}

.box_entry3 {
	width:320px;
	float:left;
	line-height:150%;
	font-size:1em;
}

.box_entry4 {
	line-height:150%;
	font-size:1em;
}

/*pagetop
------------------------------*/
#pagetop {
	width:780px;
	text-align:right;
}

#pagetop2 {
	text-align:right;
	padding-top:72px;
}

/*ブログとお問い合わせボタン
------------------------------*/
#blog_inquiry {
	width:800px;
	margin-left:4px;
	background-color:#f1f1f1;
	padding-bottom:20px;
}

#blog_inquiryIn {
	padding:18px 41px 7px 45px;
}

#blog_inquiry_L {
	float:left;
	width:305px;
}
	
#blog_inquiry2 {
	width:800px;
	margin-left:30px;
	background-color:#f1f1f1;
	padding-bottom:20px;
	}
/*ブログ
------------------------------*/
#blog_info {
	width:305px;
	background:url(../../images/27/lin-bloginfo_001.jpg) #f1f1f1 repeat-y left top;
	margin-bottom:10px;
}

#blog_btn {
	padding:13px 0 10px 25px;
}

#blog_info_L {
	float:left;
	width:104px;
}

#blog {
	width:165px;
	margin:0;
	float:right;
	padding:0 0 10px 0;
}

#blog ul {
	margin:0;
	list-style-type:none;
}

#blog ul li {
	line-height:130%;
	padding-bottom:3px;
	font-size:1em;
	color:#080808;
	font-weight:normal;
}

#blog ul li a {
	color:#080808;
}
#blog ul li a:hover {
	text-decoration:none;
}
/*お問い合わせボタン
------------------------------*/
#inquiry {
	width:250px;
	float:right;
	padding-top:25px;
}

/*フッター
------------------------------*/
#foot {
	background:url(../../images/27/bgi-nvi_coloring_001.jpg) repeat-x left top #000000;
	padding:22px 0;
/*	width:160%;*/    /*20190719/削除/宇都宮*/
    width: 100%;    /*20190719/追加/宇都宮*/
}
#copyright {
	text-align:right;
	width:835px;
	color:#FFFFFF;
	font-size:12px;
}







/*-------------------------------------------------------------------------------------*/
















/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:550px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0px;
	background:#fbfef2;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #666;
	background-color:#000;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#cccc00;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #666;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0px;
}

#map01 #frame iframe{
	width:550px;
	height:336px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s, #form01 #lead_s{
	line-height:150%;
	margin:0 0 17px 0px;
	width:500px;
	font-size:1em;
	color:#000;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	/*padding-left:25px;*/
	padding:0 0 3px 0;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left:2px;
	color:#ffcc00;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/*20100609add endo*/

#QRbox {
	width:305px;
	border:#cccccc 1px solid;
}

#QR-left {
	width:150px;
	float:left;
	padding:10px 5px 17px 10px;
}

#QR-left h4 {
	padding-bottom:9px;
}

#QR_code {
	padding:5px;
	width:100px;
	float:right;
}


/* 20120322 */

#side-area{
}

#foot-area{
   width:756px;
   margin:20px 0 20px 22px;
}

/* スマホ対応 */
#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;
}

