@charset 'utf-8';


body.fixed #upper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

body.fixed #navi_header_thin,
body.menuopen #navi_header_thin {
	border-bottom-color: #e9e7e2;
}

@media only screen and (min-width: 1001px) {

	#upper,
	body.fixed #upper {
		border-bottom-color: #fff;
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}


body > section:not(#mainvisual) {
	z-index: 10;
}


#mainvisual {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

#mainvisual.mask {
	background: #ccc;
}

#mainvisual > .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#keyvisual {
	width: 100%;
	padding-top: calc(130% + 60px);
	background-image: url(../image/portal/back_mainvisual_v5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
}
/*
#mainvisual:not(.mask) #keyvisual:before {
	display: block;
	content: '';
	width: 720px;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(77,77,85,.5);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
}
*/
#keyvisual.sync {
	position: absolute;
	top: 0;
}

#promotion {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#pr_media {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 130%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tagline .cover {
	padding: 30px;
	background-color: rgba(77,77,85,.4);
	color: #fff;
}

#tagline h1 {
	margin-top: 1em;
	margin-bottom: .3em;
	font-size: 8vw;
	font-weight: 700;
	line-height: 1.4;
}

#tagline h1 span {
	display: block;
}

#tagline p {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.5;
}

#tagline p:not(:last-child) {
	margin-bottom: 1.5em;
}

#tagline p span {
	display: inline-block;
}

#tagline .btnarea a {
	font-size: 18px !important;
	border-color: #fff;
	background: rgba(112,112,112,.4);
}

#tagline .btnarea a:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

@media only screen and (min-width: 481px) {

	#keyvisual {
		padding-top: calc(90% + 60px);
	}

	#pr_media {
		padding-top: 90%;
	}

	#tagline h1 {
		font-size: 6vw;
	}

	#tagline h1 span {
		display: inline-block;
		padding: 0 .2em;
	}

	#tagline p {
		font-size: 3vw;
	}
}

@media only screen and (min-width: 641px) {

	#keyvisual {
		padding-top: calc(75% + 60px);
	}

	#pr_media {
		padding-top: 75%;
	}

	#tagline h1 {
		font-size: 34px;
		letter-spacing: .15em;
		text-indent: .15em;
	}

	#tagline p {
		font-size: 17px;
	}

	#tagline p span {
		display: block;
	}
}

@media only screen and (min-width: 769px) {

	#keyvisual {
		padding-top: calc(60% + 60px);
	}

	#pr_media {
		padding-top: 60%;
	}
}

@media only screen and (min-width: 1001px) {

	#mainvisual {
		padding-top: 120px;
	}

	body.detach:not(.nosticky) #mainvisual {
		padding-top: 180px;
	}

	body.nosticky #mainvisual {
		padding-top: 0;
	}

	#keyvisual {
		padding-top: calc(40% + 180px);
		background-position: center top;
	}

	#pr_media {
		padding-top: 40%;
	}
}

@media only screen and (min-width: 1201px) {

	#keyvisual {
		padding-top: 660px;
	}

	#tagline h1 {
		font-size: 38px;
	}

	#tagline p {
		font-size: 19px;
	}
}




#serviceinfo {
	width: 100%;
	background-color: #fff;
	background-image: url(../image/portal/back_serviceinfo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

body.safearea #serviceinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.pc #serviceinfo {
	background-attachment: fixed;
}

#serviceinfo:before {
	content: '';
	opacity: .7;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#serviceinfo > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 10px;
	vertical-align: top;
	position: relative;
}

#serviceinfo .blockheader {
}

#serviceinfo .blockheader h1 {
}

#servicelist {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
}

#servicelist .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#servicelist .item a {
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(255,255,255,.7);
	text-decoration: none;
}

#servicelist .item a:hover,
#servicelist .item a.hover {
	background: rgba(255,255,255,.9);
}

#servicelist figure {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

#servicelist figure img {
	width: 100%;
	height: auto;
	transition: .5s;
}

#servicelist a:hover figure img,
#servicelist a.hover figure img {
	transform: scale(1.3, 1.3);
}

#servicelist h2 {
	margin-bottom: 20px;
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 700;
}

#servicelist p {
	color: #666;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: left;
}

@media only screen and (min-width: 541px) {

	#servicelist {
		flex-direction: row;
	}

	#servicelist .item {
		width: 33.33%;
	}
}

@media only screen and (min-width: 641px) {

	#servicelist .item a {
		padding: 20px;
	}
}

@media only screen and (min-width: 1001px) {

	#servicelist .item a {
		padding: 30px;
	}

	#servicelist h2 {
		font-size: 2em;
	}

	#servicelist p {
		font-size: 1.6em;
	}
}


.presentation {
	font-size: 1.2em;
}

.presentation > .inner {
	max-width: 900px;
	padding: 10px;
}

#point .sentence h2 {
	text-align: center;
}

.presentation .column:not(:last-child) {
	margin-bottom: 3em;
}

.presentation .unequal .column {
	display: block;
	padding: 0;
}

.presentation .unequal .column.right {
	width: 40%;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

#point .unequal .column.right {
	width: 60%;
	max-width: 240px;
}

@media only screen and (min-width: 541px) {


	#point .unequal .column.left {
		width: 75%;
		padding-right: 30px;
	}

	#point .unequal .column.right {
		width: 25%;
		max-width: none;
	}
}

@media only screen and (min-width: 769px) {

	.presentation > .inner {
		padding: 30px;
	}

	.presentation .column {
		width: 50%;
		margin: 0 !important;
		padding: 10px;
	}
}


#managpolicy {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 30px;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#managpolicy li {
	list-style: none;
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	position: relative;
}

#managpolicy li > span {
	display: block;
	width: 100%;
	padding-top: 100%;
}

#managpolicy li > span > span {
	border-radius: 50%;
	background: linear-gradient(315deg, rgba(227,232,160,.7), rgba(82,166,223,.7), rgba(223,82,142,.7));
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
}

#managpolicy li > span > span:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#managpolicy li > span > span span {
	display: inline-block;
	vertical-align: middle;
}

#managpolicy li > span > span span {
	color: #fff;
	font-size: 7vw;
	font-weight: 700;
	line-height: 1.1;
}

@media only screen and (min-width: 415px) {

	#managpolicy {
		max-width: 354px;
	}

	#managpolicy li > span > span span {
	}
}

@media only screen and (min-width: 415px) {

	#managpolicy li > span > span span {
		font-size: 4vw;
	}
}

@media only screen and (min-width: 641px) {

	#managpolicy {
		max-width: none;
		margin-top: 0;
	}

	#managpolicy li {
	}

	#managpolicy li > span > span span {
	}
}

@media only screen and (min-width: 769px) {

	#managpolicy {
		max-width: 700px;
	}

	#managpolicy li > span > span span {
		font-size: 30px;
	}
}



.blockheader .label {
	font-size: 1.7em;
}

@media only screen and (min-width: 1001px) {

	.blockheader .label {
		font-size: 1.5em;
	}
}




#usageguide {
	width: 100%;
	background: #fff;
	position: relative;
}

body.safearea #usageguide {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#usageguide > .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	vertical-align: top;
	position: relative;
}

#usageguide .divheader {
	text-align: center;
}

#usageguide .flowsteps {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

#usageguide .flowsteps .step {
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	vertical-align: top;
	position: relative;
}

#usageguide .flowsteps .step:not(:last-child):after {
	display: block;
	content: '\f104';
	margin-top: .3em;
	margin-bottom: -1em;
	color: #000;
	font-size: 2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transform: rotate(90deg);
}

#usageguide .flowsteps .step > .cover {
	width: 100%;
	background: #fae9ec;
	position: relative;
}

#usageguide .flowsteps .step .brick {
	width: 100%;
	padding: 30px;
	position: relative;
}

#usageguide .flowsteps .step .sentence:not(:last-child) {
	margin-bottom: 1.5em;
}

#usageguide .flowsteps .step .stepnumber {
	width: 66px;
	height: 66px;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#usageguide .flowsteps .step .stepnumber span {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1;
}

#usageguide .flowsteps .step .stepnumber .badge {
	width: 100%;
	height: 100%;
	padding: 7px;
	background: #e98598;
}

#usageguide .flowsteps .step .stepnumber .marker {
	font-size: 14px;
}

#usageguide .flowsteps .step .stepnumber .number {
	font-size: 32px;
}

#usageguide .flowsteps .step h2 {
	margin-bottom: 1.5em;
	padding: 0 50px;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

#usageguide .flowsteps .step h2 span {
	display: inline-block;
}

#usageguide .flowsteps .step .sentence > p {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.6;
}

#usageguide .flowsteps .caution p {
	font-size: .85em;
}

#usageguide .flowsteps .step .sentence > p:not(:last-child) {
	margin-bottom: 1em;
}

#usageguide .flowsteps .step .sentence > p strong {
	color: #e98598;
	font-weight: 700;
	border-bottom: 1px dotted #e98598;
}

#usageguide .flowsteps .step h3 {
	margin-bottom: .5em;
	color: #000;
	font-size: 1.1em;
	line-height: 1.5;
}

#usageguide .flowsteps .step ul,
#usageguide .flowsteps .step ol {
	margin-left: 1.5em;
	font-size: 1em;
	line-height: 1.5;
}

#usageguide .flowsteps .step ul:not(:last-child),
#usageguide .flowsteps .step ol:not(:last-child) {
	margin-bottom: 1em;
}

#usageguide .flowsteps .step li {
	font-size: 1em;
}

#usageguide .flowsteps .step li:not(:last-child) {
	margin-bottom: .5em;
}

#usageguide .flowsteps .step li strong {
	color: #000;
	font-size: 700;
}

#usageguide .flowsteps .caution ol {
	margin-left: 0;
}

#usageguide .flowsteps .caution li {
	font-size: .85em;
}

#usageguide .flowsteps .step figure {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
}

#usageguide .flowsteps .step figure .foto {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 5px;
	overflow: hidden;
}

#usageguide .flowsteps .step img {
	width: 100%;
	height: auto;
}

#usageguide .flowsteps .step .contact {
	text-align: center;
}

#usageguide .flowsteps .step .contact .brick {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 99px;
	background: #fff;
}

#usageguide .flowsteps .step .contact .head {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: .3em;
}

#usageguide .flowsteps .step .contact .call {
	font-size: 24px;
	line-height: 1;
}

#usageguide .flowsteps .step .contact .call i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#usageguide .flowsteps .step .contact span.icon {
	width: 100%;
	height: 100%;
}

#usageguide .flowsteps .step .contact span.icon span {
	width: 100%;
	height: 100%;
}

#usageguide .flowsteps .step .contact span.etext {
	vertical-align: middle;
}

#usageguide .flowsteps .step .contact .call a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

@media only screen and (min-width: 641px) {

	#usageguide .flowsteps {
		padding: 0 20px;
	}

	#usageguide .flowsteps .step {
	}

	#usageguide .flowsteps .step .cover {
		height: 100%;
	}
}

@media only screen and (min-width: 769px) {

	#usageguide .flowsteps {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1001px) {

	#usageguide .flowsteps .step {
	}

	#usageguide .flowsteps .step .brick {
		padding: 50px;
	}
}


/*
#relaxation {
	width: 100%;
	background: #fff;
	position: relative;
}

body.safearea #relaxation {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#relaxation > .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	vertical-align: top;
	position: relative;
}
*/

#timetable {
	width: 100%;
	background-color: #fae9ec;
	background-image: url(../image/portal/back_timetable.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#timetable:before {
	content: '';
	background: #e98598;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.pc #timetable {
	background-attachment: fixed;
}

body.safearea #timetable {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#timetable > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
	vertical-align: top;
	position: relative;
}

#timetable .flowsteps {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#timetable .flowsteps .step {
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	vertical-align: top;
	position: relative;
}

#timetable .flowsteps .step:not(:last-child):after {
	display: block;
	content: '\f104';
	margin-top: .3em;
	margin-bottom: -1em;
	color: #000;
	font-size: 2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transform: rotate(90deg);
}

#timetable .flowsteps .step > .cover {
	width: 100%;
	background: #fff;
	position: relative;
}

#timetable .flowsteps .step .brick {
	width: 100%;
	padding: 30px;
	padding-top: 50px;
	position: relative;
}

#timetable .flowsteps .step .sentence:not(:last-child) {
	margin-bottom: 1.5em;
}

#timetable .flowsteps .step .foto {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#timetable .flowsteps .step .stepnumber {
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#timetable .flowsteps .step .stepnumber span {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1;
}

#timetable .flowsteps .step .stepnumber .badge {
	padding: 7px;
	background: #e98598;
}

#timetable .flowsteps .step .stepnumber .marker {
	font-size: 14px;
}

#timetable .flowsteps .step .stepnumber .number {
	font-size: 1em;
}

#timetable .flowsteps .step h2 {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
}

#timetable .flowsteps .step h2 span {
	display: inline-block;
}

#timetable .flowsteps .step .sentence > p {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.6;
}

#timetable .flowsteps .caution p {
	font-size: .85em;
}

#timetable .flowsteps .step .sentence > p:not(:last-child) {
	margin-bottom: 1em;
}

#timetable .flowsteps .step .sentence > p strong {
	color: #d65b31;
	font-weight: 700;
	border-bottom: 1px dotted #d65b31;
}

#timetable .flowsteps .step h3 {
	margin-bottom: .5em;
	color: #000;
	font-size: 1.1em;
	line-height: 1.5;
}

#timetable .flowsteps .step ul,
#timetable .flowsteps .step ol {
	margin-left: 1.5em;
	font-size: 1em;
	line-height: 1.5;
}

#timetable .flowsteps .step ul:not(:last-child),
#timetable .flowsteps .step ol:not(:last-child) {
	margin-bottom: 1em;
}

#timetable .flowsteps .step li {
	font-size: 1em;
}

#timetable .flowsteps .step li:not(:last-child) {
	margin-bottom: .5em;
}

#timetable .flowsteps .step li strong {
	color: #000;
	font-size: 700;
}

#timetable .flowsteps .caution ol {
	margin-left: 0;
}

#timetable .flowsteps .caution li {
	font-size: .85em;
}

#timetable .flowsteps .step img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 641px) {

	#timetable .flowsteps {
		padding: 0 20px;
	}

	#timetable .flowsteps .step {
	}

	#timetable .flowsteps .step .cover {
		height: 100%;
	}
}

@media only screen and (min-width: 641px) {

	#timetable .flowsteps .step .brick {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#timetable .flowsteps .step .foto {
		width: 50%;
		margin-bottom: 0;
		padding-right: 5%;
	}

	#timetable .flowsteps .step .sentence {
		width: 50%;
	}
}

@media only screen and (min-width: 769px) {

	#timetable .flowsteps {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1001px) {

	#timetable .flowsteps .step {
	}

	#timetable .flowsteps .step .brick {
		padding: 50px;
	}
}



#meal {
	width: 100%;
	background: #fae9ec;
	position: relative;
}

body.safearea #meal {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#meal > .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	vertical-align: top;
	position: relative;
}

#meal .divheader {
	text-align: center;
}


#eventlist {
	font-size: 1rem;
}

#eventlist ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

#eventlist li {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	padding: 5px;
	font-size: 1em;
}

#eventlist h3 {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	background: #e98598;
	border-radius: 50%;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}

#eventlist h3 span {
	font-size: .5em;
}

#eventlist p {
	width: calc(100% - 40px);
	padding-left: 1em;
	font-size: 1em;
	line-height: 1.4;
}

@media only screen and (min-width: 769px) {

	#eventlist li {
		width: 33.33%;
	}
}



#bureau {
	border-bottom: 1px solid #b2b2c1;
	background: #fff;
	position: relative;
}

#bureau > .inner {
	align-items: stretch;
}

#information {
}

#todaysmenu {
	width: 100%;
	background: #fae9ec;
}

#todaysmenu > .inner {
	width: 100%;
	padding: 30px 0;
	position: relative;
}

#information .articlelist .item.hover > .inner {
	background: #f2f2f2;
}

#information .articlelist .item .title a[target="_blank"]:after,
#information .btnarea a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: baceline;
}

@media only screen and (min-width: 769px) {

	#bureau .blockheader {
	}

	#bureau .blockheader .brick {
		padding: 0;
	}

	#bureau #information {
		width: 60%;
	}

	#bureau #todaysmenu {
		width: 40%;
	}

	#bureau #information > .inner,
	#bureau #todaysmenu > .inner {
		padding: 50px 30px;
	}

	body.safearea #bureau #information > .inner {
		padding-left: calc(env(safe-area-inset-left) + 30px);
	}

	body.safearea #bureau #todaysmenu > .inner {
		padding-right: calc(env(safe-area-inset-right) + 30px);
	}
}

@media only screen and (min-width: 1001px) {

	#bureau #information > .inner,
	#bureau #todaysmenu > .inner {
		padding: 50px;
	}

	body.safearea #bureau #information > .inner {
		padding-left: calc(env(safe-area-inset-left) + 50px);
	}

	body.safearea #bureau #todaysmenu > .inner {
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}
}



#information .articlelist .item {
	border-bottom-color:  #b2b2c1;
}

#information .articlelist .item:first-child {
	border-top: none;
}

#information .articlelist .item article {
	font-size: 1.1em;
}

#information .articlelist .item .title {
}

@media only screen and (min-width: 541px) {

	#information .articlelist .item article {
		padding: 20px;
	}

	#information .articlelist .item .enclosed {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-start;
		font-size: 1.2em;
	}

	#information .articlelist .item .meta {
		width: 9em;
		margin: 0;
		white-space: nowrap;
	}

	#information .articlelist .item .title {
		flex-grow: 1;
		width: calc(100% - (7em));
		margin: 0;
	}
}

#todaysmenu .articlelistblock {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 30px;
}

#todaysmenu .articlelistblock h1 {
	margin-bottom: .3em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5;
}

#todaysmenu .articlelistblock p {
	font-size: 1.4em;
	line-height: 1.6;
}

#todaysmenu .articlelistblock figure {
	margin-bottom: 1em;
}

#todaysmenu .articlelistblock img {
	width: 100%;
	height: auto;
}

