@charset "UTF-8";
#events li {
	width: 219px;
	margin-right: 10px;
	display: block;
	float: left;
}
#events li:last-child {
	margin-right: 0;
}
#events .cube {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px;
	background: #fffdf8;
	margin-bottom: 10px;
}
#events .cube.open {
	background: #fff9f0;
}
#events .cube.soon {
	background: #fffff3;
}
#events img.thumbnail {
	width: 193px;
	height: 193px;
	margin-bottom: 8px;
}
#events a:hover img.thumbnail {
	box-shadow: 0 0 0 2px #ffad42;
}
#events .status {
	margin-bottom: 6px;
}
#events .status span {
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	line-height: 100%;
	padding: 4px 8px;
}
#events .cube.open .status span {
	background: #e82c00;
}
#events .cube.soon .status span {
	background: #51b008;
}
#events h3 {
	font-size: 14px;
	margin-bottom: 6px;
}
#events h3 a {
	color: #422e24;
}
#events .cube.open h3 a {
	color: #ff3107
}
#events .cube.soon h3 a {
	color: #2f7200;
}
#events h3 a:hover, #events .cube.open h3 a:hover, #events .cube.soon h3 a:hover {
	color: #ff7400;
}
#events p {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#events dl {
	
}
#events dt {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 4px;
	line-height: 104%;
	font-size: 11px;
}
#events dd {
	margin: 0 0 12px 0;
	padding: 0;
	-webkit-margin-start: 0;
	line-height: 120%;
	font-size: 12px;
}
#events footer {
	
}
#events footer a.ramendb {
	background: #752100;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	padding: 6px 9px;
	line-height: 100%;
	border-radius: 4px;
}
#events footer a.ramendb:hover {
	background: #b03200;
}
#events-footer {
	margin-top: 20px;
}
#events-footer.next {
	text-align: right;
}
#events-footer.back {
	text-align: left;
}
#events-footer a {
	font-weight: bold;
}
#events-footer a:before, #events-footer a:after {
	font-family: nantoka2;
	font-weight: normal;
}
#events-footer.next a:after {
	content: "x";
	text-align: right;
	width: 14px;
	display: inline-block;
}
#events-footer.back a:before {
	content: "y";
	text-align: left;
	width: 14px;
	display: inline-block;
}
/* ====================================*/
#event {
	margin-bottom: 20px;
}
#event .term {
	display: inline-block;
	background: #f52e00;
	border-radius: 5px;
	padding: 5px 8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#event h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
#event img {
	width: 100%;
	height: auto;
}
#event img.main {
	margin-bottom: 20px;
}
#event article {
	padding: 0 10px;
}
#event p.description {
	font-size: 14px;
	line-height: 140%;
}
#event .datas {
	margin-top: 20px;
	table-layout: fixed;
}
#event .datas th, #event .datas td {
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px;
}
#event .datas th {
	background: #ffea93;
	width: 120px;
}
#event .subimage {
	margin-top: 20px;
}
#event .subimage img {
	width: 100%;
	height: auto;
}
#event footer {
	margin-top: 20px;
	text-align: center;
}
#event footer a {
	display: inline-block;
	padding: 12px 20px;
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	text-align: center;
}
#event footer a:after {
	content: "x";
	font-family: nantoka2;
	margin-left: 8px;
}
#event footer a.detail {
	background: #3061a2;
}
#event footer a.ramendb {
	background: #7e3403;
}
#event footer a.detail:hover {
	background: #275897;
}
#event footer a.ramendb:hover {
	background: #6b2c02;
}
/* ===================================================== */
#event-archives {
	padding-left: 20px;
}
#event-archives li {
	list-style: disc;
	font-size: 14px;
	margin-bottom: 5px;
}
