/*============================
　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;
}
ul {
	list-style:none;
}
/*============================
　共通チップス
=============================*/
.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:#5a3e1c;
	text-decoration:none;
}
a:hover {
	color:#de0513;
	text-decoration:underline;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background:url(../../images/68/bgi-bodyimages.jpg) repeat;
	color:#5a3e1c; /*このテンプレの基本色*/
	text-align:center;
}
#container {
	width:960px;
	margin: 0 auto;
	text-align:left;
}
#content {
	width:960px;
	text-align:left;
	clear:both;
	margin-bottom:10px;
}
#content #mainBox {
	float:left;
	width:710px;
	margin-right:20px;
	padding-bottom:30px;
}
#content #subBox {
	float:right;
	width:230px;
}
#mainBox .newsreadBox {
	width:710px;
	margin-bottom:30px;
}
#footer {
	border-top:1px dotted #505050;
	width:100%;
	padding:10px 0 30px 20px;
}
/*===========================
	パン屑リスト
============================*/
.Breadcrumbs {
	width:700px;
	margin-left:10px;
	margin-bottom:30px;
}
.Breadcrumbs ul li {
	font-size:12px;
	float:left;
	padding:5px 0;
	}
.Breadcrumbs ul li a {
	padding-right:21px;
	background:url(../../images/68/icon-arrow.png) no-repeat right 4px;
	display:inline-block;
	text-decoration:underline;
}
.Breadcrumbs ul li a:hover {
	text-decoration:none;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:960px;
	margin-bottom:30px;
}
#header ul#navi {
	padding-top:10px;
	list-style:none;
	width:960px;
	height:40px;
	text-align:right;
	margin-bottom:15px;
}
#header ul#navi li {
	display:inline;
	width:120px;
	height:40px;
}

#header .site-title h1 {
	color:#de0515;
	font-size:33px;
	line-height:140%;
	width:940px;
	margin:0 auto;
	}
#header h1 a {
	color:#de0515;
}
/* 20120218 */
#header h1 a img{
	margin-bottom:8px;
}
#header h1 a:hover {
	text-decoration:none;
}
#header .site-description {
	width:940px;
	margin:0 auto;
}
/*===========================================
	最新情報
===========================================*/
.imagesArea {
	width:420px;
	background:url(../../images/68/bgi-holdertop.png) no-repeat left top;
	padding-top:67px;
	float:left;
	margin-right:10px;
}
.imagesArea .imagesInner {
	background:url(../../images/68/bgi-holdercenter.png) repeat-y;
	text-align:center;
	}
.imagesArea .imagesInner div {
	width:365px;
	margin: 0 auto;
}
.imagesArea .imagesOuter {
	background:url(../../images/68/bgi-holderbottom.png) no-repeat left bottom;
	padding-bottom:52px;
	width:420px;
}
.imagesArea .imagesOuter img {
	width:365px;
	}
.newsbox {
	float:left;
	width:280px;
	background: url(../../images/68/bgi-newsbottom.png) no-repeat left bottom;
	padding-bottom: 45px;
}
.newsbox h2 {
	padding-top: 30px;
	margin-bottom:10px;
}
.newsbox dl {
	width:260px;
	height:260px;
	overflow:hidden;
	overflow-y:auto;
	padding-right:10px;
}
.newsbox dl dd {
	font-size:14px;
	width:250px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:10px;
	word-wrap:break-word;
	}
.newsbox dd a {
	display:block;
	width:100%;
	padding:5px 0;
	}
#newsLargeBox {
	margin-bottom:10px;
	padding-bottom:50px;
	margin-bottom:30px;
	background:url(../../images/68/ttl-largenewbottom.png) no-repeat left bottom;
}
#newsLargeBox dl{
	width:690px;
	margin-left:20px;
	max-height:300px;
	overflow:hidden;
	overflow-y:auto;
	}
#newsLargeBox dl dd {
	font-size:14px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:10px;
	word-wrap:break-word;
	}
/*====================================
メインコンテンツ
====================================*/
.PageTitleBox {
	background:url(../../images/68/bgi-h2body.png) no-repeat left bottom;
	padding-bottom:20px;
	margin-bottom:40px;

}
.PageTitleBox h2 {
	width:540px;
	margin-left:10px;
	font-size:24px;
}
#mainBox .entryBox {
	width:690px;
	padding-bottom:30px;
}
#mainBox .entryTextBox {
	width:690px;
	margin:0 5px 0 15px;
	font-size:14px;
	line-height:180%;
}
.entryTitle h2 {
	background:url(../../images/68/bgi-titlebody.png) no-repeat left bottom;
	padding-left:15px;
	padding-bottom:15px;
	font-size:21px;
	margin-bottom:20px;
	line-height:140%;
	width:100%;
	}
.entryinner {
	width:100%;
}
.entryText {
	float:left;
	width:445px;
	margin:0 0 0 10px;
	font-size:14px;
	line-height:180%;
}
.entryPictureArea {
	width:220px;
	margin-left:5px;
	float:right;
	text-align:center;
	font-size:11px;
	}
.entryImgbox {
	background:url(../../images/68/bgi-picholder_003.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
.entryImgholder {
	background:url(../../images/68/bgi-picholder_001.png) no-repeat left top;
	padding-top:10px;
}
.entryImgholder_center {
	background:url(../../images/68/bgi-picholder_002.png) repeat-y;
	}
.img-description {
	width:100%;
	text-align:left;
	font-size:11px;
	margin-bottom:10px;
}
.contact_Btn {
	width:100%;
	text-align:center;
	height:86px;
	margin-bottom:20px;
}
.pagetop {
	text-align:right;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:950px;
}
.bx-wrapper {
    margin-bottom:52px !important;
	height:396px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:396px !important;
	width:950px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:950px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #765d3c;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:178px;
	cursor:pointer;
	border-radius:20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/68/btn-slider_001.png) 13px center no-repeat #765d3c;
	left:-20px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#765d3c;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/68/btn-slider_002.png) 16px center no-repeat #765d3c;
	right:-20px;
}
.bx-wrapper .bx-next:hover {
	background-color:#765d3c;
	opacity:0.8;
}

/* ===========================
	サイドバー
=============================*/
#menu, #info,#blog_in,#mobile {
	margin-bottom:30px;
}
#subBox .subTitle {
	height:35px;
	margin-bottom:5px;
}
/*
#subBox a {
	display:block;
	width:100%;
	padding:7px 0 3px 0;

}
*/
/* ===========================
	メニュー
=============================*/
#menu dl {
	overflow:hidden;
	border-bottom:1px dotted #505050;
}
#menu dl dt,#menu dl dt a{
	line-height:150%;
}
#menu dl dt a{
    display:block;
}
#menu dl dt {
	margin-top:-1px;
	font-size:14px;
	padding:5px 0 5px 15px;
	font-weight:bold;
	background:url(../../images/68/icon-listarrow.png) no-repeat left 8px;
	border-top:1px dotted #505050;
}
#menu dl dd a{
    display:block;
	padding:0 0 5px 14px;
}
/* ===========================
	プロフィール
=============================*/
#info ul {
	overflow:hidden;
	border-bottom:1px dotted #505050;
}
#info ul li {
	background:url(../../images/68/icon-listarrow.png) no-repeat left 10px;
	margin-top:-1px;
	height:30px;
	padding-left:15px;
	font-weight:bold;
	font-size:14px;
	border-top:1px dotted #505050;

}
#info a {
	display:block;
	width:100%;
	padding:7px 0 3px 0;
}
/* ===========================
	ブログ
=============================*/
#blog_in ul li {
	border-bottom:1px dotted #505050;
	padding-left:10px;
	font-size:12px;
}
#blog_in ul li span {
	font-size:11px;
}
#blog_in .blogRead {
	text-align:right;
	border:none;
	margin-top:7px;
}
#blog_in .blogRead a {
	display:block;
	background:url(../../images/68/icon-listarrow.png) no-repeat 140px center;
}
/* 20120218 追記 */
#blog li a span{
    display:inline-block;
	padding-left:6px;
}
#blog a {
	display:block;
	width:100%;
	padding:7px 0 3px 0;
}
/* ===========================
	モバイル
=============================*/
#mobile #qrBox {
	padding-top:10px;
	text-align:center;
	margin-bottom:5px;
}
#mobile .Qrdescription {
	font-size:11px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#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-bottom:1px dotted #505050;
	border-top:1px dotted #505050;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#5a3e1c;
	font-weight:bold;
	}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border-bottom:1px dotted #505050;
	border-top:1px dotted #505050;
	padding: 0.3em 0.7em 0.3em 0.7em;
}
#form01 th, #form01 td {
	border:none;
}

#form01 input {
	padding:2px 3px;
}
/*必須項目
-----------------------------------------*/
.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;
	width:100%;
	/*height:380px;*/
	}

#map01 #frame iframe{
	width:690px;
	height:416px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.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:230px;
	margin: 0 auto 16px;
}

#foot-area{
	margin:36px 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%;
}

