@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	color: #333;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 15px 13px 17px 15px;
	border-top: 9px solid #135187;
	border-bottom: 6px solid #DADADA;
}
#gHeader .hBox {
	flex-wrap: nowrap;
}
#gHeader h1 {
	margin-bottom: 5px;
	width: 215px;
}
#gHeader .lBox p {
	margin-bottom: 16px;
	font-size: 1.2rem;
}
#gHeader .lBox .infor {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	border-radius: 50px;
	background-color: #1EBDB3;
}
#gHeader .lBox .infor.rental_stoped {
	background-color: #ee3D23;
}
#gHeader .lBox .infor li {
	padding: 5px 7px;
	border-right: 1px solid #fff;
}
#gHeader .lBox .infor li:first-child {
	padding: 5px 12px 5px 17px;
}
#gHeader .lBox .infor li:last-child {
	border-right: none;
}
#gHeader .rBox {
	text-align: center;
}
#gHeader .rBox .pho {
	margin-bottom: 7px;
	width: 78px;
}
#gHeader .rBox .pho a {
	display: block;
}
#gHeader .rBox p {
	font-size: 1.1rem;
	font-weight: normal;
}
@media screen and (max-width: 350px) {
	#gHeader .lBox p {
		font-size: 1rem;
	}
	#gHeader .rBox p {
		font-size: 0.6rem;
	}
	#gHeader .lBox .infor li {
		padding: 3px 2px;
	}
}



/* カレンダー */
.CalenderBox {
    width: 100%;
    margin: 0px 0px;
}
.DateBox {
    height: 70px;
    line-height: 32px;
    overflow: hidden;
}

.DateBox ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 18px;
}
.DateBox ul li {
    float: left;
    width: 80px;
    height: 90%;
    margin: 2px;
    padding: 0;
    background: #f4f4f4;
    color: rgb(29, 29, 29);
    text-align: center;
    cursor: pointer;
}

.DateBox ul li.sun {
    background: #ffaaaa;
    color: rgb(250, 245, 245);
}

.DateBox ul li.sat {
    background: #84b2e0;
    color: rgb(250, 245, 245);
}
.DateBox ul li.today {
    background: #84e0b2;
    color: rgb(250, 245, 245);
    font-weight: bold;
}

.DateBox ul li.active {
    border: 2px solid #00e;
}
.DateBox ul li div#date {
    border-bottom: 2px solid #ffffff;
}

.DateBox ul li {
    border: 2px solid #ffffff;
}
.DateBox ul li div.year {
    position: absolute;
    line-height: 30px;
    font-size: 30px;
}
/* Scrollbar */
.scrollbar {
    margin: 0 0 1em 0;
    height: 10px;
    background: #eee;
    line-height: 0;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #aaa;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}
.DeviceThumb {
    display: block;
}
.comUlBox li.active {
    background-color: #69acc9;
}
/* .object  ul  li.active {
	border: 2px solid #00e;
} */

.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	display:none;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
  }
  
  .dropdown {
	float: right;
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	margin-top:100px;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	z-index: 1;
  }
  
  .dropdown-content a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-weight: normal;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
  