/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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.77em
11px	>>	0.83em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */

img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}

a {
	outline:none;/*for firefox*/
}

/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
}

.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after	{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.hide {
	display:none;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#CCC;
	text-decoration:none;
}

/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#72963b;
	color:#2e2e2e; /*このテンプレの基本色*/
	text-align:left;
	position:relative;
}

#container {
}

#wrapper {
}

#content-top {
	background-color:#FFF;
	width:100%;
	position:relative;
}

#content {
	background-color:#FFF;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#main {
	width:660px;
	float:right;
	margin-top:36px;
}

#sidebar {
	clear:both;
	width:260px;
	float:left;
	margin-top:40px;
	padding:0 10px 80px;
}

#mainIn {
	clear:both;
	height:100%;
}

/*============================
ヘッダー
=============================*/
#header {
	background:url(../../images/106/bgi-header_001.png) repeat-x bottom;
	width: 100%;
	min-height:64px;
}

#headerIn {
}

#header-inner {
	margin:0 auto;
	width:980px;
	min-height:64px;
	padding:18px 0 0;
	background:url(../../images/106/pic-headLeaf_001.png) no-repeat left bottom;
}

#site_title {
	float:left;
	width:580px;
	text-align:left;
}

#site_title h1 {
	font-size:24px;
	line-height:130%;
	margin:0 0 16px 68px;
	text-shadow: 1px 1px 3px #000;
}

#site_title h1.png a {
	color:#fff;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}

#site_title h1.png a img {max-width:550px;}

#site_title a {
	color:#764f4f;
	text-decoration:none;
}

#site_title a:hover {}

#site_title a:hover img {}

/*　ヘッドメニュー */
#head_nav{
	float:right;
	width:240px;
}

#head_nav ul {
	list-style:none;
}

#head_nav ul li {
	float:left;
	margin-right:24px;
}

#head_nav ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*　ディスクリプション */
#site_discription {
	padding-bottom:8px;
}

#site_discription h2#discription {
	clear:both;
	text-align:left;
	font-size:11px;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
	color:#fff;
	margin-left:72px;
	letter-spacing:0.1em;
	border-bottom:none;
}

/* リードエリア
------------------------------------------------*/
#lead_area {
	background:#beeaca url(../../images/106/bgi-leadarea_001.png) repeat-x bottom;
	width:100%;
	margin:0 auto;
	text-align:center;
}

#lead_areaIn {
	background:url(../../images/106/pic-leadLeaf_001.png) no-repeat 240px 120px;
	width:930px;
	margin:0 auto;
	padding:36px 25px 0;
	position:relative;
}

/*　トピックス 
------------------------------------------------*/
#topics {
	width:400px;
	height:auto;
	float:left;
	margin-top:24px;
}

#topics dl {
	width:400px;
	max-height:180px;
	overflow:auto;
	margin:24px auto 0;

}

#topics dl dt {/* 日付 */
	clear:both;
	color:#e4ff96;
	font-size:11px;
	float:left;
	padding:8px 0;
}

#topics dl dd {/* トピックス本文 */
	color:#fff;
	font-size:14px;
	padding:8px 0;
	float:right;
	width:306px;
	text-align:left;
}

#topics dl dd a {
	color:#fff;
	text-decoration:underline;
}

#topics dl dd a:hover {
	text-decoration:none;
}

/*　トピックス（スライダ用）
------------------------------------------------*/
#topics2 {
	width:650px;
	height:auto;
	margin-bottom: 30px;
}

#topics2 dl {
	width:650px;
	max-height:180px;
	overflow:auto;
	margin:24px auto 0;

}

#topics2 dl dt {/* 日付 */
	clear:both;
	color:#92b631;
	font-size:11px;
	float:left;
	padding:8px 0;
}

#topics2 dl dd {/* トピックス本文 */
	font-size:14px;
	padding:8px 0;
	float:right;
	width:580px;
	text-align:left;
}

#topics2 dl dd a {
	text-decoration:underline;
}

#topics2 dl dd a:hover {
	text-decoration:none;
}

/*　メイン写真
------------------------------------------------*/
#cover {
	text-align:center;
	position:relative;
	/position:inherit;
	float:right;
	background:url(../../images/106/pic-cover_001.png) no-repeat left top;
	width:410px;
	min-height:303px;
	padding-top:24px;
	margin-bottom:12px;
}

#cover img {
	text-align:left;
	width:auto;
	height:auto;
	padding:5px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 16px #666;
	-moz-box-shadow:0 0 16px #666;
	-ms-box-shadow:0 0 16px #666;
	-o-box-shadow:0 0 16px #666;
	box-shadow:0 0 16px #666;
	width:365px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:980px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:409px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:409px !important;
	width:980px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:980px;
	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: #634c1a;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #634c1a;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:184px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/106/btn-slider_001.png) 15px center no-repeat #634c1a;
left:-42px;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/106/btn-slider_002.png) 17px center no-repeat #634c1a;
right:-42px;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	width:100%;
	height:auto;
	background:#69521c url(../../images/106/bgi-gnav_001.png) repeat-x left top;
}
#global_nav a {
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;
	top:42px;
	margin:0 auto;
}
/* Everything else is theming */
#nav {/* サブ */
	display:inline-block;
	height:auto;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:auto;
	white-space:nowrap;
	padding:16px 36px 12px;
	background:url(../../images/106/bgi-gnav_002.png) no-repeat right top;
}
#nav li.nav-top a {
	width:auto;
	display:block;
	
}
#nav li.nav-top a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#nav *:hover { 
	background-color: none; 
}

#nav li.nav-top:last-child {
	background:none;
}

/* メインリストhover時のa */
#nav li.hover a {
}

/* 子メニュー */
#nav li.nav-top ul{
	padding:0 6px 6px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 20px #666;
	-moz-box-shadow:0 0 20px #666;
	-ms-box-shadow:0 0 20px #666;
	-o-box-shadow:0 0 20px #666;
	box-shadow:0 0 20px #666;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	z-index:100;
	border-bottom:#CCC 1px dotted;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:10px;
	text-align:left;
	color:#608102;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	z-index:100;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	height:auto;
	color:##b88008;
	text-decoration:underline;
}

#nav li.nav-top ul li:last-child {
	border-bottom:none;
}


/*============================
サイドバー
=============================*/
/*　sidebar 共通
-----------------------------------------*/
.header_left , #global_nav , #blog, #about, #qrcode {}

.header_left , .qrcodeIn {
	padding:0 15px 0 15px;	
}

/*　サイド共通
-----------------------------------------*/
h2 {
	padding-bottom:6px;
	border-bottom:#CCC 1px solid;
}

/*順番に色変える*/


/*　プロフィール
-----------------------------------------*/
#about {
	margin:0 auto 56px;
}

#about ul {
	list-style-type:none;
	margin-top:24px;
}

#about ul li {
    width:260px;
	height:33px;
	margin-bottom:18px;
	padding-bottom:6px;
	border-bottom:#CCC 1px dotted;
}

#about ul li a {
    display:block;
	width:100%;
	height:0;
	padding-top:59px;
	overflow:hidden;
}

#about ul li a#nav-about {
	background-image:url(../../images/106/pic-profile_001.png);
}

#about ul li a#nav-form {
	background-image:url(../../images/106/pic-access_001.png);
}

#about ul li a#nav-map {
	background-image:url(../../images/106/pic-contact_001.png);
}

#about ul li a {
	background-repeat:no-repeat;
}

#about ul li a:hover {
	opacity:0.75;
}

/*　ブログ
-----------------------------------------*/
#blog {
	margin:12px 0 48px;
	position:relative;
}

h2#blog_ttl {
	float:left:
}

#blog_link{
	float:right;
	text-align:right;
}

#blog dl {
	width:260px;
	overflow:auto;
	margin:0 auto;
}

#blog dl dt {	
	clear:both;
	color:#643d1a;
	font-size:10px;
	float:left;
	width:50px;
	padding:8px 0;
}

#blog dl dd {
	color:#4d4d4d;
	font-size:14px;
	padding:8px 0;
	float:right;
	width:180px;
}

#blog dl dd a {
	color:#4d4d4d;
	text-decoration:none;
}

#blog dl dd a:hover {
	text-decoration:underline;	
}

#blog a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	padding:12px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 10px #666;
	-moz-box-shadow:0 0 10px #666;
	-ms-box-shadow:0 0 10px #666;
	-o-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

#qrcode h2#qr_ttl {
	text-align:center;
}

#qrcodeIn {
	text-align:center;
	margin:12px auto 0;
}

#qrcodeIn img {
	padding:8px 0 0;
}

#qrcode p {
	width:232px;
	color:#563d12;
	font-size:10px;
	text-align:left;
	padding-top:6px;
	margin:0 auto;
}

/*============================
タイトル
=============================*/
/*
#title-box {
	width::752px;
	float:right;
}

h2#title {
	max-width:365px;
	min-height:250px;
	height:auto!important;
	height:250px;
	font-size:28px;
	color:#764f4f;
	line-height:7em;
	padding:36px 54px 0 0;
}

h2#title img {
	border:#FFF 6px solid;
	-moz-box-shadow: 1px 1px 5px #CCC;  
    	-webkit-box-shadow: 1px 1px 5px #CCC;
		-ms-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}
*/

/*============================
フッター
=============================*/

#footer {
	background:#654319 url(../../images/106/bgi-footer_001.png) repeat-x;
	width:100%;
	min-height:100px;
	height:auto!important;
	height:100px;
	position:relative;
}

#footer #footer-inner {
	width:980px;
	position:relative;
	margin:0 auto;
	padding-bottom:18px;
}

#footer-inner #foot-link {
	position:relative;
	overflow:hidden;
}

#footer ul {
	list-style:none;	
	padding:12px 0 5px 0;
	margin-bottom:10px;
	position:relative;
	left:50%;
	float:left;
}

#footer ul li {
	float:left;
	margin-bottom:5px;
	position:relative;
	left:-50%;
	float:left;
	border-right:#FFF 1px solid;
}

#footer ul li a {
	font-size:0.92em;		
	color:#FFF;
	padding:0 22px;
}

#footer ul li:last-child {
	border-right:none;
}

/*　コピーライト */
#copyright {
	width:100%;
	margin:0 auto;
}

address{
	margin:0 auto;
	text-align:center;
	font-size:0.92em;
	font-weight:normal;
	font-style:normal;
	color:#fff;
}

/*============================
ページトップ
=============================*/
#pagetop {
	clear:both;
	width:60px;
	height:60px;
	position:absolute;
	bottom:32px;
	right:42px;
}

#pagetop a:hover { opacity:0.75;}

/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/*============================
記事ボックス
=============================*/
.article_box {
	position:relative;
	width:650px;	
	margin-bottom:42px;
}

.article_title {
	margin-bottom:12px;
	border-bottom:#CCC 1px solid;
}

.article_title h3 {
	background:url(../../images/106/ico-leaf_001.png) 0px 0px no-repeat;
	padding:0 0 6px 30px;
	color:#643d1a;
	font-size:18px;
	font-weight:bold;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
	line-height:1.5em;
}

.article_box #entry-01 {
	line-height:1.8;
	margin-bottom:12px;
	color:#2e2e2e;
}

.article_box #entry-02 {
	line-height:1.6;
}

.article_box #entry-02 span {
	font-size:36px;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}

/* 記事画像なし */
.article_box .entry {
 	line-height:1.8;
	color:#563d12;
}

.inside_images.article_box .entry {
	line-height:1.8;
}

.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:auto;
	padding:8px 12px 0 0;
  	text-align:center;
	margin:0 auto;
}

.article_box .article_figure img {
  	width:200px;
  	max-width:200px;
	margin-bottom:6px;
	/*border:#FFF 3px solid;
	-webkit-box-shadow:3px 3px 6px #707f78;
	-moz-box-shadow:3px 3px 6px #707f78;
	-ms-box-shadow:3px 3px 6px #707f78;
	-o-box-shadow:3px 3px 6px #707f78;
	box-shadow:3px 3px 6px #707f78;*/
}
.article_box .article_figure span {
  	font-size:10px;
  	display:block;
  	text-align:left;
}
.article_box .article_figure a:hover img {
  	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#ccc 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#ccc 1px solid;
	padding:10px;
}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
#lead_area.no-img {}

#lead_area.no-img #cover {
	display:none;
}

#lead_area.no-img #topics {
	position:static!important;	
	float:none!important;
	width:auto!important;
}

.no-img #topics dl {
	height:140px;
}
	
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin-bottom:12px;
}

#inquiry a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*============================
下層ページ共通
=============================*/
#page_title {
	width:100%;
	padding:20px 0 18px;
	background:#c8edd2 url(../../images/106/pic-leadLeaf_001.png) no-repeat right -56px;
}

#page_title h2 {
	width:950px;
	margin:0 auto;
	color:#643d1a;
	text-align:left;
	border-bottom:none;
	padding-left:30px;
	line-height:1.4em;
	background:url(../../images/106/ico-leaf_001.png) no-repeat 0px 0px;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}

/*パン屑リスト*/
#pnkz {
	font-size:0.92em;	
	padding-top:12px;	
	text-align:right;
}

#pnkz a {
	color:#608102;
}

#pnkz p span{
}

/*============================
フリーエリア
=============================*/
#side-area {
	text-align:left;
	margin:12px auto;
	padding-top:36px;
	line-height:1.7;
}

#side-area  img {
	display:block;
	margin:6px 0;
}

#side-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

#foot-area {
	margin-bottom:64px;
	padding-top:36px;
	line-height:1.7;
}

#foot-area  img {
	display:block;
	margin:6px 0;
}

#foot-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	width:660px;
	margin:0 auto;
}

#map iframe {
	width: 660px;
	height: 478px;
	margin-bottom:24px;
}

#form {
	padding-bottom:60px;
}

#form table, #map table, #profile table {
	width:660px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
	width:120px;
	color:#608102;	
	border:1px solid #ccc;
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	padding: 1em 0.7em;
	vertical-align:middle;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:1px solid #ccc;
	padding: 1em 0.7em;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}

/*必須項目
-----------------------------------------*/
.warning {
	color:#2e2e2e;
}

.warning span {
	color:#d00276;
}

.validation_span {
	color:#d00276;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding-bottom:6px;
	margin-bottom:12px;
}

#lead_s h3 {
	background:url(../../images/106/ico-leaf_001.png) 0px 0px no-repeat;
	padding:4px 0 10px 32px;
	color:#643d1a;
	font-size:18px;
	font-weight:bold;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}

#lead_s p {
	line-height:1.6;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

input,textarea {
	color:#333;
	padding:.3em .2em;
}

input:focus,textarea:focus {
	background:#f2fbff;
	border-style:solid;
	border-color:#cecece;
	outline:none;
}/* 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 テーブル基本設定
-----------------------------------------*/
.article_box table {
    border-collapse: collapse;
}
.article_box table th, .article_box table td {
    border: #2e2e2e 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%;
}

