@charset "utf-8";

/* ***************************************
■基本スタイル
*************************************** */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	/*font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Meiryo","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: "メイリオ" , "Meiryo UI" , Helvetica, Meiryo, sans-serif , monospace;
	letter-spacing: .03em;
	font-size: 16px;
	font-size: 1.6rem; 
	color: #333;
	background-color:#fff;
	height: 100%;
}
p{
	margin:0;
	padding:0;
	font-weight:400;
} 
h1 , h2 , h3 , h4 {
	margin:0;
	padding:0;
	font-weight:500;
} 
ul{
	list-style:none;
	margin:0;
	padding:0;
}
li{
	list-style:none;
	margin:0;
	padding:0;
}
dl , dt , dd {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#509946;
}
a:hover img {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
img {
    border: 0px;
}
/**********************
ヘッダー
***********************/
#header {
	overflow:hidden;
	max-width:1000px;
	margin: 0 auto;
	padding:0 10px;
}
#header-title {
	padding:20px 0;
}
#header-title .header-link {
	float:right;
	border-right:1px dotted #666;
}
#header-title .header-link li {
	float:left;
	border-left:1px dotted #666;
}
#header-title .header-link li a {
	color:#333;
	display:block;
	font-size:15px;
	font-size:1.5rem;
	padding:0 10px;
}
#header-title .header-link li a:hover {
	background-color:#e5ecdd;
}
#header-title .header-tool {
	clear:both;
	padding-top:15px;
	overflow:hidden;
}
#header-title .search ,
#header-title .size {
	float:right;
	display:inline-block;
}
#header-title .size {
	color:#509946;
	font-weight:bold;
	margin-left:20px;
	line-height:20px;
}
#header-title .size-title {
	line-height:30px;
}
#header-title .size a {
	display:block;
	padding:5px;
	border:1px solid #509946;
	border-radius:5px;
	width:35px;
	margin:0 5px;
	text-align:center;
	float:right;
	cursor:pointer;
}
#header-title .size a:hover {
	background: rgba(80,153,70,0.4);
}
#header-title .size a:visited {
	background-color: #509946;
}


.searchform label{display: none;}
.searchform input[type="text"]{
	float: left;
	width: 140px;
	height: 28px;
	padding: 0 30px 0 10px;
	border:1px solid #509946;
	}
.searchform input[type="submit"]{
	float: left;
	width: 28px;
	height: 28px;
	margin: 1px 0 0 -28px;
	padding: 0;
	background: url(../img/search.gif) no-repeat;
	border: none;
	box-shadow: none;
	}
.searchform input[type="submit"]:hover{
	filter: alpha(opacity=80); /* マウスホバーでちょっと薄くする */
	-moz-opacity: 0.80;
	opacity: 0.80;
	}
/**********************
メニュー
***********************/
#navi .sub-menu li a.arrow ,
#navi .sub-menu2 li a.rod  {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
#navi .sub-menu li a.arrow::before,
#navi .sub-menu li a.arrow::after,
#navi .sub-menu2 li a.rod::before,
#navi .sub-menu2 li a.rod::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#navi li a {
	color:#509946;
	text-align:center;
	white-space: nowrap;
	
}
#navi li a:hover {
	color:#ffffff;
	background-color:#509946;
}
#navi-wrapper {

	position: relative;
}
.sub-wrapper {
	max-width:1000px;
	margin:0 auto;
	display:block;
}
#navi ul {
	overflow:hidden;
	text-align:center;
}
#navi li {
	width:auto;
	/*border-left:1px solid #ffffff;*/
	display:inline-block;
	font-size:15px;
	box-sizing:border-box;
	border-right:1px solid #509946;
	vertical-align: middle;
	
}
#navi li:first-child {
	border-left:1px solid #509946;
}
#navi li a {
    display: block;
    text-align: center;
    line-height: 1.2em;
	padding:5px 14px;
	min-height: 45px;
}
#navi li a.menu-1 {
    min-height: 45px;
	line-height: 45px;
}
#navi .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
	left:0;
	width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	background-color:#509946;
	padding:30px;
	box-sizing:border-box;
	
  }
  #navi .sub-menu a {
    padding: 5px;
	margin-left:0;
	margin-right:0;
    border-bottom: none;
    line-height: 1.2em;
	display:inline;
	text-align:left;
	color: #ffffff;
  }
  #navi .sub-menu li {
    display: block;
    font-size: 16px;
    padding-left: 10px;
    margin: 0;
	width:33%;
	float:left;
	border:none;
	background-image:none;
  }
  #navi ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #navi li:hover ul.sub-menu {
    top: 55px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
	
  }
  #navi .sub-menu li a:hover {
	  background-color:#3c6e39;
  }
  #navi .sub-menu li {

	  text-align:left;
  }
  #navi .sub-menu li a {
	  position:relative;
	  display:block;
	  box-sizing:border-box;
	  width:100%;
	  padding:8px 10px 8px 25px;
	  min-height:auto;
	  border-bottom:1px dotted #ffffff;
  }
#navi .sub-menu li a.arrow:before {
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*2階層目メニュー高さ*/
#navi .sub-menu li a.height2 {
	line-height: 2.4em;
	
}

/*3階層目メニュー*/
#navi .sub-menu2 {
	/*background-color:#3c6e39;*/
	overflow:hidden;
	margin-top:5px;	
}
#navi .sub-menu2 li {
	display:block;
	width:100%;
	padding-left:1em;
	font-size:14px;
}
#navi .sub-menu2 li a {
	border-bottom:none;

}
#navi .sub-menu2 li a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#navi .sub-menu2 li a.rod:before {
	left: 10px;
	width: 5px;
  height: 2px;
  border-top: 2px solid #fff;
}
/**********************
コンテンツ
***********************/
#pan {
	padding-bottom:40px;
	font-size:15px;
	font-size:1.5rem;
}
#pan br {
	display:none;
}
#main-contents {
	overflow:hidden;
	max-width:1000px;
	margin: 0 auto;
	padding:0 10px 100px 10px;
	clear:both;
}
#page-title_img {
	text-align:center;
	margin-top: 20px;
}
#page-title_img img {
	max-width:100%;
}
#page-contents img {
	max-width:100%;
	height:auto;
}
#page-contents {
	padding-right:30px;
}
/*********カテゴリーページ**********/
#category-contents h1 {
	font-size:15px;
	font-size:1.5rem;
}
#category-contents .category-menu {
	margin-top:5px;
}
#category-contents .category-menu a {
	display:block;
	background-color:#FFF;
	border: solid;
	border-color:#a8a8a8 #a8a8a8 #a8a8a8 #56a646;
	border-width: 1px 1px 1px 7px;
	border-radius:5px;
	padding:10px;
	min-height:80px;
	color:#333;
}
#category-contents .category-menu a:hover{
	background: rgba(80,153,70,0.2);
	color:#56a646;
	border-color:#56a646;
}
#category-contents .category-menu a:hover span{
	border-color:#56a646;
}

#category-contents .page-title {
	font-size:19px;
	font-size:1.9rem;
	padding:5px 0;
	margin-left:20px;
	line-height:1.2em;
	display:block;
}
#category-contents .page-setsumei {
	border-top:1px dotted #666;
	padding-top:5px;
	margin-left:20px;
	line-height:1.2em;
	font-size:15px;
	font-size:1.5rem;
	display:block;
}
#category-contents .category-menu a::after{
	left: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #56a646;
	border-right: 2px solid #56a646;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**********************
トップページ
***********************/
/*********トップページイメージ**********/
#header_img {
	height:700px;
	box-sizing:border-box;
	position:relative;
	margin-top: 20px;
}
#header_img .sengen {
	text-align: center;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header_img .slick-track {
	height: 700px;
}
.zoom-fade__item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.zoom-fade__item:first-child {
  background-image: url("../img/top-1.jpg");
}
.zoom-fade__item:nth-child(2) {
  background-image: url("../img/top-2.jpg");
}
.zoom-fade__item:nth-child(3) {
  background-image: url("../img/top-3.jpg");
}
.zoom-fade__item:nth-child(4) {
  background-image: url("../img/top-4.jpg");
}
.zoom-fade__item:nth-child(5) {
  background-image: url("../img/top-5.jpg");
}
.zoom-fade {
  overflow: hidden;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

/*ズーム（ズームイン）させるためのアニメーション*/
.add-animation {
  animation: zoom-fade 10s both;
}
@keyframes zoom-fade {
  0% {
    transform: scale(1);
  }
  100% {
	  transform: scale(1.1) rotate(0.1deg);
  }
}

@media screen and (max-width:1000px){
#page-title_img ,
	#header_img {
	margin-top: 44px;
	}
	
#header_img ,
#header_img .slick-track ,
.zoom-fade__item {
	height:350px;
}
#header_img .sengen img {
	height:300px;
}
}
@media screen and (max-width:480px){
#header_img ,
#header_img .slick-track ,
.zoom-fade__item {
	height:300px;
}
#header_img .sengen img {
	height:250px;
}
}

/*********トップページバナーエリア**********/
#top-banner {
	padding:30px 0;
	overflow:hidden;
}
#top-banner li {
	padding-top:10px;
	font-size:17px;
	font-size:1.7rem;
}
#top-banner li img {
	max-width:100%;
	/*height:100%;*/
	vertical-align: bottom;
}
#top-banner li a {
	display:block;
	background-image:url(../img/banner-back.gif);
	border-radius:5px;
	padding:5px 10px 10px 10px;
	
	color:#836138;
}
/*3番目だけ*/
#top-banner li:nth-child(3) {
	font-size:14px;
	font-size:1.4rem;
}
/*3番目だけ*/
#top-banner .banner-titlewrap {
	display: table;
	height:50px;
}
#top-banner li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#top-banner .banner-title {
	padding-left:25px;
	margin-bottom:5px;
	line-height:1.2em;
	display: table-cell;
  vertical-align: middle;
}
#top-banner .banner-title::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #836138;
}
#top-banner .banner-title::after{
	left: 5px;
	width: 5px;
	height: 5px;
	top:5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*********トップページバナー(右端固定)**********/
#kotei-banner {
	padding:30px 0;
	overflow:hidden;
	box-sizing:border-box;
}
#kotei-banner li {
	padding-top:10px;
}
#kotei-banner li img {
	width:100%;
	vertical-align: bottom;
}
#kotei-banner li a {
	display:block;
	background-image:url(../img/banner-back.gif);
	border-radius:5px;
	padding:5px 10px 10px 10px;
	font-size:15px;
	font-size:1.5rem;
	color:#836138;
}
#kotei-banner .banner-titlewrap {
	display: table;
	height:50px;
}
#kotei-banner li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#kotei-banner .banner-title {
	padding-left:25px;
	margin-bottom:5px;
	line-height:1.2em;
	display: table-cell;
  vertical-align: middle;
}
#kotei-banner .banner-title::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #836138;
}
#kotei-banner .banner-title::after{
	left: 5px;
	width: 5px;
	height: 5px;
	top:5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#kotei-banner li.jinzai-link {
	float: left;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}
#kotei-banner .jinzai-title {
	font-size:13px;
	font-size:1.3rem;
}
/*********新着情報/公社行事/トピックス **********/
#new h2 ,
#event h2 ,
#topics  h2 {
	color:#56a646;
	border-bottom:solid 3px #56a646;
	margin-bottom:5px;
	padding-left:10px;
	font-size:20px;
	font-size:2.0rem;
}
.new-list ,
.event-list {
	padding:10px;
	background-color:#f4f7e3;
}
.new-list li ,
.event-list li {
	padding:7px 0;
	border-bottom:1px dotted #999;
}
.new-list li:last-child ,
.event-list li:last-child {
	border-bottom:none;
}
.new-list a:hover ,
.event-list a:hover {
	text-decoration:underline;
}
#topics {
	padding-top:30px;
}
#topics .topics-listwrapper {
	margin-left:-10px;
	margin-right:-10px;
	overflow:hidden;
}
#topics .topics-list {
	padding:30px 15px 0 10px;
	display:inline-block;
	box-sizing: border-box;
	vertical-align:top;
}
#topics  .topics-list p {
	line-height:1.3em;
}
#topics .date {
	padding-bottom:5px;
	font-size:14px;
	font-size:1.4rem;
}
#topics .title {
	font-weight:bold;
	padding-bottom:5px;
	font-size:18px;
	font-size:1.8rem;
}
#topics .topics-list a:hover {
	text-decoration:underline;
}
@media screen and (min-width:1000px) {
#topics .topicsthumbnail img {
	width: 320px;/*PCのみ無理やりサイズ調整*/
    height: 240px;
}
}
#index-contents img {
	max-width:100%;
	height:auto;
}
#topics .more-link {
	float:right;
	font-size:14px;
	font-size:1.4rem;
}
.list-all a {
	display:block;
	float:right;
	color:#56a646;
	padding:2px 10px 2px 20px;
	border:1px solid #56a646;
	border-radius:5px;
	margin-top:10px;
}
.list-all a:hover{
	background: rgba(80,153,70,0.4);
}
.list-all a::before{
left: 3px;
width: 7px;
height: 1px;
background: #56a646;
}
.list-all a::after{
left: 3px;
width: 6px;
height: 6px;
border-top: 1px solid #56a646;
border-right: 1px solid #56a646;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/**********************
サイドメニュー
***********************/
#page-side .side-title {
	background-color:#509946;
	color:#FFF;
	font-size:18px;
	font-size:1.8rem;
	padding:8px;
	line-height:1.2em;
}
#page-side .menu {
	background-color:#fff;
	padding:3px;
}
#page-side .menu li {
	border-bottom:1px dotted #333;
	line-height:1.5em;
}
#page-side .menu li:last-child {
	border-bottom:none;
}
#page-side .menu li  a{
	display:block;
	padding:5px 5px 5px 20px;
	color:#333;
	position:relative;
}
#page-side .menu li  a:hover{
	background-color:#e5ecdd;
}
#page-side .menu li  a:before{
	content: '';
	position:absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left:5px;
	background-image: url(../img/icon-arrow-green.gif);
	background-repeat:no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
}
#page-side .sub-menu {
	background-color:#f6f6f1;
	border-top:1px dotted #333;
	font-size:13px;
	font-size: 1.3rem;
}
#page-side .sub-menu li:hover{
	background-color:#e5ecdd;
}
#page-side .sub-menu li a{
	margin-left:5px;
	position:relative;
}
#page-side .sub-menu li a:before{
	content: '';
	position:absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left:7px;
	background-image: url(../img/icon-arrow-brown.gif);
	background-repeat:no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
}
/*----------最新記事--------*/
#side-newlist  {
	padding:10px 0;
}
#side-newlist .new-menu {
	background-color:#fff;
	padding:3px;
}
#side-newlist .new-menu li {
	border-bottom:1px dotted #333;
}
#side-newlist .new-menu li  a{
	display:block;
	color:#333;
	font-size:90%;
	line-height:1.3em;
	padding:5px 2px;
}
#side-newlist .date{
	color:#888;
	font-size:80%;
	line-height:1.3em;
	display:block;
}
#side-newlist .new-menu li  a:hover{
	background-color:#e5ecdd;
}
/*----------サイドバナーエリア--------*/
#side-banner {
}
#side-banner li {
	padding-top:10px;
	font-size:16px;
	font-size:1.6rem;
}
/*3番目だけ*/
#side-banner li:nth-child(3) {
	font-size:14px;
	font-size:1.4rem;
}
/*3番目だけ*/
#side-banner li img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
#side-banner li a {
	display:block;
	background-image:url(../img/banner-back.gif);
	border-radius:5px;
	padding:5px 10px 10px 10px;
	color:#836138;
}
#side-banner li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#side-banner .banner-title {
	padding-left:25px;
	margin-bottom:5px;
	line-height:1.3em;
}
#side-banner .banner-title::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #836138;
}
#side-banner .banner-title::after{
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------固定サイドバナー--------*/
#side-kotei-banner {
	padding-bottom:30px;
}
#side-kotei-banner li {
	padding-top:10px;
}
#side-kotei-banner li img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
#side-kotei-banner li a {
	display:block;
	background-image:url(../img/banner-back.gif);
	border-radius:5px;
	padding:5px 10px 10px 10px;
	font-size:15px;
	font-size:1.5rem;
	color:#836138;
}
#side-kotei-banner li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#side-kotei-banner .banner-title {
	padding-left:25px;
	margin-bottom:5px;
	line-height:1.3em;
}
#side-kotei-banner .banner-title::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #836138;
}
#side-kotei-banner .banner-title::after{
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#side-kotei-banner .jinzai-title {
	font-size:13px;
	font-size:1.3rem;
}
#side-kotei-banner .jinzai-link {
	font-size:90%;
}
/**********************
フッター
***********************/
#footer {
	background-color:#509946;
	clear:both;
	margin-top:30px;
}
#footer-address-wrap{
	background-color:#f4f7e3;
	padding:20px 0;
}
#footer-address{
	max-width:1000px;
	margin: 0 auto;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.5em;
}
#footer-address .address {
	padding:0 10px;
}
#footer-address .north {
	border-right:1px dotted #999;
}
#footer-address .add-title {
	font-weight:bold;
}
#footer-address .address a {
	display:block;
	float:right;
	color:#99703d;
	padding:2px 5px 2px 15px;
	border:1px solid #99703d;
	border-radius:5px;
	margin-top:10px;
}
#footer-address .address-link::before{
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #99703d;
  border-right: 2px solid #99703d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer-address .address-link:hover{
	background: rgba(153,112,61,0.5);
}
#footer-address .contact {
	text-align:right;
}
#footer-contents{
	color:#FFF;
	max-width:1000px;
	margin: 0 auto;
	padding:20px 0;
}
#footer-contents .footer-menu {
	float:left;
	padding-right:30px;
}
#footer-contents .arrow::before {
	left: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer-contents .footer-menu li{
	line-height:1.4em;
}
#footer-contents .footer-menu li a{
	color:#FFF;
	font-size:14px;
	font-size:1.4rem;
	padding-left:25px;
}
#footer-contents .footer-menu li a:hover{
	text-decoration:underline;
}

#footer-contents .contact-link {
	color:#ffffff;
	padding:10px 20px 10px 25px;
	border:1px solid #ffffff;
	border-radius:5px;
	display:inline-block;
}
#footer-contents .contact-link:hover {
	background: rgba(255,255,255,0.3);
}

.sankaku{
	display:block;
	width: 0;
	height: 0;
	border: solid transparent;
	border-bottom: solid #fff;
	border-width: 8px 12px 20px;
	text-align:center;
	margin: 0 auto;
	margin-bottom:3px;
}

#footer-copy-wrap {
	clear:both;
	background-color:#FFF;
}
#footer .copy-area {	
	max-width:1000px;
	margin: 0 auto;
	padding:10px 0;
	overflow:hidden;
}
#footer .footer-logo {
	float:left;
}
#footer .footer-logo img {
	max-width:250px;
}
#footer .copyright {
	float:right;
	text-align:right;
	color:#509946;
	padding:5px 0;
	font-size:12px;
	font-size:1.2rem;
}
/*----------ページの先頭--------*/
#pageTop a {
	color:#FFF;
	display:block;
	width:65px;
	height:65px;
	border-radius:5px;
	background-color:#468246;
	font-size:11px;
	font-size:1.1rem;
	text-align:center;
	line-height:1.2em;
}
#pageTop a:hover {
	background-color:#3c6e39;
}
#pageTop {

  position: fixed;
  bottom: 70px;
  right: 30px;
}
#pageTop a {
  display: block;
  z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/**********************
矢印アイコン
***********************/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
vertical-align: middle;
text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#top-banner .arrow::before,
#top-banner .arrow::after,
#kotei-banner .arrow::before,
#kotei-banner .arrow::after{
position: absolute;
bottom: 0;
margin-top:15px;
content: "";
vertical-align: middle;
}






