body {
	margin-top: 0px;
	background-color: #5E87C5;
}
table {
    background-color: #FFFFFF;
}
.linktext {
	font-size: 10px;
	font-style: normal;
	color: #555555;
	text-align: left;
	padding: 5px;
}
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FF3300;
}
.contents01 {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	color: #555555;
	padding: 5px;
}
.contents02 {
	font-size: 12px;
	font-style: normal;
	text-align: right;
	line-height: 18px;
	color: #555555;
	padding: 5px;
}
.contents03 {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	color: #555555;
	padding: 5px;
}
.contents04 {
    font-size: 16px;
	font-style: normal;
	text-align: center;
	line-height:24px;
	color: #555555;
}
.contents05 {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	color: #555555;
	padding: 5px;
}
.flamecont01 {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#66CDA0;
	padding: 5px;
}
.flamecont02 {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	color: #555555;
	font-weight: bold;
	background-color: #CCFFFF;
	padding: 2px;
}
.flamecont03 {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	color: #555555;
	padding: 3px;
}
.flamecont04 {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	color: #555555;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.flamecont04 ul{
	padding-inline-start: 16px;
}
.flame {
    border: 1px solid #6B89B7;
}
.rightline {
    border-right: 1px solid #6B89B7;
}
.bottomline {
    border-bottom: 1px solid #6B89B7;
}
.flashframe {
    border: 1px solid #808080;
}
.noline {
    border-right: 0;
	border-bottom: 0;
}

.t-midashi{
	text-align:center;
	color: #ffffff;
	background-color: #343ccf;
	padding:4px;	
}

/* ボタン */
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #343ccf;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1rem 3rem;

  color: #fff;
  border-radius: 0;
  background: #343ccf;
}

a.btn-flat span {
  position: relative;
}
a.btn-flat:hover{
	color: #333;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 400%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #CCFFFF;
	
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.reschedule{
	font-size:11px;
	color:#343bcf;
}