﻿/* ベースフィールド */
body {
    font-size: 100%;
    font-family: 'Segoe UI', SegoeUI, 'BIZ UDPGothic', 'Yu Gothic UI', 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*
    font-family: "メイリオ",Meirio,sans-serif;
    font-family: segoe-ui_normal,Segoe UI,Segoe,Segoe WP,Helvetica Neue,Helvetica,sans-serif;
    font-family: Segoe UI,"Helvetica Neue",Helvetica,Arial, "Yu Gothic", sans-serif;
    */
    font-weight: 400;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    -webkit-text-size-adjust: 100%;
}

body a:link {
    color: hsla(206, 100%, 35%, 1);
    text-decoration: none;
    /*        color: #1a0dab;*/
}

body a:visited {
    color: hsla(206, 100%, 35%, 1);
    text-decoration: none;
}

body a:active {
    color: hsla(206, 100%, 35%, 1);
    text-decoration: none;
}

body a:hover {
    color: hsla(206, 100%, 28%, 1);
    /*color: #1a0dab;*/
    text-decoration: underline;
}


/*TopBar*/
.TopBar {
    text-align: left;
    /*background-color: #73b5ed;*/
    width: 100%;
    height: 36px;
    margin: 0px auto 0px auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}

.TopBarContentFrame {
    padding-left: 5%;
    padding-right: 5%;
    display:flex;
}

.TopBarLogo {
    padding-left: 0px;
    padding-top: 10px;
    margin-left: 0px;
    flex:1;
    /*float: left;*/
}

.TopBarLogoHyperLink img {
    border: none;
    max-height: 18px;
    max-width: none;
    height: 18px;
    width: auto;
}


/*BottomBar*/
.BottomBar {
    width: 100%;
    border-width: 0px;
    border-style: none;
    margin: 0px auto 0px auto;
    background-color: #F1F1F1;
    padding-top: 36px;
    padding-bottom: 16px;
}

.BottomBarContentFrame {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    padding-left: 5%;
    padding-right: 5%;

    text-align:right;
}


.BottomBarLogo {
  padding-right: 8px;
  padding-top: 4px;
}

.BottomBarLogoHyperLink img {
    border: none;
    max-height: none;
    max-width: 120px;
    width: 120px;
    height: auto;
}


.CopyRightFrame {
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.6rem;
    text-align: right;
    align-items: flex-end;
}
.CopyRightText {
    flex: 0;
    flex-basis:180px;
   
}
.CopyRightLogo {
    flex: 0;
    flex-basis: 100px;
}



/* Footer Link*/
.FooterLinkFrame {
    color: #616161;
    display: block;
}

.FooterLinkFrameColumn {
    flex: 1;
    text-align: left;
    /*border: 1px solid #ff8500;*/
}
.FooterLinkFrameColumnTitle {
    font-weight: 600;
    font-size: 1.0rem;
}

.FooterLinkFrameColumnLink {
    font-size: 0.8rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.FooterLinkFrameColumnLink a:link {
    color: #616161;
}
.FooterLinkFrameColumnLink a:hover {
    color: #616161;
    text-decoration:underline;
}
.FooterLinkFrameColumnLink a:active {
    color: #616161;
}
.FooterLinkFrameColumnLink a:visited {
    color: #616161;
}


/*Frame*/
.ContentFrame {
/*
  padding-top: 16px;
        */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    word-wrap: break-word;
}

.SingleContentFrame {
    margin-left: auto;
    margin-right: auto;
    text-align: left;

    padding-left: 0px;
    padding-right: 0px;
    /*
  padding-left: 24px;
  padding-right: 24px;
      */
    /*
  padding-top: 2px;
  padding-bottom: 2px;
    */
}

/* Title Frame */
.TitleFrame {
    margin-left:24px;
    margin-right:24px;

}

/* DocFrame */
.DocumentFrame {
  font-size: 100%;
  line-height: 160%;
  margin-top: 32px;
  margin-bottom: 32px;

  margin-left: 24px;
  margin-right: 24px;
    /*
  margin-left: 8px;
  margin-right: 8px;
  */
}

.RegisterUpdateInfoFrame {
    font-size: 0.85rem;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
}

/*Navigator*/
.TopNavigator {
    padding-top: 8px;
    padding-bottom: 8px;
    /*border: 1px solid #e9006b;*/
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    color: #C0C0C0;
    font-size: 0.8rem;
    display: block;
}


.LinkNavigatorFrame {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}

.LinkNavigator {
    flex:2;
    text-align: left;
}

.LinkNavigatorLink {

}

/*3段組み用 (新着リスト用)*/
.LinkNavigatorLink3 {
}


/*Right Navigator*/
.RightNavigator {
    flex: 1;
    text-align: right;
}

/*Back Navigator*/
.BackLinkNavigator {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

/*管理用パネル*/
.EditorPanel{
    display:inline;
}

/* Search */
.SearchTextBox {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 160px;
}

.SearchButton {
  margin-left: 4px;
  margin-right: 4px;
  width: 78px;
}

/*
.SearchNavi {
  display:flex;
  font-size:1.10em;
  padding-bottom:16px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 8px;
  max-width:420px;
}
    */

/* Search Result */
.SearchCaption {
  font-size:1.0rem;
  margin-left: 4px;
  margin-top: 10px;
  margin-bottom: 1px;
  word-wrap: break-word;
}

.SearchSubCaption {
  margin-top: 2px;
  margin-left: 28px;
  font-size: 0.8rem;
  word-wrap: break-word;
}

.SearchDivLine {
  width: 90%;
  height: 6px;
  margin-top: 0px;
  margin-bottom: 10px;
  /*border-bottom: solid 1px #c0c0c0;*/
}

/* Header Search Box */
.HeaderSearchBoxFrame {
    display: none;
}

/* Floating Search Frame */
#SearchFloatFrame {
    padding-left:0;
    padding-right:0;
    display: none;
    position: absolute;
    background-color: #E0E0E0;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    text-align:right;
}

.HeaderShowSearchFrame {
    display: block;
    margin-top: 6px;
    margin-right: 16px;
    text-align: right;
    flex: 1;
}

.ShowSearchFrameButton {
    display: inline;
    margin-top: 4px;
    height: 22px;
}
.ShowSearchFrameButton.Invisible {
    display:none;
}

.HideSearchFrameButton {
    display: inline;
    margin-top: 4px;
    height: 22px;
}
.HideSearchFrameButton.Invisible {
    display: none;
}

.CTextBox_Search {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F0F0F0;
    width: 50%;
    border: none;
}

.CTextBox_Search:focus {
    background-color: #FFFFFF;
    border: 1px solid #1a0dab;
}


/* Page Navigator */
.PageNavigator {
    display: flex;
    font-size: 1.10em;
    padding-bottom: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
    /*
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
        */
}

.PageNavigatorButton {
    flex:0;
    flex-basis:32px;
    display:block;
    text-align:center;
}
.PageNavigatorButtonNextPrev {
    flex: 0;
    flex-basis:64px;
    display: block;
    text-align: center;
}
.PageNavigatorButtonActive {
    flex: 0;
    flex-basis: 32px;
    display: block;
    text-align: center;
}

/*Related Document*/
.RelatedDocumentFrame {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left:24px;
    margin-right:24px;
}

  .RelatedDocumentFrame .RelatedDocumentTitle {
    /*border-top: solid 1px #157eff;*/
  }

  .RelatedDocumentFrame .RelatedDocumentItemFrame {
    margin-left: 16px;
  }

    .RelatedDocumentFrame .RelatedDocumentItemFrame .RelatedDocumentItem {
      margin-top: 2px;
      margin-bottom: 2px;
      font-size: 15px;
    }


/* Google Map*/
.MapCanvas {
  width: 95%;
  height: 520px;
}

.prettyprint {
  overflow: auto;
}


/* Adsense Flex*/
.FlexContainerAdsenseTop {
    /*width:100%;*/
    display: flex;
    margin: 0px 0px 16px 0px;
    padding: 4px 0px 0px 0px;
    border-top: 1px #A0A0A0 dotted;
    border-bottom: 1px #A0A0A0 dotted;
    text-align: center;
}

.FlexContainerAdsenseBottom {
    /*width: 100%;*/
    display: flex;
    margin: 16px 0px 16px 0px;
    padding: 16px 0px 16px 0px;
    border-top: 1px #A0A0A0 dotted;
    border-bottom: 1px #A0A0A0 dotted;
    text-align: center;
}



.FlexFrameAdsenseLeft {
    /*border: 1px solid #ffa11e;*/
    min-width: 336px;
    /*max-width: 336px;*/
    flex: 1;
}

.FlexFrameAdsenseRight {
    /*border: 1px solid #ffa11e;*/
    min-width: 336px;
    margin-left: 16px;
    /*max-width: 336px;*/
    flex: 1;
    display: none; /*モバイルでは右枠非表示*/
}

.FlexFrameAdsenseMiddle {
    /*border: 1px solid #ffa11e;*/
    margin-left: 16px;
    min-width: 336px;
    /*max-width: 336px;*/
    flex: 1;
    display: none; /*モバイルでは右枠非表示*/
}



/* Google 関連コンテンツ */
.GoogleRelatedFrame {
}



/* PC画面 */
@media (min-width: 460px) {
  /* ベースフィールド */
    body {
        margin-right: auto;
        margin-left: auto;
        /*font-weight: 400;*/
        /*line-height:160%;*/
    }


    /*TopBar*/
    .TopBar {
      height: 48px;
      margin: 0px auto 0px auto;
    }

    .TopBarLogo {
        padding-top: 12px;
        /*float: left;*/
    }

  .TopBarLogoHyperLink img {
    max-height: none;
    height: auto;
  }

  /*BottomBar*/
  .BottomBarLogoHyperLink img {
    max-width: none;
    width: auto;
  }

  /* Footer Link*/
  .FooterLinkFrame {
      display: flex;
  }


  /*Frame*/
  .SingleContentFrame {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1600px;
  }
  
    /* Title Frame */
    .TitleFrame {
        margin-left: 0;
        margin-right: 0;
    }

  /* DocFrame */
  .DocumentFrame {
      margin-left:0;
      margin-right:0;
  }

    .RegisterUpdateInfoFrame {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;

  }
  
  /*Navigator*/
  .TopNavigator {
      display: flex;
  }

/* Search */

    .SearchTextBox {
        width: 280px;
    }

.SearchButton {
    width: 96px;
}


.SearchNavi {
    margin-top: 2px;
    margin-bottom: 2px;
}

.SearchNaviSearchPage {
    margin-top: 16px;
    margin-bottom: 2px;
}


/* Header Search Box */
.HeaderSearchBoxFrame {
display: none;
}


  /* Floating Search Frame */
    #SearchFloatFrame {
        padding-left: 5%;
        padding-right: 5%;
        width: calc(100% - 10%);
    }
    .ShowSearchFrameButton {
        margin-top: 8px;
    }

    .HideSearchFrameButton {
        margin-top: 8px;
    }

    /*Related Document*/
    .RelatedDocumentFrame {
        margin-left: 0;
        margin-right: 0;
    }


    /* Adsense Flex*/
    .FlexContainerAdsenseTop {
        margin: 16px 0px 16px 0px;
        padding: 4px 0px 4px 0px;
        /*
        display: flex;
        border-top: 1px #A0A0A0 dotted;
        border-bottom: 1px #A0A0A0 dotted;
        text-align: left;
        min-width: 860px;
        */
    }

    .FlexContainerAdsenseBottom {
        margin: 16px 0px 16px 0px;
        padding: 16px 0px 16px 0px;
        /*
        display: flex;
        border-top: 1px #A0A0A0 dotted;
        border-bottom: 1px #A0A0A0 dotted;
        text-align: left;
        min-width: 860px;
        */
    }

    .FlexFrameAdsenseLeft {
        /*
        flex: 1;
        min-width: 360px;
        max-width: 400px;
        */
    }

    .FlexFrameAdsenseRight {
        /*
        flex: 1;
        min-width: 360px;
        max-width: 400px;
            */
    }

    .FlexFrameAdsenseMiddle {
        /*
        flex: 1;
        min-width: 360px;
        max-width: 400px;
            */
    }

}





@media (min-width: 480px) {
    /* Adsense Flex表示 */
    .FlexFrameAdsenseLeft {
        display: block;
    }

    .FlexFrameAdsenseRight {
        display: none;
    }

    .FlexFrameAdsenseMiddle {
        display: block;
    }

    /* Adsense表示 */
    .DocAdSenseDualRectangleFrameRight {
        display: block; /*PCでは右枠表示*/
    }
    .DocAdSenseDualResponsiveFrameRight {
        display: block; /*PCでは右枠表示*/
    }



}

@media (min-width: 760px) {
    /* Adsense Flex表示 */
    .FlexFrameAdsenseLeft {
        display: block;
    }
    .FlexFrameAdsenseRight {
        display: block;
    }
}



