/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#eb8f07;
	text-decoration:underline;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background-color:#000;
	color:#fff; /*このテンプレの基本色*/
	text-align:center;
	background-image: url(../../images/67/bgi-body_001.png);
	background-repeat: repeat;
	}
#wrapper {
	text-align:left;
	padding-top: 30px;
}
#main {
	width:880px;
	margin:0 auto 60px auto;
}
#mainL {
	width:220px;
	float:left;
	margin-right:30px;
}
#mainR {
	float:right;
	width:630px;
	text-align:left;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
}
#header #globenav {
	height:40px;
}
#header ul {
	list-style-type:none;
	float:right;
	/* [disabled]padding-top:6px; */
	}
#header ul li {
	display:block;
	float:left;
	padding-left:1px;
	padding-right:10px;
	}

/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:36px;
	line-height:130%;
	padding:0px 0 10px;
}
.site_title a {
	font-size:18px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
.site_title a:hover {
	text-decoration:none;
}

.site_description {
	font-size:12px;
	line-height:140%;
	font-weight:bold;
}
/*
.site_title img {
	width:880px;
}
*/

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:880px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: 0;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:367px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:367px !important;
	width:880px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:880px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	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: #e98e26;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e98e26;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:38px;
	height:38px;
	margin:0;
	top:162px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/67/btn-slider_001.png) 13px center no-repeat #eb8f07;
left:-26px;
border-radius: 3px;
background-size: 10px auto;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/67/btn-slider_002.png) 15px center no-repeat #eb8f07;
right:-26px;
border-radius: 3px;
background-size: 10px auto;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	topics　最新情報
=============================*/
#mainR #topicsBox {
	width:100%;
	margin-bottom:30px;
}
#topimges {
	float:left;

	}
#topicsBox #topimges img {
	padding:5px;
	background:#000;
}
#topicsreadTitle {
	width:100%;
	margin-bottom:5px;
}
#topicsBox #topicsread {
	width:235px;
	float:right;

	}
#topicsread dl {
	width:235px;
	height:300px;
	overflow-x:hidden;
	overflow-y:auto;/*overflow-y:scroll;*/
	}
#topicsread dl dt {
	font-weight:bold;
	color:#eb8f07;
	}
#topicsread dl dd {
	width:220px;
}
#topicsread .topicsBoxLarge {
	width:630px;
	max-height:200px;
	overflow:auto;
	margin-bottom:20px;
}
#topicsread table {
	width:100%;
}
#topicsread table tr th.date {
	color:#eb8f07;
	text-align:left;
	width:15%;
	padding-right:10px;
	padding-bottom:15px;
}
#topicsread table tr td.topictilte {
	padding-bottom:15px;
	width:85%;
}
#topicsread dl a {
	display:block;
	width:100%;
	height:100%;
	padding:3px 0 3px 0;
}
#topicsread table a {
	display:block;
	width:100%;
	height:100%;
}
/*============================
	メニューエリア
=============================*/

/*サブボックス共通設定
----------------------------------------*/
.SubInner {
	width:190px;
	padding:15px 0;
	margin:0 auto;
}
.SubInner ul, .SubInner ol {
	list-style:none;
}
.SubOuter {
	background:#000;
	width:100%;
}
.SubBottom {
	width:220px;
	background:url(../../images/67/bgi-main_002.png) no-repeat left bottom;
	padding-bottom:19px;
}
.subHead {
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:25px;
	margin-bottom:19px;
}

#menu { background-image:url(../../images/67/ttl-menu_001.png);}
#info { background-image:url(../../images/67/ttl-info_001.png);}
#blog_in { background-image:url(../../images/67/ttl-blog_001.png);}
#mobile { background-image:url(../../images/67/ttl-mobile_001.png);}
/*サブメニュー
-----------------------------------------*/
#menu dl {
	overflow:hidden;
	border-bottom:dotted 1px #ddd;
	text-align:left;
}
#menu dl dt {
	margin-top:-1px;
	border-top:dotted 1px #ddd;
	background:url(../../images/67/ico-arrowlist_002.png) no-repeat;
	/*text-indent:20px;*/
	padding-left:20px;
	line-height:140%;
}
#menu dl dd {
	font-weight:normal;
	padding-left:30px;
	line-height:140%;
}
#menu dt a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 15px 0;
	width:100%;
	height:100%;
	}

#menu dd a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	padding-bottom:10px;
}
#menu dt a:hover, #menu dd a:hover {
	color:#eb8f07;
	text-decoration:underline;
}
/*インフォメーション
-----------------------------------------*/
#info h2 {
	font-size:12px;
	text-align:left;
	padding:10px 0;
	border-bottom:dotted 1px #ddd;
}
#info ul {
	padding-top:15px;
}
#info ul li {
	text-align:left;
	width:100%;
	font-size:12px;
	line-height:140%;
	text-indent:10px;
	margin-bottom:5px;
	font-weight:normal;
	background:url(../../images/67/ico-breadarrow_001.png) no-repeat left center;
}
#info ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
#info ul li a:hover {
	text-decoration:underline;
	color:#eb8f07;
}
/*メニュー：ブログ
-----------------------------------------*/
#blog_in h2 {
	font-size:12px;
	border-bottom:dotted 1px #ddd;
	padding:10px 0 5px 0;
	text-align:left;

}
#blog_in ul {
	padding-top:15px;
	text-align:left;
	margin-bottom: 5px;
}
#blog_in ul li {
	width:100%;
	font-size:12px;
	line-height:140%;
	padding: 5px 0;
	}
#blog ul_in li span {
	font-size:10px;
	color:#eb8f07;
	padding-left:10px;
}
#blog_in .bloglist a {
	display:block;
	width:100%;
	height:100%;
	text-align:right;
	padding:5px 0;
	}
#blog_in .bloglist a span {
	background:url(../../images/67/ico-arrowlist_001.png) left center no-repeat;
	padding-left:10px;

}

/*メニュー：QRコード
-----------------------------------------*/

#mobile h2 {
	text-align:left;
	font-size:12px;
	border-bottom:dotted 1px #ddd;
	padding:10px 0 5px 0;
	margin-bottom:10px;
	}
#mobile table {
	padding:0;
}
#mobile table tr th {
	padding-right:5px;
}
#mobile table tr td {
	font-size:10px;
	text-align:left
}

/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.entry_box {
	width:100%;
	background:url(../../images/67/bgi-main_001.png) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:20px;
}
.entry_box_wrap {
	width:100%;
	background:#000;
	padding-bottom:10px;
	}
.entry_box_inner {
	width:600px;
	padding-top:30px;
	background:#000;
	margin:0 auto;
}
.entry_title h2 {
	font-size:14px;
	text-indent:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../../images/67/lin-main_001.png) no-repeat bottom;

}
.entryContent_L {
	float:left;
	width:360px;
	}
.entryContent_L p {
	line-height:140%;
	margin-bottom:10px;
}
span.image_description {
	display:block;
	padding-top:8px;
	font-size:10px;
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
}
.entryContent_R {
	float:right;
	width:200px;
	margin-left:40px;
}
.entryContent p {
	line-height:140%;
	margin-bottom:10px;
}
#inquiry {
	text-align:right;
	margin-bottom:20px;
}
/*============================
	フッター
=============================*/
#footer {
	width:880px;
	margin:0 auto;
	padding:30px 0;
	}
#copyright {
	text-align:left;
	float: left;
}
#pagetop {
	float:right;
}
/*============================
	パン屑リスト
=============================*/
#breadcrumbs {
	width:100%;
	margin-bottom:5px;
	padding-right:-20px;
	}
#breadcrumbs ul {
	list-style:none;
	float: right;

}
#breadcrumbs ul li {
	display:inline;
	}
#breadcrumbs ul li.lastPath {
	background:none;
	padding:0 5px 0 0px;
}
#breadcrumbs ul li a {
	background:url(../../images/67/ico-breadarrow_001.png) no-repeat right center;
	padding:0 12px 0 0;
}
/*============================
	コンテンツタイトル
=============================*/
.articleTitle {
	width:630px;
	background:url(../../images/67/bgi-contentheader_001.png) no-repeat left top;
	padding:25px 0 0 0 ;
	margin-bottom:20px;
}
.articleTitleBody {
	background:#fff;
	background:url(../../images/67/bgi-contentheader_002.png) no-repeat left bottom;
	padding:0 0 25px 0;
	}
.articleTitleBody h2 {
	background:#fff;
	padding:10px 10px 10px 30px;
	color:#000;
	font-size:18px;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #db8507 ;
	background-color:#eb8f07;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#000;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #db8507;
	padding: 0.5em 0.7em 0.5em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
}
#lead_s span {
	line-height:150%;
	}
/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:600px;
	height:380px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */
#side-area{
	width:220px;
	margin: 0 auto 16px;
}

#foot-area{
	margin:24px 0;
}


/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges 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%;
}

