@charset "utf-8";
/*
Theme Name: 雀サクッNEWS
Theme URI: 
Description: 
Author: jan39
Author URI: http://jan39.com
*/

:root{
	--main-color: #666565;
	--light-gray-color: #B2B2B2;
	--white-color: #FFFFFF;
	--black-color: #000000;
	--green-color: #25923B;
	--light-green-color: #EEF6EF;
	--border-color: #DCDCDC;
	--bg-color: #F6F6F6;
	--rank1-color: #EBD82B;
	--rank2-color: #D4D4D4;
	--rank3-color: #DC8D17;
	--rank-color: #BED4C2;
	--red-color: #C90B16;
	--cell-color: #FAFAFA;
	--hover-color: #FAFFFA;
}
* {
	min-height:0;
	min-width : 0;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	color: var(--main-color);
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
.w100 {
	width: 100%;
}
.wauto {
	width: auto;
}
strong {
	font-weight: bold;
}
small {
	font-size: 85%;
}
input[type=text] {
	border: 1px #B2B2B2 solid;
	outline: none;
	padding: 8px 10px;
}
select {
	width: 100%;
	padding: 7px;
	outline: none;
	border: 1px var(--border-color) solid;
	background: var(--white-color);
	color: var(--main-color);
	font-size: 15px;
	border-radius: 0;
}
textarea {
	line-height: 1.4;
}
img {
	max-width: 100%;
}
a {
	color: var(--green-color);
	text-decoration: none;
}
.link_category {
	font-weight: 500;
	text-decoration: underline;
	margin: 0 7px;
	display: inline-block;
}
p {
	margin: 0.8em 0;
}
table {
	width: 100%;
}
th, td {
	padding: 5px;
	border: 1px var(--border-color) solid;
}
th {
	background: var(--cell-color);
	font-weight: 500;
}
.lh10 {
	line-height: 1.0;
}
.lh12 {
	line-height: 1.2;
}
.lh14 {
	line-height: 1.4;
}
.lh16 {
	line-height: 1.6;
}
.lh18 {
	line-height: 1.8;
}
.lh20 {
	line-height: 2.0;
}
.mt5 {
    margin-top: 5px;
} 
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.pad10 {
    padding: 10px;
}
.pad20 {
    padding: 20px;
}
.pad10_0 {
    padding: 10px 0;
}
.pad5_0 {
    padding: 5px 0;
}
.al_left {
    text-align: left;
}
.al_right {
    text-align: right;
}
.al_center {
    text-align: center;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.warning {
	color: #f22;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	font-size: 0.85rem;
	color: var(--light-gray-color);
}
.breadcrumb a {
	color: var(--light-gray-color);
}
.breadcrumb li:after {
	content: ">";
	color: var(--light-gray-color);
	margin: 7px;
}
.breadcrumb li:last-child:after {
	content: "";
}
#contents h1, #contents h2 {
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 3px var(--light-gray-color) solid;
	padding: 5px 7px;
	margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
h3 {
	font-size: 1.2rem;
	font-weight: 500;
}
h4 {
	font-weight: 500;
	font-size: 1.0rem;
	padding-bottom: 5px;
	border-bottom: 1px var(--light-gray-color) solid;
	margin-bottom: 10px;
}
.logo {
	width: 220px;
}
header {
	position: relative;
	z-index: 999;
}
.header_main {
	padding: 10px 10px 5px;
	display: flex;
	align-items: center;
}
.header_logo {
	width: 50%;
	height: 70px;
}
.header_item {
	width: 50%;
	display: flex;
	gap: 60px;
	align-items: center;
}
.header_item ul {
	display: flex;
	gap: 25px;
	line-height: 1.2;
}
.header_item a {
	display: block;
	width: 70px;
	text-align: center;
	font-weight: bold;
}
.txt_search {
	position: relative;
}
.txt_search input {
	border-radius: 20px;
	padding: 10px 40px 10px 15px;
	width: 100%;
}
.txt_search img {
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}

.catchcopy {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
	color: var(--black-color);
}
.header_menu {
	background: var(--green-color);
	color: var(--white-color);
	padding: 10px;
}
.header_menu ul {
	display: flex;
	justify-content: center;
}
.header_menu li {
	width: 16.67%;
	border-right: 1px var(--white-color) solid;
	margin-right: 5px;
	padding-right: 5px;
}
.header_menu li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.header_menu li a, .header_menu li span {
	display: block;
	text-align: center;
	color: var(--white-color);
}
.header_menu li a:hover, .header_menu li span:hover {
	font-weight: 500;
}
.header_menu li span {
	cursor: default;
}
.header_menu_sp {
	display: none;
}

.menu_search_area {
	position: relative;
}
.menu_search_area:hover > .header_submenu_area {
	display: block !important;
}
.menu_search_area:hover > .header_submenu_category {
	display: none !important;
}
.menu_search_category {
	position: relative;
}
.menu_search_category:hover > .header_submenu_category {
	display: block !important;
}
.menu_search_category:hover > .header_submenu_area {
	display: none !important;
}

.header_submenu {
	display: none !important;
	position: absolute;
	top: 20px;
	width: 120%;
	border-top: 14px var(--green-color) solid;
	left: -4px;
}
.header_submenu_category {
	width: 140%;
}
.header_submenu li {
	width: 100%;
	margin-right: 0;
	padding-right: 0;
	border-bottom: 1px var(--border-color) dotted;
	border-left: 1px var(--border-color) solid !important;
	border-right: 1px var(--border-color) solid !important;
	background: var(--white-color);
}
.header_submenu li:last-child {
	border-bottom: 1px var(--border-color) solid !important;
}
.header_submenu li a {
	color: var(--green-color);
	text-align: left;
	display: block;
	padding: 7px 15px;
	position: relative;
	font-size: 0.85rem;
}
.header_submenu li a:after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 0.7rem;
}
.header_submenu li a:hover {
	background: var(--hover-color);
}


footer {
	background: #333;
	border-top: 1px #707070 solid;
	color: var(--white-color);
	padding: 40px 10px;
}
footer ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
footer li {
	padding-right: 100px;
	margin-right: 100px;
	border-right: 1px #707070 solid;
}
footer li:first-child {
	padding-left: 100px;
}
footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
footer li a {
	color: var(--white-color);
}
footer li a:hover {
	font-weight: 500;
}
.copyright {
	display: block;
	text-align: center;
}
main {
	background: var(--bg-color);
	padding: 20px 10px 50px;
}
#page {
	display: flex;
	gap: 20px;
}
#contents {
	width: calc(100% - 280px);
	background: var(--white-color);
	border-radius: 10px;
	padding: 20px 30px;
	box-shadow: 1px 2px 2px #ddd;
}
#side {
	width: 280px;
	background: var(--white-color);
	border-radius: 10px;
	padding: 20px 15px;
	box-shadow: 1px 2px 2px #ddd;
}
#side h4 {
	color: var(--black-color);
	border-bottom: 3px var(--green-color) solid;
	font-weight: bold;
}
#side h4 img {
	vertical-align: middle;
	margin-right: 7px;
}
#side article {
	margin-bottom: 25px;
}
#side article:last-child {
	margin-bottom: 0;
}
.side_banner {
	text-align: center;
}
.side_banner a:hover {
	opacity: 0.8;
	transition: 0.5s;
}
.footer_menu {
	background: var(--bg-color);
	padding-bottom: 30px;
}
.footer_menu .wrap {
	display: flex;
	gap: 20px;
}
.footer_category {
	width: calc(100% - 280px);
}
.footer_link {
	width: 280px;
}
.footer_link ul {
	display: flex;
	gap: 40px;
	justify-content: center;
}
.footer_menu h4 {
	margin-bottom: 20px;
}
.box_footer_category {
	display: flex;
}
.box_footer_category ul {
	width: 25%;
}
.box_footer_category a {
	color: var(--main-color);
}
.side_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.side_area li {
	width: 78px;
	background: var(--light-green-color);
	text-align: center;
	transition: 0.5s;
}
.side_area li a {
	display: block;
	padding: 10px 15px 7px;
	color: var(--main-color);
}
.side_area img {
	width: 100%;
	height: 36px;
	object-fit: contain;
}
.side_ranking li {
	padding: 10px 0;
	border-bottom: 3px var(--light-gray-color) solid;
}
.side_ranking li a {
	display: flex;
	gap: 10px;
	color: var(--black-color);
	font-weight: 600;
	line-height: 1.1;
	min-height: 70px;
}
.side_ranking li a div:nth-of-type(1) {
	width: 50%;
}
.side_ranking li a div:nth-of-type(2) {
	width: 50%;
}
.side_ranking li a div:nth-of-type(1) {
	display: flex;
	gap: 5px;
}
.side_ranking img {
	width: calc(100% - 24px);
	object-fit: contain;
}
.rank {
	background: var(--rank-color);
	width: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rank1 {
	background: var(--rank1-color);
}
.rank2 {
	background: var(--rank2-color);
}
.rank3 {
	background: var(--rank3-color);
}
.lbl_pickup {
	background: var(--red-color);
	color: var(--white-color);
	font-size: 0.9rem;
	display: inline-block;
	padding: 1px 8px;
	margin-right: 7px;
}
.lst_pickup {
	margin-bottom: 30px !important;
}
.lst_pickup li {
	display: flex;
	gap: 30px;
}
.lst_pickup div:nth-of-type(1) {
	width: 35%;
}
.lst_pickup div:nth-of-type(1) img {
	width: 100%;
	max-height: 250px;
	object-fit: contain;
}
.lst_pickup div:nth-of-type(2) {
	width: 65%;
}
.lst_pickup img:hover, .lst_index img:hover, .lst_news img:hover, .side_ranking li a:hover, .ranking img:hover {
	opacity: 0.8;
}
.news_title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--black-color);
	font-weight: bold;
}
.news_main_title {
	color: var(--black-color);
	border-bottom: none !important;
}
h3.news_title {
	font-size: 1.0rem;
	margin-bottom: 3px;
}
h3.news_title:hover {
	text-decoration: underline;
}
.news_date {
	color: var(--light-gray-color);
	display: inline-block;
	margin: 0;
}
.news_content {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	margin: 10px 0;
	font-size: 0.9rem;
}
.more {
	font-size: 0.9rem;
	font-weight: 400;
}
.lst_index {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 15px;
}
.lst_index li {
	width: 48%;
	display: flex;
	border-bottom: 1px var(--border-color) solid;
	padding: 15px 0 15px 20px;
	gap: 15px;
}
.lst_index li img {
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}
.lst_index li div:nth-of-type(1) {
	width: 120px;
}
.lst_index li div:nth-of-type(2) {
	width: calc(100% - 120px);
}

.lst_news {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 15px;
}
.lst_news li {
	width: 100%;
	display: flex;
	border-bottom: 1px var(--border-color) solid;
	padding: 15px 0 15px 20px;
	gap: 20px;
}
.lst_news li img {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}
.lst_news li div:nth-of-type(1) {
	width: 200px;
}
.lst_news li div:nth-of-type(2) {
	width: calc(100% - 200px);
}
.lst_news_image {
	position: relative;
}
.lst_news_image small {
	position: absolute;
	background: var(--red-color);
	color: var(--white-color);
	padding: 0 5px 2px;
	font-size: 0.75rem;
	font-weight: 500;
	z-index: 1;
}
.pager {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 15px 0;
}
.pager a {
	width: 46px;
	display: inline-block;
	padding: 5px;
	text-align: center;
	color: var(--main-color);
	border: 1px var(--green-color) solid;
	border-radius: 5px;
}
.pager a:hover {
	background: var(--hover-color);
}
.pager span {
	width: 46px;
	display: inline-block;
	padding: 5px;
	text-align: center;
	color: var(--white-color);
	background: var(--green-color);
	border: 1px var(--green-color) solid;
	border-radius: 5px;
}
.pager .pager_control a {
	color: var(--green-color);
}
.list_category {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 30px 0;
}
.list_category li {
	width: 32%;
}
.list_category li a {
	text-decoration: underline;
}
.news_main_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px var(--border-color) solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}
.new_main_head_share {
	display: flex;
	gap: 20px;
	align-items: center;
}
.new_main_head_share span {
	color: var(--light-gray-color);
	border: 1px var(--light-gray-color) solid;
	display: inline-block;
	padding: 3px 10px;
	font-weight: 500;
	position: relative;
}
.new_main_head_share span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 7px solid var(--white-color);
	z-index: 2;
}
.new_main_head_share span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 7px solid var(--light-gray-color);
	z-index: 1;
}
.news_main_contents {
	overflow-wrap: break-word;
	margin-bottom: 40px;
}
.news_main_contents h1, .news_main_contents h2 {
	border-bottom: none !important;
	padding: 0 !important;
}
.news_main_contents th, .news_main_contents td {
	padding: 5px 7px;
}
.news_main_contents iframe {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}
.news_main_contents h3, .news_main_contents h4, .news_main_contents h5 {
	margin: 10px 0;
}

.news_main_contents p {
	margin: 0.3em 0;
}
.news_main_contents a:hover {
	text-decoration: underline;
}
.news_main_image {
	display: block;
	margin: 0 auto;
	max-width: 450px;
}
.news_tag {
	background: var(--green-color);
	color: var(--white-color);
	padding: 3px 10px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 3px;
}
.news_tag_word {
	
}
.news_sub_image {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	justify-content: center;
	gap: 10px;
}
.news_sub_image li {
	width: 49%;
}
.ranking {
	margin: 30px 0;
}
.ranking li {
	padding: 10px 0;
	border-bottom: 1px var(--border-color) solid;
}
.ranking li a {
	display: flex;
	gap: 10px;
	color: var(--black-color);
	font-weight: 600;
	line-height: 1.4;
	min-height: 70px;
}
.ranking img {
	width: calc(100% - 24px);
	object-fit: contain;
}
.ranking li a div:nth-of-type(1) {
	display: flex;
	gap: 5px;
}
.ranking li a div:nth-of-type(1) {
	width: 200px;
}
.ranking li a div:nth-of-type(2) {
	width: calc(100% - 200px);
}
.ranking_content {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	margin: 10px 0;
	font-size: 0.8rem;
	font-weight: 400;
}
.ranking h4 {
	font-weight: 600;
	border-bottom: none;
}
.ranking h4:hover {
	text-decoration: underline;
}
.menu_calender {
	display: flex;
	align-items: center;
	gap: 30px;
}
.menu_calender li:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
}
.menu_calender li:nth-of-type(2) label {
	width: 20%;
}

.calendar {
	margin: 15px 0;
}
.calendar dl {
	display: flex;
}
.calendar dd, .calendar dt {
	border: 1px var(--border-color) solid;
	padding: 5px 10px;
}
.calendar dt {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	background: var(--cell-color);
	border-right: none;
}
.calendar dd {
	width: calc(100% - 60px);
}
.calendar .sat {
	color: #22f;
}
.calendar .sun {
	color: #f22;
}
.calendar_news {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px var(--border-color) solid;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.calendar_news:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.calendar_news li:nth-of-type(1) {
	width: 55px;
}
.calendar_news li:nth-of-type(2) {
	width: calc(100% - 55px);
}
.calendar_news img {
	width: 100%;
	height: 55px;
	object-fit: contain;
}
.calendar_news a {
	display: block;
}
.calendar_news a:hover {
	text-decoration : underline;
}
.calendar_news small {
	display: inline-block;
	background: var(--green-color);
	color: var(--white-color);
	padding: 0px 3px;
	margin-right: 3px;
	border-radius: 5px;
}
.pai_img {
	width: 22px;
}

.relate_shop_all{
	margin-bottom: 40px;
    gap: 15px;
}
.relate_shop{
	width: 100%;
	display: flex;
	gap: 20px;
	padding: 10px 0 15px 20px;
	border-bottom: 1px var(--border-color) solid;
}

.relate_shop_a{
	width: 150px;
	padding-right:150px;
}
.relate_shop_a img{
	height: 100%;
	width: 150px;
	max-width: 150px;
	margin: auto 0;
	object-fit: contain;
}

.relate_shop_a img:hover{ 
	opacity:0.7;
}
.relate_shop_b a{
	color: var(--black-color);
	font-weight: bold;
}
.relate_shop_b a:hover{
	text-decoration:underline;
}

.relate_shop_b dd{
	font-size: 0.9rem;
}


/*レスポンシブ*/

@media screen and (max-width: 1200px) {
	body {
		font-size: 0.9rem;
	}
	.wrap {
		width: 100%;
	}
	.header_logo {
		width: 40%;
	}
	.header_item {
		width: 60%;
		gap: 30px;
	}
	.header_submenu {
		border-top: 13px var(--green-color) solid;
	}
	.box_footer_category {
		flex-wrap: wrap;
	}
	.box_footer_category ul {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	body {
		font-size: 0.85rem;
	}
	small {
		font-size: 90%;
	}
	#contents h1, #contents h2 {
		font-size: 1.1rem;
		padding: 3px 0;
	}
	h3 {
		font-size: 1.0rem;
	}
	h3.news_title {
		font-size: 0.9rem;
		line-height: 1.4;
	}
	main {
		padding: 80px 10px 10px;
	}
	#page, .footer_menu .wrap {
		flex-wrap: wrap;
	}
	#contents, #side {
		width: 100%;
		padding: 15px;
	}
	header {
		position: fixed;
		width: 100%;
		z-index: 999;
		background: var(--white-color);
		height: 65px;
	}
	.header_menu, .header_item {
		display: none;
	}
	.catchcopy {
		margin-bottom: 3px;
	}
	.logo {
		width: 170px;
	}
	.header_logo {
		width: 100%;
	}
	.header_menu_sp {
		display: block;
	}
	.header_main {
		padding: 5px 10px;
	}
	.footer_category, .footer_link {
		width: 100%;
	}
	footer {
		padding: 20px 10px;
	}
	footer ul {
		flex-wrap: wrap
	}
	footer li {
		padding-right: 12px;
		margin-right: 12px;
		border-right: none;
	}
	footer li:first-child {
		padding-left: 12px;
	}
	.footer_menu {
		padding: 20px 10px;
	}
	.footer_menu h4 {
		margin-bottom: 15px;
	}
	.box_footer_category ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 5px 0;
		margin-bottom: 5px;
	}
	.box_footer_category li {
		width: 50%;
	}
	.box_footer_category a {
		font-size: 0.72rem;
	}
	.side_area li {
		width: 100px;
	}
	.side_ranking li a div:nth-of-type(1) {
		width: 35%;
	}
	.side_ranking li a div:nth-of-type(2) {
		width: 65%;
	}
	.breadcrumb {
		margin-bottom: 10px;
		font-size: 0.75rem;
	}
	.lst_pickup div:nth-of-type(1), .lst_pickup div:nth-of-type(2) {
		width: 100%;
	}
	.lst_pickup div:nth-of-type(1) img {
		max-height: 180px;
	}
	.lst_pickup li {
		gap: 10px;
		flex-wrap: wrap;
	}
	.lst_index, .lst_news {
		gap: 0;
	}
	.lst_index li, .lst_news li {
		width: 100%;
		padding: 10px 0;
		gap: 10px;
	}
	.lst_index li div:nth-of-type(1), .lst_news li div:nth-of-type(1) {
		width: 80px;
	}
	.lst_index li div:nth-of-type(2), .lst_news li div:nth-of-type(2) {
		width: calc(100% - 80px);
	}
	.news_content {
		font-size: 0.8rem;
	}
	.pager {
		gap: 7px;
		margin: 10px 0;
	}
	.pager a, .pager span {
		width: 42px;
	}
	.list_category {
		margin: 15px 0;
	}
	.list_category li {
		width: 49%;
	}
	.news_main_image {
		max-width: 100%;
	}
	.news_main_head {
		gap: 10px;
	}
	.new_main_head_share {
		width: 100%;
		justify-content: center;
	}
	.news_sub_image li {
		width: 100%;
	}
	.news_tag {
		padding: 2px 7px;
	}
	.googlemaps {
		aspect-ratio: 16/9;
		width: 100%;
		height: auto;
	}
	.ranking li a div:nth-of-type(1) {
		width: 35%;
	}
	.ranking li a div:nth-of-type(2) {
		width: 65%;
	}
	.ranking h4 {
		font-size: 85%;
	}
	.menu_calender {
		flex-wrap: wrap;
		gap: 10px;
	}
	.menu_calender li:nth-of-type(2) label {
		width: 33%;
	}
	.calendar dl {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.calendar dt, .calendar dd {
		width: 100%;
	}
	.calendar dt {
		border-right: 1px var(--border-color) solid;
	}
	.calendar dd {
		position: relative;
		top: -1px;
	}
	.lst_news_image small {
		font-size: 0.7rem;
		padding: 0 3px;
	}

	.relate_shop{
		width: 100%;
		display: flex;
		gap: 20px;
		padding: 10px 0 15px 0px;
		border-bottom: 1px var(--border-color) solid;
	}
	.relate_shop_a{
		width: 0px;
		padding-right:70px;
	}
	.relate_shop_a img{
		height: auto;
		width: 80px;
		max-width: 80px;
		margin: auto;
	}
	.relate_shop_b dd{
	font-size: 0.8rem;
	}
}