/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2018/06/12, 20:34:29
    Author     : itakura
*/

thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-x: hidden;
  overflow-y:scroll;
  height:500px;
}


/*---- Header ----*/
.top-bar.expanded .title-area {
    background: #015b09;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #11761c;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #32bf42;
}

/*---- Login ----*/
legend {
    color:#000000;
}

fieldset legend {
    border-bottom: 2px solid #015b09;
    width: 100%;
    line-height: 2rem;
}

/*---- Layout ----*/
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
    margin: 25px 50px 50px 50px;
}

.container h1 {
	margin: 40px 0px 25px 0px;
	padding-bottom: 5px;
	font-size: 26px;
	border-bottom: 2px solid #015b09;
}

.users {
	max-width: 600px;
	margin: 0px auto;
}

/*---- viewdown Layout ----*/
.container100 {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
		width: 100%;
}

.container100 h1 {
	margin: 40px 0px 25px 0px;
	padding-bottom: 5px;
	font-size: 26px;
	border-bottom: 2px solid #015b09;
}

/*---- Title ----*/
.page-title {
	margin: 0px 0px 25px 0px;
	padding-bottom: 5px;
	font-size: 26px;
	border-bottom: 1px solid #015b09;
}

/*---- Form Button ----*/
.form button[type="submit"] {
	text-transform: uppercase;
	box-shadow: 0px 3px 0px #023907;
}

.form button:hover, .form button:focus {
	background: #015b09;
	box-shadow: none;
	box-shadow: 0px 3px 0px #023907;
}

button {
	width: 225px;
	padding: 8px 0px;
	font-size: 13px;
	background: #015b09;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	box-shadow: 0px 3px 0px #023907;
}

button:hover  {
	background: #32bf42;
}

/*---- Link ----*/
a:hover {
    color: #32bf42;
}

a {
    color: #015b09;
}

/*---- Back-btn ----*/
.back-btn {
	float: left;
	margin-top: 10px;
}

.back-btn a {
	display: block;
	width: 100px;
	padding: 5px 0px;
	margin: 0px auto 10px;

	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background: #015b09;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

  box-shadow: 0px 3px 0px #023907;
}

.back-btn a:hover {
	background: #32bf42;
	box-shadow: 0px 3px 0px #32bf42;
}

/*---- Top ----*/
.site-title {
	margin-bottom: 40px;
	font-size: 34px;
	color: #015b09;
	text-align: center;
}

table.maptable, table.maptable th, table.maptable td {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

table.maptable {
	width: 1000px;
	margin: 0px auto;
}

table.maptable tr {
    border-bottom: 1px solid #FFFFFF;
}

table.maptable td {
	text-align: center;
	border-left: 1px solid #FFFFFF;
}

table.maptable td img {
	margin-bottom: 10px;
}

table.maptable .cellwidth-225 {
	width: 225px;
}

table.maptable .cellwidth-225 img{
	width: 225px;
}

table.maptable .cellwidth-550 {
	width: 550px;
}

table.maptable .cellwidth-550 img {
	width: 550px;
}

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

.map-bottom {
}

/*---- download ----*/
.downloadbox {
	overflow: hidden;
	width: 1000px;
	margin: 20px auto 0px;
	padding: 20px;
	background: #dedede;
x	border-top: 2px solid #015b09;
}

.download-box-text {
	float: left;
	width: 270px;
	font-size: 16px;
}

.download-box-btn {
	float: right;
	width: 650px;
}

.download-btn {
}

.download-btn a {
	display: block;
	width: 200px;
	padding: 15px 0px;

	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background: #00245b;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

  box-shadow: 0px 3px 0px #01132f;
}

.download-btn a:hover {
	background: #1063e1;
	box-shadow: 0px 3px 0px #01132f;
}

/*---- Viewsheet ----*/
.list-formframe {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	background: #DEDEDE;
}
.list-formbox {
	overflow: hidden;
}

.list-form-number {
	float: left;
	width: 120px;
}
.list-form-number select {
    width: 40px;
}

.list-form-day {
	float: left;
	width: 240px;
}
.list-form-day select {
    width: 55px;
}

.list-form-submit {
	float: left;
	width: 150px;
}

.list-form-btnbox {
	overflow: hidden;
	width: 495px;
	height: 35px;
	float: right;
}

.list-form-btn-l {
	float: left;
	width: 120px;
	margin-right: 5px;
}

.list-form-btn-c {
	float: left;
	width: 120px;
	margin-right: 5px;
}
.list-form-btn-r {
	float: right;
	width: 120px;
}

/*---- Table ----*/
table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
 x   border-bottom: 1px solid #015b09;
}

table thead tr th  {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    text-align: center;
    color: #FFFFFF;
    background: #11761c;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    text-align: center;
    border-bottom: 2px solid #11761c;
}


table tr:nth-of-type(even) {
    background: none;
}

table tr th, table tr td {
	padding: 0.5625rem 0.1rem;
  text-align: center;
	border-left: 1px solid #ebebec;
}

.submit input{
	width: 120px;
	padding: 5px 0px;
	font-size: 14px;
	background: #015b09;
	border-radius: 4px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 3px 0px #023907;
	border: currentColor;
}

.submit input:hover {
	background: #32bf42;
	box-shadow: 0px 3px 0px #32bf42;
}


