@charset "utf-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Default Box Style                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* JapanMapImageBox
--------------------------------------------------- */
.JapanMapImageBox{
  position: relative;
}
    /* BallonList */
    .JapanMapImageBox .BallonList{
      list-style: none;
    }
        .JapanMapImageBox .BallonList li{
          position: absolute;
        }
        .JapanMapImageBox .BallonList li.Hokkaido{
          left: 400px;
          top:  -10px;
        }
        .JapanMapImageBox .BallonList li.Touhoku{
          left: 460px;
          top:  170px;
        }
        .JapanMapImageBox .BallonList li.Kantou{
          left: 400px;
          top:  285px;
        }
        .JapanMapImageBox .BallonList li.Chubu{
          left: 295px;
          top:  155px;
        }
        .JapanMapImageBox .BallonList li.Kinki{
          left: 245px;
          top:  310px;
        }
        .JapanMapImageBox .BallonList li.Chugoku{
          left: 145px;
          top:  185px;
        }
        .JapanMapImageBox .BallonList li.Shikoku{
          left: 135px;
          top:  330px;
        }
        .JapanMapImageBox .BallonList li.Kyushu{
          left: 10px;
          top: 300px;
        }
            .JapanMapImageBox .BallonList li a{
              display: block;
              border-radius: 50px;
              width: 100px;
              height: 100px;
            }
            .JapanMapImageBox .BallonList li a:hover{
            }
/* DecorationImageBox
--------------------------------------------------- */
.DecorationImageBox{
  position: relative;
  margin: 0 0 30px;
}
    .DecorationImageBox .Image{
    
    }
        .DecorationImageBox .Image img{
          width: 100%;
          border-radius: 5px;
        }
    .DecorationImageBox .CaptionText{
      font-size: 75%;
      position: absolute;
      right: 0px;
      bottom: 0px;
      padding: 5px 10px;
      color: #fff;
      background: #000;
      background: rgba(0,0,0,0.75);
      border-radius: 5px;
    }


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   List Setting [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* SimpleTextList
--------------------------------------------------- */
.SimpleTextList{
  margin: 0;
  list-style-position: inside;
}
    .SimpleTextList li{
      border-bottom: 1px dotted #99deff;
      padding: 0.75em 0;
      margin: 0;
      line-height: 1.1;
    }

/* LinkList
--------------------------------------------------- */
.LinkList{
  list-style: none;
  margin: 0;
  line-height: 1.25;
  font-weight: normal;
}
    .LinkList > li{
      padding: 5px 0;
    }
        .LinkList > li > a{
          color: inherit;
          padding: 0 0 0 25px;
          background : url(../css/right_m.png) no-repeat 0% 50%;
        }
    /* - - Depth1(for SiteMap) - - */
    .SiteMapList.Depth1{
      font-weight: bold;
    }
        .SiteMapList.Depth1 > li{
          padding: 15px 0;
          border-bottom: 1px dotted #ccc;
        }
            .SiteMapList.Depth1 > li > a{
              
            }
    /* - - Depth2 - - */
    .LinkList.Depth2{
      font-size: 85%;
      margin: 10px 0;
    }
        .LinkList.Depth2 > li{
          padding: 5px 2px;
        }
            .LinkList.Depth2 > li > a{
              color: inherit;
              padding: 0 0 0 15px;
              background : url(../css/right.png) no-repeat 0% 50%;
            }
    /* - - Depth3 - - */
    .LinkList.Depth3{
      font-size: 85%;
      margin: 10px 0 5px;
    }
        .LinkList.Depth3 > li{
          padding: 0 15px;
          border-left: 1px solid #333;
          float: left;
        }
            .LinkList.Depth3 > li:first-child{
              border-left: none;
            }
            .LinkList.Depth3 > li > a{
              color: inherit;
              padding: 0 0 0 10px;
              background : url(../css/right_s.png) no-repeat 0% 50%;
            }
    /* - - margin set - - */
    .SiteMapList.Depth1,
    .LinkList.Depth2,
    .LinkList.Depth3{
      margin-left: 80px;
    }
/* PostList
--------------------------------------------------- */
.PostList{
  list-style: none;
  margin: 0;
}
    .PostList li{
      border-top: 1px dotted #5491bc;
      padding: 0.5em 0;
      width: 100%;
      display: table;
    }
    .PostList li:first-child{
      border: none;
    }
        .PostList li .PostDate,
        .PostList li .PostTitle{
          display: table-cell;
          vertical-align: top;
          padding: 0.25em 0;
          font-size: 87.5%;
        }
        .PostList li .PostDate{
          width: 125px;
          white-space: nowrap;
          color: #1861a0;
          font-size: 75%;
        }
        .PostList li .PostTitle{
          line-height: 1.5;
        }
            .PostList li .PostTitle a{
              color: inherit;
              display: block;
              padding: 0 0 0 20px;
              background : url(../css/right_s.png) no-repeat 5px 0.35em;
            }
            .PostList li .PostTitle a[href$=pdf],
            .PostList li .PostTitle a[target=_blank]{
              background-position: 0 0.35em;
            }


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting [Common]                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */


/* DefaultTable
--------------------------------------------------- */
.DefaultTable{
  margin: 0 auto 15px;
  width: 100%;
  border-collapse: collapse;
}
    /* caption */
    .DefaultTable caption{
    }
    /* common */
    .DefaultTable th,
    .DefaultTable td{
      padding: 10px;
      font-size: 87.5%;
      line-height: 1.5;
    }
    .DefaultTable th{
      background: #eee;
      font-weight: normal;
    }
    .DefaultTable td{
      background: #fff;
    }
    .DefaultTable tr.Necessary th{
    }
    
    /* thead */
    .DefaultTable thead{
    
    }
        .DefaultTable thead th{
          padding: 10px 10px 5px;
          font-size: 75%;
          background: #0e3560;
          color: #fff;
          border-radius: 10px 10px 0 0;
        }
    /* tfoot */
    .DefaultTable tfoot{
    
    }
        .DefaultTable tfoot th,
        .DefaultTable tfoot td{
          border: 1px solid #a7d8ff;
          
        }
        .DefaultTable tfoot th{
          background: #d8edff;
        }
        .DefaultTable tfoot td{
          background: #ebf6ff;
        }
    /* tbody */
    .DefaultTable tbody{
    }
        .DefaultTable tbody th,
        .DefaultTable tbody td{
          border: 1px solid #d0d0d0;
        }
        .DefaultTable tbody th{
          width: 20%;
          min-width: 100px;
          max-width: 35%;
          text-align: left;
        }
        .DefaultTable tbody td{
          background: #fff;
        }
/* AttentionTextTable
--------------------------------------------------- */
.AttentionTextTable{
  
}
    .AttentionTextTable th,
    .AttentionTextTable td{
      font-size: 75%;
      color: #d00;
      padding: 4px;
      text-align: left;
      vertical-align: top;
    }
    .AttentionTextTable th{
      min-width: 3em;
      white-space: nowrap;
      font-weight: normal;
    }
    .AttentionTextTable td{
    
    }

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Option Class [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Float
--------------------------------------------------- */
.FloatLeft { float: left; }
.FloatRight{ float: right; }
.FloatNone { float: none; }

/* Align
--------------------------------------------------- */
.AlignCenter{ text-align: center; }
.AlignLeft  { text-align: left; }
.AlignRight { text-align: right; }

/* Bold
--------------------------------------------------- */
.Bold{ font-weight: bold; }

/* Clear
--------------------------------------------------- */
.ClearBoth { clear: both;}
.ClearLeft { clear: left;}
.ClearRight{ clear: right;}
.ClearNone { clear: none;}



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Link Setting [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
a{
  text-decoration: none;
}
a:link {
}
a:visited {
}
a:active{
}
a:hover {
  text-decoration: underline;
}
.ContentsDivision a{
  /* color: #0000ee; */
  color: inherit;
  text-decoration: underline;
}
/* link icon
--------------------------------------------------- */
.ContentsDivision a[target=_blank]{
  background-image:  url(../img/common/icon/external.png)!important;
}
.ContentsDivision a[href$=pdf]{
  background-image:  url(../img/common/icon/pdficon_small.png)!important;
}
/* image link
--------------------------------------------------- */
.ContentsDivision a,
.ContentsDivision a[href$=".jpg"]
.ContentsDivision a[href$=".gif"]
.ContentsDivision a[href$=".png"]{
    position: relative;
}
.ContentsDivision a[href$=".jpg"]:after,
.ContentsDivision a[href$=".gif"]:after,
.ContentsDivision a[href$=".png"]:after{
    content: url(../img/common/icon/pict/zoom.png);
    position: absolute;
    bottom: -10px;
    right: -10px;
}

/* effect
--------------------------------------------------- */
.Button:hover,
.MenuList a:hover,
#Container a:hover{
    opacity:0.8;
    -webkit-animation-name: anime-img_bg;
    -webkit-animation-duration: 1.0s;
    animation-name: anime-img_bg;
    animation-duration: 1.0s;
}
@-webkit-keyframes anime-img_bg {
    0%  {  opacity:0.5;  }
    100%{  opacity:1.00; }
}
@keyframes anime-img_bg {
    0%  {  opacity:0.5;  }
    100%{  opacity:1.00; }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   PageFormat   [Common]                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageTitle
--------------------------------------------------- */
.PageTitle{
  background: #003e66;
  position: relative;
  padding: 0 0 15px;
}
    .PageTitle .Heading{
      font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
      font-size: 218.75%;
      font-weight: normal;
      color: #fff;
      background : #0d4b73 url(../css/papers.png) no-repeat -34px -10px;
      padding: 65px 0 50px 50px;
    }
    /* - - PageLinkButtonBox - - */
    .PageTitle .PageLinkButtonBox{
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
    }
        .PageTitle .PageLinkButtonBox .PageLinkButtonList{
          list-style: none;
          background: #003e66;
          padding: 10px 50px;
        }
            .PageTitle .PageLinkButtonBox .PageLinkButtonList li{
              float: left;
              width: 24%;
              margin: 0 0.5%;
            }
                .PageTitle .PageLinkButtonBox .PageLinkButtonList li a{
                  display: block;
                  list-style: none;
                  font-size: 87.5%;
                  background: #fff;
                  text-align: center;
                  padding: 10px 0 8px;
                }
                    .PageTitle .PageLinkButtonBox .PageLinkButtonList li a:hover{
                      
                    }
                /* current Page */
                .PageTitle .PageLinkButtonBox .PageLinkButtonList li.Active a{
                  color: #fff;
                  background: #1861a0;
                  font-weight: bold;
                }
    
    
/* PageContents
--------------------------------------------------- */
.PageContents{
  padding: 55px 50px;
}
    /* - - DefaultBlock - - */
    .DefaultBlock{
      margin: 60px 0 0;
    }
    .DefaultBlock:first-child{
      margin-top: 0!important;
    }
        .DefaultBlock .BlockContents{
          margin: 0 25px;
        }
    /* - - Paragraph - - */
    .Paragraph{
      margin: 50px 0 0;
    }
    .Paragraph:first-child{
      margin-top: 0!important;
    }
        .Paragraph .ParagraphContents{
          margin: 0 25px;
        }
    /* - - LinkParagraph - - */
    .LinkParagraph{
      margin: 0;
      padding-top: 30px;
      background : url(../css/dot_gray.png) repeat-x 0% 0%;
    }
    .LinkParagraph.ImageParagraph{
      margin: 0;
      padding: 30px 0;
    }
    .LinkParagraph:nth-of-type(1){
      background: none!important;
    }
        .LinkParagraph .ParagraphHeader{
          margin: 0 0 5px;
        }
        .LinkParagraph .ParagraphContents{
        }
        /* Heading */
        .LinkParagraph .Heading{
          font-size: larger;
        }
            .LinkParagraph .Heading a{
              background : url(../css/right_m.png) no-repeat 0% 50%;
              padding: 5px 0 5px 25px;
            }
            .LinkParagraph .Heading .NoLink{
              padding: 5px 0 5px 25px;
            }
    /* - - DetailParagraph - - */
    .DetailParagraph{
      
    }
        .DetailParagraph .ParagraphContents{
        }
    /* ImageParagraph
    --------------------------------------------------- */
    .ImageParagraph{
      margin: 30px 0 60px;
    }
        .ImageParagraph.LeftImage .TextItem{
          float: right;
        }
        .ImageParagraph.RightImage .TextItem{
          float: left;
        }
        .ImageParagraph.LeftImage .ImageItem{
          float: left;
        }
        .ImageParagraph.RightImage .ImageItem{
          float: right;
        }
        /* image */
        .ImageParagraph .ImageItem{
          width: 35%;
        }
            .ImageParagraph .ImageItem .CaptionText{
              display: block;
              padding: 0.5em 0;
              font-size: 87.5%;
              line-height: 1.25;
            }
            .ImageParagraph .ImageItem .Image{
            }
                .ImageParagraph .ImageItem .Image img{
                  border-radius: 5px;
                  width: 100%;
                }
        /* text */
        .ImageParagraph .TextItem{
          width: 57.5%;
        }
            .ImageParagraph .TextItem .Heading{
              margin-bottom: 0.5em;
            }
            .ImageParagraph .TextItem .DefaultText:last-child{
              margin-bottom: 0;
            }
    /* StaffParagraph
    --------------------------------------------------- */
    .StaffParagraph{
      margin: 0;
      background: #f7f2f5;
      border-top: 10px dotted #fff;
    }
    .StaffParagraph.No1,
    .StaffParagraph.No2{
      border-top: none;
    }
        .StaffParagraph .ParagraphContents{
          padding: 40px;
          margin: 0;
        }
        /* image */
        .StaffParagraph .ImageItem{
          width: 20%;
          float: left;
        }
            .StaffParagraph .ImageItem .Image{
            }
                .StaffParagraph .ImageItem .Image img{
                  width: 100%;
                }
        /* text */
        .StaffParagraph .TextItem{
          width: 75%;
          float: right;
        }
            .StaffParagraph .TextItem .StaffInfoBox{
              margin-bottom: 30px;
            }
                .StaffParagraph .TextItem .StaffInfoBox .StaffName{
                  font-size: 175%;
                  font-weight: normal;
                  margin: 0 0 10px;
                  border-left: 8px ;
                  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
                }
                .StaffParagraph .TextItem .StaffInfoBox .StaffProfile{
                  padding: 10px;
                  font-size: 100%;
                  margin: 0;
                }
            .StaffParagraph .TextItem .DefaultText{
              margin-bottom: 0;
            }


/* Text and Heading
--------------------------------------------------- */

/* common */
.HeadingType1,
.HeadingType2,
.HeadingType3,
.HeadingType4{
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}

/* HeadingType1 */
.HeadingType1 {
  color: inherit;
  background : #ececec url(../css/grid_7px_light.png);
  font-size: 175%;
  line-height: 1.25;
  font-weight: normal;
  padding: 20px 20px;
  margin: 0 0 40px;
}
    .HeadingType1:before {
      content: "●";
      color: #0989f8;
    }

/* HeadingType2 */
.HeadingType2 {
  color: #1861a0;
  background : #c8e6ff url(../css/white_slash.png);
  border-radius: 5px;
  font-size: 137.5%;
  font-weight: normal;
  padding: 15px 20px;
  margin: 0 0 20px;
}
/* HeadingType3 */
.HeadingType3 {
  font-size: 125%;
  font-weight: normal;
  border-bottom: 1px solid #7da9cf;
  padding: 8px 0;
  margin: 0 0 10px;
}
    .HeadingType3 > span{
      display: block;
      padding-left: 14px;
      border-left: 6px solid #1861a0;
    }
/* HeadingType4 */
.HeadingType4 {
  font-size: 112.5%;
  margin: 0 0 10px;
}
/* DefaultText */
.DefaultText{
  /* font-size: 100%; */
  font-size: 100%;
  line-height: 1.75;
  text-align: justify;
  text-justify: auto;
  margin: 0 0 1em;
}
.DefaultText + .Heading{
  margin-top: 40px;
}
/* LargeText */
.LargeText{
  font-size: 125%;
  line-height: 1.75;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}

/* AttentionText */
.AttentionText{
  font-size: 75%;
  color: #d00;
}
/* Heading inline option */
.Heading .StepIcon{
  color: #fff;
  background: #003e66;
  padding: 4px 10px;
  font-size: smaller;
  display: inline-block;
}
.Heading .SubText{
  font-size: 80%;
  color: #555;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Template  [Common]                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* GetAdobeReaderTemplate
--------------------------------------------------- */
div.GetAdobeReaderTemplate{
  border: 1px solid #e5e5e5;
  background: #f0f0f0;
  width: 80%;
  margin: 40px auto;
  padding: 20px 30px;
}
    div.GetAdobeReaderTemplate .BsBanner{
      margin: 0;
      float: left;
      width: 125px;
    }
    div.GetAdobeReaderTemplate .BsText{
      margin: 0 0 0 135px;
      font-size: 75%;
      line-height: 1.25;
      text-align: justify;
      color: #555;
    }
    

    
/* TextButtonTemplate
--------------------------------------------------- */
ul.TextButtonTemplate{
  list-style: none;
  margin: 30px 0;
  text-align: center;
}
    ul.TextButtonTemplate li{
      font-size: 100%;
      margin: 0 2.5px;
      display: inline-block;
    }
        ul.TextButtonTemplate li a{
          display: inline-block;
          padding: 1em 3.5em 1em 4em;
          border: 1px solid #1362be;
          color: #1362be;
          /* box-shadow: 0 0 10px #cee8f4; */
          font-size: small;
          line-height: 1.1;
        }
        ul.TextButtonTemplate li a.Back{
        }


/* TextListTemplate
--------------------------------------------------- */
ul.TextListTemplate{
  list-style: none;
  margin: 30px 0;
}
    ul.TextListTemplate li{
      font-size: 100%;
      border-top: 1px dotted #99deff;
      padding: 0.75em 0;
      margin: 0;
    }
    ul.TextListTemplate li:last-child{
      border-bottom: 1px dotted #99deff;
    }
        ul.TextListTemplate li a{
          background : url(../css/right_m.png) no-repeat 0% 50%;
          padding: 5px 0 5px 25px;
        }
        ul.TextListTemplate li .Date{
          display: inline-block;
          font-size: 85%;
          min-width: 9em;
          padding-right: 1.5em;
          white-space: nowrap;
          color: #1861a0;
        }
        ul.TextListTemplate li .SubInfo{
          font-size: 85%;
          color: #777;
          margin-left: 1em;
        }




