/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,Arial,Verdana,sans-serif;

}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 81.3%;/*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:1.8;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	position:relative;
	background:#fff; /*このテンプレの背景色*/
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:center;
}
#container{
	height:100%;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #710901;
}
#content{
	width:960px;
	height:auto;
	margin:30px auto 0;
}
#sidebar{
	width:230px;
	float:right;
	padding-bottom:50px;
}
#main{
	width:690px;
	float:left;
	padding-bottom:50px;
}
/*============================
	ヘッダー
=============================*/
#header {
	height:auto;
	background:url(../../images/125/bgi-header_001.jpg) left top repeat-x;
}
#header .inner{
	width:960px;
	margin:0 auto;
	position:relative;
	padding:30px 0;
}
/* タイトル */
#site_title {
	width:600px;
}
#site_title h1{
	font-size:1.8em;
	line-height:1.4;
}
#site_title a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#site_title a:hover {
	color:#000000;
}
#site_title img {
	max-width:600px;
	width:auto!important;
	width:600px;
}
#site_title a:hover img {
}
/*　ヘッドメニュー */
#head_nav{
	position:absolute;
	top:5px;
	right:0;
}
#head_nav li{
	list-style-type:none;
	float:right;
	margin-left:14px;
}
#head_nav li a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
}
#head_nav li.access,
#head_nav li.profile{
	padding-top:5px;
}
#head_nav li.access a{
	width:92px;
	padding-top:19px;
	background:url(../../images/125/nav-header_001.jpg) left top no-repeat;
}
#head_nav li.access a:hover{
	background:url(../../images/125/nav-header_001.jpg) left -19px no-repeat;
}
#head_nav li.profile a{
	width:81px;
	padding-top:19px;
	background:url(../../images/125/nav-header_002.jpg) left top no-repeat;
}
#head_nav li.profile a:hover{
	background:url(../../images/125/nav-header_002.jpg) left -19px no-repeat;
}
#head_nav li.form a{
	width:120px;
	padding-top:24px;
	background:url(../../images/125/nav-header_003.jpg) left top no-repeat;
}
#head_nav li.form a:hover{
	padding-top:28px;
	background:url(../../images/125/nav-header_003.jpg) left -24px no-repeat;
}
/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	height:auto;
	background :url(../../images/125/bgi-gnav_001.jpg) left top repeat;	
}
#global_nav a {
	text-decoration:none;
	font-weight:bold;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;}

#nav {
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	line-height:1;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	font-size:1.1em;
	background :url(../../images/125/lin-gnav_001.jpg) left top repeat-y;
	padding-left:2px;	
}
#nav ul { 
	width:210px;
	top:62px;
	left:-1px;
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	white-space:nowrap;
	line-height:1;
	background :url(../../images/125/lin-gnav_001.jpg) right top repeat-y;
	padding-right:2px;	
	/z-index:1;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	background :url(../../images/125/bgi-gnav_001.jpg) left top repeat;	
	display:block;
	padding:24px 20px 24px;
	line-height:1;
	color:#000;
	text-shadow: 0px 2px 0px #dedcdc;
	position:relative;
	/z-index:1;
}
#nav li.nav-top a:hover {
	color:#ae0e02;
	font-weight:bold;
	background :url(../../images/125/bgi-gnav_002.jpg) left top repeat;	
}

/* 子メニュー*/
#nav li.nav-top ul{
	/z-index:1000;
}
#nav li.nav-top ul li {
	white-space:normal;
	padding-top:1px;
	font-size:0.9em;
	position:relative;
	/z-index:1000;
}
#nav li.nav-top ul li a {/* 子メニューのliのa */
	color:#fff;
	font-weight:normal;
	display:block;
	border:solid 1px #fff;
	padding:10px;
	text-align:left;
	line-height:1.5;
    text-shadow: 0px 2px 0px #333;
	background :url(../../images/125/bgi-gnav_003.jpg ) left top repeat;
	opacity:0.9;
	margin:0 1px 0 0;
	position:relative;
	/z-index:1000!important;
}

#nav li.nav-top ul li a:hover {/* 子メニューのa:hover */
	color:#fff;
	font-weight:normal;
    text-shadow:none;
	margin:0 0 0 1px;
	background :url(../../images/125/bgi-gnav_003.jpg ) left top repeat;
}

/*============================
	フッター
=============================*/
#footer {
	clear:both;
	background:#ae0e02;
	background:#930515;
}
#footer .inner{
	width:960px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}
/*about*/
#footer #about h2{
	color:#fff;
	font-size:1.2em;
	margin-bottom:5px;
	font-weight:600;
	max-width:600px;
	width:auto!important;
	width:600px;
	line-height:1.5;
}
#footer #about ul{
	list-style:none;
	padding:0 0 10px;
}
#footer #about li{
	float:left;
	margin-right:15px;
}	
#footer #about li a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	padding-top:13px;
}
#footer #about li.access a{
	width:92px;
	background:url(../../images/125/nav-footer_001.png) left top no-repeat;
}
#footer #about li.profile a{
	width:81px;
	background:url(../../images/125/nav-footer_002.png) left top no-repeat;
}
#footer #about li.form a{
	width:85px;
	background:url(../../images/125/nav-footer_003.png) left top no-repeat;
}
#footer #about li a:hover{
	opacity:0.8;
}
/*　コピーライト */
address{
	position:absolute;
	right:0;
	top:36px;
	max-width:300px;
	width:auto!important;
	width:300px;
	text-align:right;
	font-style:normal;
	color:#fff;
	line-height:1.5;
}
address img{
	padding:0 0 1px 5px ;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:960px;
	margin:0 auto;
	clear:both;
	height:26px;
	position:relative;
}
#pagetop a{
  	display:block;
	width:120px;
	height:0;
	overflow:hidden;
	text-indent:-9999em;
	padding-top:24px;
	background:url(../../images/125/btn-pagetop_001.jpg) left top no-repeat;
	position:absolute;
	right:-4px;
	bottom:0;
}
#pagetop a:hover{
	padding-top:28px;
	background-position: 0 -24px;
}
/*============================
	リードエリア
=============================*/
#lead_areaWrap{
	background:url(../../images/125/bgi-lead_001.jpg) left top repeat;
	-webkit-box-shadow: inset 0px 4px 14px 0px rgba(0, 0, 0, .15),0px 2px 4px 0px rgba(0, 0, 0, .15);
    box-shadow: inset 0px 4px 14px 0px rgba(0, 0, 0, .15),0px 2px 4px 0px rgba(0, 0, 0, .15);
	border-bottom:1px solid #f6f5ee;
}
#lead_area{
	background:url(../../images/125/bgi-lead_002.png) center -160px no-repeat;
}
#lead_area .inner{
	width:960px;
	margin:0 auto;
	min-height:90px;
	height:auto!important;
	height:90px;
}
/*　ディスクリプション
------------------------------------------------*/
#site_description {
	line-height:1.8;
	width:550px;
	padding:40px 2px;
	font-size:1.3em;
	color:#fff;
    text-shadow: 0px 2px 0px #450000;
	float:left;
}

#site_description2 {
	margin-top: 10px;
	margin-bottom: -10px;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	width:365px;
	margin:30px 0;
	height:auto;
	float:right;
	border:solid 1px #f6f5ee;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, .15),0 0px 0px 6px 0px rgba(0, 0, 0, .15);
    box-shadow: inset  0px 0px 6px 0px rgba(0, 0, 0, .15), 0px 0px 6px 0px rgba(0, 0, 0, .15);
}
#cover img{
	max-width:365px;
	width:auto!important;
	width:365px;
	height:auto;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none!important;
}
.no-img #site_description{
	width:960px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:30px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	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: #999;
	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: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	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/125/btn-slider_001.png) 15px center no-repeat #fff;
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/125/btn-slider_002.png) 15px center no-repeat #fff;
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:688px;
	height:auto;
	border:1px solid #e1e1df;
	border-radius:5px;
	margin-bottom:20px;
}
#topics h2{
	height:45px;
	background:url(../../images/125/bgi-article_001.jpg) left top repeat-x;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:solid 1px #fff;
}
#topics h2 span{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	padding-top:18px;
	background:url(../../images/125/ttl-topics_001.png) left top no-repeat;
	margin:14px 0 0 15px;
}
#topics dl{
	display:block;
	max-height:190px;
	height:auto!important;
	height:190px;
	overflow:auto;
	padding:15px;
	line-height:1.8;
}
#topics dl dt{/* 日付 */
	width:100px;
	padding:1px 10px 12px 0;
	clear:both;
	display:inline-block;
	float:left;
	color:#fff;
	font-size:12px;
	background:url(../../images/125/bgi-date_001.jpg) left top no-repeat;
	text-align:center;
}
#topics dl dd{/* トピックス本文 */
	display:block;
	width:530px;
	padding:0 0 12px 120px;
	border-bottom:dashed 1px #dfdfdf;
	margin-bottom:10px;
	/width:520px;
	/padding-left:10px!important;
}

/*　記事ボックス 
------------------------------------------------*/
.article_box{
	margin-bottom:20px;
	border:1px solid #e1e1df;
	border-radius:5px;
}
.article_box .article_title{
	background:#e3e2e2 url(../../images/125/bgi-article_001.jpg) left top repeat-x;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:solid 1px #fff;
}
.article_box .article_title h2{
	margin-top:-2px;
	font-size:1.3em;
	color:#000;
	font-weight:bold;
	line-height:1.5;
	padding:13px 20px 10px 32px;
	background:url(../../images/125/ico-article_001.jpg) 12px top no-repeat;
}
.article_box .entry{
	width:450px;
	padding:15px 0 15px 15px;
	float:left;
	line-height:1.8;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:1.8;
}
/* 記事画像あり */
.article_box .article_figure{
	width:200px;
	float:right;
	padding:15px 15px 15px 0;
}
.article_box .article_figure div{
	width:200px;
	margin-bottom:10px;
}
.article_box .article_figure img{
	width:200px;
}
.article_box .article_figure span{
	font-size:11px;
	display:block;
	line-height:1.5;
	color:#666;
	padding:2px 2px 0;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */
.article_box.no-img .entry{
	width:650px;
	padding:15px 15px 15px 15px;
	float:none!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#dfdfdf 1px solid;
    /*20190325 ADD*/
    table-layout: fixed;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#dfdfdf 1px solid;
	padding:10px;
    /*20190305 ADD*/
    word-wrap: break-word;
}

/*20190305 ADD*/
.article_box .entry table th {
    width: 20%;
}


/*============================
	サイドバー
=============================*/
/*blog*/
#sidebar #blog{
	border:solid 7px #f1f1f1;
	margin-bottom:20px;	
	position:relative;
	padding-bottom:30px;
}
#sidebar #blog h2{
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	background :url(../../images/125/ttl-blog_001.jpg ) 15px 15px no-repeat;
	padding:29px 15px 0 15px;
	margin-bottom:10px;
}
#sidebar #blog dl{
	padding:0 15px;
}
#sidebar #blog dt{
	font-size:12px;
	color:#ae0e02;
}
#sidebar #blog dd{
	font-size:12px;
	padding-bottom:10px;
	border-bottom:dashed 1px #dfdfdf;
	margin-bottom:8px;
	line-height:1.8;
}
#sidebar #blog #blog_link{
	width:84px;
	position:absolute;
	right:13px;
	bottom:13px;
}
#sidebar #blog #blog_link a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	background :url(../../images/125/btn-more_001.jpg ) 0 0 no-repeat;
	padding-top:14px;
}
#sidebar #blog #blog_link a:hover{
	opacity:0.8;
}
/*QR Code*/
#sidebar #qrcode{
	background:#f1f1f1;
	padding:15px;
	text-align:center;
	margin-bottom:20px;
}
#sidebar #qrcode p{
	padding-top:16px;
	text-align:left;
	font-size:12px;
	line-height:1.5;
}

/*inquiry*/
#inquiry {
	margin-bottom:20px;
	height:70px;
}
#inquiry a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	width:230px;
	padding-top:70px;
	background :url(../../images/125/btn-inquiry_001.jpg ) 0 0 no-repeat;
}
#inquiry a:hover{
	background-position: 0 -70px;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	padding:36px 2px 40px;
}
#page_title h2{
	font-size:2em;
	color:#fff;
    text-shadow: 0px 3px 0px #450000;
	font-weight:normal;
}
/*パン屑リスト*/
#pnkz {
	width:960px;
	margin:0 auto;
	text-align:right;
	color:#666;
}
#pnkz p{
	font-size:11px;
	padding:8px 2px 0px;
}

#pnkz p a{
	color:#666;
	display:inline-block;
	padding-right:11px;
	background:url(../../images/125/ico-pnkz_001.jpg) right center no-repeat;
}
#pnkz p span{
	margin-left:6px;
}


/*============================
	フリーエリア
=============================*/
#side-area{
		line-height:1.8;
}
#foot-area{
		line-height:1.8;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	font-size: 1em;
}
/*お問い合わせ
-----------------------------------------*/
#form {
	width: 690px;
	margin:0 0 40px 0;
}
#form #lead_s {
	line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:0 2px 10px;
	color:#4d4d4d;
}
#form table{
  border-collapse: collapse;
  width: 100%;
  border:none;
}
#form table th,
#form table td{
	padding:15px 5px;
	text-align:left;
	border-top:solid 1px #ddd;
	vertical-align: middle;
}
#form table th{
	width: 180px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px
}
.warning {
  text-align: right;
	padding:10px 0;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 1.2em;
  padding: 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
#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: #fefff4;
}
#contact_submit th,
#contact_submit td {
  text-align: center;
}
#form #contact_submit td{
	text-align:center;
}
#form input[type=submit]{
	border:solid 1px #fff;
	box-shadow:0px 0px 0px 1px #ddd;
	background:#9c1617;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:10px 20px;
	color:#fff;
  	text-shadow:0 0 1px #7d0002;
}
#form input[type=reset] {
	border:solid 1px #fff;
	box-shadow:0px 0px 0px 1px #ddd;
	background:#bbb;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:12px;
	padding:10px 20px;
	margin:0 0 0 5px;
	color:#fff;
  	text-shadow:0 0 1px #666;
}
#form input[type=submit]:hover{
	background:#c20104;
}

#form input[type=reset]:hover {
	opacity:0.8;
}
#form .requirement{
	width:430px;
	min-height:160px;
	height:auto!important;
	height:160px;
}

/*地図
-----------------------------------------*/
#map {
	width: 690px;
	margin-bottom:40px;
}
#frame {
	margin-bottom: 0px;
	line-height:0;
}
#frame iframe{
	border:none;
	margin-bottom:30px;
	width: 100%;
	height: 400px;
}
#map table{
	border-collapse: collapse;
	width: 100%;
	border:none;
	border-top:solid 1px #dfdfdf;
    /*20190325 ADD*/
    table-layout: fixed;
}
#map table th,
#map table td{
	padding:15px 5px;
	text-align:left;
	border-bottom:solid 1px #dfdfdf;
}
#map table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
    /*20190325 ADD*/
    width: 30%;
}
/*プロフィール
-----------------------------------------*/
#profile{
	width: 690px;
	margin:0 0 60px 0;
}
#profile #lead_s {
	line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:0 2px 20px;
	color:#4d4d4d;
}
#profile table {
	border-collapse: collapse;
	width: 100%;
	border:none;
	margin-bottom:5px;
	border-top:solid 1px #dfdfdf;
    /*20190325 ADD*/
    table-layout: fixed;
}
#profile table tr{
}
#profile table th,
#profile table td{
	padding:20px 5px;
	text-align:left;
	border-bottom:solid 1px #dfdfdf;
	vertical-align: middle;
}
#profile table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
    /*20190325 ADD*/
    width: 30%;
}


/*エラーメッセージエリア
-----------------------------------------*/
.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;
}/* 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%;
}

