@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
}

#rstDefKanban {
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	border-top: 1px solid #e2e2e2 ;
	border-bottom: 1px solid #e2e2e2 ;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	background: #efefef;
	text-align: left;
}
.rstDefKanbanIcn {
	width: 43px;
	height: 35px;
	margin-right: 3px;
	/* add image link below*/
	background: url(img/70x70.png) left center no-repeat;
	-webkit-background-size: 35px 35px;
	background-size:35px 35px;
}
.rstDefKanbanTxt {
  width: 85%;
  font-weight: bold;
  color: #666;
}
#rstKanban {text-align: center;}
#rstKanban img {
  min-width: 300px;
  max-width: 640px;
  width: 100%;
  position: fixed;
  top: 0;
  left:0;
  z-index: 9999995;
}

#ic {text-align: right;}
#ic img {
  width: 10%;
  position: fixed;
  top: 2%;
  right:0;
  z-index: 9999996;
}

#ic2 {text-align: right;}
#ic2 img {
  width: 10%;
  position: fixed;
  top: 2%;
  right:10%;
  z-index: 9999996;
}


h7 {
	font-size:10px !important;
	color:#4d4d4d;
        text-align:center;
	margin:0 0 10px 0 !important;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h7 span{
	font-size:12px !important;
	color:#4d4d4d;
        text-align:center;
	margin-top:5px;
	font-size:110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h8 {
	font-size:8px !important;
	color:#9ea09e;
        text-align:center;
	margin:0 0 1px 0 !important;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.0rem;
	width: 3.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	border-radius: 3.0rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #000 !important;
	background-color: #e7e264;
	text-decoration: none;
}
