﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Strait');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');

/* Global */

h1, h2, h3, h4, h5, h6, p, a, li, td {
	font-family: 'Strait', Helvetica, Arial, 'cwTeXYen', 'Hiragino Mincho Pro', '新細明體', sans-serif;
}

/* Header & Nav */

h3.header {
	font-family: 'Strait', Helvetica, Arial, 'Hiragino Mincho Pro', '微軟正黑體', '新細明體', sans-serif;
}

a.header, a.nav {
	font-family: 'Strait', Helvetica, Arial, 'Hiragino Mincho Pro', '微軟正黑體', '新細明體', sans-serif;
	font-size: 11.5pt;
	font-weight: bold;
	/* vertical-align: middle; */
}

a.nav2 {
	font-family: 'Strait', Helvetica, Arial, 'Hiragino Mincho Pro', '微軟正黑體', '新細明體', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}

/* Responsive Iframe */

.iframe-rwd {
	position: relative;
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Banner */

tr.active {
	color: #ffff99;
}

tr.active a:link {
	color: #ffff99;
}

tr.active a:visited {
	color: #ffff99;
}

tr.active a:hover {
	color: rgba(193, 199, 205, 0.5);
}

td {
	font-size: 11pt;
	vertical-align: middle;
}

td.tag {
	font-size: 65%;
	color: #041625;
	text-align: center;
	background-color: #c0c2c4;
	border-radius: 25px 0 25px 0;
}

td.tag-active {
	font-size: 65%;
	color: #ff0000;
	text-align: center;
	background-color: #c0c2c4;
	border-radius: 25px 0 25px 0;
}

td.name, td.place, td.date {
	text-align: left;
}

/* JackBox */

h4.jboxInfo {
	font-family: 'Strait', Helvetica, Arial, 'Hiragino Mincho Pro', 'cwTeXYen', '新細明體', sans-serif;
	font-size: 10.5pt;
	color: #222;
}

p.jboxInfo {
	font-size: 10pt;
	font-weight: normal;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Blink */

.blink {
	animation-duration: 3s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@keyframes blink {
	0%   {opacity: 1;}
	80%  {opacity: 1;}
	100% {opacity: 0;}
}

/* Main */

h4.videoInfo {
	font-family: 'Strait', Helvetica, Arial, 'Hiragino Mincho Pro', 'cwTeXYen', '新細明體', sans-serif;
	font-size: 13pt;
}

p.videoInfo {
	font-size: 11pt;
	font-weight: normal;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Footer */

a.footer {
	font-size: 10pt;
}

p.footerCopy {
	font-size: 8pt;
}