@charset "utf-8";

/* ---------------------------------------------
   body
--------------------------------------------- */

html {
     height: 100%;
     overflow-y: scroll;
      }

body {
     width: 100%;
     height: 100%;
     background-color:#e7e7d7;
     margin:0px;
     padding:0px;
     text-align:left;
     color: #000000;
     font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     line-height: 1.6em;
       }

/* img ----------------------------------*/

img {
     border: 0;
     }

/* a ----------------------------------*/

a:link {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
        }

a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
        }

a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-weight:normal;
        }

/* ---------------------------------------------
	wrapper
--------------------------------------------- */
#wrapper {
         margin: 0px auto;
         width:860px;
         min-height: 100%;
         color:#000000;
         background-color:#ffffff;
         box-shadow: 0 0 5px rgba(0,0,0,0.3);
         }

/* ---------------------------------------------
   header
--------------------------------------------- */
#header {
        position: relative;
        width: 100%;
        height: 170px;
        padding: 0;
        margin: 0 auto;
        background: #ffd700;
        box-shadow: 0 3px 2px rgba(0,0,0,0.5);
         }

#header > * {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        }

#header > .header_image {
        right: 5px;
        filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));
        }

#header > h1 {
        margin: 0;
        padding: 0;
        left: 40px;
        color: #e7ffe7;
        font-size: 1.7em;
        line-height: 1.6em;
        text-shadow: 2px 2px 3px rgba(0,0,0,1);
         }

#header > h1 > .sub_title_1:after {
            content: "\A";
            white-space: pre;
 }

#header > h1 > .sub_title_1 {
            color: #7f5656;
            font-size: 0.7em;
            font-weight: normal;
            text-shadow: none;
 }

#header > h1 > .sub_title_2:before {
            content: "\A";
            white-space: pre;
 }

#header > h1 > .sub_title_2 {
            color: #56567f;
            font-size: 0.6em;
            font-weight: normal;
            text-shadow: none;
 }

/* ---------------------------------------------
   news info
--------------------------------------------- */

#news_info {
        padding:0px;
	margin:0px;
            }
#news_info h3 {
        margin: 20px;
        padding: 0px 0px 0px 20px;
        color: #565656;
        }  




#news_info ul {
        margin: 20px 20px 20px 20px;
        padding: 0px 0px 0px 20px;
	color:#000000;
	font-weight:normal;
	font-size:0.96em;
        line-height: 2em;
	 }

#news_info li{
	font-size: 0.96em;
        font-weight: normal;
         }
 
#news_info li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
#news_info li{
	position:relative;
	padding-left:30px;
}
 
#news_info li::before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:8px; 
	left:7px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #ff00ff;
}

#news_info ul li span {display:block;}
#news_info ul li span.date {float:left; width:7em;}
#news_info ul li span.title {padding-left:7em;}

!#news_info p {
	margin:auto auto 0 25px;
        color:#000000;
	font-weight:normal;
	font-size:0.96em;
	 }
	
/* totop, pagetop ---------------------------------*/
	
p.totop {
	margin:auto 10px 0 auto;
	color:#000000;
	font-weight:normal;
	font-size:0.96em;
	text-align:right;
	clear:both;
	display:block;
	}

/* ページTOPに戻る */
p.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
}
p.pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #222;
    background: #ee82ee;
    border-radius: 5px;
    line-height: 40px;
    opacity: 0.5;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
}

p.pagetop a:hover {
    background: #1e90ff;
    color: #fff;
    opacity: 0.5;
}

p.pagetop a i{
    font-size: 20px;
    line-height: 40px;
}

/* ---------------------------------------------
   footer
--------------------------------------------- */
#footer {
	width:780px;
        margin:15px auto 0 auto;
        padding-bottom: 15px;
	clear:both;
	border-top:#6495d7 solid 1px;
	}
	#footer p {
	margin:10px auto;
	text-align:center;
	color:#666666;
	font-size:0.8em;
	}
	#footer p a {
	color:#666666;
	}
	#footer p a:hover {
	color:#FF0000;
	}
	
	#footer p.submenu {
	width:530px;
	}
	#footer p.submenu a {
	font-weight:normal;
	}

/* ---------------------------------------------
      タブに関する指定
--------------------------------------------- */

/* タブ切り替え全体のスタイル --------------*/

.tabs {
padding-top: 20px;
padding-bottom: 40px;
background-color: #ffffff;
width: 860px;
margin: 0 auto;
}

/* タブのスタイル -----------------------*/
.tab_item {
width: 20%;
height: 40px;
border-bottom: 3px solid #1e90ff;
background-color: #d9d9d9;
/*
box-shadow: 0 0 10px rgba(0,0,0,0.2);
*/
line-height: 50px;
font-size: 1em;
text-align: center;
color: #1e90ff;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
overflow: hidden;
}

.tab_item:hover {
opacity: 0.75;
cursor: pointer;
}

/* ラジオボタンを全て消す ------------------*/
input[name="tab_item"] {
display: none;
}

/* タブ切り替えの中身のスタイル -------------*/
.tab_content {
   display: none;
   margin: 0px;
   padding: 0px;
   clear: both;
   overflow: hidden;
   }

/* 選択されているタブのコンテンツのみを表示 ---------*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
display: block;
}

/* 選択されているタブのスタイルを変える ------------*/
.tabs input:checked + .tab_item {
background-color: #1e90ff;
color: #ffffff;
}


/* タブのコンテンツの具体的な指定 ------------*/

/* タブ1の指定 ここから---------*/

#tab1_content h4 {
     margin: 20px;
     padding: 0px 0px 0px 20px;
     color: #565656;
         }

#tab1_content p {
     margin: 20px;
     padding: 0 10px 0px 30px;
     text-indent: 1em;
     font-size: 0.96em;
        }

#tab1_content p span.fig {
     color: #0000ff;
         }

#tab1_content table {
     border: 0;
     background-color: #fff; 
     margin: 0px auto;
          }

#tab1_content table td {
      width: 300px;
      background-color: #fff;
      text-align: center;
      vertical-align: top;
        }

#tab1_content table td.image {
      height: 215px;
        }

#tab1_content table td.image_caption {
      height: 1.6em;
　　　font-size: 0.96em;
      padding-top: 10px;
      font-weight: bold;
      color: #000080;
        }


#tab1_content table td img {
      filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
        }

#tab1_content table td a:hover {
      opacity: 0.75;
      cursor: pointer;
　　　　}

/* タブ1の指定 ここまで---------*/

/* タブ2の指定 ここから---------*/

#tab2_content h4 {
     margin: 20px;
     padding: 0px 0px 0px 20px;
     color: #565656;
         }

#tab2_content p {
     margin: 20px;
     padding: 0px 10px 0px 30px;
     text-indent: 1em;
     font-size: 0.96em;
        }

#tab2_content p span.fig {
      color: #00f;
         }

#tab2_content table {
     border: 0;
     background-color: #fff; 
     margin: 0px auto;
     padding-top: 10px;
          }

#tab2_content table td {
      background-color: #fff;
      text-align: center;
      vertical-align: bottom;
      border: 0;
         }

#tab2_content table td.fig_a {
      width: 250px;
      height: 146px;
        }

#tab2_content table td.fig_a img {
      filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
        }

#tab2_content table td.fig_b {
      width: 250px;
      height: 146px;
        }

#tab2_content table td.fig_b img {
      filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
        }

#tab2_content table td.fig_c {
      width: 270px;
      height: 146px;
        }

#tab2_content table td.fig_c img {
      filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
        }

#tab2_content table tr.fig_caption {
      font-size: 0.86em;
      font-weight: normal;
      color: #000080;
      line-height: 1.6em;
      height: 3.2em;
        }

#tab2_content table td.fig_a_caption {
      width: 250px;
        }

#tab2_content table td.fig_b_caption {
      width: 250px;
        }

#tab2_content table td.fig_c_caption {
      width: 300px;
        }

#tab2_content table tr.fig_link td a{
      font-size: 0.96em;
      font-weight: normal;
      height: 1.6em;
        }

#tab2_content table tr.fig_link td a:link {
      color: #00f;
        }

#tab2_content table tr.fig_link td a:visited {
      color: #00f;
        }

#tab2_content table tr.fig_link td a:hover {
      color: #f00;
        }

/* タブ2の指定 ここまで---------*/

/* タブ3の指定 ここから---------*/

#tab3_content div.child {
     margin: 20px;
        }

#tab3_content span.num {
      color: #b94047;
        }


#tab3_content div.notice {
     font-size: 0.86em;
     font-weight: normal;
     padding-left: 32px;
     height: 1.6em;
        }

#tab3_content div.notice a:link {
     color: #0000cc;
        }

#tab3_content div.notice a:visited {
     color: #0000cc;
        }

#tab3_content div.notice a:hover {
     color: #ff0000;
        }

#tab3_content h4 {
     margin: 20px;
     padding: 0px 0px 0px 20px;
     color: #565656;
         }

#tab3_content h5 {
     margin: 0px;
     padding: 0px 20px 0px 30px;
     color: #565656;
     font-size: 0.96em;
         }

#tab3_content h5::before {
	content: '';
	display: inline-block; 
	background: #ff00ff;
	width: 9px;
	height: 9px; 
        vertical-align: middle;
        position: relative;
	top: -3px; 
	left: -0.4em; 
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
        }

#tab3_content p {
     margin: 20px 0px 20px 20px;
     padding: 0px 10px 0px 20px;
     text-indent: 1em;
     font-size: 0.96em;
        }

#tab3_content table {
     border: 0;
     background-color: #fff; 
     margin: 0px auto 40px auto;
     padding-top: 10px;
          }

#tab3_content table td {
      width: 380px;
      background-color: #ffffff;
      text-align: center;
      vertical-align: top;
      border: 0;
　　　  }

#tab3_content table td.fig_caption {
      padding-top: 10px;
      font-size: 0.86em;
      font-weight: normal;
      line-height: 1.6em;
      color: #000080;
         }

#tab3_content table td.fig1 {
      height: 200px;
        }

#tab3_content table td.fig2 {
      height: 172px;
        }

#tab3_content table td.fig3 {
      height: 198px;
        }

#tab3_content table td.fig4 {
      height: 245px;
        }

#tab3_content table td img {
      filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
        }

#tab3_content table td a:hover {
      opacity: 0.75;
      cursor: pointer;
　　　　}

#tab3_content p.next_plan {
      margin: 20px 20px 0px 40px;
      padding: 0px 10px 0px 20px;
        }

/* タブ3の指定 ここまで---------*/

/* タブ4の指定 ここから---------*/

#tab4_content h4 {
     margin: 20px;
     padding: 0px 0px 0px 25px;
     color: #565656;
         }

#tab4_content h4::before {
	content: '';
	display: inline-block; 
	background: #ff00ff;
	width: 9px;
	height: 9px; 
        vertical-align: middle;
        position: relative;
	top: -2px; 
	left: -0.2em; 
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
        }

#tab4_content h5 {
     margin: 20px;
     padding: 0px 0px 0px 10px;
     font-size: 0.96em;
     color: #000080;
        }

#tab4_content ol{
  
  counter-reset: cnt;
  list-style-type: none;
  margin: 20px 20px 0px 20px;
  padding: 0px 10px 0px 12px;
         }

#tab4_content ol.prev {
   margin-bottom: 30px;
         }

#tab4_content p.add {
   margin: 10px 20px 0px 20px;
   padding: 0px 10px 10px 20px;
   color: #000000;
   font-size: 0.96em;
   
         }

#tab4_content li{

  text-indent: -2.6em;
  padding-left: 2.6em;
  color: #565656;
  font-size: 0.96em;
  line-height: 2em;
         }

#tab4_content li::before {
  counter-increment: cnt;
  content: '【'counter(cnt)'】';
  /* 以下は自由に装飾... */
  
  padding-right: 0.1em;
  font-size:0.96em;
  font-weight: normal;
  color: #b94047;
         }

#tab4_content p.publication_list {
        margin: 20px 20px 0px 20px;
        padding: 0px 0px 0px 20px;
        color: #000000;
        }

#tab4_content p.publication_list a {
	
        color: #0000ff;
	font-weight:normal;
	font-size:0.96em;
	 }

#tab4_content p.publication_list a:hover {
        color: #ff0000;
         }
  
/* タブ4の指定 ここまで---------*/

/* タブ5の指定 ここから---------*/
        
#tab5_content h4 {
     margin: 20px;
     padding: 0px 0px 0px 20px;
     color: #565656;
         }

#tab5_content ul {
	margin: 20px 20px 40px 20px;
        font-size: 0.96em;
        font-weight: normal;
        color:#000000;
	line-height: 2em;
	 }

#tab5_content ul.relation {
        margin-bottom: 0px;
         }

#tab5_content li {
        padding:0px;
	margin:0px;
         }

#tab5_content li {
        list-style-type:none !important;
	list-style-image:none !important;
        margin: 5px 0px 5px 0px !important;
	  }

#tab5_content li{
	position:relative;
	padding-left: 10px;
}

#tab5_content li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#ff00ff;
	width:9px;
	height:9px; 
	top:11px; 
	left:-15px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

#tab5_content ul li span {display:block;}

#tab5_content ul li span.name {float:left; width:7em;}

#tab5_content ul li span.affiliation {padding-left:7em;}


/* タブ5の指定 ここまで---------*/