/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,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:url(../../images/105/bgi_header_001.jpg);
	color:#563d12; /*このテンプレの基本色*/
	text-align:left;
	position:relative;
}

#container {
}

#wrapper {
}

#content-top {
	background:url(../../images/105/bgi_cont_001.jpg);
	width:100%;
	position:relative;
}

#content-bgi {
	background:url(../../images/105/bgi_cont_001.jpg);
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#top #content {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#content {
	background:url(../../images/105/bgi_sidebar_001.png) 710px top repeat-y;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#main {
	clear:both;
	width:660px;
	float:left;
	margin-top:36px;
}

#sidebar {
	width:250px;
	float:right;
	margin-top:36px;
	padding:0 10px 80px;
}

#mainIn {
	clear:both;
	height:100%;
}

/*============================
ヘッダー
=============================*/
#header {
	background:url(../../images/105/bgi_race_001.png) repeat-x;
	width: 100%;
	position:relative;
}

#headerIn {
	background:url(../../images/105/bgi_header_bottom.png) repeat-x bottom;
	width: 100%;
	min-height:120px;
	margin:0 auto;
}

#header-inner {
	margin:0 auto;
	width:980px;
	position:relative;
}

/*　ディスクリプション */
#site_discription {
	float:left;
	width:700px;
	padding:18px 0 16px;
}

#site_discription h2#discription {
	text-align:left;
	padding-top:18px;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.1em;
}

/*　サイトタイトル */
#site_title {
	width:700px;
	text-align:left;
	padding:42px 0 12px;
}

#site_title h1 {
	font-size:24px;
	line-height:130%;
}

#site_title h1.png a {
	color:#eeee6d;
}

#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:200px;
}

#head_nav ul {
	list-style:none;
}

#head_nav ul li {
	width:193px;
	height:104px;
}

#head_nav ul li a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	width:100%;
	height:auto;
	background:url(../../images/105/bgi_break_001.png) repeat-x bottom;
}
#global_nav a {
	color:#8d4747;
	text-decoration:none;
	font-size:16px;
	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;}
/* Essentials- configure this */
#nav ul { 
	width:180px;
	top:56px;
	left:-16px;
}
/* Everything else is theming */
#nav {/* サブ */
	display:inline-block;
	height:auto;
	margin:0 auto 4px;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	min-height:50px;
	height:auto;
	white-space:nowrap;
	padding:24px 0 0;
	margin:0 16px 0;
	background:url(../../images/105/bgi_nav_001.png) repeat-x 0px center;
}
#nav li.nav-top a {
	padding:0 24px;
	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; 
}
/* メインリストhover時のa */
#nav li.hover a {
}
/* 子メニュー */
#nav li.nav-top ul{
	background:url(../../images/105/bgi_th_001.jpg);
	-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;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:6px 10px 6px 30px;
	text-align:left;
	color:#b88008;
	font-weight:normal;
	line-height:150%;
	z-index:100;
	background:url(../../images/105/ico_navChild_001.png) 10px center no-repeat;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	height:auto;
	color:##b88008;
	text-decoration:underline;
}

/* リードエリア
------------------------------------------------*/
#lead_area {
	background:url(../../images/105/bgi_body_001.jpg);
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#lead_areaTop {
	background:url(../../images/105/bgi_break_002.png) repeat-x left top;
}

#lead_areaBottom {
	background:url(../../images/105/bgi_break_001.png) repeat-x left bottom;
	padding:50px 0;
}

#lead_areaIn {
	background:url(../../images/105/bgi_leadarea_002.png) repeat-y;
	width:930px;
	margin:0 auto;
	padding:48px 25px 32px;
	position:relative;
}

#lead_areaIn2 {
	background: 0px center repeat;
	width:930px;
}

span#read-areaTop {
	display:block;
	width:980px;
	height:56px;
	position:absolute;
	top:-30px;
	left:0;
	background:url(../../images/105/bgi_leadarea_001.png) no-repeat 0px center;
	/background:none;
}

span#read-areaBottom {
	display:block;
	width:980px;
	height:56px;
	position:absolute;
	bottom:-30px;
	left:0;
	background:url(../../images/105/bgi_leadarea_003.png) no-repeat 0px center;
	/background:none;
}

/*　メイン写真
------------------------------------------------*/
#cover {
	text-align:center;
	position:relative;
	/position:inherit;
	float:left;
	background-color:#FFF;
	margin:0 0 36px 48px;
	-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;
}

#cover img {
	width:365px;
	height:auto;
	padding:5px;
	background-color:#FFF;
}

#coverMask1 {
	display:block;
	width:230px;
	height:200px;
	position:absolute;
	top:-42px;
	left:-42px;
	background:url(../../images/105/pic_cover_001.png) no-repeat left top;
	/background :none;
}
#coverMask2 {
	display:block;
	width:270px;
	height:245px;
	position:absolute;
	top:136px;
	right:32px;
	background:url(../../images/105/pic_topics_001.png) no-repeat left top;
	/background :none;
}
.slide #coverMask1 {
	top:-8px;
	left:28px;
}
.slide #coverMask2 {
	top: 220px;
	right: 17px;
}
/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:850px;
	padding:0 40px;
}
.bx-wrapper {
	margin-bottom:40px !important;
	height:354px !important;
	border:solid 4px #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;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:354px !important;
	width:850px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	box-sizing:border-box;

}
#mainSlide li img {
	position:absolute;
	left:0;
	width:850px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BF9F38;
	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: #D48280;
	opacity:1;
}
/* ページャーの位置を調整したい場合*/
.bx-wrapper .bx-pager {
    bottom: -36px!important;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:156px;
	cursor:pointer;
	border-radius:20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/105/btn-slider_001.png) 15px center no-repeat #D48280;
	left:-18px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#f29ca1;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/105/btn-slider_002.png) 17px center no-repeat #D48280;
	right:-14px;
}
.bx-wrapper .bx-next:hover {
	background-color:#f29ca1;
	opacity:1;
}

/*　トピックス 
------------------------------------------------*/
#topics {
	background:url(../../images/105/bgi_topics_001.png) no-repeat 0px center;
	width:440px;
	height:auto;
	float:right;
	margin:0 48px 32px 0;
	padding:8px 0 42px;
}
.slide #topics {
	background:url(../../images/105/bgi_topics_002.png) no-repeat 0px center;
	width:850px;
	margin:0 40px 32px;
	float:none;
}
#topics dl {
	width:308px;
	height:140px;
	overflow:auto;
	margin:80px auto 0;
    z-index: 1; /* 20150212 追加*/
	position: relative;/* 20150212 追加*/
}
.slide #topics dl {
	width:718px;
}
#topics dl dt {/* 日付 */
	clear:both;
	color:#9a3020;
	font-size:10px;
	float:left;
	width:50px;
	padding:2px 0;
}

#topics dl dd {/* トピックス本文 */
	color:#563d12;
	font-size:12px;
	padding:2px 0;
	float:right;
	width:230px;
	text-align:left;
}
.slide #topics dl dd {/* トピックス本文 */
	width:640px;
}
#topics dl dd a {
	color:#b88008;
	text-decoration:none;
}

#topics dl dd a:hover {
	text-decoration:underline;
}


/*============================
サイドバー
=============================*/
/*　sidebar 共通
-----------------------------------------*/
.header_left , #global_nav , #blog, #about, #qrcode {}

.header_left , .qrcodeIn {
	padding:0 15px 0 15px;	
}

/*　サイド共通
-----------------------------------------*/
/*順番に色変える*/


/*　プロフィール
-----------------------------------------*/
#about {
	margin:12px auto 32px;
}

#about ul {
	list-style-type:none;
	padding-left:26px;
}

#about ul li {
    width:197px;
	height:59px;
}

#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/105/btn_profile_001.png);
}

#about ul li a#nav-form {
	background-image:url(../../images/105/btn_contact_001.png);
}

#about ul li a#nav-map {
	background-image:url(../../images/105/btn_access_001.png);
}

#about ul li a {
	background-repeat:no-repeat;
}

#about ul li a:hover {
	opacity:0.75;
}

/*　ブログ
-----------------------------------------*/
#blog {
	margin:36px 0 64px;
	background:url(../../images/105/bgi_blog_center.jpg) repeat-y;
	position:relative;
}

#blog dl {
	width:218px;
	overflow:auto;
	margin:36px auto 0;
}

#blog dl dt {	
	clear:both;
	color:#9a3020;
	font-size:10px;
	float:left;
	width:50px;
	padding:4px 0;
}

#blog dl dd {
	color:#563d12;
	font-size:11px;
	padding:4px 0;
	float:right;
	width:140px;
}

#blog dl dd a {
	color:#563d12;
	text-decoration:none;
}

#blog dl dd a:hover {
	text-decoration:underline;	
}

#blog #blog_link{
	text-align:right;
	padding:12px 24px 0 6px;
}

#blog a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}

span#blogTop {
	display:block;
	width:250px;
	height:30px;
	position:absolute;
	top:-30px;
	left:0;
	background:url(../../images/105/bgi_blog_top.jpg) no-repeat 0px center;
	/background:none;
}

span#blogBottom {
	display:block;
	width:250px;
	height:30px;
	position:absolute;
	bottom:-30px;
	left:0;
	background:url(../../images/105/bgi_blog_bottom.jpg) no-repeat 0px center;
	/background:none;
}

/*　QRコード
-----------------------------------------*/
#qrcode {}

#qrcodeIn {
	text-align:center;
	margin:12px auto 0;
	width:250px;
	height:187px;
	background:url(../../images/105/pic_qrcode_001.png) no-repeat 0px center;
}

#qrcodeIn img {
	padding:42px 0 0;
}

#qrcode p {
	color:#563d12;
	font-size:10px;
	text-align:left;
	padding-top:6px;
}

/*============================
タイトル
=============================*/
/*
#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:url(../../images/105/bgi_footer_001.jpg) repeat-x;
	width:100%;
	min-height:80px;
	height:auto!important;
	height:80px;
	position:relative;
}

#footer #footer-inner {
	width:980px;
	min-height:80px;
	height:auto!important;
	height:80px;
	position:relative;
	margin:0 auto;
}

/*　コピーライト */
#copyright {
	background:url(../../images/105/bgi_copyline_001.png) repeat-x left bottom;
	width:100%;
	height:31px;
	margin:0 auto;
}

address{
	width:980px;
	padding-top:10px;
	margin:0 auto;
	text-align:center;
	font-size:0.92em;
	font-weight:normal;
	font-style:normal;
	color:#9a3020;
}

/*============================
ページトップ
=============================*/
#pagetop {
	width:113px;
	height:69px;
	position:absolute;
	padding-top:12px;
	top:0;
	left:800px;
}

#pagetop .pagetopIn a {
	display:block;
	width:100%;
	height:69px;
	text-indent:-9999px;
	_zoom:1;
	background:url(../../images/105/pic_pagetop_001.gif) no-repeat 0 0;
}

#pagetop a:hover { opacity:0.75;}

/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/*============================
記事ボックス
=============================*/
.article_box {
	position:relative;
	width:650px;	
	margin-bottom:36px;
}

.article_title {
	background:url(../../images/105/bgi_article_001.png) no-repeat 0px bottom;
	padding-bottom:6px;
	margin-bottom:12px;
}

.article_title h3 {
	background:url(../../images/105/ico_article_001.png) 0px 0px no-repeat;
	padding:4px 0 10px 42px;
	color:#b88008;
	font-size:18px;
	font-weight:bold;
}

.article_box #entry-01 {
	line-height:1.8;
}

.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:200px;
	padding:8px 16px 0 0;
  	text-align:center;
}

.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:#ddc799 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#ddc799 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:36px;
}

#inquiry a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*============================
下層ページ共通
=============================*/
#page_title {
	background:url(../../images/105/bgi_body_001.jpg);
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#page_titleTop {
	background:url(../../images/105/bgi_break_002.png) repeat-x left top;
}

#page_titleBottom {
	background:url(../../images/105/bgi_break_001.png) repeat-x left bottom;
	padding:50px 0;
}

#page_titleIn {
	background:url(../../images/105/bgi_leadarea_002.png) repeat-y;
	width:980px;
	margin:0 auto;
	position:relative;
}

span#titleTop {
	display:block;
	width:980px;
	height:56px;
	position:absolute;
	top:-30px;
	left:0;
	background:url(../../images/105/bgi_pageTitle_001.png) no-repeat 0px center;
	/background:none;
}

span#titleBottom {
	display:block;
	width:980px;
	height:56px;
	position:absolute;
	bottom:-30px;
	left:0;
	background:url(../../images/105/bgi_pageTitle_003.png) no-repeat 0px center;
	/background:none;
}

#page_titleIn h2 {
	background:url(../../images/105/ico_pageTitle_001.png)  0px center no-repeat;
	color:#b88008;
	font-size:22px;
	width:800px;
	margin:0 auto;
	padding:24px 90px;
	line-height:1.2;
	text-align:left;
	position:relative;
}

/*パン屑リスト*/
#pnkz {
	font-size:0.92em;	
	padding-top:12px;	
	text-align:left;
}

#pnkz a {
	color:#b88008;
}

#pnkz p span{
}

/*============================
フリーエリア
=============================*/
#side-area {
	background:url(../../images/105/bgi_freeArea_001.png) repeat-x;
	text-align:left;
	margin:36px auto;
	padding-top:36px;
	line-height:1.7;
}

#foot-area {
	background:url(../../images/105/bgi_freeArea_001.png) repeat-x;
	margin-bottom:64px;
	padding-top:36px;
	line-height:1.7;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	width:650px;
	margin:0 auto;
}

#map iframe {
	width: 650px;
	height: 478px;
	margin-bottom:24px;	
}

#form {
	padding-bottom:60px;
}

#form table, #map table, #profile table {
	width:650px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
	width:160px;
	color:#b88008;	
	border:1px solid #ddc799;
	background:url(../../images/105/bgi_th_001.jpg);
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	padding: 0.5em;
	vertical-align:middle;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:1px solid #ddc799;
	background:url(../../images/105/bgi_td_001.jpg);
	padding: 0.6em 0.7em 0.6em 0.7em;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}

/*必須項目
-----------------------------------------*/
.warning {
	color:#b88008;
}

.warning span {
	color:#d00276;
}

.validation_span {
	color:#d00276;
}

/*リード文
-----------------------------------------*/
#lead_s {
	background:url(../../images/105/bgi_article_001.png) no-repeat 0px bottom;
	padding-bottom:6px;
	margin-bottom:12px;
}

#lead_s h3 {
	background:url(../../images/105/ico_article_001.png) 0px 0px no-repeat;
	padding:4px 0 10px 42px;
	color:#b88008;
	font-size:18px;
	font-weight:bold;
}

#lead_s p {
	color:#b88008;
	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;
}

/* 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 テーブル基本設定
-----------------------------------------*/
.article_box table {
    border-collapse: collapse;
}
.article_box table th, .article_box table td {
    border: #563d12 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%;
}

