/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
html{
  	background-color:#9c801b;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin:0 auto;
	border-top:#9c801b solid 1em;
	border-bottom:#9c801b solid 1em;
  	background-color:#d0af4c;
}
#header{
	text-align: center;
}
#footer{
	clear: both;
	text-align:center;
	font-size:0.7em;
	margin-top: 5em;
}
#main{
	margin:0;
	padding:0;
	width:100%;
}
article{
	margin:1em auto;
}
h1{
	margin:0px;
	font-size:3em;
	background-image: url("media/bus.png");
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position:0.25em center;
}
h2{
	font-size:1.5em;
}
a{
	text-decoration : none ;
	color:#d5482e;
}
#g2{
	display: none;
}
#schoolName{
	font-size: 1.8em;
	text-align: center;
}
#busName{
	font-size: 1.5em;
	padding: 0.25em;
}
#branding{
	text-align:right;
	margin-bottom: 1em;
	font-size:0.7em;
}
#busStop{
	cursor:pointer;
}
#unkyu{
	display: none;
	text-align: center;
	color:#d5482e;
	font-weight: 900;
    background: #fff;
	padding: 1em;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
}
.busStop{
	height: 3em;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #fff;
	position: absolute;
}
.busStop img{
	display: inline-block;
	position: relative;
}
.busRun{
	width:25px;
	height:25px;
	margin: 0 0 0.5em 25px;
    border-radius: 50%;
    background: #fff;
	float: left;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
}
.place{
	-webkit-animation: place 0.5s infinite alternate;
	-moz-animation: place 0.5s infinite alternate;
	animation: place 0.5s infinite alternate;
    background: #d5482e;
}
.fb-like{
	float:right;
	margin-right:1em;
}
.animreset{
	animation: none;
}
#bus .t1{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	clear: both;
	color:#fff;
	margin:20px 2em 2em 1em;
	border-radius: 4px;
	background-color: #d5482e;
	background-image: url("media/bus_stand.png");
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position:0.25em center;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	padding:0.5em 2em;
	font-size: 0.8em;
}
#busStop .t1{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	clear: both;
	color:#fff;
	margin:20px 2em 2em 1em;
	border-radius: 4px;
	background-color: #d5482e;
	background-image: url("media/bus_stand.png");
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position:0.25em center;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	padding:0.5em 2em;
	font-size: 0.7em;
}
div.t1{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	clear: both;
	color:#fff;
	margin:20px 2em 2em 1em;
	border-radius: 4px;
	background-color: #d5482e;
	background-image: url("media/bus_stand.png");
	background-repeat: no-repeat;
	background-size: 1.25em;
	background-position:0.25em center;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	padding:0.5em 2em;
	font-size: 0.7em;
}
.t1:hover{
	cursor:pointer;
}
#busStop li .bc {
	margin:10px 5em 10px 3em;
	padding:0.25em 2em;
}
#busStop li:first-child .bc ,#busStop li:last-child .bc {
	margin:10px 5em 10px 1em;
	padding:0.5em 0 0.5em 2em;
}
.btncut{
	text-align: center;
	background-color:#9d0c04;
	z-index: 0;
	color:#fff;
	font-size: 20px;
	width:35px;
	height:35px;
	left:-3em;
	top:-0.5em;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin-right: 0.5em;
	margin-top:-3.25em;
}
.btnmap{
	background-color: #fff;
	background-image: url("media/map.png");
	background-repeat: no-repeat;
	background-size: 1.5em;
	background-position:center center;
	width:35px;
	height:35px;
	left:-3em;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	margin: -3em 0 0 100%;
	float: right;
	margin-right: 0.5em;
}
#message{
	margin: 1em auto;
	text-align: left;
	font-size: 0.8em;
	max-width:320px;
	line-height: 2em;
}
#message h2{
	padding-bottom: 1em;
	text-align: center;
	line-height: 2em;
}
.btn{
	background-color: #d5482e;
	font-size: 30px;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
}
#cancelbtn {
	border: solid 1px #6b2418;
	background-color: #d5482e;
	color:#fff;
	vertical-align: middle;
	margin-top:1em;
	height:40px;
	width:100px;
	left:50%;
	top:40%;
	margin-left: -50px;
	position: fixed;
	border-radius: 4px;
	cursor: pointer;
}
.btnback{
	background-color: #fff;
	background-image: url("media/back.png");
	background-repeat: no-repeat;
	background-size: 2em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}
#busSearch{
	background-color: #d5482e;
	background-image: url("media/add.png");
	background-repeat: no-repeat;
	background-size: 1em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	margin-left: 1em;
}
#btnupdate{
	background-color: #fff;
	background-image: url("media/reload.png");
	background-repeat: no-repeat;
	background-size: 2em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin-right: 0.25em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.smallfont{
	font-size:70%;
}
.alignright{
	text-align: right;
}
.accessKey{
	display: none;
}
#initial{
	color:#d5482e;
	cursor: pointer;
}
#loading{
	position: fixed;
	left:50%;
	top:30%;
	margin-left: -25px;
}
#bar{
	top:-1em;
	position: fixed;
	width:100%;
	height: 105%;
	background-color: hsla(0, 0%, 0%, 0.651);
	display: none;
}
.fb-like{
	display: none;
}
#testmode{
	bottom: 0;
	left:0;
	width: 5em;
	height: 3em;
}
/*バス検索*/
#search { 
	max-width: 480px; 
	margin: 0em auto 1em; 
	padding: 1em 24px 3em; 
	border-radius: 3px;
	display: none;
}
#search h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#search h2 { font-weight: bold; font-size: 16px; margin: 0 0 8px; text-align: center;}
#search p { margin: 16px 0 24px; font-size: 14px; }
input{
	width:20em;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	background: none;
	border:1px solid #aaa;
	outline: none;
	background-color: white;
    height:2em;
    border-radius:2px;
}
input:focus{
    padding-right:-1px;
	border:1px solid #d5482e;
}
select {
	padding: 0.25em 0;
	background: none;
	border:1px solid #aaa;
	outline: none;
	background-color: white;
    height:2em;
    border-radius:2px;
}
#kekka{
	margin: 0 auto;
    max-width:768px;
}
#sbus table {
	margin-top: 1em;
	border-collapse:separate;
	border-spacing:1px;
	width: 100%;
	table-layout:fixed;
	counter-reset:seqno;
	font-size:0.8em;
}
#sbus table tr th,
#sbus table tr td {
    padding: 0 10px;
    vertical-align: middle;
}
#sbus table thead{
	background-color: #eee;
}
#sbus table thead td{
	padding: 0;
	margin: 0;
	text-align: center;
}
#sbus table tbody th{
	background-color: #ddd;
}
#sbus table tbody td{
	padding: 0;
	margin: 0;
	background-color: #eee;
}
#sbus table tr th{
	width:15px;
	padding: 1em 0;
}
#sbus table tbody th:before{
	counter-increment:seqno;
	content: counter(seqno);
}
.tblbtn{
	height: 3em;
	width:10em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.btnadddelete{
	background-color: #6b2418;;
	width:35px;
	height:35px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	left:-3em;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	float: right;
	margin: -1em -1em 0 1em;
}
.search{
	background-color: #fff;
	background-image: url("media/search.png");
	background-repeat: no-repeat;
	background-size: 2em;
	background-position:center center;
	width:50px;
	height:50px;
	border-style: none;
	border-radius: 50%;
	box-shadow: 0 3px rgba(0,0,0,0.05), 0 3px rgba(0,0,0,0.05);
	cursor: pointer;
	margin-top: 2em;
}
#bsearch{
	cursor: pointer;
}
#kekka{
	display: none;
}
.accessKey{
	display: none;
}
.coursekey{
	display: none;
}