/*CSSリセット
------------------------------*/
* { 
	
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong {

	font-weight: bold;
}

body {
	font-size: 75%;
	background-color: #F0EFE8;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/*2009-12-1 追加
------------------------------*/
body {
	color: #333333; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス
------------------------------*/
.clear {
	clear:both;
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.hide {
	display:none;
}

a {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
/*全体wrapper
------------------------------*/
#wrapper {
	width:800px;
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

/*ヘッダー
------------------------------*/
#head {
	border-top:5px solid #CC0000;
	background-image:url(../../images/16/bgi-lead_001.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#FFFFFF;
	padding:8px 25px 0 25px;
}
#headBtn {
	text-align:right;
}

#site_title {
	padding:7px 0 14px 0;
}
#site_title a {
	font-size:1.5em;
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}
#site_description {
	line-height: 150%;
	display: block;
	font-size:1em;	
	padding:0 0 23px 0
}

#sub_title {
	font-size:2.3em;
	color:#000000;
	line-height:150%;
	padding:3px 0 13px 15px;
}

/*リード
------------------------------*/
#lead {
	padding:15px 25px 24px 25px;
}

#site_image {
	float:left;
    width: 365px;
}

/*-- 最新情報
-----------------*/
#topics {/*画像あり*/
	float:right;
	width: 368px;
}
#topics2 {/*画像なし*/
}

#topics_title  {
	border-top:4px solid #CC0000;
	border-bottom:1px solid #CCCCCC;
	background-color:#F9F9F9;
}
#topics_title h3 {
	padding:6px 15px 4px 15px;
	border-bottom:1px solid #FFFFFF;
	font-size:1.2em;
	color:#CC0000;
	font-weight:normal;
}

#topics_ta {/*画像あり*/
    max-height:235px;
    overflow:auto;
    margin:5px 0 5px 0;
}

#topics_ta2 {/*画像なし*/
    max-height:88px;
    overflow:auto;
    margin:5px 0 5px 0;
}

#topics_ta table {/*画像あり*/
	border-collapse:collapse;
	margin:10px 0 10px 0;
}
#topics_ta2 table {/*画像なし*/
	border-collapse:collapse;
	margin:10px 0 10px 0;
}

.topics_date {
	padding:0 11px 5px 4px;
	vertical-align:top;
	font-size:1em;
	line-height:130%;
	color:#CC0000;
	font-family:"Times New Roman", Times, serif;
}
.topics_entry {
	padding:0 0 5px 0;
	vertical-align:top;
	font-size:1em;
	line-height:130%;
}



/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:750px;
	padding:0px 0 0;
	margin-top: 10px;
	margin-bottom: -40px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:313px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:313px !important;
	width:750px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:750px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f0efe8;
	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: #cc0000;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #cc0000;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:36px;
	height:36px;
	margin:0;
	top:160px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/16/btn-slider_001.png) center center no-repeat #cc0000;
	background-size:8px auto;
	left:-36px;
	-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/16/btn-slider_002.png) center center no-repeat #cc0000;
	background-size:8px auto;
	right:-36px;
	-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;
}


/*メインエリア
------------------------------*/
#main {
	padding:0 25px 0 25px;
}

/*メインR
------------------------------*/
#mainR {
	width:535px;
	float:right;
	padding:20px 0 0 0; 
}

/*-- 記事ボックス
------------------------------*/
.box {
	margin:0 0 20px 0;
	width:535px;
}

.box_title {
	border-top:4px solid #CC0000;
	border-bottom:1px solid #CCCCCC;
	background-color:#F9F9F9;
}
.box_title h3 {
	padding:6px 15px 4px 15px;
	border-bottom:1px solid #FFFFFF;
	font-size:1.2em;
	color:#CC0000;
	font-weight:normal;
}

.box_entry1 {/*--画像あり--*/
	width:315px;
	float:left;
	font-size:1em;
	line-height:150%;
	padding:12px 0 0 0; 
}
.box_entry2 {/*--画像なし--*/
	font-size:1em;
	line-height:150%;
	padding:12px 0 0 0; 
}

.box_image {
	width:210px;
	float:right;
	padding:12px 0 0 0; 
}
.box_image div {
	margin-bottom:7px;
}
.box_image div img {
	border:1px solid #CCCCCC;
	padding:4px;
}
.box_image div span {
	display:block;
	font-size:0.85em;
	margin:3px 0 0 0;	
	line-height:130%;
}

/*-- お問い合わせ
------------------------------*/
#inquiry {
	margin:45px 0 0 0;

}
/*-- PAGETOP
------------------------------*/
#pagetop {
	text-align:right;
	margin:60px 0 12px 0; 
}




/*メインL
------------------------------*/
#mainL {
	float:left;
	width:198px;
	padding:20px 0 0 0; 

}
/*ナヴィA
------------------------------*/
#nviA {
	background-image:url(../../images/16/lin-dot_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 1px 0;
	margin:0 0 25px 0;
}
#nviA dt {
	background-image:url(../../images/16/lin-dot_001.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:1px 0 0 0;
}
#nviA dt a {
	display:block;
	width:148px;
	text-decoration:none;
	background-image:url(../../images/16/ico-arrow_002.gif);
	background-repeat:no-repeat;
	background-position:2px 16px;
	padding:12px 25px;
}
#nviA dt a:hover {
	background-color:#FFF7F7;
}
#nviA dt a span {
	display:block;
	color:#CC0000;
	line-height:130%;
}
#nviA dd {
	background-image:url(../../images/16/lin-dot_001.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:1px 0 0 0;
}
#nviA dd a {
	display:block;
	width:137px;
	text-decoration:none;
	background-image:url(../../images/16/ico-arrow_001.gif);
	background-repeat:no-repeat;
	background-position:16px 13px;
	padding:8px 31px;
}
#nviA dd a:hover {
	background-color:#FFF7F7;
}
#nviA dd a span {
	display:block;
	color:#CC0000;
	line-height:130%;
}


/*ナヴィB
------------------------------*/
#nviB {
	width:196px;
	border:1px solid #CCCCCC;
	margin:0 0 25px 0;
}
#nviB #nviB_title {
	padding:9px 6px 8px 10px;
	background-image:url(../../images/16/lin-dot_002.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#nviB ul {
	list-style-type:none;
	padding:13px;
	margin:0;
}
#nviB li {
	background-image:url(../../images/16/ico-arrow_001.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:0 0 3px 12px;
}
#nviB li a {
	line-height:130%;
	font-size:1em;
	color:#CC0000;
}
/*-- ブログ更新情報
------------------------------*/
#blog_box {
	width:196px;
	border:1px solid #CCCCCC;
	margin:0 0 25px 0;
}
#blog_info {
	padding:9px 0 8px 10px;
	float:left;
	line-height:120%;
}

#blog_btn {
	padding:7px 6px 7px 0;
	float:right;
}

#blog ul {
	list-style-type:none;
	padding:13px;
	background-image:url(../../images/16/lin-dot_002.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
}

#blog li {
	background-image:url(../../images/16/ico-arrow_001.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:0 0 3px 12px;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
}
#blog li a {
	line-height:130%;
	font-size:1em;
	color:#CC0000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*-- フッタ
------------------------------*/
#foot {
	background-image:url(../../images/16/bgi-foot_001.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:73px;
}

#copyright {
	font-size:10px;
	padding:18px 23px 0 23px;
	text-align:right;
	line-height:120%;
}
#copyright img {
}

/*パン屑
------------------------------*/
#pnkz {
	font-size:0.9em;
	padding:10px 0 0 0;
}
#pnkz a {
	font-size:1em;
	color:#CC0000;
}


/*コンテンツリード
------------------------------*/
#contents_lead {
	font-size:1em;
	line-height:150%;
	padding:0 0 1em 0;
}



/*form、map、profileのtable▼
-----------------------------------*/
table#form, #map01 table, #profile01 table {
	table-layout: fixed;
	width:535px;
	text-align:left;
	border-collapse: collapse;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	margin:0 0 20px 0;
}
#form th, #map01 th, #profile01 th {
	width:140px;
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	background-color:#F9F9F9;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	/*color: #FFF;*/
}

#form td, #map01 td, #profile01 td {
	line-height:150%;
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	padding: 0.3em 0.7em 0.3em 18px ;
	background-color:#FFF;
}

/*formのCSS▼
-----------------------------------*/
/*エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	/*padding-left: 5px;*/
	color: #cc0000;
	/*background: url("../img/icons/icon_alert.gif") no-repeat 0 4px;*/
}

.warning {
	line-height :150%;
}

#form span ,.warning span{
	padding-left: 2px;
	color: #CC0000;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/*map01のCSS
-----------------------------------*/

#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:535px;
	height:332px;
}

/*20100609add endo*/

#QRbox {
	padding:12px 16px 12px 13px;
	margin:10px 0 25px 0;
	border:#cccccc 1px solid;
}

#QRbox h4 {
	text-align:center;
}

.QR_code {
	padding:10px 0 10px 0;
	text-align:center;
}

/* 20120322 */
#side-area{
   width:200px;
   margin:0 0 25px;
}

#foot-area{
   margin:25px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_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%;
}

