
@charset "utf-8";
p, blockquote, dl, dd, figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    color: inherit;
    height: auto;
}
pre {
    font-family: monospace,sans-serif;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}
ol, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none outside none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
}
body {
    background-color: #FFFFFF;
    margin: 10px 0 0;
    padding: 0px 50px;
    font-family:serif;
    }

ul, li, p {
    margin: 0;
    padding: 0;
}
p {
     color: #FF6347;
     font-family: serif;
     font-size: 10pt;
     width: 850px;
}
a {
    color: #0000FF;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mr20 {
    margin-right: 20px;
}
#tabMenu {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    width: 850px;
}
#tabMenu2 {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    width: 900px;
    float: left;
}
#tabMenu li {
    float: left;
    list-style: none outside none;
    margin-right: 35px;
    margin-left: 55px;
    width: 120px;
}
#tabMenu2 li {
     margin: 0px auto;
     text-align: center;
     width: 300px;
float: left;
}

/*
#tabMenu {

}
 */

.heading-005 {
    padding:0 .4em .2em;
    border-bottom: 3px double #0042aa;
    background-color: #ffffff;
    color: #333333;
}

table , td, th  {
	border: 0;
	border-collapse: collapse;
        table-layout: fixed;
width: auto;
 }

td, th  {
	padding: 5px 20px;
	height: 25px;
text-align: left;
}

/* パンくずリスト */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1em;
    font-weight: bold;
  }

.breadcrumb li:not(:last-of-type)::after {
    content: ">";
    margin: 0 .6em; /* 記号の左右の余白 */
    color: #777; /* 記号の色 */
  }