/*header設定*/
#header{
	position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	height: 40vh;/*高さを全画面にあわせる*/
	font-family:Roboto,sans-serif;
}
#video-area{
	position: fixed;
	z-index: -1;/*最背面に設定*/
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
	width: 100vw;
}
#video {
	/*天地中央配置*/
	position: absolute;
	z-index: -1;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*縦横幅指定*/
	min-height: 50%;
	min-width: 100%;
}
/*見出し設定*/
#header h1{
	/*要素の配置*/
	position:absolute;
	width: 100%;
	/*要素を天地中央寄せ*/
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	/*見た目の調整*/
	color: rgba(255,255,255,0.96);
	text-shadow: 0 0 15px #666;
	text-align: center;
}
#header .small {
	font-size: 50%;
}
#header .x-small {
	font-size: 33%;
}
#header .caution {
	font-size: 33%;
	color: rgba(192,192,192,0.7);
}

*[v-cloak] {
	display: none;
}
#app-container {
}
.v-application {
	background: #efe !important;
}
.private .v-application {
	background: #977b7b !important;
}
#app {
	border: 1px solid #eee;
}
#loading {
	position: fixed;
	width: 100%;
	padding-top: 5px;
	padding-right: 6px;
	z-index: 999;
}
#title {
	font-weight: bold;
	font-site: 20px;
	background-color: #0aa;
	color: #fff;
	padding: 4px 12px 0;
	line-height: 1.2;
}
#title-icon {
	margin-left: 4px;
}
#pre-title {
	font-size: 12px;
	margin-left: 3px;
}
#subtitle {
	color: #555;
	font-weight: normal;
	font-size: 13px;
	padding: 0 12px 0;
}
#author {
	color: #999;
	font-size: 12px;
	text-align: right;
}
.v-banner__wrapper {
	padding-top: 8px !important;
	padding-bottom: 4px !important;
}
.v-card {
	margin-top: 10px !important;
}
#top-nav .row {
	margin: 0;
}
#top-nav-title {
	color: #1976d2;
	font-weight: bold;
	font-size: 1.0rem;
	height: auto;
	padding-left: 2px;
	height: 1.0em;
	display: block;
	white-space: normal;
}
#top-nav-desc {
	color: #1976d2 !important;
	font-size: 0.7rem;
	font-weight: normal;
	display: block;
	height: 1.0em;
	margin-bottom: 0.75em;
	margin-left: 10px;
}
#top-nav-subtitle {
	color: #000 !important;
	height: auto;
	padding-left: 25px;
	width: 100%;
}
#top-nav-subtitle .v-btn__content {
	letter-spacing: 0;
	display: block;
	white-space: normal;
	width: 100%;
	text-align: left;
}
.intro {
	margin: 0 0 30px;
	padding: 10px;
	background-color: gold;
	border-radius: 8px;
	line-height: 1.4;
}
.intro p {
	margin-top: 15px;
	margin-bottom: 0;
}
#main-info {
	margin-top: 4px !important;
}
#main-info h3 {
	margin-top: 0.8em;
}
#main-info .date {
	color:deeppink;
	font-size: 2rem;
	font-weight:bold;
	margin:12px;
}
#main-info .week {
	color:deeppink;
	font-size: 1.5rem;
	font-weight:bold;
}
#main-info .time {
	color:deeppink;
	font-size: 1.5rem;
	font-weight:bold;
	margin:12px;
}
#main-info .place {
	color: black;
	font-size: 1.1rem;
	margin:12px;
}
#main-info .addr {
	color: black;
	font-size: 1.0rem;
	text-align: right;
	margin-bottom: 0;
}
#main-info .way {
	margin-left: 4.0em;
}
#main-map {
	height: 260px;
	width: 100%;
}
#main-streetview {
	height: 240px;
	width: 100%;
}
.last_updated {
	color: #9bd;
	font-size: 10px;
}
.tebiki {
	text-align: left;
}
.tebiki img {
	max-height: 200px;
	border: 2px solid #ffe97f;
	box-shadow: 2px 2px 4px #999;
}
#timetable {
	border: 2px dashed #ffe97f;
	margin-bottom: 1.0em;
}
#timetable thead th {
	font-size: 100%;
}
#timetable .tt-time {
	width: 12.0em;
	text-align: right;
}
.past-link {
	font-size: 60%;
	margin-left: 1.0em;
}
.floor {
	margin-top: 0.8em;
}
.floor .download {
	margin-left: 1.0em;
}
.floor-4 {
}
.booth-no {
	font-size: 1.2rem;
	font-weight: bold;
}
#updated-info ul {
	list-style: none;
	padding: 0.5em 1.0em;
}
#updated-info .date {
	width: 4.0em;
	margin-right: 0.5em;
}
.booth-num {
	color: black;
	font-size: 1.1rem;
	margin-bottom: 1.5em !important;
}
.booth-num .big {
	font-size: 1.4rem;
	font-weight: bold;
}
.join-num {
	margin-bottom: 0 !important;
	font-size: 12px;
}
#booth-info .booth-caution {
	font-size: 0.8rem;
	text-align: right;
	color: #0e6af9;
}
#list li {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	margin-left: 0.75em;
	margin-right: 0.25em;
	letter-spacing: 0;
	word-break: break-all;
	overflow-wrap: anywhere;
}
.list-caution {
	font-size: 0.7rem;
	color: #0e6af9;
}
.caution {
	color: #0e6af9;
	font-size: 0.7rem;
	line-height: 1.4;
}
.caution.big {
	font-size: 1.0rem;
}
.zero {
	list-style: none;
}
.tab-content .detail a {
	padding-right: 4px;
	text-decoration: none;
}
.tab-content .detail .ku, .ku {
	font-size: .7rem;
	color: #1976d2;
	border: thin solid #1976d2;
	border-radius: 4px;
	margin-right: 0.25em;
}
.tab-content .detail .name {
	font-size: 1rem;
	color: black;
	text-decoration: underline;
}
.tab-content .detail .other-info {
}
.caution-link.v-btn.v-btn--disabled {
	color: #2979ff !important;
	padding: 0;
}
.caution-private.v-btn.v-btn--disabled {
	color: #f50057 !important;
	padding: 0;
}
.v-list-item__content {
	display: block;
}
.v-list-item__title.detail-name {
	font-weight: bold;
	font-size: 1.1rem;
	margin: 8px 0;
	white-space: normal;
}
.text-small {
	font-size: 0.7rem;
	line-height: 1.5;
	margin-bottom: 0.5em !important;
}
.detail-addr {
	margin: 4px 0 0 !important;
}
.private #top-nav-subtitle {
	padding-left: 9px;
}
.private .private-item {
	margin-left: 10px;
}
#footer {
	background-color: rgba(0,0,0,0);
	margin: 10px 10px 80px;
}
#footer .v-list {
	padding: 0;
}
#footer .v-list-item__action {
	margin-top: 0;
	margin-bottom: 0;
}
#footer .v-list-item__content{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#footer .v-btn {
	margin-left: 1.0rem;
}
.v-list--dense .v-list-item, .v-list-item--dense {
	min-height: 20px !important;
}
.v-list-item--three-line .v-list-item__subtitle {
	display: block;
}
#bottom-nav {
	background-color: #9ee;
}
.private #bottom-nav {
	background-color: #ffdbf8;
}
.main {
}
.main .text-h1 {
	font-size: 3rem !important;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.main .text-h2 {
	font-size: 1rem !important;
	line-height: 1.4;
	margin: 0 !important;
	text-align: center;
}
.not-updated .v-card {
	background-color: #eee;
}
.not-updated .v-list-item .v-list-item__subtitle, .not-updated .v-list-item .v-list-item__title {
	color: #999 !important;
}
