@charset "utf-8";
/* CSS Document */

#catering h3 {
	font-size: 20px;
}

#catering ul.ancor {
	display: flex;
	flex-wrap: wrap;
    width: 800px;
    text-align: center;
	margin: 30px auto;
}
#catering ul.ancor > li {
	width: 30%;
}
#catering ul.ancor > li > a:before {
	content: "";
	display: inline-block;
	background-image: url("/tcc-m/common/images/catering/arrow_down.png");
	width: 13px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: 1px;
	margin-right: 5px;
}

table.catering {
	width: 100%;
	margin-bottom: 30px;
}
table.catering th {
	width: 10%;
	min-width: 120px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
}
table.catering th a {
	display: inline-block;
	margin: 12px 0 0 12px;
}
table.catering th a:link,
table.catering th a:visited,
table.catering th a:hover,
table.catering th a:active {
	color: #8097a9;
}
table.catering th a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 10px;
    border-left: 5px solid #8097a9;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    padding-left:.3em;
}
table.catering td:nth-of-type(1) {
	width: 35%;
	vertical-align: top;
	padding: 10px 10px;
}
table.catering td:nth-of-type(1) > img {
	width: 100%;
	height: auto;
}
table.catering td:nth-of-type(2) {
	width: 30%;
	font-size: 15px;
	line-height: 180%;
	vertical-align: top;
	padding: 10px 10px;
}
table.catering td:nth-of-type(3) {
	width: 25%;
	vertical-align: top;
	padding: 10px 10px;
}
table.catering td > span {
	display: block;
	font-size: 14px;
	margin: 10px 0 10px;
}
small {
	font-size: 90%;
}

	@media only screen and (max-width: 750px) {
		#catering ul.ancor {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			text-align: center;
			margin: 30px auto;
		}
		#catering ul.ancor > li {
			width: 33%;
		}
		#catering ul.ancor > li > a:before {
			width: 12px;
			height: 7px;
		}
		table.catering th,
		table.catering td {
			width: 100%!important;
		}
	}