*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
		position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.h-b-in {
	max-width: 1200px!important;
}
.h-t h1{
	max-width: 1200px!important;
	padding: 5px 0px 5px 5px!important;
}
#header{
	box-shadow: 1px 1px 4px #8b8b8b;
}
#wrapper{}
li{
	list-style: none;
}
#particles-js{
	position:fixed;/*描画固定*/
	z-index:-5;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}
footer{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 2;
}
/*-------------------------------*/
.pankuzu{
max-width:100%;

    background:#ff8235;
}
.p-top{
	padding:5px 10px;
}
.p-bottom{
	padding:0px 0px 10px 0px;

}
.breadcrumb {
	max-width: 1200px;
	margin-left: 0;
	padding-left: 5px;
	margin: 0px auto 0px;
  }

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
	font-weight: lighter;
  color: #fff;
font-size:13px;

}

.breadcrumb li::after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #fff;
}

.breadcrumb li:last-child::after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;
font-weight: bold;
}

.breadcrumb li a i {
padding-right:5px;
}

.breadcrumb li a:hover {
  color: #9bd2f2;
}
/*------------------------------------------*/
.top{
	width: 100vw;
	position: relative;
}
.top img{
	width: 100%;
}
.top .pcimg{
	display: block;
}
.top .mbimg{
	display: none;
}
.top .toplogo{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .toplogo img{
	width: 90%;
	max-width: 500px;
	margin: -5vw auto 0;
}
.top #canvas-container{
    width: 100%;
	position: absolute;
	left:0;
	bottom:-50px;
}
.top canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
}
.top_txt{
	padding:50px 0 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #ffe349;
}
.top_txt p{
	width: 90%;
	max-width: 1200px;
	line-height: 2em;
	font-size: 16px;
}
.slider img{
	width:100% ;
}
/*--------------------------------------*/
.event{
width:90%;
max-width: 1200px;
display: flex;
justify-content: center;
flex-direction: column;
margin:50px auto;
}
.event h2{
	width: 100%;
	color: #000;
	border-bottom: 4px solid #fc7727;
	font-size: 24px;
}
.event ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 0;
}
.event ul li{
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	padding:10px;
	border: 1px solid #ddd;
}
.event ul li.emp{
	width: 100%;
	max-width: 400px;
	display: block;
	border: 0px solid #fff!important;
}
.event ul li h3{
	width: 100%;
	font-size: 18px;
	margin: 0px 0 10px;
	display: flex;
}
.event ul li h3 div.month{
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
	max-width:60px;
	padding: 2px 5px;
	color:#fff;
	text-align: center;
}
.event ul li h3 div.h3txt{
	width: 100%;
	min-height: 60px;
	padding: 2px 5px;
	text-align: left;
	display: flex;
	align-items:center;
}
.event ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*--------------------------------------*/
.event ul li h3.m1{
	border: 2px solid #72381f;
}
.event ul li h3.m1 div.month{
	background:#72381f;
}
.event ul li h3.m1 div.h3txt{
	color:#72381f;
}
/*--------------------------------------*/
.event ul li h3.m2{
	border: 2px solid #0a1d83;
}
.event ul li h3.m2 div.month{
	background:#0a1d83;
}
.event ul li h3.m2 div.h3txt{
	color:#0a1d83;
}
/*--------------------------------------*/
.event ul li h3.m3{
	border: 2px solid #ee33b6;
}
.event ul li h3.m3 div.month{
	background:#ee33b6;
}
.event ul li h3.m3 div.h3txt{
	color:#ee33b6;
}
/*--------------------------------------*/
.event ul li h3.m4{
	border: 2px solid #454545;
}
.event ul li h3.m4 div.month{
	background:#454545;
}
.event ul li h3.m4 div.h3txt{
	color:#454545;
}
/*--------------------------------------*/
.event ul li h3.m5{
	border: 2px solid #2e8e49;
}
.event ul li h3.m5 div.month{
	background:#2e8e49;
}
.event ul li h3.m5 div.h3txt{
	color:#2e8e49;
}
/*--------------------------------------*/
.event ul li h3.m6{
	border: 2px solid #28a5d6;
}
.event ul li h3.m6 div.month{
	background:#28a5d6;
}
.event ul li h3.m6 div.h3txt{
	color:#28a5d6;
}
/*--------------------------------------*/
.event ul li h3.m7{
	border: 2px solid #824eb0;
}
.event ul li h3.m7 div.month{
	background:#824eb0;
}
.event ul li h3.m7 div.h3txt{
	color:#824eb0;
}
/*--------------------------------------*/
.event ul li p{
	font-size: 15px;
}
.event ul li img{
	width: 100%;
}
/*----------------------------------------------------*/

.middle_box{
	width: 90%;
	max-width: 1200px;
	margin:0 auto;
}
.slider{
	width:calc(100% - 0px);
	display: flex;
}
.ca_banner{
	width:calc(100% - 0px);
}
/*--------------------------------------*/
.topBtn {
  position:fixed;
  bottom:60px;
  right:0;
  display:inline-block;
  background-color:rgba(255,169,117,0.9);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  width:70px;
  text-align:center;
  box-sizing:border-box;
  border-radius:5px 0 0 5px;
  padding: 3px 5px;
	z-index: 5;
}

.topBtn2 {
  position:fixed;
  bottom:30px;
  right:0;
  display:inline-block;
  background-color:rgba(96,186,156,0.9);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  width:70px;
  text-align:center;
  box-sizing:border-box;
  border-radius:5px 0 0 5px;
  padding: 5px 5px 3px;
	z-index: 5;
}


/*--------------------------------------*/
.box1{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	padding: 30px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 1px 1px 4px #8b8b8b;
}
.box1-out{
max-width: 1200px;
margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box1-in{
	width: 100%;
	display: block;
	color:#fff;
}
.box1-in h2{
	font-size: 24px;
	margin-bottom: 15px;
}
.box1-in p{
	font-size: 15px;
}
.box1-out img{
	width: 240px;
	height: 240px;
}
#shop_bg{
	background: #7f72c4;
}
#live_bg{
	background: #50ba99;
}
#tour_bg{
	background: #f28c41;
}
#relax_bg{
	background: #f16a96;
}
#eat_bg{
	background: #f27474;
}
#medicine_bg{
	background: #5374df;
}
#sweets_bg{
	background: #f7bd42;
}
#household_bg{
	background: #8bc332;
}
#gift_bg{
		background: #509de5;
}
#fashion_bg{
			background: #b977c9;
}
#beauty_bg{
			background: #6ac1b8;
}
/*---------------------------------------*/

.box_catab{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_catab_in{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_catab_in ul{
width: 100%;
display: flex;
justify-content:center;
flex-wrap: wrap;
}
.box_catab_in ul li{
width:85px;
padding:5px;
}
.box_catab_in ul li img{
width:100%;
}
/*----------------------------------------*/
.box2{
	width: 90%;
	max-width: 1200px;
	display: block;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
	margin: 0 auto;
}
/*----------------------------------------*/
.box2 .sort{
	border: 1px solid #ddd;
	width: 145px;
	padding: 2px 5px 1px 0px;
	border-radius:3px;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	font-size:14px;
	background: #fff;
}
.sort.desc:after {
  content:"▼";
}
.sort.asc:after {
  content:"▲";
}
.sort:after {
  font-size:0.8em;
  margin-left:5px;
	position: absolute;
	right: 5px;
	top:5px;
}
/*---------------------------------------*/

.sb{
  width: 100%;
margin:40px 0;
}
.sb h2{
	color:#474747;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
}
.sb-txt{
padding:0 20px;
font-size: 15px;
text-align: center;
color: #b01321;
}
/*-------------------------------*/

.grad-in{
	width: 100%;
	display: block;
justify-content: center;
align-items: center;
text-align: center;
}
.grad-btn {
  background:#ff6363;
	color:#fff;
	font-size:15px;
	padding:3px 30px 2px;
	border-radius: 20px;
	box-shadow: 1px 1px 4px #8b8b8b;
}
.grad-btn::before {
  content: "+ 絞り込み検索";
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*髫�縺励◆迥ｶ諷九�鬮倥＆*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ縺ｧ髫�縺咎ｫ倥＆*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｯ蟶ｸ縺ｫ髱櫁｡ｨ遉ｺ*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "× 絞り込み検索とじる" /*繝√ぉ繝�け縺輔ｌ縺ｦ縺�◆繧峨∵枚險繧貞､画峩縺吶ｋ*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*繝√ぉ繝�け縺輔ｌ縺ｦ縺�◆繧峨�ｫ倥＆繧呈綾縺�*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
/*---------------------------*/
.sb-in{
	width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 0 0 20px;
}
.sb-name{
	text-align: left;
	font-size: 20px;
	width: 100%;
}
.sb-name b i{
	padding-right: 7px;
	color:#b01321;
}
.serchBox{
display: flex;
justify-content: space-between;
	/*
	border-bottom: solid 3px #A0C238;*/
	appearance: none;
-webkit-appearance:none
color: #000;

}
.form{
	display: block;
width: 100%;
text-align: center;
}
.serchBox label{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.serchBox label i{
	padding-right: 7px;
	color:#b01321;
}
.serchBox select{
	width:180px;
	height: 30px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
border: none;
border:  1px solid #000;
background-color: transparent;
background: #fff;
color: #000;
}

.serchBox select::-ms-expand {
	display: none;
}
.serchBox select:hover {
	color: #000;
	background: rgb(135,206,250,0.3);
}

ul {
	padding-left: 0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
#page {
	width: 100%;
	margin: 0 auto;
}

.searchList {
	margin-bottom: 20px;
}
.searchList li {
	display: inline-block;
}
/*------------------*/
.ken-in{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0;
}
.kensakubox{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
  box-sizing: border-box;
}
.kensakubox input[type="text"]{
  border: 1px solid #999;
  padding: 3px 5px;
  border-radius: 20px;
  overflow: hidden;
	margin: 5px;
	width: calc(100% - 100px);
	height: 40px;
}
.kensakubox input[type="text"]:focus {
  outline: 0;
}
.kensakubox input[type="button"]{
  cursor: pointer;
  border: none;
  outline : none;
  display: inline-block;
  vertical-align: middle;
	width: 50px;
	height: 47px;
	background: url("img/search.png") no-repeat scroll;
	background-size: 100%;
	margin: 5px 2px;
	border-radius: 50%;
	box-shadow: 1px 1px 4px #8b8b8b;
}
.kensakubox input[type="reset"]{
	cursor: pointer;
  border: none;
  outline : none;
  display: inline-block;
  vertical-align: middle;
	width: 50px;
	height: 47px;
	background: url("img/batsu.png") no-repeat scroll;
	background-size: 100%;
	border-radius: 50%;
	margin: 5px 2px;
	box-shadow: 1px 1px 4px #8b8b8b;
}
/*-----------------------*/
.icon-explanation{
	width: 100%;
	max-width: 1200px;
	display: block;
	justify-content: center;
	margin: 10px auto 20px;
}
.icon-explanation img{
	width: 100%;
}
.mbimg{
	display: none;
}
/*-----------------------*/
.select-mini{
	width: 100%;
	max-width: 1200px;
	display: block;
	justify-content: center;
	margin: 20px auto;
}
.select-title{
font-weight: bold;
color:#38291c;
font-size: 20px;
text-align:left;
}
.select{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align:center;
}
.select2{
	width: 100%;
	margin: 0 auto;
	text-align:left;
}
.select label {
  display: inline-block;
	margin: 2px;
}
[class*="hidden-"] {display: none;}
.select input[type="checkbox"] {
  display    : none;            /* チェックボックスは非表示 */
}

 /* --- チェックボックス直後のlabel --- */
.select input[type="checkbox"] + img{
  display    : inline-block;
  margin     : 2px;             /* labelの間隔  */
  opacity    : 0.4;             /* 透明度       */
  cursor     : pointer;         /* カーソル設定 */
  transition : .2s;             /* なめらか変化 */
	width: 100%;
	max-width: 100px;
	border-radius: 10px;
	/*
	box-shadow: 2px 2px 4px #222;*/
}
 /* --- 選択されたチェックボックス直後のlabel --- */
.select input[type="checkbox"]:checked + img {
  opacity    : 1;             /* なめらか変化 */
	width: 100%;
}


.select2 label {
  display: inline-block;
	margin: 3px;
}

.select2 input[type="checkbox"] {
  display    : none;            /* チェックボックスは非表示 */
}

 /* --- チェックボックス直後のlabel --- */
.select2 input[type="checkbox"] + span{
  display    : inline-block;   /* 透明度       */
  cursor     : pointer;         /* カーソル設定 */
  transition : .2s;             /* なめらか変化 */
	background: #de9a09;
	color:#fff;
	padding: 2px 10px;
	border-radius: 10px;
	font-size: 15px;
  opacity    : 0.4;             /* 透明度       */
	/*
	box-shadow: 2px 2px 4px #222;*/
	box-shadow: 1px 1px 4px #8b8b8b;
}

 /* --- 選択されたチェックボックス直後のlabel --- */
.select2 input[type="checkbox"]:checked + span{
  opacity    : 1;
}

#all {
  display    : none;            /* チェックボックスは非表示 */
}
#all + span{
 display    : inline-block;
 opacity    : 0.7;             /* 透明度       */
 cursor     : pointer;         /* カーソル設定 */
 transition : .2s;             /* なめらか変化 */
 background: #8c8c8c;
 color:#fff;
 padding: 5px 10px;
 border-radius: 10px;
 font-size: 15px;
 box-shadow: 1px 1px 4px #8b8b8b;
}

.list .hidden {
  display: none;
}
/*----------------------------------------*/
.box2-in{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
/* 横並びに表示する */
flex-direction: row;
/* 画面幅に収まらない場合は折り返す */
flex-wrap: wrap;
}
.box2-mini{
	border:1px solid #ddd;
	padding: 20px;
	background: #fff;
	max-width: 400px;
	text-align: center;
	min-height: 435.5px;
}
.box2-mini h3{
	font-size: 15px;
		text-align: left;
		min-height: 48px;
		display: flex;
		align-items:center;
		border-left:4px solid  #ffe349;
		border-top:1px solid  #ffe349;
		border-bottom:1px solid  #ffe349;
		border-right:1px solid  #ffe349;
		padding-left: 10px;
}
.box2-mini img{
	width: 100%;
	margin:10px 0;
	display: block;
	vertical-align: bottom;
	border-radius: 5px;
}
.box2-mini table{
	width: 100%;
border-collapse: collapse;
	text-align: left;
margin-bottom: 0px;
}
.box2-mini table tr{
border-top: 1px solid #c8c8c8;
}
.box2-mini table tr:last-child{
border-bottom: 1px solid #c8c8c8;
}
.box2-mini table tr th{
font-size: 13px;
	padding: 5px;
	width:80px;
	font-weight: lighter;
	background: #f4f4f4;
	vertical-align: top;
}
.box2-mini table tr td{
	padding: 5px;
	font-size: 13px;
}
.box2-mini table tr td a{
	text-decoration: none;
}
.box2-mini table tr td .b2m-tel{
}
.box2-mini table tr td .b2m-map{
}
.shop_image{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-bottom:10px;
}
.shop_image img{
	width: 49%;
	border-radius: 5px;
}
.b2m-link{
	text-decoration: none;
	color:#fff;
	padding: 5px 30px;
	border-radius: 20px;
background:#ff6363;
position: relative;
box-shadow: 1px 1px 4px #8b8b8b;
font-size: 14px;
}
.b2m-link:hover{
	transition:0.5s;
	color:#fff;
background:#fea6a6;
}
.b2m-link i{
	color:#fff;
position: absolute;
right: 5px;
top:8px;
font-size: 15px;
}
/*----------------------------------------*/
.syusai{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	background: #f49c00;
	color:#fff;
	font-size: 13px;
}
	.syusai p a{
		text-decoration: none;
		color:#fff;
	}
	/*-------------------*/


	.box-info{
		width: 100%;
		max-width: 1200px;
		margin: 20px auto;
		padding: 30px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.box-info-out{
	margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.box-info-in{
		width: 100%;
		display: block;
	}
	.box-info-in h2{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.box-info-in p{
		font-size: 15px;
		line-height: 1.75em;
	}
	.box-info-in p a{
		text-decoration: none;
		color:#60ba9c;
		border-bottom:1px solid #60ba9c;
	}
@media screen and (max-width: 1334px) {
.box1{
	max-width: 1200px;
}
	.box1-out{
		max-width: 1200px;
	}
.box1-out img{
	width: 200px;
	height: 200px;
	margin-left: 10px;
}
	.box2{
		width: 90%;
		max-width: 1200px;
	}
	.box2-mini{
	}

	/*----------------------------------*/
	.serchBox {
		display: block;
		margin: 0px auto;
		padding: 0px 0 0;
	}
	.serchBox select{
		width: 100%;
	}
	.serchBox label{
	}
	.ken-in{
		width: 100%;
	  padding: 10px 0;
	}
	.select {
	}
	.select-title {
	    font-size: 16px;
	}
	.select label{
	}
	.kensakubox input[type="text"]{
		margin:0 5px;
		width: calc(100% - 80px);
		height:30px;
	}
	.kensakubox input[type="text"]:focus {
	}
	.kensakubox input[type="button"]{
		width: 40px;
			height: 38px;
		background-position:center;
	}
	.kensakubox input[type="reset"]{
		width: 40px;
			height: 38px;
		background-position:center;
	}
	.select input[type="checkbox"] + img{
	margin: 2px;
	border-radius: 8px;
	}
	 /* --- 選択されたチェックボックス直後のlabel --- */
	.select input[type="checkbox"]:checked + img {
	}

	 /* --- 選択されたチェックボックス直後のlabel --- */
	.select input[type="checkbox"] + img:hover {
	}

	.select2 label {

	}

	.select2 input[type="checkbox"] {
	}

	 /* --- チェックボックス直後のlabel --- */
	.select2 input[type="checkbox"] + span{

		 padding:2px 5px;
		 border-radius: 5px;
		 font-size: 14px;
	}

	 /* --- 選択されたチェックボックス直後のlabel --- */
	.select2 input[type="checkbox"]:checked + span{
	  opacity    : 1;
	}

	#all {
	}
	#all + span{
	 padding:2px 5px;
	 border-radius: 5px;
	 font-size: 14px;
	}
	.sb h2{
		font-size: 20px;
		margin: 0;
	}
	.sb-in{
			padding:5px 20px 5px;
	}

	.sb-txt{
	padding:15px 20px 0px;
	text-align: left;
	font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {
	.box1{
		max-width: none;
		margin:0px auto 0px;
	}
	.box2{
		width: 90%;
		max-width: 600px;
	}
	.box2-mini{
	}

}
/*----------------------------------------*/
@media screen and (max-width: 666px) {

	.breadcrumb li {
	font-size:10px;

	}

	.top .pcimg{
		display: none;
	}
	.top .mbimg{
		display: block;
	}
	
.top .toplogo img{
	margin: -15vw auto 0;
}
	.box1-out{
	}
.box1-out img{
	width:100px;
	height: 100px;
}
	.box1-in h2{
		font-size:18px;
	}
	.box1-in p{
		font-size: 14px;
	}
	.box2{
		width: 85%;
		max-width: 400px;
	}
	.box2-mini{
		max-width:400px;
		min-height: 508px;
		margin: 0 0 5px;
	}
	.box2-mini h3{
		font-size: 16px;
	}
	.box2-mini table tr th{
	font-size: 13px;
	}
	.box2-mini table tr td{
	font-size: 13px;
	}
	.b2m-link{
	font-size: 13px;
	}
}

@media only screen and (max-width: 400px) {

	.kensakubox input[type="button"]{
		width: 36px;
			height: 34px;
	}
	.kensakubox input[type="reset"]{
		width: 36px;
			height: 34px;
	}
	.box2-mini{
		min-height: 480px;
	}
}

@media only screen and (max-width: 380px) {

	.box2-mini{
		min-height: 460px;
	}
}
@media only screen and (max-width: 350px) {

	.box2-mini{
		min-height: 445px;
	}
}

@media only screen and (max-width: 330px) {

	.box2-mini{
		min-height: 435px;
	}
}
