body {
    font-family: Meiryo, arial, sans-serif;
    background: #e7f6fa;
}

html,
body,
div.container {
    height: 100%;
    font-size: 14px;
}

a {
    text-decoration: none;
}

div.container {
    min-height: 100%;
    background: #fff;
}

body > div.container {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    padding: 6px 12px 6px 12px;
    height: 34px;
}

/** headerArea **/
#header_nameArea {
    text-align: right;
    background: #535353;
    display: block;
    border: 1px solid #535353;
    background: -webkit-gradient( linear, 100% 0%, 100% 100%, from(rgba(95, 95, 95, 1)), to(rgba(40, 40, 40, 1)) );
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
    text-shadow: -1px -1px 0px #555555;
    padding: 3px;
    width: 100%;
    height: 30px;
}

.header__titleArea {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__h2__img {
    width: 266px;
}

.container a:focus,
.container a:hover {
    text-decoration: none;
}

.container.headerlayout {
    background: none;
}

.headerArea {
    margin-bottom: 20px;
}

.headerL {
    float: left;
}

.headerR {
    margin-top: 15px;
    padding: 0;
    text-align: right;
}

.titleArea {
    margin: 0px auto;
    padding: 0px;
}

    .titleArea .contentsTitle {
        margin: 0px;
        padding-top: 25px;
    }

        .titleArea .contentsTitle h2 {
            margin: 0px;
            padding: 0px;
        }

#gl {
    width: 100%;
    margin: 15px 0;
    padding: 0px;
    border-top: 1px solid #f1ede6;
}

#ContentPlaceHolder1_Label_information {
    background-color: #f1ede6;
    padding: 20px;
    margin: 20px 0px;
    display: block;
    border-bottom: solid 1pt #014280;
    border-top: solid 1pt #014280;
    overflow: auto;
    width: 100%;
    height: 170px;
}

#ContentPlaceHolder1_Panel_SearchResult {
    display: block;
    margin-top: 10px;
}

.RadioButtonList__and_or td {
    padding: 0.5rem 1rem;
}

    .RadioButtonList__and_or td label {
        margin-left: 0.5rem;
    }

.form_input_year {
    -webkit-ime-mode: disabled;
    -moz-ime-mode: disabled;
    -ms-ime-mode: disabled;
    ime-mode: disabled;
    width: 65px;
    padding-right: 0;
}

.form_brand {
  list-style: none;
  padding-top: 0.5rem;
}

  .form_brand li {
    margin-right: 1.25rem;
  }

  .form_brand input {
    margin-right: 0.25rem;
    border-radius: 0.25rem;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
  }

  #ContentPlaceHolder1_GridView_order td {
    border-style: none;
  }

table.tbl_searchResult {
    margin: 10px 0;
    border: #008db8 solid 1px;
    border-radius: 4px;
    border-collapse: separate;
}

#ContentPlaceHolder1_GridView_Searchresult {
    border: none;
}

    #ContentPlaceHolder1_GridView_Searchresult td {
        border: none;
    }

#ContentPlaceHolder1_GridView_Cart td {
    border: none;
}

.searchResultBody {
    margin: 0;
    padding: 18px 10px 10px;
    color: #3e3e3e;
    font-size: 14px;
    word-break: break-word;
}

    .searchResultBody .srTitleE {
        margin-bottom: 8px;
        font-weight: 700;
    }

    .searchResultBody .srJournalInfo {
        margin-bottom: 8px;
    }

    .searchResultBody .srAuthor {
        margin-bottom: 8px;
        word-break: break-all;
    }

    .searchResultBody .srAuthorAffiliation {
        margin-bottom: 8px;
        word-break: break-all;
    }

#ContentPlaceHolder1_GridView_Searchresult td.box__control,
#ContentPlaceHolder1_GridView_Cart td.box__control {
    border-left: dashed 1px #008db8;
    width: 256px;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    color: #014280;
}

#ContentPlaceHolder1_GridView_Searchresult
.tbl_searchResult
td.searchResultFooter {
    font-size: 14px;
    border-top: dashed 1px #014280;
    vertical-align: middle;
    padding: 5px 10px;
}

.attention {
    font-weight: bold;
    color: #f00;
}

.attention-error {
    font-weight: bold;
    color: #f00;
    font-size: large;
}

.bunken_no {
    margin: -3px 0px 0px 0px;
}

.select__page_size {
    display: inline-block;
}

    .select__page_size span {
        font-weight: bold;
    }

  .select__page_size .form-select {
    display: inline-block;
    width: auto;
  }

.select_page_size select {
    border-color: #014280;
    color: #014280;
}

.recordCount {
    color: #3e3e3e;
    line-height: 30px;
    font-weight: 600;
    margin-left: 2rem;
    display: inline-block;
}

.panel_pager {
    margin: 10px;
}

.panel_pager--prevPage {
  text-align: left;
  text-decoration: underline;
  position: relative;
}

.btn--prevPage {
    margin-left: 1.5rem;
}

  .btn--prevPage::before {
    position: absolute;
    top: 5px;
    left: 1rem;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #b5007c transparent transparent;
  }

.panel_pager--nextPage {
  text-align: right;
  text-decoration: underline;
  position: relative;
}

.btn--nextPage {
    margin-right: 1.3rem;
}

  .btn--nextPage::after {
    position: absolute;
    top: 5px;
    right: 0.7rem;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #b5007c;
  }

.panel_pager--CurrentPage {
    text-align: center;
}

.footer__btn--literatureList {
    margin-top: 10px;
}

#footerArea {
  border-top: 1px solid #f1ede6;
  margin-top: 3rem;
}

.footer_info_wrapper {
  margin: 0 auto;
  padding: 16px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_info_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .footer_info_section:last-of-type {
    margin-left: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

.footer_site_utility {
  margin-left: 15px;
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.footer_links li {
  padding: 2px 15px 2px 0;
  position: relative;
  line-height: 1em;
}

.footer_links a, .footer_links a:link, .footer_links a:visited {
  font-size: .6875em;
  color: #333;
  text-decoration: none;
}

  .footer_links li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #333;
    top: 3px;
    right: 7px;
    bottom: 3px;
    height: auto;
  }

  .footer_links a:hover {
    opacity: .7;
  }

.footer_copyright {
  margin: 2px 0 0;
  font-size: .625em;
  color: #666;
}

.footer_info_section:last-of-type {
  margin-left: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .footer_links a, .footer_links a:link, .footer_links a:visited {
    color: #0066c5;
  }

  .footer_copyright {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .footer_info_wrapper {
    width: 100%;
    padding: 30px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_info_section:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_info_section:last-of-type {
    margin-left: 0;
    margin-top: 20px;
    padding: 15px 10px 0;
    border-top: 1px solid #cccece;
  }
  .footer_info_section {
    width: 100%;
  }

  .footer_badge {
    margin-left: auto;
  }
}

.hhc_logo {
  margin-right: 20px;
}

@media print {
    .headerArea,
    #footerArea {
        display: none;
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

div.inline {
    display: inline;
}

/* 6 */

* html #ContentPlaceHolder1_Panel_SearchResult {
    padding-top: 20px;
    zoom: 1;
}

* html .clearfix {
    zoom: 1;
}

/* button */

.button--literatureList {
    display: inline-block;
    padding: 0.7rem;
    color: #0091c0;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #bde;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 0.7rem;
}

    .button--literatureList svg {
        vertical-align: middle;
        margin: 0 8px 3px 0;
        width: 24px;
        height: 24px;
    }

    .button--literatureList:focus,
    .button--literatureList:hover {
        color: #0091c0;
        background-color: #e7f6fa;
    }

#button__help {
    color: #0091c0;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
}

    #button__help svg {
        display: inline-block;
        position: relative;
        top: .7rem;
        vertical-align: inherit;
    }

    #button__help span {
        display: inline-block;
    }

.button--search {
    display: inline-block;
    padding: 0.7rem;
    color: #666;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #bbd3e4;
    border-radius: 8px;
    background-color: #e1e9ff;
    width: 100%;
    margin-top: 15px;
}

    .button--search:focus,
    .button--search:hover {
        color: #fff;
        background-color: #8dbaff;
    }

.button--reset,
.button--back {
    display: inline-block;
    padding: 0.7rem;
    color: #666;
    font-size: 1.1rem;
    font-weight: 700;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    margin-top: 15px;
}

    .button--reset:focus,
    .button--reset:hover,
    .button--back:focus,
    .button--back:hover {
        color: #666;
        background-color: #fff;
        border: 1px solid #333;
    }

.button--addLiteratureList {
    display: inline-block;
    padding: 0.7rem;
    color: #00b32f;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #9e9;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A20px%3Bheight%3A20px%22%20xml%3Aspace%3D%22preserve%22%20opacity%3D%221%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300b32f%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M359.244%20224.004h-59.988c-6.217%200-11.258-5.043-11.258-11.258v-59.992c0-6.215-5.039-11.254-11.256-11.254h-41.486c-6.217%200-11.258%205.039-11.258%2011.254v59.992c0%206.215-5.039%2011.258-11.256%2011.258h-59.988c-6.219%200-11.258%205.039-11.258%2011.258v41.484c0%206.215%205.039%2011.258%2011.258%2011.258h59.988c6.217%200%2011.256%205.039%2011.256%2011.258v59.984c0%206.219%205.041%2011.258%2011.258%2011.258h41.486c6.217%200%2011.256-5.039%2011.256-11.258v-59.984c0-6.219%205.041-11.258%2011.258-11.258h59.988c6.217%200%2011.258-5.043%2011.258-11.258v-41.484c0-6.219-5.041-11.258-11.258-11.258z%22%20fill%3D%22%2300b32f%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M256%200C114.613%200%200%20114.617%200%20256c0%20141.387%20114.613%20256%20256%20256%20141.383%200%20256-114.613%20256-256C512%20114.617%20397.383%200%20256%200zm0%20448c-105.871%200-192-86.129-192-192%200-105.867%2086.129-192%20192-192%20105.867%200%20192%2086.133%20192%20192%200%20105.871-86.133%20192-192%20192z%22%20fill%3D%22%2300b32f%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0.5rem;
    background-size: 20px 20px;
    padding-left: 0.7rem;
}

    .button--addLiteratureList:focus,
    .button--addLiteratureList:hover {
        color: #00b32f;
        background-color: #e7faea;
    }

.button--delLiteratureList {
    display: inline-block;
    padding: 0.7rem;
    color: #900;
    font-size: 1.1rem;
    font-weight: 700;
    border: 2px solid #800;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A20px%3Bheight%3A20px%22%20xml%3Aspace%3D%22preserve%22%20opacity%3D%221%22%3E%3Cstyle%3E.st0%7Bfill%3A%23900%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M359.77%20224.004H152.228c-5.928%200-10.732%204.804-10.732%2010.73v42.535c0%205.926%204.805%2010.734%2010.732%2010.734H359.77c5.928%200%2010.732-4.809%2010.732-10.734v-42.535c0-5.926-4.805-10.73-10.732-10.73z%22%20fill%3D%22%23900%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M256%200C114.613%200%200%20114.617%200%20256c0%20141.387%20114.613%20256%20256%20256%20141.383%200%20256-114.613%20256-256C512%20114.617%20397.383%200%20256%200zm0%20448c-105.871%200-192-86.129-192-192%200-105.867%2086.129-192%20192-192%20105.867%200%20192%2086.133%20192%20192%200%20105.871-86.133%20192-192%20192z%22%20fill%3D%22%23900%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0.5rem;
    background-size: 20px 20px;
    padding-left: 1rem;
}

    .button--delLiteratureList:focus,
    .button--delLiteratureList:hover {
        color: #900;
        background-color: #ffdbdb;
    }

.button--addedLiteratureList {
    display: inline-block;
    padding: 0.7rem;
    color: #666;
    font-size: 1.1rem;
    font-weight: 700;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #eee;
    width: 100%;
}

.button--openPubMed {
    display: inline-block;
    padding: 0.6rem;
    color: #6f4300;
    font-size: 1.1rem;
    font-weight: 700;
    border: 1px solid #dc8e00;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
}

    .button--openPubMed:hover {
        background-color: #ffdb5a;
    }

/**/

.h4__title {
    position: relative;
    padding: 0.5rem 1rem;
    border-left: 6px solid #d6007f;
    margin: 20px 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.formBox {
    margin: 15px 0 0;
    padding: 10px 10px 0;
    border: 2px solid transparent;
    background-color: #f0f8ff;
    border-radius: 8px;
}

.form__label {
    text-align: right;
    font-weight: 700;
}

.form__confirmText {
    line-height: 35px;
    font-size: 1.1rem;
}

.form__msg--alert {
    padding: 0.75rem 1rem;
    margin: 0.5rem 0 1rem 0;
    border-radius: 0.25rem;
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form__msg--warning {
    padding: 1.1rem 1.4rem;
    margin: 0.4rem 0 0.7rem 0;
    border-radius: 0.2rem;
    display: block;
    color: #333;
    background-color: #fcf8e3;
    border-color: #f9e7d4;
    line-height: 1.8rem;
}

ul.form__msg--warning {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}

.form__msg--info {
    padding: 1.5rem 2rem;
    margin: 0.5rem 0 1rem 0;
    border-radius: 0.25rem;
    display: block;
    color: #333;
    background-color: #e3e8fc;
    border-color: #9cb6ff;
}

.form__msg--notFound {
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin: 2rem;
}

.modal-dialog {
    max-width: 600px;
}

.modal-header {
    border-bottom: none;
    margin-bottom: 10px;
}

.modal-body {
    padding: 15px 40px;
}

.modal-footer {
    border-top: none;
}

/* progressbar */

.progressbar {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto;
    width: 85%;
}

    .progressbar .item {
        position: relative;
        width: 25%;
        text-align: center;
        position: relative;
        align-items: center;
        justify-content: center;
        padding: .6rem 0;
        line-height: 1.3rem;
        background: #f5f5f5;
        color: #999999;
    }

        .progressbar .item:not(:last-child)::before,
        .progressbar .item:not(:last-child)::after {
            position: absolute;
            z-index: 2;
            top: 0;
            bottom: 0;
            left: 100%;
            content: "";
            border: 37px solid transparent;
            border-left: 20px solid #f5f5f5;
            margin: -12px 0;
        }

        .progressbar .item:not(:last-child)::before {
            margin-left: 1px;
            border-left-color: #fff;
        }

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .form__label {
        text-align: left;
    }

    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

        .progressbar .item:not(:last-child)::before,
        .progressbar .item:not(:last-child)::after {
            border-width: 25px;
            border-left-width: 12px;
            margin: auto;
        }
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #014280;
    color: #fff;
}

    .progressbar .item.active:not(:last-child)::after {
        border-left-color: #014280;
    }

    .progressbar .item.active:not(:last-child)::before {
        border-left: none;
    }

.text--max10 {
    color: #900;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 3px;
}

.logo {
    height: 50px;
    margin: 10px 10px 15px 20px;
}

.process_flow_area {
    margin: auto;
}

.process_flow {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
}

    .process_flow > li {
        position: relative;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        text-overflow: ellipsis;
        color: #b0bec5;
        -ms-flex: 1;
        -moz-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }

        .process_flow > li .bubble::after,
        .process_flow > li .bubble::before {
            position: absolute;
            top: 0px;
            right: 50%;
            left: 50%;
            display: block;
            width: 95%;
            height: 8px;
            content: '';
            transform: translateX(-50%);
            background-color: #b0bec5;
        }

        .process_flow > li .bubble + span {
            display: block;
            margin-top: 1.1rem;
        }

        .process_flow > li.completed,
        .process_flow > li.completed .bubble {
            color: #666;
        }

            .process_flow > li.completed .bubble,
            .process_flow > li.completed .bubble::after,
            .process_flow > li.completed .bubble::before {
                background-color: #008ab4;
            }

        .process_flow > li.active,
        .process_flow > li.active .bubble {
            color: #666;
            font-weight: 600;
        }

            .process_flow > li.active .bubble,
            .process_flow > li.active .bubble::after,
            .process_flow > li.active .bubble::before {
                background-color: #d6007f;
            }

                .process_flow > li.active .bubble + span::before {
                    content: "";
                    display: inline-block;
                    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A256px%3Bheight%3A256px%22%3E%3Cpath%20fill%3D%22%23d6007f%22%20d%3D%22M440.469%2073.413L218.357%20295.525%2071.531%20148.709%200%20220.229l146.826%20146.826%2071.531%2071.532%2071.521-71.532L512%20144.945z%22%2F%3E%3C%2Fsvg%3E');
                    background-size: cover;
                    width: 1rem;
                    height: 1rem;
                    position: relative;
                    top: .1rem;
                    right: .4rem;
                }

.anchor_fixed {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}
