/*!
 * Copyright 2013 CORAL, Inc
 * Designed for Jogashimasuisan
 */
 
body { color: #696969; }

a { text-decoration: none; }

h1{ font-size: 25px; margin-top: -20px;}
h2{ font-size: 22px; font-weight: normal;}
h3{ font-size: 18px; font-weight: normal; margin-top: 10px;}
h4{ font-size: 15px; color:#006dcc; font-weight: normal; margin-top: 10px; margin-left: 10px;}

h2.signin { font-size: 18px; font-weight: normal; margin-top: -10px;}

.signout { text-align: right; margin-top: 20px;}


/* nav */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #666666;
}
.nav-tabs { border-bottom: 1px solid #bbbbbb; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
}

.jumbotron { background-color: #666666; margin-bottom: 20px;}
.jumbotron h1 {color: #ffffff;}

.container { width: 1000px; }

.frame {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #bbbbbb;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  margin: 10px 0 0 20px;
}
.top-info {
  margin-top: -10px;
  margin-bottom: 0px;
}

.form-horizontal p { margin-top: 4px;}

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }

.margin-bottom-20 { margin-bottom: 20px; }

.text-alert {
  color: #ff0000;
}
.text-white {
  color: #ffffff;
}

.dl-horizontal dt {
  width: 100px;
  text-align: left;
  margin-left: 10px;
}

.dl-horizontal dd {
  margin-left: 120px;
}

.download-data  th{
  font-size: 11px;
  font-weight: bold;
}


footer { font-size: 80%; line-height: 100%; border-top: solid 1px #cccccc; margin-top: 30px; padding: 20px 0; text-align: center;}

.center-text {
	text-align: center;
}



.table-top {
  width: 100%;
  margin-bottom: 20px;
}

.table-top th {
	font-size:16px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: normal;
}

.table-top td {
	font-size:48px;
	padding: 30px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: lighter;
}


.table-top2 {
  width: 40%;
  margin-bottom: 20px;
}

.table-top2 th {
	font-size:16px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: normal;
}

.table-top2 td {
	font-size:48px;
	padding: 30px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-weight: lighter;
}

.btn-custom { background-color: hsl(0, 0%, 35%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#828282", endColorstr="#595959"); background-image: -khtml-gradient(linear, left top, left bottom, from(#828282), to(#595959)); background-image: -moz-linear-gradient(top, #828282, #595959); background-image: -ms-linear-gradient(top, #828282, #595959); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #595959)); background-image: -webkit-linear-gradient(top, #828282, #595959); background-image: -o-linear-gradient(top, #828282, #595959); background-image: linear-gradient(#828282, #595959); border-color: #595959 #595959 hsl(0, 0%, 31%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased; }



