@charset "UTF-8";
/*@charset 'Shift JIS';*/
/*mobile screen*/
@media (max-width: 641px) {
  body {
    font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
  }
  body .sidenav-overlay {
    width: 100%;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 1s;
  }

  /*common class*/
  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block;
  }

  /*----end----*/
  #SearchTopPage {
    /*header group*/
    /*Use for firefox browser only*/
    /*----end----*/
    /*tabpanel*/
    /*tabpanel end*/
    /*global-panel-private*/
    /*global-panel-private end*/
    /*Search box*/
    /*Search box end*/
    /*tabpanel and global-panel-private*/
    /*tabpanel and global-panel-private*/
    /*Footer style*/
    /*----start----*/
    /*footerArea*/
    /*footerArea end*/
    /*naviBlock*/
    /*naviBlock end*/
    /*Use for firefox browser*/
    /*Use for internet explorer only*/
    /*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #footerArea .sp-mobile-pc-link-switcher #pc-link-switch:before {
            content: url('../image/sp/pc.jpg');
        }
    }*/
    /*----end----*/
    /*Search advance form*/
    /*----end----*/
    /*Top button*/
    /*----end----*/
  }
  #SearchTopPage .headerGroup {
    /*utilityBlock*/
    /* utilityBlock end*/
  }
  #SearchTopPage .headerGroup #tab_title_link {
    display: none;
  }
  #SearchTopPage .headerGroup .utilityBlock {
    background: url("../image/sp/g_bak.jpg") repeat-x;
    background-position: left bottom;
    text-align: center;
    min-height: 2em;
  }
  #SearchTopPage .headerGroup .utilityBlock ul {
    padding: 0px;
  }
  #SearchTopPage .headerGroup .utilityBlock ul li {
    display: block;
    padding-top: 0.7em;
    font-size: 85%;
  }
  #SearchTopPage .headerGroup .topmenu h3 {
    margin-top: -0.1em;
    min-height: 1.5em;
    padding-left: 0.7em;
  }
  #SearchTopPage .headerGroup .topmenu h3 a img {
    max-width: 65%;
  }
  #SearchTopPage .headerGroup .topmenu .sp-nav-block {
    /*content: url('../image/sp/menu01.jpg');*/
    display: block !important;
    float: right;
    margin-top: -0.9em;
    margin-right: 2em;
  }
  #SearchTopPage .headerGroup .topmenu .sp-nav-block .nav-block-img {
    content: url("../image/sp/menu01.jpg");
  }
  #SearchTopPage .headerGroup .title {
    background: url("../image/sp/baner01.jpg") repeat-x;
    background-position: left bottom;
    min-height: 4em;
  }
  #SearchTopPage .headerGroup .title h2 {
    font-size: 0.9em !important;
    padding-left: 1.5em;
    line-height: 4.1em;
    color: white;
  }
  @-moz-document url-prefix() {
    #SearchTopPage .headerGroup .topmenu h3 {
      margin-top: 0.3em;
    }
    #SearchTopPage .headerGroup .topmenu .sp-nav-block {
      margin-top: 0.1em;
    }
    #SearchTopPage .headerGroup .topmenu .sp-nav-block .nav-block-img:after {
      content: url("../image/sp/menu01.jpg");
    }
  }
  #SearchTopPage .tabpanel {
    /*tab-panel*/
  }
  #SearchTopPage .tabpanel .tab-row {
    width: 100%;
    overflow: hidden;
    padding-right: 0.7em;
    max-height: 3em;
    margin-top: 0.7em;
    padding-left: 0.5em;
  }
  #SearchTopPage .tabpanel .tab-row ul {
    min-height: auto;
    background-color: transparent;
    border-color: #1b385f;
    list-style: none;
    margin-left: 0.2em;
    white-space: nowrap;
    overflow-y: inherit;
    padding: 0.7em 0em 20em 0em;
  }
  #SearchTopPage .tabpanel .tab-row ul li {
    background-color: transparent;
    border-color: #1b385f;
    display: inline-block;
    font-size: 1em;
    text-overflow: ellipsis;
  }
  #SearchTopPage .tabpanel .tab-row ul li a {
    color: #ffffff;
    background-color: #286abe;
    border-color: #1b385f;
    padding: 15px 13px 15px 13px;
    margin-right: 1px;
    text-decoration: none;
  }
  #SearchTopPage .tabpanel .tab-row ul li.selected a {
    background-color: #1b385f;
  }
  #SearchTopPage .tabpanel .tab-panel {
    margin: 1.1em 0.7em 1em 0.7em;
    border-top: 1px solid #4672a3;
    padding-top: 1em;
  }
  #SearchTopPage .tabpanel .tab-panel #tab_title_link {
    display: none;
  }
  #SearchTopPage .global-panel-private form.free-search-form {
    margin: 2em 1em 1em 0.7em;
  }
  #SearchTopPage .global-panel-private .link-list {
    padding-top: 1em;
    border-top: 1px solid #dddddd;
  }
  #SearchTopPage .search-box {
    /*input*/
    /*Select type*/
  }
  #SearchTopPage .search-box input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    padding: 5px;
    width: 100%;
    font-size: 100%;
    display: none;
    /*TODO*/
  }
  #SearchTopPage .search-box select.search-type {
    margin-top: 0.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    padding: 5px;
    font-size: 12pt;
    display: none;
    /*TODO*/
  }
  #SearchTopPage .search-box button.search {
    font-size: 13pt;
    width: 5.5em;
    height: 2.1em;
    /*text-indent: -9999px;*/
    color: white;
    cursor: pointer;
    padding: 7px 5px 5px 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: none;
    background: url("../image/w_search.png") no-repeat;
    background-size: 100% 200%;
    /*text-align: right;*/
    display: none;
    /*TODO*/
  }
  #SearchTopPage .search-box .icon2 {
    text-align: center;
  }
  #SearchTopPage .search-box .icon2 a {
    display: block;
    width: 100%;
    height: 2.3em;
    text-indent: -9999px;
    cursor: pointer;
    font-weight: normal;
    background: url("../image/sp/img20170606151825206976.jpg") no-repeat;
    background-size: contain;
    margin-top: 0.5em;
    background-position: center;
  }
  #SearchTopPage .tabpanel, #SearchTopPage .global-panel-private {
    border: 1px solid #4672a3;
    border-radius: 5px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    /*兼務先を含める*/
    /*link list*/
    /*link-list end*/
  }
  #SearchTopPage .tabpanel .concurrent, #SearchTopPage .global-panel-private .concurrent {
    /*float: right;*/
    margin-top: 1em;
  }
  #SearchTopPage .tabpanel .link-list, #SearchTopPage .global-panel-private .link-list {
    margin-top: 1em;
    /*.box.mid*/
    /*例：国際交流センター*/
    /*.box.mid end*/
    /*dropdown-content*/
    /*dropdown-content end*/
    /*box.small*/
    /*box.small end*/
    /*例：。。。大学*/
    /*dropdown menu*/
    /*dropdown menu end*/
  }
  #SearchTopPage .tabpanel .link-list li, #SearchTopPage .global-panel-private .link-list li {
    margin-left: -2.5em;
    list-style: none;
  }
  #SearchTopPage .tabpanel .link-list .box.mid, #SearchTopPage .global-panel-private .link-list .box.mid {
    font-size: 0.8em !important;
    min-height: 3.7em;
    /*Use for Firefox only*/
  }
  #SearchTopPage .tabpanel .link-list .box.mid a, #SearchTopPage .global-panel-private .link-list .box.mid a {
    display: inline-block;
    min-width: 70%;
    line-height: 2;
    max-width: 80%;
    overflow-x: hidden;
    padding-top: 0.6em;
  }
  #SearchTopPage .tabpanel .link-list .box.mid a p, #SearchTopPage .global-panel-private .link-list .box.mid a p {
    color: #fff !important;
    padding: 0.4em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    white-space: nowrap;
    word-wrap: break-word;
  }
  #SearchTopPage .tabpanel .link-list .box.mid .sp-collapse-item, #SearchTopPage .global-panel-private .link-list .box.mid .sp-collapse-item {
    /*content: url('../image/sp/arrow_down_white.png');*/
    height: 2em;
    display: inline-block !important;
    float: right;
    margin-top: 0.8em;
    margin-right: 1em;
  }
  @-moz-document url-prefix() {
    #SearchTopPage .tabpanel .link-list .box.mid .sp-collapse-item, #SearchTopPage .global-panel-private .link-list .box.mid .sp-collapse-item {
      position: absolute;
      right: 0.1em;
    }
  }
  #SearchTopPage .tabpanel .link-list .dropdown-content, #SearchTopPage .global-panel-private .link-list .dropdown-content {
    background: #f8fbff;
    padding-top: 0.6em;
  }
  #SearchTopPage .tabpanel .link-list .box.small, #SearchTopPage .global-panel-private .link-list .box.small {
    font-size: 0.8em !important;
    padding: 0em 0.8em 0em 0.8em;
  }
  #SearchTopPage .tabpanel .link-list .box.small a p, #SearchTopPage .global-panel-private .link-list .box.small a p {
    border-bottom: 1px solid #555555;
    padding-bottom: 1em;
    color: #2e5075;
    border-color: #2e5075;
  }
  #SearchTopPage .tabpanel .link-list .box.small a p:before, #SearchTopPage .global-panel-private .link-list .box.small a p:before {
    content: url("../image/sp/yaji02.png");
    position: relative;
    top: 4px;
  }
  #SearchTopPage .tabpanel .link-list .l1, #SearchTopPage .global-panel-private .link-list .l1 {
    /*SideNav style*/
    /* SideNav end*/
  }
  #SearchTopPage .tabpanel .link-list .l1 .sidenav, #SearchTopPage .global-panel-private .link-list .l1 .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #eaf2f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
  }
  #SearchTopPage .tabpanel .link-list .l1 .sidenav .nav-group, #SearchTopPage .global-panel-private .link-list .l1 .sidenav .nav-group {
    border: 1px solid #4672a3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #SearchTopPage .tabpanel .link-list .l1 .sidenav .closebtn, #SearchTopPage .global-panel-private .link-list .l1 .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0.3em;
    font-size: 20pt;
    display: block !important;
    font-weight: normal;
    color: #a5a3a3;
    width: 2em;
  }
  #SearchTopPage .tabpanel .link-list .l1 > .box, #SearchTopPage .global-panel-private .link-list .l1 > .box {
    font-size: 1em;
    background: #4672a3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 0.5em;
    min-height: 2.8em;
    line-height: 2;
    margin-bottom: 0.1em;
  }
  #SearchTopPage .tabpanel .link-list .l1 > .box > img, #SearchTopPage .global-panel-private .link-list .l1 > .box > img {
    float: right;
    margin-right: 1.5em;
    display: block !important;
    height: 0.9em;
    margin-top: 1em;
  }
  #SearchTopPage .tabpanel .link-list .l1 > .box > a, #SearchTopPage .global-panel-private .link-list .l1 > .box > a {
    display: inline-block;
    max-width: 80%;
    padding-top: 0.5em;
    overflow-x: hidden;
  }
  #SearchTopPage .tabpanel .link-list .l1 > .box > a p, #SearchTopPage .global-panel-private .link-list .l1 > .box > a p {
    color: white;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    display: inline-block;
    white-space: nowrap;
  }
  #SearchTopPage .tabpanel .link-list ul.dropmenu, #SearchTopPage .global-panel-private .link-list ul.dropmenu {
    /*box in researcher*/
  }
  #SearchTopPage .tabpanel .link-list ul.dropmenu div.box.mid, #SearchTopPage .global-panel-private .link-list ul.dropmenu div.box.mid {
    display: block;
    background: #4672a3;
    color: #fff;
    cursor: pointer;
    padding: 0em 0em 0em 0.5em;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
  }
  #SearchTopPage .footer-group {
    margin-top: 3em;
  }
  #SearchTopPage #footerArea {
    margin-top: 1em;
    background-color: #333333;
    /*sp-mobile-pc-link-switcher*/
  }
  #SearchTopPage #footerArea .creditBlock {
    text-align: center;
    line-height: 4;
    min-height: 4em;
    margin-bottom: -1em;
  }
  #SearchTopPage #footerArea .copy {
    color: #ffffff;
    font-size: 10px;
  }
  #SearchTopPage #footerArea .sp-mobile-pc-link-switcher {
    display: block !important;
    text-align: center;
    padding: 1em 0.5em 1em 0.5em;
    /*Use for Safari/IE*/
  }
  #SearchTopPage #footerArea .sp-mobile-pc-link-switcher #pc-link-switch {
    content: url("../image/sp/pc.jpg");
    max-width: 100%;
  }
  #SearchTopPage .naviBlock:before {
    content: "メニュー";
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    color: #aaaaaa;
  }
  #SearchTopPage .naviBlock ul {
    margin: 3em 1.5em 3em 1.5em;
    border: 1px solid #dddddd;
    padding: 0px;
  }
  #SearchTopPage .naviBlock ul li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
  #SearchTopPage .naviBlock ul li {
    list-style: none;
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    padding-left: 0.5em;
  }
  #SearchTopPage .naviBlock ul li a {
    color: #1265b2;
  }
  #SearchTopPage .naviBlock .sp-close-navi-block {
    display: block !important;
    position: absolute;
    top: 0.5em;
    right: 0.6em;
    font-weight: normal;
  }
  @-moz-document url-prefix() {
    #SearchTopPage #footerArea .sp-mobile-pc-link-switcher #pc-link-switch:after {
      content: url("../image/sp/pc.jpg");
    }
  }
  #SearchTopPage #advance {
    /*globalForm2*/
    /*globalForm2 end*/
  }
  #SearchTopPage #advance .globalForm2 {
    border: 1px solid #4672a3;
    border-image: initial;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 1em;
    padding: 1.5em 1em 1.5em 1em;
    /*overflow-y: scroll;*/
    /*data-table*/
    /*data-table end*/
    /*submit*/
    /*submit end*/
  }
  #SearchTopPage #advance .globalForm2 h2 {
    color: #aaaaaa;
    font-weight: lighter;
    font-size: 0.9em;
  }
  #SearchTopPage #advance .globalForm2 .data-table th {
    width: 100% !important;
    display: block;
    border-top: none;
    padding: 0px;
    margin-top: 1.5em;
  }
  #SearchTopPage #advance .globalForm2 .data-table th span {
    color: #777777;
    font-weight: normal;
    font-size: small;
  }
  #SearchTopPage #advance .globalForm2 .data-table td {
    float: left;
    width: 100% !important;
    border-top: none;
    padding: 0px;
  }
  #SearchTopPage #advance .globalForm2 .data-table td input {
    width: 100%;
    min-height: 2.2em;
    margin-top: 0.1em;
  }
  #SearchTopPage #advance .globalForm2 .data-table td select {
    width: 100%;
    min-height: 2.2em;
  }
  #SearchTopPage #advance .globalForm2 .submit {
    text-align: center;
  }
  #SearchTopPage #advance .globalForm2 .submit .rsBtn {
    display: none;
  }
  #SearchTopPage #advance .globalForm2 .submit .search {
    font-size: 13pt;
    height: 2.5em;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: none;
    background: url("../image/sp/search01.jpg") no-repeat;
    background-size: 100% 103%;
    text-indent: -9999px;
    width: 100%;
  }
  #SearchTopPage #advance .sp-close-advance-form {
    display: block !important;
    position: absolute;
    top: 0px;
    right: 0.1em;
    font-weight: 400;
  }
  #SearchTopPage #search-detail-form {
    /*max-width: 30em;*/
  }
  #SearchTopPage .toTop a {
    height: 37px;
    width: 37px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: url("../image/sp/topbtn.png") no-repeat;
    opacity: 1;
    z-index: 3;
  }

  /*#SearchTopPage end*/
  #resultsTopPanel {
    /*Common styles*/
    /*----end----*/
    /*result-area end*/
    /*sp-result-detail-modal end*/
  }
  #resultsTopPanel .rs-border, #resultsTopPanel .result-area .result-info .result-keyword, #resultsTopPanel .result-area .result-data div:nth-of-type(3), #resultsTopPanel #sp-result-detail-modal .contents {
    border: 1px solid #4672a3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  #resultsTopPanel .result-area {
    /*result-info end*/
    /*result-data end*/
  }
  #resultsTopPanel .result-area .result-info .result-keyword {
    padding: 0.5em;
  }
  #resultsTopPanel .result-area .result-info .result-keyword p.keyword {
    margin: 0px;
  }
  #resultsTopPanel .result-area .result-info .result-keyword p:nth-of-type(2) {
    font-size: 11px;
    margin: 0px;
  }
  #resultsTopPanel .result-area .result-info .result-title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #4672a3;
  }
  #resultsTopPanel .result-area .result-data .pagerBlock {
    display: inline-block;
    float: left;
    margin-top: 1em;
    margin-left: 0.5em;
  }
  #resultsTopPanel .result-area .result-data .pagerBlock .pager {
    display: inline-block;
    padding: 0px;
  }
  #resultsTopPanel .result-area .result-data .pagerBlock .pager li {
    float: left;
    padding: 2px 3px;
    text-decoration: none;
    list-style: none;
    font-size: medium;
  }
  #resultsTopPanel .result-area .result-data .pagerBlock .pager li span:not([class=pointer]) em {
    background-color: #ccc;
    padding: 0.4em;
    border: 1px solid #b1afaf;
  }
  #resultsTopPanel .result-area .result-data .pagerBlock:last-child {
    display: none;
  }
  #resultsTopPanel .result-area .result-data .pagerLimited {
    display: inline-block;
    float: right;
    margin-top: 1em;
    margin-right: 0.5em;
    font-size: small;
  }
  #resultsTopPanel .result-area .result-data .pagerLimited select {
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  #resultsTopPanel .result-area .result-data div:nth-of-type(3) {
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  #resultsTopPanel .result-area .result-data .table {
    table-layout: fixed;
  }
  #resultsTopPanel .result-area .result-data .table .no {
    display: none;
  }
  #resultsTopPanel .result-area .result-data .table tr.even {
    background-color: #f4f9fb;
  }
  #resultsTopPanel .result-area .result-data .table tr {
    border-bottom: 1px solid #999999;
  }
  #resultsTopPanel .result-area .result-data .table tr th {
    padding: 0em 0em 0em 0.5em;
    border: none;
    vertical-align: middle;
    overflow-x: hidden;
  }
  #resultsTopPanel .result-area .result-data .table tr th a {
    text-decoration: none;
  }
  #resultsTopPanel .result-area .result-data .table tr th a p {
    margin: 0px;
    min-height: 3em;
    line-height: 3em;
  }
  #resultsTopPanel .result-area .result-data .table tr th.no b {
    display: none;
  }
  #resultsTopPanel .result-area .result-data .table tr td {
    padding: 1.5em 0em 0em 0.5em;
    border: none;
  }
  #resultsTopPanel .result-area .result-data .table tr td p:empty {
    display: none;
  }
  #resultsTopPanel .result-area .result-data .table tr td p {
    word-break: break-word;
  }
  #resultsTopPanel .result-area .result-data .table tr td.no {
    content: url("../image/sp/arrow_down.png");
    width: 2.2em;
  }
  #resultsTopPanel .result-area .result-data .table tr th:nth-of-type(1n+5), #resultsTopPanel .result-area .result-data .table tr td:nth-of-type(1n+5) {
    display: none;
  }
  #resultsTopPanel .result-area .result-data .table tr td:nth-of-type(2):before {
    /*content: url('../image/sp/arrow_down.png');*/
    /*float: left;*/
  }
  #resultsTopPanel #sp-result-detail-modal .modal-content .close {
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    font-size: 1.3em;
    display: block !important;
    font-weight: 400;
  }
  #resultsTopPanel #sp-result-detail-modal .contents {
    margin: 1em 0.5em 0.5em 0.5em;
    padding: 0.5em;
  }
  #resultsTopPanel #sp-result-detail-modal .contents div {
    padding-top: 0.5em;
  }
  #resultsTopPanel #sp-result-detail-modal .contents div .span {
    display: inline-block;
  }
  #resultsTopPanel #sp-result-detail-modal .contents div p:empty {
    display: none !important;
  }
  #resultsTopPanel #sp-result-detail-modal .contents div p {
    display: inline-block;
    padding-left: 0.2em;
  }
  #resultsTopPanel #sp-result-detail-modal .contents div:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  /*resultsTopPanel end*/
  #sp-return-toppage {
    display: block !important;
    text-align: center;
    margin-top: 1.5em;
  }
  #sp-return-toppage img {
    max-width: 90%;
  }
  
  /*//tandd //20180213*/
  #resultsTopPanel .showPreview, #resultsTopPanel .hidePreview {
    float:right;
    margin: -25px 0 0 0;
    text-indent: 10px;
    border: none;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
    zoom: 1;
    font-size: 11px;
  }
  
  .header-link{
    text-align: right;
    font-size: 70%;
    margin-right: 1.25em;
  }
  
  /*////*/
  
}
/*Pc screen*/
/*Hide unecessary elements*/
@media (min-width: 642px) {
  body .pc-hide {
    display: none !important;
  }

  /*Hide nav block at topmenu*/
  .topmenu .sp-nav-block {
    display: none;
  }

  /*Hide collapse button when using pc web*/
  .tabpanel .tab-panel .link-list .box.mid img.sp-collapse-item {
    display: none;
  }

  /*Reset width of sidenav*/
  .link-list .sidenav {
    width: 100% !important;
  }

  /*Hide close advance form button*/
  #advance .sp-close-advance-form {
    display: none;
  }

  /*Hide close navi block model button*/
  .naviBlock .sp-close-navi-block {
    display: none;
  }

  /*Hide link switcher*/
  #footerArea .sp-mobile-pc-link-switcher {
    display: none;
  }

  #search-detail-form {
    display: block !important;
  }

  /*Hide result detail modal at PC mode*/
  #sp-result-detail-modal {
    display: none;
  }

  /*Reset position of advance search button*/
  .search-box .icon2 {
    display: inline-block !important;
  }
}

/*# sourceMappingURL=sp-template.css.map */

#SearchTopPage #sp-return-toppage a{ /*//tandd //20180314*/
    display: block;
    width: 100%;
    height: 2.3em;
    text-indent: -9999px;
    cursor: pointer;
    font-weight: normal;
    background-size: contain;
    margin-top: 0.5em;
    background-position: center;
    background: url("../image/sp/img20170502180053407876.jpg") no-repeat;
  }