body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,main,aside,section,figure,figcaption,header,nav {
  padding: 0;
  margin: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
img{
  vertical-align:text-bottom;
}
body{
	color: #555;
	font-size: 15px;
}
.sp-btn-wrap{
	text-align: center;
}
.sp-btn-wrap h1{
	font-weight: 400;
	color: #149ECC;
	border-bottom: 3px solid #149ECC;
	padding-bottom: 10px;
	margin: 0.5em 0 0;
	font-size: 200%;
}
.f-section-wrap{
	margin: 0 0 0;
	padding: 1em 0.5em 1em 1.5em;
	background: #e8f6fb;
}
.sp-btn-wrap h2{
	color: #149ECC;
	display: block;
	width: 8em;
	margin: 0 auto;
	padding: 0.2em;
	font-weight: 600;
	font-size: 110%;
	margin-bottom: 0;
	border-radius: 5px;
	float: right;

}
.sp-btn-wrap .ac-name{
	float: left;
	font-size: 110%;
	margin-top: 0.2em;
	color: #149ECC;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	width: 9em;
	text-overflow: ellipsis;
}
.sp-btn-wrap time{
	display: block;
	font-size: 300%;
	font-weight: 600;
	margin-bottom: 0.8em;

}
.sp-btn-wrap time small{
	font-weight: 300;
	font-size: 80%;
}
.sp-btn-wrap button{
	padding: 0.6em 1.5em;
	border: none;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0.2em;
	font-size: 130%;
}
.btn-grp{
	margin-bottom: 30px;
}
.sp-btn-wrap button:hover{
	cursor: pointer;
}
.sp-btn-wrap .start{
	background: #149ECC;
	color: #fff;
	border-bottom: 5px solid #187fa2;
}
.sp-btn-wrap .start:hover{
	background: #187fa2;
}
.sp-btn-wrap .start.on{
	background: #187fa2;
	border-bottom: none;
	position: relative;
	top: 5px;
}
.sp-btn-wrap .stop{
	background: #E6BF00;
	color: #fff;
	border-bottom: 5px solid #b89a04;
}
.sp-btn-wrap .stop:hover{
	background: #b89a04;
}
.sp-btn-wrap .stop.on{
	background: #b89a04;
	border-bottom: none;
	position: relative;
	top: 5px;
}
.sp-btn-wrap .gry{
	background: #aaa;
	border-bottom-color: #999;
}
.sp-btn-wrap .gry:hover{
	background: #aaa;
	border-bottom-color: #999;
	cursor: default;
}

.clearfix:after{
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	float: none;
	clear: both;
}

table{
	border-collapse: collapse; 
	text-align: left;
	width: 90%;
	margin: 80px auto;
}
th,td{
	border: 1px solid #519ab2;
	font-weight: 400;
	padding: 0.8em;
}
th{
	background: #E8F6FB;
}


.input{
	margin: 30px;
}

.input input{
	font-size: 1.5em;
}


#logout-area {
	text-align: right;
	height: 37px;
    margin: 0 0 1.5em;
}

#logout-area button {
	background: #149ECC;
    color: #fff;
    border-bottom: 2px solid #187fa2;
    letter-spacing: 0.2em;
    font-size: 60%;
    padding: 1em 1em;
}

//#edit {
//	float: left;
//}

//#logout {
//	float: right;
//}

#logout:hover, #edit:hover{
	background: #187fa2;
}

  .popupwrap .shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5500 !important;
    background: rgba(0, 0, 0, 0.5); }

  .popupwrap .popup {
    position: fixed;
    top: 150px;
//    left: 50%;
    z-index: 6000;
    background: #fff;
    width: 100%;
//    margin-left: -325px;
    padding: 25px 0px; }

.t_c {
  text-align: center; 
}

.btn-area a{
	display: inline-block;
	background: #149ECC;
	color: #fff;
	border-bottom: 5px solid #187fa2;
	font-weight: 600;	
	text-decoration: none;
	width: 100px;
	padding: 10px 15px;
	margin: 5px;
}

.btn-area a.cancel{
	display: inline-block;
	background: #E6BF00;
	color: #fff;
	border-bottom: 5px solid #b89a04;
	font-weight: 600;	
	text-decoration: none;
	width: 100px;
	padding: 10px 15px;
	margin: 5px;
}

//#main-table td{
//	font-weight: 400;	
//	border: 1px solid #519ab2;
//}
