/*
  Skin Name: スキンテンプレート
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999676252
*/
/*以下にスタイルシートを記入してください*/


/************************************
メインカラー：676252
見出しタイトル・その他アイコン色：676252
見出しタイトル背景・下線：a8d8fe
カテゴリラベル：rgba(247,141,167,0.9);
オーバー背景色：background: rgba(255, 255, 255, .2);
************************************/


/************************************
** 基本
************************************/
body {
	background-color: #f5f3ea;
	color: #777;
}

.sidebar {
    background-color: initial;
}

 .main{
	background: rgba(255, 255, 255, .8);
}
/************************************
** フォーム関連
************************************/
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	padding: 10px;
	border: 1px solid #676252;
	font-size: 14px;
}

.search-submit {
	line-height: 20px;	
}



/************************************
** サイトタイトル
************************************/

.logo-text {
    padding: 35px 0 0;
	letter-spacing: 1px;
}


.site-name-text {
	font-size: 2.5em;
	font-weight: bold;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	color: #666;
}

.site-name-text {
	display: inline-block;
}
.site-name-text::first-letter {
	color: #85cff4;
}

.tagline {
	color: #777;
    text-align: center;
    margin: 0px 0 35px;
	text-shadow:0 0 5px #eee,0 0 5px #eee,0 0 5px #eee;
	font-size: 1em;

}




/************************************
** ヘッダー
************************************/
.header-container {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
	background-color:#dee7f8;
}


@media screen and (max-width: 1024px){
	.site-name-text {
	font-size: 2em;
}
}
@media screen and (max-width: 768px){
	#header-in .site-name-text {
	font-size: 2em;
}

}
@media screen and (max-width: 480px){
	#header-in .site-name-text {
	font-size: 1.2em;
}
.tagline {
	font-weight: 600;
	font-size: 0.75em;
}
}

/************************************
** グローバルメニュー
************************************/
.header-container .navi,
.navi-in>ul .sub-menu,
.fixed-header{
	background-color: #fff;
}

.navi{
	content: "";
	padding: .5rem 0 0;
	background: url(https://nou-diet.com/wp-content/uploads/2024/05/line-blue1.png) ;
	background-repeat: repeat-x;
    background-size: 350px;
}
.fixed-header .navi{
	padding: 0;
	background: none ;
}


#navi .navi-in a {
	font-size: 18px;
	color:#777;
}


#navi .navi-in a:hover,
#navi .sub-caption a:hover{
	background: rgba(255, 255, 255, .5);
	color:#676252;
	opacity: 0.7;
}

.navi .item-label {
    font-weight: bold;
}

.sub-caption{
	opacity: 0.7;
}

.item-label i{
	color: #f899b1;
}

.menu-header .item-label {
  font-size: 18px;
  letter-spacing: 0.5px;
}


.header .header-in {
  min-height: 100px;
}

@media screen and (max-width: 768px){
.header-container-in.hlt-center-logo-top-menu {
	display: unset;
}
}

/************************************
*　ヘッダーメニュー枠線表示
************************************/

@media screen and (max-width: 1023px){
	.navi-in>ul{
    list-style-type: none;
    text-align:center;
}
.navi-in>ul li{
    border-left: 1px solid #e4e4e3;
    border-right: 1px solid #e4e4e3;
}
.navi-in>ul li + li{
    border-left: 0;
    border-right: 1px solid #e4e4e3;
}
	#navi{
    border-top: 1px solid #e4e4e3;
	border-left: 1px solid #e4e4e3;
	}
	.navi-in>ul li {
    border-left: 0;
}
	#navi .navi-in > ul > li{
    border-bottom: 1px solid #e4e4e3;
}

#navi .navi-in>.menu-mobile {
    display: flex;
    justify-content: space-between;
}
}

/************************************
** fix ヘッダー
************************************/

.header-container-in.hlt-top-menu .site-name-text{
	font-size: 32px;
}

.fixed-header .site-name-text-link {
    padding: 0 2em;
}
.fixed-header .navi-in>ul {
    justify-content: flex-end;
}
.fixed-header .header-container-in.hlt-top-menu{
	height: 60px;
}
.fixed-header .header {
	aspect-ratio: auto;
}

.mobile-menu-buttons .menu-button>a {
    color: #fff;
}


/************************************
** エントリーカード
************************************/
.a-wrap:hover{
  background-color: #fff;
}

#related-entries .a-wrap:hover,
#pager-post-navi .a-wrap:hover{
    background: rgba(245,245,245, 0.5);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
}


.entry-card-wrap .entry-card-content {
    margin: 8px 12px 9px 12px;
}

.entry-card-wrap .entry-card-content .post-date{
    margin: 0px 5px 5px 0px;
}

@media screen and (max-width:480px) {
     .entry-card-wrap {
        margin-bottom: 15px;
		max-width: 100%;
    }
    .e-card-title {
		font-size: 16px;
    }
}


.entry-card-wrap:hover,
#related-entries a:hover {
    opacity: .8;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 4px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
}

/* カテゴリラベル */
.cat-label {
	background-color: rgba(247,141,167,0.9);
	border-top: none !important;
	border-bottom: none !important;
	border-left: 2px dotted rgba(247,141,167, .15) !important;
	border-right: 2px dotted rgba(247,141,167, .15) !important;
	box-shadow: 0 0 5px rgba(247,141,167, .2);
	text-shadow: 0 0 1px rgba(fcfbf2, 1);
	padding: .5em;
	color: rgba(255,255,255, 1);
	transform: rotate(-10deg);
	margin-left: -10px;
	top: -1em;
}



/************************************
** SNS
************************************/

#main a .button-caption{
	display:none;
}
#main .sns-buttons a,
.sns-buttons a{
	height:35px;
	width:35px;
	border-radius:50%;
	opacity:0.8;
	margin-right:10px;
}
#main .sns-buttons a:last-child{
	margin-right:0;
}
.sns-share-buttons{
	justify-content: flex-start;
}

.ss-top .sns-share-buttons {
	flex-wrap: nowrap;
	justify-content: right;
	margin-bottom: .5em;
}

.sns-share-buttons,
.sns-follow-buttons{
	justify-content: center;
}
.sns-share-message, 
.sns-follow-message{
	color:#666;
	font-size:0.8em;
}
.sns-follow-buttons a{
	font-size:1.3em;
}
.sns-share-message::before, 
.sns-follow-message::before{
	content:'＼ ';
}
.sns-share-message::after, 
.sns-follow-message::after{
	content:' ／';
}
.sns-share,
.sns-follow{
	margin:0;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
    right: -10px;
    bottom: -10px;
    color: #aaa;
}

#sns_follow_buttons-2{
	margin-bottom:0;
}
.sns-follow-buttons a {
    background-color: #fff;
	color:#676252;
}



/************************************
** 見出し
************************************/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	color: #676252;
}
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-top: 40px;
	margin-bottom: 35px;
}

.article h4,
.article h5,
.article h6 {
	font-size: 18px;
}


.article h2 {
    border-bottom: solid 4px #e4e4e3;
    margin: 4em 0 2em 0;
    padding: 16px 8px;
    position: relative;
	font-weight: 700;
    line-height: 1.6;
    background-color: transparent;
    letter-spacing: .14em;
}

.article h2::before {
    display: block;
    content: "";
    width: 30%;
    border-bottom: solid 4px #a8d8fe;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1;
}

.article h3 {
    border: none;
    background-color: #f7f9fb;
    margin: 3em 0 2em 0;
    padding: 12px 20px;
    position: relative;
	letter-spacing: .14em;
}
.article h3::before {
    display: block;
    content: "";
    border-left: solid 10px #a8d8fe;
    width: calc(100% - 3px);
    height: calc(100% - 1px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.article h4 {
	border-bottom: 2px dashed #a8d8fe;
	border-top:none;
}

.article h5 {
	border-bottom: transparent;
}

.article h6 {
	color: #777;
	border:none;
}

.archive-title {
	padding: 5px;
	border-bottom: 3px solid #ededed;
	color: #666;
	font-size: 20px;
}


/************************************
** アーカイブページ
************************************/
.archive-title {
    padding: 5px;
    border-bottom: 0px;
	color: #676252;
    font-size: 20px;
}

.archive .breadcrumb,
.archive .breadcrumb-home,
.archive .breadcrumb-caption{
	color: #fff;
}

/************************************
** サイドバー ウィジェットタイトル
************************************/
.sidebar h3 {
    position: relative;
    padding: 0.5rem 1rem 0.5rem;
    margin: 60px 0 16px;
    letter-spacing: .15em;
    color: #676252;
    text-align: center;
    background: url(https://nou-diet.com/wp-content/uploads/2024/05/line-blue6.png) 50% bottom/auto;
	background-repeat: repeat-x;
    background-size: 300px;
}


.sidebar h3:after{
	content:"";
	display: block;
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://nou-diet.com/wp-content/uploads/2024/05/line-blue5.png) ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;
}

/************************************
** サイドバー表示スタイル
************************************/
.widget-sidebar>div {
    padding: 0 .5em .4em .5em;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
	padding: 5px 0;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget-entry-cards .a-wrap:hover,
.rect-vertical-card-3 .related-entry-card-wrap:hover,
#pager-post-navi a.a-wrap:hover
{
background: rgba(255, 255, 255, .5);
}

/************************************
** 新着記事ウィジェット
************************************/
.widget-entry-cards .a-wrap {
	list-style-type: none !important;
	margin-bottom: 0;
	border-bottom: dotted 1px #a8d8fe;
}
.widget-entry-cards .a-wrap:last-of-type {
	border-bottom: none;
}

.widget-entry-cards .a-wrap:
first-of-type {
	border-top: none;
}

.widget-entry-cards .widget-entry-card-content {
	padding-top: 0.5em;
}

/************************************
** サイドバーカテゴリ
************************************/
.widget_categories ul {
    padding: 0 0px 10px 9px;
    margin-right: 8px;
}

.widget_categories ul li a {
    font-size: .9em;
}
.cat-item a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 6px;
  margin-left: 10px;
	color: #a8d8fe;


}
.font-awesome-5 .cat-item a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.widget_categories ul li a .post-count {
    display: inline-block;
    overflow: hidden;
    min-width: 25px;
    height: 25px;
    margin-left: 3px;
    border-radius: 25%;
    background: #a8d8fe;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}

/************************************
** プロフィールボックス
************************************/
.author-box {
	border: none;
	background: rgba(255, 255, 255, 1);
}

.author-box p {
    margin-top: 0.3em;
    line-height: 1.6em;
	
}

.author-box .author-name a {
	color: #676252;
	text-decoration: none;
}

@media screen and (min-width: 481px){
.author-box .author-description {
	margin: 0.5em 0;
	font-size: 0.78em;
	}
}
.author-box .sns-follow-buttons a.follow-button{
	width: 30px !important;
	height: 30px!important;
	border: solid 2px #676252;
	border-radius: 50%;
	background-color: #676252;
	color: #fff;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
	font-size: 22px !important;
}

.author-box .sns-follow-buttons a.follow-button:hover{
background-color: #676252;
opacity: 0.7!important;
}

.main .author-content,
.footer .author-content {
	margin-left: 100px;
}

.nwa .author-box {
	max-width: 100%;
}


/************************************
** 目次
************************************/
.toc {
	width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #a8d8fe;
}

.toc-content {
	border-top: 1px solid #ededed;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
	padding: 10px 30px 10px 50px;
	border-color: #E39FAD;
	background-color: #f9f8f8;
}
blockquote::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 12px;
	color: #e2dfdc;
	vertical-align: middle;
	line-height: 1;
}
blockquote::after {
	content: none;
}


/************************************
** カテゴリリンク・タグリンク
************************************/
.cat-link {
	border: 1px solid #676252;
	background-color: #fff;
	color: #676252;
}

.cat-link:hover {
	border: 1px solid #676252;
	background-color: #fff;
	opacity: 0.5;
	color: #676252;
}

.tag-link,
.comment-reply-link {
	background-color: #fff;
	border: 1px solid #fff;
	color: #676252;
}

.tag-link:hover,
.comment-reply-link:hover {
	background-color: #fff;
	color: #676252;
	opacity: 0.5;
}

/************************************
** ページャーリンク
************************************/
.pager-links a {
	text-decoration: none;
}

.pager-links a span {
	background-color: #676252;
	color: #fff;
	transition: all 0.4s ease-out;
}

.pager-links a:hover span {
	background-color: #676252;
	color: #fff;
	opacity: 0.7;
}
/************************************
** 記事ページ
************************************/
.article-footer,
.entry-footer {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 0px solid #676252;
}

/************************************
** ブログカード
************************************/
.blogcard-wrap .blogcard {
	padding: 1.2% 2%;
	border: 1px solid #676252;
	background-color: #fff;
}
.blogcard-wrap .blogcard:hover {
	border: 1px solid #676252;
	background-color: #f9f8f8;
}

/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
    border-top: 1px dashed #a8d8fe;
    border-bottom: 1px dashed #a8d8fe;
}

.pager-post-navi .a-wrap:not(:last-child) {
    border-bottom: none;
}

.pager-post-navi .card-thumb img {
	vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	.pager-post-navi a figure {
		min-width: 20%;
		max-width: 20%;
	}
	.pager-post-navi a.next-post {
		border-top: 1px solid #676252;
	}
}
@media screen and (min-width: 481px) {
	.pager-post-navi {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: space-between;
	}
	.pager-post-navi a.prev-post,
	.pager-post-navi a.next-post {
		width: 50%;
		margin: 0;
	}
	.pager-post-navi::after {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #ededed;
		content: "";
	}
}
.pager-post-navi a.prev-post::before,
.pager-post-navi a.next-post::before {
	color: #ededed;
}

/************************************
** 関連記事
************************************/


.related-entry-heading,
.comment-title{
    position: relative;
    padding: 0.5rem 1rem 0.5rem;
    margin: 60px 0 16px;
    letter-spacing: .15em;
    color: #676252;
    text-align: center;
    background: url(https://nou-diet.com/wp-content/uploads/2024/05/line-blue2.png) 50% bottom/auto;
	background-repeat: repeat-x;
    background-size: 300px;
}


.related-entry-heading:after,
.comment-title:after{
	content:"";
	display: block;
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://nou-diet.com/wp-content/uploads/2024/05/line-blue4.png') ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;
}

.related-entry-card-title {
	color: #777;
}

.related-entry-border .related-entry-card-wrap {
	border: 1px solid #676252;
}


.related-entry-card-thumb-image.card-thumb-image.wp-post-image{
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
}

.related-entry-card .cat-label{
	top:-1em;
	left:0;
}


/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
	margin: 4em auto 0;
	padding: 8px 0;
	border: none;
	border-radius: 4px;
	background-color: #676252;
	color: #fff;
	font-size: 0.938em;
	transition: all 0.4s ease-out;
}

.pagination-next-link:hover {
	background-color: #676252;
	opacity: 0.7;
	color: #fff;}

@media screen and (min-width: 769px) {
	.pagination-next-link {
		width: 60%;
	}
}


/************************************
** ページナンバー
************************************/
.page-numbers {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 2px;
	line-height: 30px;
}

a.page-numbers {
	background-color: #676252;
	color: #fff;
	transition: all 0.4s ease-out;
}
a.page-numbers:hover {
	background-color: #676252;
	opacity: 0.7;
	color: #fff;
}




/************************************
** フッターメニュー
************************************/

.footer{
	background-color: #676252;
	color: #fff;
}
.navi-footer-in a {
	color: #fff;
}
.navi-footer-in a:hover {
background: rgba(255, 255, 255, 0.3);
	color: #fff;

}

.navi-footer-in > .menu-footer li {
	border-left: 1px solid #e2dfdc;
}

@media screen and (max-width: 834px) {
	.navi-footer-in > .menu-footer li.menu-item {
		border: none;
	}
	.navi-footer-in a {
    border: solid 1px #e4e4e3;
}
}
/************************************
** モバイルフッターバー
************************************/
.mobile-menu-buttons {
    background: #676252;
}
.mobile-menu-buttons .menu-caption,
.mobile-menu-buttons .menu-icon {
	color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
background: rgba(0, 0, 0, 0.1);
}

.navi-menu-content {
	background-color: #fff;
}
.navi-menu-content .menu-drawer a {
	color: #676252;
	border-bottom: 1px solid #676252;
}
.navi-menu-content .menu-drawer .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.navi-menu-content .menu-drawer .sub-menu a {
	padding-left: 2.2em;
}
.navi-menu-content .menu-drawer .sub-menu a::before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 1.4em;
	width: 1em;
	content: "-";
}
.navi-menu-content .menu-drawer a {
	position: relative;
	padding: 10px;
}
.navi-menu-content .menu-drawer a:hover {
	background-color: #ededed;
}

/************************************
** トップへ戻るボタン
************************************/
.go-to-top-button {
	background-color: #676252;
	color: #fff;
}
.go-to-top-button:hover {
	background-color: #676252;
}

/************************************
** ボックス
************************************/
.primary-box,
.sp-primary,
.primary {
	background-color: #a6a5a3;
	color: #fff;
}

/*サクセスメッセージ*/
.success-box,
.sp-success,
.success {
	border: #b4d09b;
	background-color: #dbe8cf;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
	border: #9ac4d0;
	background-color: #cee2e8;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
	border: #e6da94;
	background-color: #f7f2db;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
	border: #df9a87;
	background-color: #f4ded7;
}

/************************************
** テーブル
************************************/
table {
	border: solid 1px #a8a196;
}

table th,
table td {
	border-color: #676252;
}

table th {
	font-weight: normal;
	background-color: #ededed;
}


/*******************************
* 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
	margin-top: 2em;
	padding: 16px;
	border-width: 2px 2px 2px 48px;
	border-radius: 5px 0 0 5px;
	background-color: #fff;
	line-height: 2;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
	left: -46px;
	padding: 0;
	border-right: none;
	color: #fff;
	font-size: 30px;
}
.information-box p,
.question-box p,
.alert-box p,
.information p,
.question p,
.alert p,
.memo-box p,
.comment-box p,
.common-icon-box p {
	margin: 0;
}
.information-box p + p,
.question-box p + p,
.alert-box p + p,
.information p + p,
.question p + p,
.alert p + p,
.memo-box p + p,
.comment-box p + p,
.common-icon-box p + p {
	margin-top: 10px;
}

.information-box,
.information {
	border-color: #bcd8e0;
}

.question-box,
.question {
	border-color: #ebe1a9;
}

.alert-box,
.alert {
	border-color: #e9bcaf;
}

.memo-box {
	border-color: #cee0bd;
}

.comment-box {
	border-color: #ced2d5;
}

.ok-box {
	border-color: #8dd2e1;
}

.ng-box {
	border-color: #eea9a9;
}

.good-box {
	border-color: #a6c978;
}

.bad-box {
	border-color: #f196a6;
}

@media screen and (max-width: 440px) {
	.information-box,
	.question-box,
	.alert-box,
	.information,
	.question,
	.alert,
	.memo-box,
	.comment-box,
	.common-icon-box {
		padding: 6px;
		border-width: 2px 2px 2px 30px;
	}
	.information-box::before,
	.question-box::before,
	.alert-box::before,
	.information::before,
	.question::before,
	.alert::before,
	.memo-box::before,
	.comment-box::before,
	.common-icon-box::before {
		top: 50%;
		left: -13px;
		margin-left: -0.5em;
		padding: 0;
		font-size: 20px;
	}
}
.blank-box.bb-yellow {
	border-color: #e6da94;
}

.blank-box.bb-red {
	border-color: #df9a87;
}

.blank-box.bb-blue {
	border-color: #9ac4d0;
}

.blank-box.bb-green {
	border-color: #b4d09b;
}

.blank-box.bb-tab.bb-yellow::before,
.blank-box.bb-tab.bb-yellow .bb-label {
	background-color: #e6da94;
}

.blank-box.bb-tab.bb-red::before,
.blank-box.bb-tab.bb-red .bb-label {
	background-color: #df9a87;
}

.blank-box.bb-tab.bb-blue::before,
.blank-box.bb-tab.bb-blue .bb-label {
	background-color: #9ac4d0;
}

.blank-box.bb-tab.bb-green::before,
.blank-box.bb-tab.bb-green .bb-label {
	background-color: #b4d09b;
}

.blank-box.sticky.st-yellow {
	border-color: #e6da94;
	background-color: #f7f2db;
}

.blank-box.sticky.st-red {
	border-color: #df9a87;
	background-color: #f4ded7;
}

.blank-box.sticky.st-blue {
	border-color: #9ac4d0;
	background-color: #dfecf0;
}

.blank-box.sticky.st-green {
	border-color: #b4d09b;
	background-color: #e8f0e0;
}

