@charset "UTF-8";

/* Reset
====================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}
body{
	line-height:1;
	height: 100%;
	margin: 0;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section{
	display:block;
}
nav ul{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
p{
	font-size: 14px;
	line-height: 1.4;
}
a{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
b{
	font-weight: bold;
}
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration: line-through;
}
abbr[title], dfn[title]{
	border-bottom:1px dotted #000;
	cursor:help;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
select {
	vertical-align:middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	min-width: 60px;
}
ul,ol{
	list-style:none;
}
strong{
	font-weight: bold;
}

/* Links
====================================================== */
a{
	color:#00d;
}
a:hover{
	opacity: .6;
}

/* Global
====================================================== */
body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #202126;
}


/* Contents
====================================================== */

.contents{
	
}

.contents{
	width: 960px;
	max-width: 100%;
	margin:0 auto;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}

.wrapper{
	display: flex;
	flex-direction: column;
	height: 100vh;
}

@media only screen and (max-width: 750px) {
	.contents{
		width: 100%;
		padding: 20px 20px 0 20px;
		box-sizing: border-box;
	}
}
/* Table
====================================================== */

table{
	width: 100%;
}

table th,td{
	border: solid 1px #8e8e8e;
}

.table-header{
	text-align: center;
	position: relative;
	margin: 25px 0 15px 0;
}

.table-date{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

@media only screen and (max-width: 750px) {

	.table-header{
		margin: 15px 0;
	}

	.table-header-info{
		display: flex;
		flex-direction: column;
	}

	.table-date {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

}

/* main
====================================================== */

.main-header{
	width: 100%;
	position: relative;
	text-align: center;
	background: #1A8353;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding:0 10px;
	box-sizing: border-box;
}

.main-header h1{
		font-size: 24px;
		color:#fff;
		font-weight: bold;
		letter-spacing: 1px;
	}

.main-header a{
	position: absolute;
	right: 10px;
	bottom: 14px;
}

@media only screen and (max-width: 750px) {
	.main-header{
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 10px;
		line-height: 1.4;
		box-sizing: border-box;
	}

	.main-header h1{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.main-header a{
		position: relative;
		right: auto;
		bottom: auto;
	}
}

/* Button
====================================================== */
.btn{
	display: inline-block;
	transition: opacity .3s;
	font-size: 14px;
	text-decoration: none;
	word-break: keep-all;
}

.btn:hover{
	opacity: .8;
	cursor: pointer;
}

.btn-md{
	height: 24px;
	line-height: 24px;
	padding:5px 15px;
}

.btn-arrow{
	border-radius: 4px;
	border:none;
	background-color: #fff;
	color: #6a6a6a;
	padding-right: 30px;
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 10px bottom 10px;
}

/* table header
====================================================== */

.table-header-info .timestamp{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

@media only screen and (max-width: 750px) {

	.table-header-info .timestamp{
		position: relative;
		right: auto;
		bottom: 0;
	}
}

/* Parking
====================================================== */

.parking-table th{
	padding:5px 0;
	background: #1a56ba;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.parking-situation__time{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	background: #eaf2ff;
}

.parking-situation{
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}

.parking-situation > div{
	display: flex;
	padding:13px 0;
	font-size: 20px;
	justify-content: center;
}

.parking-situation > div > div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
}

.parking-situation > div > div:first-child{
	width: 60px;
	letter-spacing: -1px;
}

.parking-situation > div img{
	width: 20px;
}

.time-info {
	font-size: 14px;
	line-height: 1.6;
}

.parking-wrapper{
	width: 100%;
	overflow-x: auto;
}

@media only screen and (max-width: 750px) {
	.parking-table{
		width: 800px;
	}
}