/*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 {
}

/*共通チップス

------------------------------*/
.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: #369bcf;
}
a:hover {
	color:#e5ae08;
}

.left {
	float:left;
}

.right {
	float:right;
}

li {
	list-style:none;
}

/*body
------------------------------*/
body {
	background:url(../../images/40/body-bg_01.jpg) 0 0 repeat-x;
}

#wrapper {
	background:url(../../images/40/bg-bottom_01.jpg) bottom repeat-x;
/*	width:160%;*/         /*20190719/削除/宇都宮*/
    width: 100%;
}


/*ヘッダー＆リード
------------------------------*/
#headBox {
	padding-top:4px;
	padding-bottom:25px;
	width:808px;
	/*	margin-left:60px;  */        /*20190719/削除/宇都宮*/
    margin: 0 auto;
}

#headL {
	width:400px;
}

#site_title {
	width:400px;
	line-height:130%;
	text-decoration:none;
}

#site_title a {
	color:#0e84cf;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

#site_title a {
	color:0e84cf;
	text-decoration:none;
}


#headR {
	width:380px;
}

#headR ul {
	background:url(../../images/40/nav-top-bg_02.jpg) 0 0 repeat-x;
	float:right;
}

#headBox #site_title {
	color:#0e84cf;
	font-size:24px;
	padding-top:20px;
	font-weight:bold;
}

#headR ul li {
	float:left;
}

#headR ul li.head-nav-li {
	padding:15px 16px 0 16px;
}

#lead {
	color:#66cafc;
	font-size:12px;
	font-weight:bold;
	padding-bottom:30px;
	width:808px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
	line-height:150%;
}

/*-------▼グローバルナビセッティング▼--------*/

/* 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:180px;
}
#nav ul ul {
	left:181px;
}

/* Everything else is theming */
 
#nav { 
    background:url(../../images/40/nav-main-bg_01.jpg) top repeat-x;
	height:42px;
	z-index:50;
	padding-bottom:13px;
	/*	padding-left:60px;*/      /*20190719/削除/宇都宮*/
    text-align: center;      /*20190719/追加/宇都宮*/
}

#navIn {
	height:42px;
	background:url(../../images/40/nav-main-bar_01.jpg) 0px 2px no-repeat;
}

#nav *:hover { 
    background-color: none; 
}

ul#nav li {
	background:url(../../images/40/nav-main-bar_01.jpg) right 2px no-repeat;
    display: inline-block;  /*20190719/追加/宇都宮*/
    float: none;     /*20190719/追加/宇都宮*/
}
	

#nav a { 
	color:#ffffff; 
	font-size:12px; 
	padding:11px 25px 18px 25px;
	line-height:1;
    text-decoration:none; 
}

#nav li.hover a {
	color:#ffffff;
	/*メニュータブ通常時*/
	background:url(../../images/40/ico_01.jpg) 13px 13px no-repeat #65c9fc;
}

#nav li.hover a.nav-top { 
    color:#000000;
	background:url(../../images/40/nav-main-bg_02.jpg) top repeat-x;
}

#nav ul { 
    top:38px; 
}

#nav ul li a { 
    background:url(../../images/40/ico_03.jpg) 13px 13px no-repeat #14264a;
	color:#ffffff;
	padding:8px 8px 5px 25px;
	font-size: 1em;
	line-height:130%;
	display:block;
}



ul#nav li ul li a.hover { 
	text-decoration:underline;
	/*メニュータブホバーの*/
	background:url(../../images/40/ico_02.jpg) 13px 13px no-repeat #118dcf;
	color:#ffffff;
}

#nav ul a { 
    margin-top:1px;
    margin-bottom:1px;
	opacity: 1.0; 
	filter: alpha(opacity=100); 
	display:block;
	zoom: 1;
	line-height: 1;
}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/*-------▲グローバルナビセッティング▲--------*/
		


/*メインエリア
------------------------------*/
#contents-bg-top {
	width:808px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
}

#main {
    background:url(../../images/40/contents-bg_02.png) 0 0px repeat-y;
	width:808px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
}

#mainIn {
	width:763px;
	margin:0 auto;
	padding:21px 0 6px 0;
}


#mainIn2 {/*下層ページ*/
	width:765px;
	padding:13px 0 6px 13px;
}

#mainIn3 {/*下層ページ*/
	background:url(../../images/40/side-bar-bg_02.jpg) 0px 0 repeat-y;
}

#mainIn4 {/*下層ページ*/
	background:url(../../images/40/side-bar-bg_01.jpg) left top no-repeat;
}

#mainIn5 {/*下層ページ*/
	background:url(../../images/40/side-bar-bg_03.jpg) left bottom no-repeat;
}

#mainR {/*下層ページ*/
    width:553px;
	padding-top:2px;
}




/*トップメインエリア（画像あり）
------------------------------*/

#top-main-area {
	padding-bottom:40px;
}

/*メイン画像
------------------------------*/
#main_image {
	width:365px;
	float:left;
}


/*トピックス（画像ありの場合）
------------------------------*/
#topics1 {
	float:right;
	width:363px;
}

#topics1 h3 {		
	padding-bottom:20px;
}

#topics1 table {
	width:340px;
	border-collapse:collapse;
	margin-left:6px;
}

#topics1 #topicsIn {
	max-height:140px;
	overflow:auto;
}

#topics1 table th,#topics1 table td {
	vertical-align:top;
	text-align:left;
	background:url(../../images/40/lin_01.jpg) repeat-x bottom;
	padding:9px 0 12px 0;
	line-height:130%;
}
#topics1 table td.topics_date {
	width:80px;
	color:#8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
}
#topics1 table td.topics_entry span{
	background:url(../../images/40/ico_04.jpg) 0 0 no-repeat;
	padding:1px 10px 2px 22px;
	display:block;
}

.topics_date a, .topics_entry a {
	font-weight:bold;
}

/*トピックス（画像なしの場合）
------------------------------*/
#topics2 {
	width:763px;
	padding-bottom:40px;
}

#topics2 h3 {		
	padding-bottom:20px;
}

#topics2 table {
	width:740px;
	border-collapse:collapse;
	margin-left:3px;
}

#topics2 #topicsIn {
	max-height:140px;
	overflow:auto;
}

#topics2 table th,#topics2 table td {
	vertical-align:top;
	text-align:left;
	background:url(../../images/40/lin_01.jpg) repeat-x bottom;
	padding:9px 0 12px 0;
	line-height:130%;
}
#topics2 table td.topics_date {
	padding-left:10px;
	width:60px;
	color:#8f8f8f;	
}
#topics2 table td.topics_entry span{
	background:url(../../images/40/ico_04.jpg) 0 0 no-repeat;
	padding:1px 0 2px 22px;
	display:block;
	margin-left:20px;
}

.topics_date a, .topics_entry a {
	font-weight:bold;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:763px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: -30px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:319px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:319px !important;
	width:763px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:763px;
	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: #fa7816;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fa7816;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:138px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/40/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#f5a73b 0%,
#fa7816);
background:url(../../images/40/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#f5a73b),
to(#fa7816));
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.8;
}
.bx-wrapper .bx-next {
background:url(../../images/40/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#f5a73b 0%,
#fa7816);
background:url(../../images/40/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#f5a73b),
to(#fa7816));
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.8;
}


/*コントタイトル（下層）
------------------------------*/
#cont_title {
	color:#f2822e;
	font-size:18px;
	font-weight:bold;
	padding:9px 0 9px 15px; 
	margin:16px 0 30px 0;
	border-left:6px solid #f2822e;
	line-height:130%;
}

#cont_title2 {/*プロフィール、お問い合わせ、地図用*/
	color:#f2822e;
	font-size:18px;
	font-weight:bold;
	padding:9px 0 9px 15px; 
	margin:0px 0 15px 0;
	border-left:6px solid #f2822e;
	line-height:130%;
}

/*サイドバー（下層）
------------------------------*/

#sidebar {/*下層ページ*/
    width:192px;
}

#sidebarIn {
    padding:5px 9px 20px 8px;
}

#sidebar h4 {
	font-weight:bold;
	font-size:14px;
	color:#0079bb;
	margin:15px 0 20px 3px;
	padding:6px 0 6px 15px;
	line-height:130%;
	border-left:4px solid #0079bb;
}
	

#sidebar ul {
	margin:0;
}

#sidebar ul li {
    margin:0;
	list-style:none;
	font-size:12px;
	width:174px;
	padding:0px 0 2px 0;
}

#sidebar ul li a {
	width:144px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:6px 10px 7px 20px;
	background:url(../../images/40/nav-side_01_off.jpg) 0px 0px no-repeat #349dde;
	border:1px solid #3099dd;
	line-height:130%;
}

#sidebar ul li a:hover {
	color:#000;
	background:url(../../images/40/nav-side_01_on.jpg) 0px 0px no-repeat #ffffff;
	border:1px solid #d8d8d8;
}

/*ボックス
------------------------------*/
.box {
	width:753px;
	padding-bottom:40px;
	margin:0 auto;
}
.box .boxIn {
	width:730px;
	margin:0 auto;
}
.box .box_title {
	background:url(../../images/40/ttl-box-bg_02.jpg) 0 0 repeat-y;
	margin-bottom:17px;
}

.box .box_titleIn {
	padding:7px 10px 5px 9px;
	background:url(../../images/40/ttl-box-bg_01.jpg) 0 0 no-repeat;
}

.box .box_title h3 {
	color:#0079bb;
	font-size:1.175em;
	line-height:130%;
	padding:0px 0px 0px 17px;
	border-left:3px solid #ffb600;
}

.box .box_entry1 {/*画像あり*/
	width:510px;
	float:left;
	line-height:150%;
	font-size:1em;
}
.box .box_entry1 span {
	line-height:150%;
	}
.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%;
	color:#737373;
}

.box .box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
}

.box .box_entry2 span {
	line-height:150%;
}

/*ボックス設定　下層ページ
------------------------------*/

.box2 {
	width:553px;
	padding-bottom:40px;
}

.boxIn2 {
	width:533px;
	margin:0 auto;
}



.box_title2 {
	background:url(../../images/40/ttl-box-bg_05.jpg) 0 0 repeat-y;
	margin-bottom:17px;
}

.box_titleIn2 {
	padding:7px 10px 5px 9px;
	background:url(../../images/40/ttl-box-bg_04.jpg) 0 0 no-repeat;
}

.box_title2 h3 {
	color:#0079bb;
	font-size:1.175em;
	line-height:130%;
	padding:0px 0px 0px 17px;
	border-left:3px solid #ffb600;
}

.box_entry3 {
	width:320px;
	float:left;
	line-height:150%;
	font-size:1em;
}

.box_entry4 {
	line-height:150%;
	font-size:1em;
}

/*pagetop
------------------------------*/
#pagetop {
	text-align:right;
	padding:20px 0px 5px 0;
}


/*ブログとお問い合わせボタン
------------------------------*/
#contents-bottom {
	width:800px;
	margin:0 auto;
	background:url(../../images/40/contents-bottom-bg_01.jpg) 0 0 repeat-x #dbe4ef;
	padding:12px 0 16px 0;
}

#contents-bottomIn {
	width:765px;
	margin:0 auto;
}

/*ブログ
------------------------------*/
#blog_info {
	width:199px;
	float:left;
	background:url(../../images/40/bg-bar_01.jpg) right repeat-y;
	padding-right:21px;
	padding-bottom:5px;
}

#blog_titleBox {
	width:200px;
}

#blog_info_title {
	float:left;
}

#blog_btn {
	float:right;
	padding-top:6px;
}



#blog {
	width:198px;
	margin:0;
	padding-top:10px;
	color:#949ca9;
}

#blog ul {
	margin:0;
	list-style-type:none;
}

#blog ul li {
	line-height:130%;
	padding-bottom:3px;
	font-size:1em;
	color:#7e7e7e;
	font-weight:normal;
}

#blog ul li a {
	color:#000;
	text-decoration:none;
}
#blog ul li a:hover {
	color:#247ed2;
	text-decoration:underline;
}


/*QRコード
------------------------------*/
#QRbox {
	width:275px;
	float:left;
	background:url(../../images/40/bg-bar_01.jpg) right repeat-y;
	padding-right:21px;
	padding-bottom:5px;
}

#QR-left {
	width:142px;
	float:left;
	padding:0px 0px 0px 16px;
}

#QR-left h4 {
	padding-bottom:9px;
}

p.QR_description {
	color:#535353;
	line-height:130%;
	font-size:11px;
}

#QR_code {
	padding-top:5px;
	width:100px;
	float:right;
}

/*お問い合わせボタン
------------------------------*/
#inquiry {
	width:195px;
	float:left;
	padding:27px 0 0 21px;
}

/*フッター
------------------------------*/
#foot {
	background:url(../../images/40/bg-footer_01.jpg) left top repeat-x;
	height:16px;
	padding:17px 0 16px 0;
/*	width:763px;   */         /*20190719/削除/宇都宮*/
    width: 100%;         /*20190719/追加/宇都宮*/
	margin:0 auto;
}

#copyright {
	text-align:center;
	color:#656565;
	font-size:12px;
}







/*-------------------------------------------------------------------------------------*/
















/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:550px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 5px 0px;
	background-color:#fbfef2;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #b8b8b8;
	background-color:#ededef;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#000;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #b8b8b8;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0px;
}

#map01 #frame iframe{
	width:560px;
	height:374px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0px;
	font-size:1em;
}
#profile01 #lead_s span{
	line-height:150%;
	}
#form01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0px;
	font-size:1em;
}
#form01 #lead_s span{
	line-height:150%;
	}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding-left:25px;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left:2px;
	color:#f59428;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* 20120322 */

#side-area{
}

#foot-area{
   margin:24px 0 24px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#main_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%;
}

