@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: 100%;
	vertical-align: baseline;
	background: transparent;
}

.version {
  color: #cccccc;
  font-size: 14px;
  text-align: right;
}
.version::after {
  content: "V0.2.20";
}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Lato', Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	min-width: 640px;
	position: relative;
  background-color: #f0f0f0;
}

.container{
  margin: auto;
  width: 100%;
  min-height: 100%;
  max-width: 1024px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
  background-color: #f0f0f0;
  position: relative;
}
.title{
  width: 100%;
  background-color: #fff;
  padding: 10px 0px 10px 0px;
}

.contents{
  padding: 25px 0px 100px 0px;
}

.footer{
  width: 100%;
  font-size:12px;
  position: absolute;
  bottom: 0px;
  height: 60px;
  color: #9a9a9a;
}

.user{
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  border-radius: 15px;
  background-color: #fff;
  padding: 5px 20px 5px 20px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  margin: 10px;
}

.btns{
  margin: 5px;
}
.uniqueId {
  color: #cccccc;
  font-size: 12px;
  text-align: right;
}
.data {
  font-size: 64px;
  color: #0000FF;
  text-align: right;
}
.status {
  font-size: 14px;
  color: #FF0000;
}

.button{
  border-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  background-color: #fff;
  padding: 5px 20px 5px 20px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
}
.button:hover{
  border-color: #ccc;
}
.button:active{
  background-color: #f0f0f0;
}

#title{
  color:#ff8319;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
}


a { text-decoration: none; }
a:link { color: #9a0000; }
a:visited { color: #9a0000; }

