@charset "UTF-8";
html, body {
  height: 100%;
}

body, ol, ul, li, p, form, h1, h2, h3 {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  line-height: 1.6;
}

body, input, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, textarea {
  font-size: 14px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.underline {
  text-decoration: underline;
}
span.underline {
  text-decoration: underline;
}

ol, ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-normal {
  font-weight: normal;
}

.text-m {
  font-size: 12px;
}

.text-l {
  font-size: 14px;
}

.text-ll-bold {
  font-size: 16px;
  font-weight: bold;
}

a.arrow, .arrow a {
  background: url(../image/icn_arrow.png) no-repeat 0 50%;
  padding-left: 12px;
}

.notes-font {
  font-size: 9pt;
  font-weight: normal;
  color: #FF0000;
}

.text-right {
  text-align: right;
}

.x-small-font {
  font-size: 8pt;
}

.exsample-font {
  font-size: 9pt;
  color: #696969;
  font-weight: normal;
}

.input-small-font {
  font-size: 9pt;
  font-family: Osaka, arial, sans-serif;
}

.input-xx-small-font {
  font-size: 8pt;
  font-family: Osaka, arial, sans-serif;
}

.submit {
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;	
  text-align: center;
  border-top: 1px solid #696969;
}

.contents-title {
  margin: 10px 20px 10px 15px;
  padding: 3px 5px 3px 0px;
  font-size:16px;
  font-weight: bold;
  color: #000000;
  /*font-family: Osaka, arial, sans-serif;*/
  border-bottom: 1px solid #00CCFF;
  border-left: 0px solid #00CCFF;
}

td.contents-title-menu {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.contents-title-menu a:link {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #006699;
}

.contents-sub-title {
  margin: 10px 20px 10px 15px;
  padding: 3px 5px 3px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #006699;
  border-bottom: 1px dotted #006699;
}

.contents-sub-title a:link {
  font-size:12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.contents-sub-title a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.contents-sub-title a:active {
  text-decoration: underline;
  color: #FF8C00;
}

.contents-sub-title a:hover {
  text-decoration: underline;
  color: #FF8C00;
}

.contents-explanation {
  margin: 10px 20px 0px 10px;
  padding: 3px 5px;
  font-size: 10pt;
  color: #000000;
  font-family: Osaka, arial, sans-serif;
  font-weight: normal;
}

.contents-body {
  margin: 10px 20px 0px 10px;
  padding: 3px 5px;
  font-size: 10pt;
  /*font-family: Osaka, arial, sans-serif;*/
}

.contents-body-menu {
  margin: 10px 20px 5px 25px;
  padding: 0px 0px 0px 0px;
  font-size: 10pt;
  font-weight: bold;
}

.contents-body-menu a:link {
  font-weight: bold;
  text-decoration: none;
}

.contents-body-menu a:visited {
  font-weight: bold;
  text-decoration: none;
}

.contents-sub-title3 {
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  border-bottom: 0px dotted #333333;
  background-color: #f5f5f5;
}

.contents-body2 {
  /*margin: 10px 20px 5px 15px;*/
  padding: 0px 0px 0px 5px;
  font-size: 10pt;
  border: 0px solid #CECECE;
}

.layout-contents2 {
  border: 1px solid #CECECE;
  background-color: #ffffff;
  /*width:640px; height:100%;*/
  width: 100%;
  height: 100%;
}

.node {
  cursor: pointer;
  background-color: red;
}
.node text {
  font-size: 12px;
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
/*	font-family: Osaka, arial, sans-serif;*/
	text-rendering:geometricPrecision;
}
.treelink2 {
  fill: none;
  stroke:gray;
  stroke-width: 1px;
}

.toggle-button {
    display: inline-block;
    color: #282828;
    background-color: #ffe88d;
    border: 2px solid #f1c93b;
    border-radius: 4px;
    padding: 3px 15px;
    text-decoration: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.toggle-button:active {
	transform: scale(0.97);
}
.toggle-button:hover {
    text-decoration: none;
}

/* 写真を表示ボタン */
.show-btn {
	background-color: #fff3b0;
}
.show-btn:hover {
	background-color: #ffe88d;
}

/* 写真を非表示ボタン */
.hide-btn {
    background-color: #f5f5f5;
    border-color:#cecece
}
.hide-btn:hover {
    background-color: #e1e1e1;
}

