@charset "utf-8";

/* table */

th {
	background:#f9f9f9;
	text-align:right;
}
td {
	background:#fff !important;
}


/* event-pr */
.event-pr {
	text-align:center;
}
.event-pr img {
	margin:0 auto 1.5em;
}
.event-pr div {
	font-weight:bold;
	font-size:150%;
}
.event-pr .date {
	font-size:120%;
}

/* event-nav */
.event-nav {
	text-align:center;
}
.event-nav a {
	display:inline-block;
	width:40%;
	margin:1em;
	padding:1em;
	border:1px solid #ccc;
	border-radius:6px;
	background:#eee;
	text-align:center;
}

/* overview */

.block-overview td {
	width:22%;
}

.block-overview .fukuoka {
	background:#e1f4fd !important;
}
.block-overview .sapporo {
	background:#fdfde1 !important;
}
.block-overview .osaka {
	background:#ffe7eb !important;
}
.block-overview .tokyo {
	background:#e1fde1 !important;
}

.block-overview .pref.fukuoka {
	border-bottom:3px solid #006698 !important;
	color:#006698 !important;
	font-weight:bold;
	text-align:center;
}
.block-overview .pref.sapporo {
	border-bottom:3px solid #eea831 !important;
	color:#eea831 !important;
	font-weight:bold;
	text-align:center;
}
.block-overview .pref.osaka {
	border-bottom:3px solid #942033 !important;
	color:#942033 !important;
	font-weight:bold;
	text-align:center;
}
.block-overview .pref.tokyo {
	border-bottom:3px solid #768c76 !important;
	color:#768c76 !important;
	font-weight:bold;
	text-align:center;
}


/* archive */
.block-archive a {
	margin-right:1em;
}
.block-archive a img {
	display:inline-block;
	padding:3px;
	border:1px solid #ccc;
}
.block-archive a:hover img {
	display:inline-block;
	padding:1px;
	border:3px solid #0086d1;
}

@media (min-width: 768px) {
}
