@charset "UTF-8";

/*----------------------------------
  こども食堂食堂ページ専用ｃｓｓ
----------------------------------*/
.kodomoshokudou_table{
	width: 100%;
	border: 2px solid #333;
	margin-bottom: 3em;
}
.table_title{
	text-align: center;
	color: #fff;
	background: #fccb02;
}
.kodomoshokudou_table td{
	border: 1px solid #333;
	padding: 0.5rem;
}

.schedule_box{
	width: 100%;
}
.schedule_table{
	width: 100%;
}
.text-right{
	text-align: right;
}
#second ul.txt_link {
    justify-content: left;
}
.-center{
	text-align: center !important;
}
.-left{
	text-align: left !important;
}

/*----------------------------------
  2021年度の贈呈実績ページ専用ｃｓｓ
----------------------------------*/
.photo_title{
font-weight: bold;
font-size: 2rem;
}
.blank{
	display: block;
}
.kodomo_bnr{
	width: 100% !important;
}
@media screen and (min-width: 768px) {
	.schedule_box{
		width: 70%;
	}
	
.kodomoshokudou_table{
	width: 70%;
	margin: 0 auto 3em;
}
.kodomo_bnr{
	width: calc(581 / 1024 * 100%) !important;
    font-size: 2.4rem!important;
    padding: 1em 4em!important;
}

}
/*----------------------------------
  2021年度の贈呈実績ページ専用ｃｓｓ
----------------------------------*/
.photo_title{
	font-weight: bold;
	font-size: 2.2rem;
	}
.blank{
	display: none;
}


