/*============================
　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:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
.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:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#ffffff; /*このテンプレの基本色*/
	text-align:center;
	margin:0 auto;
	background-color:#69b74b; /*このテンプレの背景色*/
}
#wrap {
	width:100%;
	background:url(../../images/79/bgi-wrap_001.jpg) center top repeat;
	text-align:center;
}
#content {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background:url(../../images/79/bgi-content_001.jpg) center top repeat-y;
}
#contentIn {
	padding:20px 20px 50px 20px;
}
#sidebar{
	width:220px;
	float:left;
}
#main{
	width:700px;
	float:right;
	}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	text-align:center;
	background-color:#49bef3; /*このテンプレの背景色*/
}
#headerIn {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:20px 20px 0 20px;
}
#header #topLink{
	float:right;
	width:300px;
}
#header #topLink ul{
	display:block;
	width:290px;
	list-style-type:none;
}
#header #topLink ul li{
	float:right;
}
#header #topLink ul li.topLink01{
	padding-top:20px;
}
#header #topLink ul li a{
}
#header #topLink ul li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*　リードエリア
------------------------------------------------*/
.leadArea{
	width:650px;
	float:left;
	padding-top:20px;
}
/*トップページサイトタイトル*/

.site_title {
	line-height:120%;
	font-size:2em;
	padding-bottom:5px;
}
.site_title a {
	text-decoration:none;
}
.site_title a:hover {
}
.site_title img {
}
.site_title a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site_description {
	font-size:0.92em;
	line-height:140%;
	font-weight:normal;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:956px;
	padding:0px 0 1px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bx-viewport{
	border-radius: 5px;
	border: 2px solid rgb(255, 255, 255);
	height:396px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:404px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:396px !important;
	width:956px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:956px;
	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: #ff6600;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6600;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/79/btn-slider_001.png) 14px center no-repeat #fff;
left:-21px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/79/btn-slider_002.png) 16px center no-repeat #fff;
right:-21px;
-moz-border-radius: 21px; ;
-webkit-border-radius: 21px; ;
border-radius: 21px;  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}
/*============================
	フッター
=============================*/
#footer {
	background:url(../../images/79/bgi-foot_002.jpg) center top repeat-x;
	background-color:#69b74b;
	text-align:center;
}
#footerIn {
	text-align:left;
	width:963px;
	height:30px;
	padding:150px 80px 20px 80px;
	text-align:left;
	margin:0 auto!important;
	background:url(../../images/79/bgi-foot_001.jpg) center top no-repeat;
}

/*　プロフィール
-----------------------------------------*/
#profileMenuBox{
	width:1000px;
}
#profileMenu-ttl{
	font-size:1em;
	font-weight:bold;
	float:left;
	color:#337737;
	margin-right:20px;
}
#profileMenu li{
	list-style-type:none;
	float:left;
	padding-right:20px;
}
#profileMenu li a{
	color:#337737;
	text-decoration:none;
}
#profileMenu li a:hover{
	color:#004e11;
	text-decoration:none;
}

/*　コピーライト
-----------------------------------------*/
#copyright{
	display:block;
	width:1000px;
	color:#337737;
	font-size:0.7em;
}
#copyright a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:100%;
	text-align:right;
	padding-right:20px;
}
#pagetop a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*============================
	サイドバー
=============================*/
#sidebar{
}
/*　グローバルナビ
-----------------------------------------*/
#gnavi{
	width:220px;
	margin-bottom:10px;
}
#gnavi a{text-decoration:none;}

#gnavi dt,#gnavi dd{
	line-height:130%;
}
#gnavi dt a,#gnavi dd a{
	padding:10px 0;
	font-weight:bold;
	display:block;
}

#gnavi dt a{
	padding-left:27px;
	background:url(../../images/79/ico-bird_001.gif) 2px 8px no-repeat;
}
#gnavi dd a{
	padding-left:27px;
	background:url(../../images/79/ico-bird_002.gif) 2px 8px no-repeat;
}
#gnavi dt a:hover{
	background:url(../../images/79/ico-bird_001.gif) 0px 7px no-repeat;
}
#gnavi dd a:hover{
	background:url(../../images/79/ico-bird_002.gif) 4px 7px no-repeat;
}
/*　ブログ
-----------------------------------------*/
#blogBox{	margin-bottom:15px;
}
#blog-ttl{
	padding-bottom:8px;
	text-align:center;
}
#blog{
	list-style-type:none;
}
#blog li {
	line-height:160%;
	font-size:0.95em;
	padding:0px 0 7px 0;
}
#blog li a{
	display:block;
	padding-left:27px;
	background:url(../../images/79/ico-bird_003.gif) 2px 1px no-repeat;
	text-decoration:none;
}
#blog li a:hover{
	background:url(../../images/79/ico-bird_003.gif) 0px 0px no-repeat;
}
#blogBox .blog-link{
	height:22px;
	text-align:right;
}
#blogBox .blog-link a{
	text-decoration:none;
	padding-right:5px;
}
#blogBox .blog-link a:hover{
	font-size:1.05em;
	padding-right:0px;
}
/*　QRコード
-----------------------------------------*/
#qr{
	width:220px;
	height:131px;
	background:url(../../images/79/bgi-qr_001.gif) left top no-repeat;	margin-bottom:15px;
}
#qr img{
	padding:15px;
}
.QR_description{
	padding-top:5px;
	font-size:0.85em;
	line-height:140%;
}
/*　サイドお問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin-bottom:10px;
}
#inquiry a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*　サイドプロフィール
-----------------------------------------*/
#profile {
	text-align:center;
	margin-bottom:10px;
}
#profile a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*　サイドお問い合わせ
-----------------------------------------*/
#map {
	text-align:center;
	margin-bottom:10px;
}
#map a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*============================
	トップエリア
=============================*/
#topArea{
	width:700px;
	margin-bottom:15px;
}
#topArea #imgBox{
	margin-top:5px;
	width:385px;
	float:right;
}
#topics {
	width:305px;
	float:left;
}
/*　メイン写真
------------------------------------------------*/
#topArea #imgBox{
	background:url(../../images/79/bgi-image_001.gif) left top no-repeat;
	background-color:#ffffff;
}
#topArea #imgBoxIn{
	background:url(../../images/79/bgi-image_002.gif) left bottom no-repeat;
	padding:10px;
}
.site_image {
	padding:;
}
.site_image img {
}
/*　トピックス
------------------------------------------------*/
#topics h3{
	display:block;
	height:38px;
}
#topArea #topicsIn{
	background:url(../../images/79/bgi-topics_001.gif) left top repeat-y;
}
#topArea #topicsIn2{
	background:url(../../images/79/bgi-topics_002.gif) left bottom no-repeat;
	padding:0 15px 15px 15px;
	height:100%;
	max-height:256px;
	height:auto!important;
	height:256px;
	_height:216px;
	overflow:auto;
}
#topics #topics_ta{
	max-height:216px;
	height:auto!important;
	height:216px;
	_height:210px;
	overflow:auto;
}
#topics #topics_ta table {
	border-collapse:collapse;
}
#topics_ta table td.topics_date {
	background:url(../../images/79/ico-bird_004.gif) 0px 5px no-repeat;
	padding:5px 0 5px 27px;
	_padding-bottom:6px;
}
#topics_ta table td.topics_entry {
	padding-bottom:7px;
	border-bottom:dashed 1px #ffffff;
	line-height:150%;
}
/*　画像なしの場合
------------------------------------------------*/
.no-img{
}
.no-img #imgBox{
	display:none;
}
.no-img #topics {
	width:700px;
	float:none;
}
.no-img #topics h3 img{
	display:none;
}
.no-img #topics h3{
	width:700px;
	height:38px;
	background:url(../../images/79/ttl-topics_002.gif) left top no-repeat;
}
.no-img #topicsIn{
	background:url(../../images/79/bgi-topics_003.gif) left top repeat-y!important;
}
.no-img #topicsIn2{
	background:url(../../images/79/bgi-topics_004.gif) left bottom no-repeat!important;
	padding:0 15px 15px 15px;
	height:100%;
	max-height:256px;
	height:auto!important;
	height:256px;
	_height:216px;
	overflow:auto;
}
/*============================
	記事ボックス
=============================*/
.box {
	background:url(../../images/79/bgi-article_002.gif) left top repeat-y;
	margin-bottom:15px!important;
	/border-bottom:#49bef3 1px solid;
}
.boxIn{
	background:url(../../images/79/bgi-article_001.gif) left top no-repeat;
}
.boxIn2{
	background:url(../../images/79/bgi-article_003.gif) left bottom no-repeat;
	padding:10px 15px 15px 15px;
}
.box h3{
	font-size:1.17em;
	padding:7px 0 10px 0;
	border-bottom:dashed 1px #ffffff;
	margin-bottom:10px;
	line-height:130%;
}
/*記事画像あり
-----------------------------------------*/

.box_title {
}
.box_entry1 {
	width:450px;
	float:left;
	line-height:160%;
}
.box_entry1 span{
	line-height:160%;
}
.box_entry1 b{
	line-height:160%;
}
.box_entry1 em{
	line-height:160%;
}
.box_image {
	width:205px;
	float:right;
}
.box_image img {
	max-width:200px;
}
.box_image span {
	display:block;
	padding-top:1px;
	padding-bottom:5px;
	font-size:0.85em;
	line-height:150%;
}
/*記事画像なし
-----------------------------------------*/
.box_entry2 {
	line-height:160%;
}
.box_entry2 span{
	line-height:160%;
}
.box_entry2 b{
	line-height:160%;
}
.box_entry2 em{
	line-height:160%;
}
 /*記事ボックス内のテーブル
 -----------------------------------------*/
.box_entry1 table, 
.box_entry2 table {
 	border-collapse:collapse;
 	border:1px #f1f1f1 solid;
     /*20190325 ADD*/
     table-layout: fixed;
 }


 .box table th,
 .box table td {
 	border:1px #f1f1f1 solid;
 	padding:1em;
     /*20190305 ADD*/
     word-wrap: break-word;
 }
/*20190325 ADD*/
.box_entry1 table th,
.box_entry2 table th {
    text-align:center;
    /*20190305 ADD*/
    width: 20%;
}

/*============================
	下層ページ共通
=============================*/

/*ページタイトル*/
.page_titleWrap{
	background:url(../../images/79/bgi-pagettl_001.gif) left top no-repeat;
	padding-top:29px;
}
.page_titleWrap2{
	background:url(../../images/79/bgi-topics_003.gif) left top repeat-y;
}
.page_title{
	padding:0px 15px;
	background:url(../../images/79/bgi-topics_004.gif) left bottom no-repeat;
}
.page_title h2{
	font-size:1.5em;
	line-height:140%;
	padding:15px 0px 15px 0px;
}
/*パン屑リスト*/
#pnkz {
	display:block;
	padding-left:5px;
	padding:5px 5px 5px 0px;
	border-bottom:dashed 1px #ffffff;
}
#pnkz p span{
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	margin-top:10px;
	width:670px;
	border:none;
    /*20190325 ADD*/
    table-layout: fixed;
}
#form01 tr, #map01 tr, #profile01 tr {
}
#form01 th, #map01 th, #profile01 th {
	vertical-align:top;
	color:#f1f1f1;
	padding:10px 5px;
	font-weight:bold;
	line-height:150%;
	border-left:none;
	border-right:none;
    /*20190325 ADD*/
    width: 30%;
}
#form01 td, #map01 td, #profile01 td {
	padding:10px 10px;
	line-height:150%;
	border-left:none;
	border-right:none;
}
#form01 tr:first-child th,
#form01 tr:first-child td,
#map01 tr:first-child th,
#map01 tr:first-child td,
#profile01 tr:first-child th,
#profile01 tr:first-child td {
	border-top:none;
}
#form01 tr:last-child th,
#form01 tr:last-child td,
#map01 tr:last-child th,
#map01 tr:last-child td,
#profile01 tr:last-child th,
#profile01 tr:last-child td {
	border-bottom:none;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
}
#form01 input, #form01 textarea {
	font-size:1.2em;
	padding:4px;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:10px 0px;
	border-bottom:dashed 1px #ffffff;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin:0 auto;
	margin:10px 0;
}
#map01 #frame iframe {
	width: 670px;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
#profile01{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	margin-left:5px;
	padding:10px 0 5px 0;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}

/* 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;
}


/* 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%;
}

