body {
    color: #000;
}
a, a:visit {
    color: #000;
}
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 15px;
    left: auto;
    right: 15px;
}
#pagetop a {
  position:fixed;
  z-index:100;
  bottom:20px;
  right:20px;
}
.sch-table table{
    width: 100%;
    border-collapse: separate;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}
.sch-table th, .sch-table td {
    font-size: 20px;
    border: 1px solid #059ddc;
    text-align: center;
    box-sizing: border-box;
	color: #059ddc;
    background-color: #fff;
    padding: 10px 3px;
}
.sch-table th {
    background-color: #dceef5;
}
.sch-table td {
    width: 11%;
}
.sch-table tr:first-child th, .sch-table tr:first-child td {
    background-color: #dceef5;
}

.cmn-table01 table{
  width: 100%;
  border:none;
}
.cmn-table01 th,.cmn-table01 td{
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px dotted #999999;
  padding:10px;
}

.cmn-table02 table{
  width: 100%;
  border:none;
}
.cmn-table02 table th{
  width: 20%;
}
.cmn-table02 th,.cmn-table02 td{
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px dotted #999999;
  font-size: 15px;
  padding:10px;
}


#dl-box .js-tracking{
  display: inline-block;
  color: #fff;
  background-color: #fc83b5;
  padding: 20px;
  font-size: 18px;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
}

.wrap-box{
  border:1px solid #999999;
  padding:20px 30px 30px 30px;
}

#main{
position: relative;
}
#main h2{
position: absolute;
width: 55%;
top:7%;
left: 5%;
z-index: 1000;
}
#main h3{
position: absolute;
width: 25%;
bottom:7%;
right: 5%;
z-index: 1000;
}

@media screen and (min-width: 641px) {
.c-menu {
    margin-bottom: 0;
}
.c-menu li {
    border-right:1px solid #8cd2ef;
}
.c-menu li:first-child {
    border-left:none;
}
.c-menu li:last-child {
    border-right:none;
}
.c-menu li a {
    font-size: 16px !important;
    padding: 10px 15px !important;
    color: #fff !important;
}

#main h2{
width: 70%;
top:10%;
left: 5%;
}
#main h3{
width: 30%;
bottom:10%;
right: 5%;
}

}
@media screen and (min-width: 1000px) {
.c-menu li a {
    font-size: 17px !important;
    padding: 10px 30px !important;
}
}
@media screen and (max-width: 640px) {
.sch-table th, .sch-table td {
    font-size: 13px;
    padding: 5px 3px;
}


}





