@charset "UTF-8";

/*============================
　CSSリセット
=============================*/
* {
  margin: 0;
  padding: 0;
  font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, 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: 87%;
  /*font-sizeリセット*/

}
/* -----------------------------------------
		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 {
  color: #555;
  }
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:link {
	  color: #555;
}


/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	-webkit-font-smoothing: antialiased;
	text-align:center;
}
#container{
	margin:0 auto;
	background: url(../../images/139/bgi_head.png) left top repeat-x;
}
#content {
	text-align:left;
	background: url(../../images/139/bgi_content_1.png) left top repeat-x;
}
#cont_content {
	text-align:left;
	background: url(../../images/139/bgi_cont_content_1.png) left top repeat-x;
}
#main {
  width: 960px;
  margin:0 auto;
}
#mainIn {
/*  margin-top:60px;*/
  width: 680px;
  float: left;
}
#sidebar {
/*	margin-top:60px;*/
	width: 240px;
	float: right;
}

/*============================
	ヘッダー
=============================*/
#header {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 37px 0;
	position: relative;
	text-align: left;
}

/* タイトル */
#site_title {
	width:680px;
	color: #000;
	font-size: 26px;
	line-height: 32px;
}
#site_title a {
	text-decoration: none;
}
#site_title a:hover{
	text-decoration: none;
}
#header .header_contact{
	position: absolute;
	top: 6px;
	right: 0;
}



/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background :url(../../images/139/bgi_gnavi_1.png) left top repeat-x;
}
#global_nav a {
	text-decoration:none;
	font-size: 18px;
	letter-spacing:0.05em;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
  
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	list-style: none;
	display:inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	/display: block;
	/float: left;
}
#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;}
#nav {
	min-width:959px;
	width:auto!important;
	width:959px;
	padding:0;
	line-height:1;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	padding-left:2px;
	background :url(../../images/139/lin_gnavi_1.png) right top no-repeat;
}
#nav ul { 
	width:180px;
	top:60px;
	left:50%;
	margin-left:-95px;
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	white-space:nowrap;
	/z-index:1;
	font-size:18px;
	padding:15px 25px;
	background :url(../../images/139/lin_gnavi_1.png) left top no-repeat;
}
#nav li.nav-top a { /*メインのa*/ 
	padding:7px 7px 7px 20px;
	color:#000;
	display:block;
	/z-index:1;
	background :url(../../images/139/bgi_gnavi_2.png) no-repeat;
	background-position:3px 10px;
}
#nav li.nav-top a:hover { /*メインのa*/ 
	position:relative;
	/z-index:1;
	padding:7px 7px 7px 20px;
	color:#fff;
	display:block;
	border-radius: 5px;
	background:url(../../images/139/bgi_gnavi_3.png) no-repeat;
	background-position:3px 10px;
	background-color:#000;
}

/* 子メニュー*/
#nav li.nav-top ul{
	/z-index:1000;
	background:#fff;
	padding:15px!important;
	border-radius:5px;
	-moz-box-shadow: 0px -1px 6px #c8c8c8;
	-webkit-box-shadow: 0px -1px 6px #c8c8c8;
	box-shadow: 0px -1px 6px #c8c8c8;
}
#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:11px;
	/z-index:1000;
}
#nav li.nav-top ul li a {/* 子メニューのliのa */
	font-weight:normal;
	display:block;
	height:auto;
	padding:7px!important;
	text-align:left;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	font-size:11px;
  	background-image :none;/*url(../../images/133/ico_arrow_001.gif) 6px 7px no-repeat;*/
}
#nav li.nav-top ul li a:hover { /*子メニューのa:hover */
	background-image :none;
}


/*============================
	リードエリア
=============================*/
#lead_area {
	width:960px;
	min-height: 350px;
	height:auto;
	margin:0 auto 60px;
	display: table;
}
#site_description {
	display: table-cell;
	vertical-align: middle;
}
#site_description h2{
	color: #000;
	font-weight: bold;
	line-height: 200%;
 	font-size: 18px;
	text-align: left;
	padding:60px 20px;
}

#site_description2 {
}
#site_description2 h2{
	color: #000;
	font-weight: bold;
	line-height: 180%;
 	font-size: 18px;
	text-align: left;
	padding:20px 0px;
}

/*　メイン写真	*/
#cover {
	display: table-cell;
	vertical-align: middle;
	padding:60px 0 20px 0;
}
#cover img{
	max-width: 365px;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
	border-radius: 5px;
	border:solid 1px #DDD;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin: 0px 0 -50px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:400px !important;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px #8e8e8e;
    -webkit-box-shadow: 3px 3px 3px #8e8e8e;
    box-shadow: 3px 3px 3px #8e8e8e;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius: 5px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	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: #fc0d1b;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fc0d1b;
	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/139/btn-slider_001.png) 15px center no-repeat #fc0d1b;
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/139/btn-slider_002.png) 15px center no-repeat #fc0d1b;
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;
}

/*============================
	メイン
=============================*/

/*　トピックス 
------------------------------------------------*/
#topics {
	width:680px;
	margin-bottom:60px;
	background:#fff;
	border:solid 2px #ff0000;
	border-radius: 5px; /* CSS3草案 */ 
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px; /* Firefox用 */ 
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}

#topics-title {
	min-height:40px;
	background-color:#ff0000;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
}
#topics h2 {
	color:#fff;
	font-size:16px;
	line-height:200%;
	font-weight: bold;
	padding:5px 30px 5px 45px;
	background :url(../../images/139/bgi_topics_ttl_001.png) no-repeat;
	background-position:30px 6px;
}
#topics dl {
	width:620px;
	max-height:152px;
    height: auto;
	padding:5px 30px;
	overflow-x : hidden;
	overflow-y : auto;	 
}
#topics dl dt {  /*日付*/ 
	padding: 9px 0 0 0;
	font-size:0.91em;
	font-weight:normal;
	color: #ff0000;
	float:left;
}
#topics dl dd { /* トピックス本文*/ 
	font-size:1em;
	line-height:1.75em;
	padding:9px 18px 9px 125px;
    border-bottom:1px solid #f1f0ec;  
}

/*　記事ボックス 
------------------------------------------------*/
.article_box {
	width:680px;
	margin-bottom:60px;
	background:#FFF;
	border:solid 2px #ff0000;
	border-radius: 5px; /* CSS3草案 */ 
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px; /* Firefox用 */ 
		-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}
.article_box .article_title {
	min-height:40px;
	background-color:#ff0000;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
}
.article_box .article_title h2 {
	color:#fff;
	font-size:16px;
	line-height:200%;
	font-weight: bold;
	padding:5px 30px 5px 45px;
	background :url(../../images/139/bgi_topics_ttl_001.png) no-repeat;
	background-position:30px 6px;
}
/* 記事画像あり */
.article_box .entry {
	line-height: 200%;
	font-size: 1em;
	width:395px;
	float:left;
	padding:30px 25px 30px 30px;
}
.article_box .entry p{
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
}
.article_box .entry img{
	max-width:395px;
	width:auto!important;
}
.article_box .article_figure {
	float: right;
	width: 200px;
	padding:30px 30px 30px 0;
}
.article_box .article_figure div{
	width: 200px;
	padding:5px 0;
}
.article_box .article_figure img {
	width: 200px;
	border:solid 1px #DDD;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
	border-radius: 5px;
}
.article_box .article_figure span {
	display:block;
	font-size: 0.91em;
	text-align:left;
	padding:5px 0 11px 0;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/* 記事画像なし */
.article_box.no-img .entry {
	text-align:left;
	width:620px;
	padding:30px;
}
article_box.no-img .entry img{
	max-width:620px;
	width:auto!important;
	width:620px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#dadada 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#dadada 1px solid;
	padding:10px;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin-bottom:60px;
}
#inquiry a {
	display:block;
	margin:0 auto;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background-color:#ff0000;
	text-decoration:none;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
	width:200px;
	padding:11px 0;
}
#inquiry a:hover {
	background-color:#000;
}

/*============================
	サイドバー
=============================*/

/*　ブログ
-----------------------------------------*/
#blog {
	background:#aeaeae;
	margin-bottom:60px;
	border-radius:5px ;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}
#blog h2 {
	text-align:center;
	font-size:16px;
	color:#ff0000;
	padding:13px 0;
}
#blog dl {
	margin:0 auto;
	background:#fff;
	list-style: none;
	width:190px;
	text-align:left;
	padding:0 0 30px 0;
	border-radius:5px ;
}
#blog dl dt {  /* 日付 */
	color:#ff0000;
	font-size: 0.91em;
	padding:20px 10px 5px 10px;
	font-weight:normal;
}
#blog dl dd {
	font-size:0.91em;
	padding:0px 10px 5px 10px;
	line-height:130%;
}
#blog dl dd:last-child {
	background:none;
	padding-bottom:0;	
}
#blog dl dd a {
	  color: #555;
  text-decoration: underline;
}
#blog dl dd a:hover{
	  text-decoration: none;
}
#blog_link {
	text-align:center;
	padding:13px 0;
}
#blog_link a {
	display:block;
	margin:0 auto;
	background:#ff0000;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:0;
	font-weight:bold;
	overflow:hidden;
	width:150px;
	padding:12px 0;
	border-radius:5px ;
}
#blog_link a:hover {
	background:#000;
}

/*　プロフィール
-----------------------------------------*/
#about {
	background:#aeaeae;
	margin-bottom:60px;
	border-radius:5px ;
	padding-bottom:24px;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}
#about h2 {
	text-align:center;
	font-size:16px;
	color:#ff0000;
	padding:13px 0;
}
#about ul {
	margin:0 auto;
	background:#fff;
	list-style: none;
	width:190px;
	text-align:left;
	border-radius:5px ;
	padding:26px 0;
}
#about ul li {
		padding:0 0 0 10px;
}
#about ul li a {
  	display: block;
  	text-decoration:none;
	padding:0 0 0 15px;
	 color: #555;
  	background:url(../../images/139/bgi_about_1.png) left center no-repeat;
	font-size:0.91em;
	line-height:200%;
}
#about ul li a:hover {
  	color:#ff0000;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	background:#aeaeae;
	margin-bottom:60px;
	border-radius:5px ;
	padding-bottom:24px;
	-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}
#qrcode h2 {
	text-align:center;
	font-size:16px;
	color:#ff0000;
	padding:13px 0;
}
#qrcodeIn {
	margin:0 auto;
	background:#fff;
	list-style: none;
	width:190px;
	border-radius:5px ;
	padding:13px 0 26px 0;
}
#qrcode p {
	font-size: 10px;
	line-height:140%;
	text-align:left;
	padding:0px 25px;
}
#qrcode img {
	display:block;
	margin:0 auto;
	width: 100px;
}


/*============================
	ページトップ
=============================*/
#pagetop img {
	float:right;
	margin-top:-100px;
	margin-right:50px;
}
#pagetop img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	text-align:center;
    background:#aaa9a9;
}
#footer img{
	padding:0 10px 0 0;
}
/*　コピーライト */
address {
	display:block;
	width: 960px;
	margin:0 auto;
	color:#000;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:10px;
	padding:20px 0 40px 0;
}

/*============================
	フリーエリア
=============================*/
#side-area {
	width:240px;
	line-height:150%;
	margin-bottom:50px;
}
#side-area img{
	max-width: 100%;
}
#foot-area {
	width: 680px;
	margin-bottom:50px;
	line-height:150%;
}
#foot-area img{
	max-width: 100%;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:60px 0 40px;
}
#page_title h2 {
	font-size: 24px;
	color:#fff;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:0.04em;
}
/*パン屑リスト*/
#pnkz {
	padding:80px 0 0 0;
}
#pnkz ul {
  list-style: none;
}
#pnkz ul li {
	text-align:left;
	line-height:1;
	font-size: 1em;
	color:#555;
	float:left;
	*/font-weight:normal;
}
#pnkz .cont {
	background:url(../../images/139/bgi_about_1.png) no-repeat;
	background-position:12px 4px;
	padding:0 0 0 30px;
}
#pnkz ul li a {
	font-weight:normal;
	text-decoration:none;

}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	width:680px;
	margin-bottom:60px;
	background-color:#fff;
	border:solid 2px #ff0000;
	border-radius: 5px; /* CSS3草案 */ 
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px; /* Firefox用 */ 
		-moz-box-shadow: 3px 3px 3px #8e8e8e;
	-webkit-box-shadow: 3px 3px 3px #8e8e8e;
	box-shadow: 3px 3px 3px #8e8e8e;	
}
#map table,
#profile table,
#form table {
   margin:0 auto;
    margin-bottom: 40px;
  width:600px;
  border-collapse: collapse;
  border:none;
}
table th,
table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}

/*お問い合わせ
-----------------------------------------*/
#form {
}
#form #lead_s {
	
	line-height: 150%;
	padding:20px 40px;
}
.warning {
  font-size:0.9em;
  padding:20px 0 0;
}
#form table{
}
#form table th,
#form table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}
#form table th{
	width: 170px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 0.9em;
  padding: 5px;
}
#form input[type=text],
#form textarea {
  border: solid 1px #ccc;
  padding:6px 3px;
  border-radius: 2px;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background: #fdfcfa;
}
#contact_submit th,
#contact_submit td {
  text-align: center!important;
  border:none!important;
  padding:20px 0 20px 0!important;
}
#form input[type=submit]{
	cursor:pointer;
	font-size:14px;
	padding:3px 20px 2px;
	font-weight:bold;	
	border-radius:5px;
	background:#ff0000;
	color:#fff;
}
#form input[type=reset] {
	cursor:pointer;
	font-size:14px;
	padding:3px 20px 2px;
	font-weight:bold;	
	border-radius:5px;
	background:#9D9D9D;
	color:#fff;
}
#form input[type=submit]:hover{
	cursor:pointer;
	font-size:14px;
	padding:3px 20px 2px;
	font-weight:bold;	
	border-radius:5px;
	background:#000;
	color:#fff;
}
#form input[type=reset]:hover {
	cursor:pointer;
	font-size:14px;
	padding:3px 20px 2px;
	font-weight:bold;	
	border-radius:5px;
	background:#000;
	color:#fff;
}
/*リード文
-----------------------------------------*/
/*地図
-----------------------------------------*/
#map {
}
#frame {
	line-height:0;
	text-align:center;
}
#frame iframe{
	width: 600px;
	height: 470px;
	padding:40px 0;
}
#map table{
	margin-bottom:40px;
}
#map table th,
#map table td{
}
#map table th{
	width:170px;
}

/*プロフィール
-----------------------------------------*/
#profile{
}
#profile #lead_s {
	line-height: 150%;
	padding:40px;
}
#profile table {
	margin-bottom:40px;
}
#profile table tr{
}
#profile table th,
#profile table td{
}
#profile table th{
	width:200px;
}

/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #ff8196;
}
.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}
.hidden {
  display: none;
}

/* 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%;
}

