/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	background-color: #F0F0F0;
	color: #353535;
}

table {
    border-collapse: collapse;
}
thead, tbody, tfoot {
    display: block;
}
th,td {
    border: solid 1px #999;
    padding: 4px;
    width: 60px;
    font-size: 12px;
}
tbody {
  overflow-x: hidden;
  /*height: 500px;*/
}
.scTbody {
  height: 500px;
  overflow-y: scroll;
}
th {
	background-color: #3DB0F3;
    color: #fff;
}
.hicColor {
	background-color: #3DB0F3;
	color: #fff;
}

/* == header == */
#headerContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	opacity: 0.9;
}
#hTitleA {
	font-size: 20px;
	padding: 12px 12px;
}
#hTitleB {
	font-size: 18px;
	padding-left: 24px;
}
.sbys {
    display: inline-block;
}
.sbys p {
    display:inline-block;
    vertical-align:top;
}
.sbys a {
    text-decoration: none;
    color: #fff;
}
/* == header End == */

.boxParent {
    border: solid 1px #999;
}

.boxTop {
    margin-top: 140px;
    margin-left: 40px;
    margin-right: 80px;
}

.btnTenpoSel {
    display: inline-block;
	background-color: #3DB0F3;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
    padding: 8px;
    width:200px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.btnTenpoSel a {
    text-decoration: none;
    color: #fff;
}

.boxNormal {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 80px;
}

.boxMainContents {
    margin-top: 120px;
    margin-left: 20px;
    margin-right: 40px;
}

.boxTitle{
    background-color: #3DB0F3;
    color: #fff;
}
.boxMess {
    border: solid 1px #999;
    margin-bottom: 12px;
    padding: 12px;
}

#boxSuccess {
    background-color: #46EF79;
}

#boxSuccess {
    background-color: #46EF79;
}
#boxFail {
    background-color: #FFE305;
    color: #F10004;
}
.boxLeft {
    display: inline-block;
    vertical-align: top;
}
.boxRight {
    display: inline-block;
    vertical-align: top;
}

.inputViewOnly {
    color:#000;
    border:1px solid #000;
    background-color:#fff;
}

.inputShikyu{
    color:#000;
    border:1px solid #000;
    background-color:#F4F403;
}

.inputViewOnlyKoujyo{
    color:#f00;
    border:1px solid #000;
    background-color:#fff;
}

.inputKoujyo{
    color:#f00;
    border:1px solid #000;
    background-color:#F4F403;
}

#dialogSelMonth {
    width: 250px;
    margin: auto;
    margin-top: 40vh;
    padding: 30px 20px;
    display: none;
    text-align: center;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 4px #888;
}

#dialogSelLock {
    width: 250px;
    margin: auto;
    margin-top: 40vh;
    padding: 30px 20px;
    display: none;
    text-align: center;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 4px #888;
}
