@charset "UTF-8";


/* ----- セットメニュー ----- */

.setList {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

.setList li {
	font-size: 120%;
	padding: 0px 15px 0px 15px;
}

.setList li.cnttl {
	font-size: 100%;
	font-weight: bold;
	color: #002c00;
	padding-top: 5px;
}


#other {
	list-style-type: none;
	margin: 40px 0px 0px 0px;
}

#other li {
	float: left;
	margin-right: 15px;
}