@charset "utf-8";

.kitchenbox2 {
	height: 50px;
	float: none;
	margin-left: 10px;
	width: auto;
}
.kitchenbox10 {
	width: 95%; /* clear float */
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	overflow: hidden;
	clear: none;
	float: left;
}

.kitchenbox10 h4 {
	color: #363;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6803;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #FF6803;
	text-align: left;
}

div.kitchenbox10 p {
	width: auto;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 20px;
}

div.kitchenbox10 img.figure {
	float: left; /
	display: inline;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 5px;
}

.kitchenbox20 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	float: left;
	width: 95%;
}

.kitchenbox20 h3 {
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	color: #006600;
	margin: 1em 0 0.5em;
	padding: 3px 10px;
}

.kitchenbox20 ul {
  text-align: center;
}

.kitchenbox20 ul li {
	display: inline;
	list-style: none;
}

.kitchenbox20 ul li a img {
	border: none;
	padding-right: 2px;
	padding-bottom: 2px;
}

.base .box .contents .kitchenbox2 h4 {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	color: #FF6600;
	float: left;
	width: auto;
	height: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.base .box .contents .kitchenbox2 h5 {
	color: #FFFFFF;
	background-color: #FF9900;
	float: right;
	width: auto;
	height: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

