
#marquee{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFE87E 0%, #FFF9D9 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFE87E 0%, #FFF9D9 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFE87E 0%, #FFF9D9 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE87E), color-stop(1.0, #FFF9D9));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFE87E 0%, #FFF9D9 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFE87E 0%, #FFF9D9 100%);
	padding:5px 0 5px 0;
}

#marquee a{
	color:#905305;
}

#marquee{
    overflow:hidden;
}
#marquee div{
    width:100%;
    text-align:left;
    display:inline-block;
    white-space:nowrap;
    color:#905305;

    -moz-animation-duration: 25s;
    -moz-animation-name: marquee;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 25s;
    -webkit-animation-name: marquee;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 25s;
    -ms-animation-name: marquee;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 25s;
    -o-animation-name: marquee;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -230%; width: 230%; }
}
@-moz-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -230%; width: 230%; }
}
@-ms-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -230%; width: 230%; }
}
@-o-keyframes marquee {
    from {margin-left: 100%; width: 100%; }
    to { margin-left: -230%; width: 230%; }
}

#header-area-h-top{

	border-bottom: 3px solid #ff8104;
}

/* TOPページメニュー */
#top_page_table {
	border-collapse: collapse;
	font-size: small;
	width: 100%;
	margin: 0px auto;
	background:#afafaf;
	border: #afafaf 1px solid ;
}

#top_page_table a{
	text-decoration:none;
	display: block;
	width:100%;
	height:100%;
	padding:5px 0 5px 0;
	color:#000000;
	text-shadow: 0px 0px 2px #FFFFFF;
}

#top_page_table tr {
	background:#afafaf;
}
#top_page_table td {
	border-bottom: #afafaf 1px solid ;
	border-right: #afafaf 1px solid ;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #D9D9D9 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #D9D9D9 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #D9D9D9 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.5, #FEFEFE), color-stop(1, #D9D9D9));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 50%, #D9D9D9 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #FEFEFE 50%, #D9D9D9 100%);
	vertical-align: top;
	text-align: center;
	padding: 5px;
	width: 33%;
}


/* TOPページニュースエリア */
/*
#top_news_area{
	border: 2px solid #78b220;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
	-webkit-box-shadow: #6ea121 1px 1px 2px;
	-moz-box-shadow: #6ea121 1px 1px 2px;
	box-shadow: #6ea121 1px 1px 2px;
	background:#FFFFFF;
}
*/
#top_news_area{
	padding: 5px;
	text-align: left;
	background-color: #F4F2E5;
}
.news-header {
	margin-bottom: 10px;
}
.top-news-area-in {
	padding: 0 5px;
}
.news-topics-l {
	background-color: #ffffff;
	margin-bottom: 10px;
}
}
.news-topics-l .img-area {
	width: 100%;
}
.news-topics-l a {
	text-decoration: none;
}
.news-topics-l a:hover img {
	opacity: 0.8;
}
.news-topics-l a:hover .txt-area {
	opacity: 0.8;
}
.news-topics-l .txt-area {
	padding: 5px 5px 10px 5px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 1.2em;
}
.news-topics-l .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.news-topics-l .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	font-size: 14px;
}
#news-topics .news-topics-l .date {
	padding: 0 0 10px 0;
	color: #666666;
}
.news-topics-r {
	margin-bottom: 10px;
	background-color: #ffffff;
}
.news-topics-r a {
	display: flex;
	text-decoration: none;
}
.news-topics-r .img-area {
	width: 158px;
}
.news-topics-r .txt-area {
	padding: 6px 5px 5px 13px;
	width: calc(100% - 158px);
	position: relative;
}
.news-topics-r .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #000000;
}
.news-topics-r .txt-area .date {
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 0.06em;
	color: #646464;
	position: absolute;
	bottom: 3px;
}
.news-banner-row {
	display: flex;
	margin: 0 -1%;
}
.news-banner-row a {
	width: 48%;
	margin: 0 1%;
}
.news-banner-row a img {
	width: 100%;
}
#top_news_area .btn-news {
	background-color: #ffffff;
	width: 176px;
	border: solid 2px #c3942c;
	margin: 20px auto 10px auto;
}
#top_news_area .btn-news:hover {
	background-color: #c3942c;
	width: 176px;
	border: solid 2px #c3942c;
}
#top_news_area .btn-news a {
	text-decoration: none;
}
#top_news_area .btn-news p {
	font-size: 14px;
	color: #c3942c;
	padding: 10px 15px;
	text-align: left;
	background-image: url(/images/top2021_btn_news_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}
#top_news_area .btn-news p:hover {
	color: #ffffff;
	background-image: url(/images/top2021_btn_white_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}
.top_news_area_hed{
	text-shadow: 2px 2px 5px #5f8031;
	font-size: large;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70AB13), color-stop(0.5, #97C853), color-stop(0.5, #7CB41B), color-stop(1, #82C426));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
}

body {
	/*font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}

.top_news_area_body{
	padding: 7px;
	text-align:left;
	word-break: break-all;
	font-size: small;
	border-bottom: #f4fade 2px solid ;
}
.top_news_area_body a{
	display: block;
	width:100%;
	height:100%;
	color:#000000;
	padding-right:16px;
}

.top_news_area_link{
	padding: 10px 7px 7px 7px;
	text-align:center;
}
.top_news_area_button{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70AB13), color-stop(0.5, #97C853), color-stop(0.5, #7CB41B), color-stop(1, #82C426));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #70AB13 0%, #97C853 50%, #7CB41B 50%, #82C426 100%);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #78b220;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px #5f8031;
	padding: 5px 20px 5px 20px;
	font-size: small;
}

/* TOPページテレビエリア */
.swiper-slide {
	background-color: #ffffff;
	width: 50%;
}
.swiper-slide img {
	width: 100%;
}
#top-tv-area {
	background-color: #2F74E0;
	padding: 0 5px 5px 5px;
	text-align: left;
}
.tv-header {
	margin-bottom: 10px;
}
.top-tv-area-in {
	padding: 0 5px;
}
.top-tv-area-in .wrapper {
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}
.top-tv-slider .txt-area {
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
.top-tv-slider .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.top-tv-slider .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
.tv-swiper-button-prev {
	left: -10px;
	right: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_tv_arrow_l.png);
}
.tv-swiper-button-next {
	right: -10px;
	left: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_tv_arrow_r.png);
}
#top-tv-area .top-tv-marutto {
	background-color: #347B41;
	border: 5px solid #B98E4A;
	padding: 5px;
}
#top-tv-area .top-tv-kininaru {
	background-color: #eceaed;
	border: 5px solid #d18ac5;
	padding: 5px;
}
#top-tv-area .top-tv-marutto .youtube, #top-tv-area .top-tv-kininaru .youtube {
	width: 100%;
	margin: 0 auto 10px auto;
	display: block;
	position: relative;
	padding-top: 10px;
}
#top-tv-area .top-tv-marutto .youtube .youtube-in, #top-tv-area .top-tv-kininaru .youtube .youtube-in {
	padding-top: 56.25%;
	position: relative;
}
#top-tv-area .top-tv-marutto .youtube iframe, #top-tv-area .top-tv-kininaru .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
#top-tv-area .top-tv-marutto .img, #top-tv-area .top-tv-kininaru .img {
	margin: 0 auto 10px auto;
	width: 47%;
}
#top-tv-area .top-tv-marutto .img, #top-tv-area .top-tv-kininaru .banner {
	margin-top: 10px;
	display: flex;
}
#top-tv-area .top-tv-marutto .img, #top-tv-area .top-tv-kininaru .banner a {
	width: 48%;
	margin: 0 1%;
}
#top-tv-area .top-tv-marutto .img, #top-tv-area .top-tv-kininaru .banner a img {
	width: 100%;
}
#top-tv-area .top-tv-marutto .txt, #top-tv-area .top-tv-kininaru .txt {
	background-color: #ffffff;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 120px;
	margin-top:10px;
}
#top-tv-area .top-tv-marutto .txt h2, #top-tv-area .top-tv-kininaru .txt h2 {
    color: #b9852b;
    font-size: 16px;
    margin-bottom: 5px;
}
#top-tv-area .top-tv-marutto .txt .onair, #top-tv-area .top-tv-kininaru .txt .onair {
    color: #b9852b;
    margin-bottom: 5px;
}
#top-tv-area .btn-tv {
	background-color: #ffffff;
	width: 176px;
	border: solid 2px #528ad7;
	margin: 20px auto 10px auto;
}
#top-tv-area .btn-tv:hover {
	background-color: #528ad7;
	width: 176px;
	border: solid 2px #528ad7;
}
#top-tv-area .btn-tv a {
	text-decoration: none;
}
#top-tv-area .btn-tv p {
	font-size: 14px;
	color: #528ad7;
	padding: 10px 15px;
	text-align: left;
	background-image: url(/images/top2021_btn_tv_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}
#top-tv-area .btn-tv p:hover {
	color: #ffffff;
	background-image: url(/images/top2021_btn_white_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}



#top_tvtopics_area{
	border: 2px solid #28aeed;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
	-webkit-box-shadow: #1f84b4 1px 1px 2px;
	-moz-box-shadow: #1f84b4 1px 1px 2px;
	box-shadow: #1f84b4 1px 1px 2px;
	background:#FFFFFF;
}

.top_tvtopics_area_hed{
	text-shadow: 2px 2px 5px #156c99;
	font-size: large;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #158EC5), color-stop(0.5, #53B4DF), color-stop(0.5, #1C9FD7), color-stop(1.0, #28AEED));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
}

.top_tvtopics_area_body{
	padding: 7px 12px 7px 7px;
	text-align:left;
	word-break: break-all;
	font-size: small;
	border-bottom: #ccedfe 2px solid ;
}

.top_tvtopics_area_body a{
	display: block;
	width:100%;
	height:100%;
	color:#000000;
	padding-right:16px;
	background: url("../images/arrow_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.top_tvtopics_area_body a span{
	color:#666666;
	font-size: x-small;
}

.top_tvtopics_area_body span{
	color:#666666;
	font-size: x-small;
}


.top_tvtopics_area_link{
	padding: 10px 7px 7px 7px;
	text-align:center;
}
.top_tvtopics_area_button{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #158EC5), color-stop(0.5, #53B4DF), color-stop(0.5, #1C9FD7), color-stop(1.0, #28AEED));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #158EC5 0%, #53B4DF 50%, #1C9FD7 50%, #28AEED 100%);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #1d9fdd;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px #156c99;
	padding: 5px 20px 5px 20px;
	font-size: small;
}


/* TOPページラジオエリア */
#top-radio-area {
	background-color: #FFDDED;
	padding: 0 5px 5px 5px;
	text-align: left;
}
.radio-header {
	margin-bottom: 10px;
}
.top-radio-area-in {
	padding: 0 5px;
}
.top-radio-area-in .wrapper {
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}
.top-radio-slider .txt-area {
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
.top-radio-slider .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.top-radio-slider .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
.radio-swiper-button-prev {
	left: -10px;
	right: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_radio_arrow_l.png);
}
.radio-swiper-button-next {
	right: -10px;
	left: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_radio_arrow_r.png);
}
#top-radio-area .btn-radio {
	background-color: #ffffff;
	width: 176px;
	border: solid 2px #cc6e9a;
	margin: 20px auto 10px auto;
}
#top-radio-area .btn-radio:hover {
	background-color: #cc6e9a;
	width: 176px;
	border: solid 2px #cc6e9a;
}
#top-radio-area .btn-radio a {
	text-decoration: none;
}
#top-radio-area .btn-radio p {
	font-size: 14px;
	color: #cc6e9a;
	padding: 10px 15px;
	text-align: left;
	background-image: url(/images/top2021_btn_news_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}
#top-radio-area .btn-radio p:hover {
	color: #ffffff;
	background-image: url(/images/top2021_btn_white_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}


#top_radiotopics_area{
	border: 2px solid #DF3E5F;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
	-webkit-box-shadow: #cb4161 1px 1px 2px;
	-moz-box-shadow: #cb4161 1px 1px 2px;
	box-shadow: #cb4161 1px 1px 2px;
	background:#FFFFFF;
}

.top_radiotopics_area_hed{
	text-shadow: 2px 2px 5px #964b60;
	font-size: large;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DF3E5F), color-stop(0.5, #E26C8C), color-stop(0.5, #DC3C6C), color-stop(1.0, #D63C72));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
}

.top_radiotopics_area_body{
	padding: 7px 12px 7px 7px;
	text-align:left;
	word-break: break-all;
	font-size: small;
	border-bottom: #fee6e4 2px solid ;
}

.top_radiotopics_area_body a{
	display: block;
	width:100%;
	height:100%;
	color:#000000;
	padding-right:16px;
	background: url("../images/arrow_pink.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.top_radiotopics_area_body a span{
	color:#666666;
	font-size: x-small;
}

.top_radiotopics_area_body span{
	color:#666666;
	font-size: x-small;
}

.top_radiotopics_area_link{
	padding: 10px 7px 7px 7px;
	text-align:center;
}
.top_radiotopics_area_button{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DF3E5F), color-stop(0.5, #E26C8C), color-stop(0.5, #DC3C6C), color-stop(1.0, #D63C72));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #DF3E5F 0%, #E26C8C 50%, #DC3C6C 50%, #D63C72 100%);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ca2849;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px #964b60;
	padding: 5px 20px 5px 20px;
	font-size: small;
}

/* TOPページお知らせエリア */
#top-info-area {
	background-color: #6EB14E;
	padding: 0 5px 5px 5px;
	text-align: left;
}
.info-header {
	margin-bottom: 10px;
}
.top-info-area-in {
	padding: 0 5px;
}
.top-info-area-in .wrapper {
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}
.top-info-slider .txt-area {
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
.top-info-slider .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.top-info-slider .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
.info-swiper-button-prev {
	left: -10px;
	right: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_info_arrow_l.png);
}
.info-swiper-button-next {
	right: -10px;
	left: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_info_arrow_r.png);
}



/* TOPページイベントエリア */
#top-event-area {
	background-color: #F2E7DB;
	padding: 0 5px 5px 5px;
	text-align: left;
}
.event-header {
	margin-bottom: 10px;
}
.top-event-area-in {
	padding: 0 5px;
}
.top-event-area-in .wrapper {
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}
.top-event-slider .txt-area {
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
.top-event-slider .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.top-event-slider .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
}
.top-event-slider .img-area {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	overflow: hidden;
	text-align: center;
	max-height: 100px;
}
.top-event-slider .img-area:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}

.top-event-slider .img-area img {
	max-width: 100%;
	width: auto;
    	height: auto;
    	max-height: 100px;
    	display: inherit;
    	margin: 0 auto;
}
.top-event-slider .txt-area {
	padding: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
.top-event-slider .txt-area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
} 
.top-event-slider .txt-area p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
} 
.event-swiper-button-prev {
	left: -10px;
	right: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_event_arrow_l.png);
}
.event-swiper-button-next {
	right: -10px;
	left: auto;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url(/images/top2021_slide_event_arrow_r.png);
}
#top-event-area .btn-event {
	background-color: #ffffff;
	width: 176px;
	border: solid 2px #e9881c;
	margin: 20px auto 10px auto;
}
#top-event-area .btn-event:hover {
	background-color: #e9881c;
	width: 176px;
	border: solid 2px #e9881c;
}
#top-event-area .btn-radio a {
	text-decoration: none;
}
#top-event-area .btn-event p {
	font-size: 14px;
	color: #e9881c;
	padding: 10px 15px;
	text-align: left;
	background-image: url(/images/top2021_btn_event_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}
#top-event-area .btn-event p:hover {
	color: #ffffff;
	background-image: url(/images/top2021_btn_white_arrow_r.png);
	background-repeat: no-repeat;
	background-position-x: 160px;
	background-position-y: center;
}


#top_event_area{
	border: 2px solid #1CAA70;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
	-webkit-box-shadow: #167c52 1px 1px 2px;
	-moz-box-shadow: #167c52 1px 1px 2px;
	box-shadow: #167c52 1px 1px 2px;
	background:#FFFFFF;
}

.top_event_area_hed{
	text-shadow: 2px 2px 5px #177c54;
	font-size: large;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1CAA70), color-stop(0.5, #58C196), color-stop(0.5, #23AE73), color-stop(1.0, #2DB17F));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
}

.top_event_area_body{
	padding: 7px 12px 7px 7px;
	text-align:left;
	word-break: break-all;
	font-size: small;
	border-bottom: #e0fbf6 2px solid ;
}

.top_event_area_body a{
	display: block;
	width:100%;
	height:100%;
	color:#000000;
	padding-right:16px;
	background: url("../images/arrow_green.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.top_event_area_link{
	padding: 10px 7px 7px 7px;
	text-align:center;
}
.top_event_area_button{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1CAA70), color-stop(0.5, #58C196), color-stop(0.5, #23AE73), color-stop(1.0, #2DB17F));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #1CAA70 0%, #58C196 50%, #23AE73 50%, #2DB17F 100%);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #197e55;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px #177c54;
	padding: 5px 20px 5px 20px;
	font-size: small;
}


/* TOPページニュースエリア */
#top_tenki_area{
	border: 2px solid #1639bc;
	padding: 5px;
	margin: 10px 5px;
	text-align: left;
	-webkit-box-shadow: #2241b6 1px 1px 2px;
	-moz-box-shadow: #2241b6 1px 1px 2px;
	box-shadow: #2241b6 1px 1px 2px;
	background:#FFFFFF;
}

.top_tenki_area_hed{
	text-shadow: 2px 2px 5px #344faa;
	font-size: large;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3B60EC), color-stop(0.5, #6791F5), color-stop(0.5, #356DF6), color-stop(1.0, #327CFF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
}

.top_tenki_area_body{
	padding: 7px;
	text-align:left;
	word-break: break-all;
	font-size: small;
	border-bottom: #ccedfe 2px solid ;
}

.top_tenki_area_body a{
	display: block;
	width:100%;
	height:100%;
	color:#000000;
}

.top_tenki_area_link{
	padding: 10px 7px 7px 7px;
	text-align:center;
}
.top_tenki_area_button{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3B60EC), color-stop(0.5, #6791F5), color-stop(0.5, #356DF6), color-stop(1.0, #327CFF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #3B60EC 0%, #6791F5 50%, #356DF6 50%, #327CFF 100%);
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #1639bc;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px #344faa;
	padding: 5px 20px 5px 20px;
	font-size: small;
}

#owl-example .owl-item div{
	padding:5px;
}
#owl-example .owl-item img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.menu_bottom {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.5, #DADADA), color-stop(0.5, #D9D9D9), color-stop(1, #C5C5C5));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	text-align:left;
	padding-right: 20px;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	word-wrap: break-word;
}

.menu_bottom a{
	display: block;
	width:100%;
	height:100%;
	color:#4e4e4e;
	background: url("../images/arrow_g.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

.menu_bottom_others  {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.5, #DADADA), color-stop(0.5, #D9D9D9), color-stop(1, #C5C5C5));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	text-align:left;
	padding-right: 20px;
	border: 1px solid #a1a1a1;
	word-wrap: break-word;
}

.menu_bottom_others.active  {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.5, #DADADA), color-stop(0.5, #D9D9D9), color-stop(1, #C5C5C5));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	text-align:left;
	padding-right: 20px;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	word-wrap: break-word;
}

.menu_bottom_others a{
	display: block;
	width:100%;
	height:100%;
	color:#4e4e4e;
	background: url("../images/arrow_plus.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

.menu_bottom_others.active a{
	display: block;
	width:100%;
	height:100%;
	color:#4e4e4e;
	background: url("../images/arrow_minus.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

#others_list{
	background:#FFFFFF;
}

#others {
	display: block;
	width: 100%;
	height: 100%;
	color: #4e4e4e;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	position: relative;
	box-sizing: border-box;
    }

#others:after {
	content: url(/sp/images/arrow_plus.png);
	position: absolute;
	right: 25px;
	right: 5px;
}


.menu_bottom_others_list {
	text-align:left;
	padding-right: 20px;
	border-bottom: 1px solid #a1a1a1;
	word-wrap: break-word;
}

.menu_bottom_others_list a{
	display: block;
	width:100%;
	height:100%;
	color:#4e4e4e;
	background: url("../images/arrow_g.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

.menu_bottom_fot  {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(0.5, #DADADA), color-stop(0.5, #D9D9D9), color-stop(1, #C5C5C5));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #DADADA 50%, #D9D9D9 50%, #C5C5C5 100%);
	text-align:left;
	padding-right: 20px;
	border: 1px solid #a1a1a1;
	word-wrap: break-word;
}

.menu_bottom_fot a{
	display: block;
	width:100%;
	height:100%;
	color:#4e4e4e;
	background: url("../images/arrow_g.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
#top-banner-area {
	padding: 20px 0;
}
#top-banner-area .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top-banner-area .wrapper a {
	width: 48%;
	margin: 1%;
}
#top-banner-area .wrapper img {
	width: 100%;
}
#top-sns-area {
	background-color: #3E4345;
	padding: 20px 0;
}
.sns-header {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#top-sns-area .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top-sns-area .banner {
	width: 48%;
	margin: 1%;
}
#top-sns-area .banner img {
	width: 100%;
}