@charset "utf-8";

/* header */
#header {
  border-top: none;
  border-bottom: 3px solid #FF720C;
  background: #545464;
}
.loginname_block {
  display: none;
}
#header #logo img {
  max-height: 60px;
}
.loginname_block * ,
.us_login_btn {
  display: none;
}
#header-help-nav {
  padding: 10px;
}
#header-help-nav a {
  color: #fff !important;
}
#header-help-nav a:hover,
#header-help-nav a:focus {
  color: #ffe9d9 !important;
}
#global-nav {
  margin-bottom: 15px !important;
  border-top: none;
  background: #76777B !important;
}
#global-nav.navbar-inverse {
  border-top: none;
  border-bottom: none;
}
#global-nav .mmd-left-menu ,
#global-nav .mmd-right-menu {
  border-left: none;
}
#global-nav .mmd-left-menu .navbar-brand ,
#global-nav .mmd-right-menu a {
  border-right: none;
}
#global-nav a.navbar-brand-btn ,
#global-nav a.navbar-brand-btn span ,
#global-nav.navbar-inverse .navbar-nav > li > a,
#global-nav .navbar-toggle-btn,
#global-nav.navbar-inverse span[class^="icon-"],
#global-nav.navbar-inverse span.glyphicon 
{
  color: #FFF !important;
}
#global-nav a.navbar-brand-btn:hover,
#global-nav a.navbar-brand-btn:focus,
#global-nav a.navbar-brand-btn.active ,
#global-nav.navbar-inverse .navbar-nav > li > a:hover,
#global-nav.navbar-inverse .navbar-nav > li > a:focus,
#global-nav.navbar-inverse .navbar-toggle:hover,
#global-nav.navbar-inverse .navbar-toggle:focus {
  background: #FF720C !important;
}
#global-nav .navbar-header.mmd-left-menu ,
#global-nav .dropdown.yamm-fw.navbar-brand {
  height: 45px !important; 
}
#global-nav .dropdown-menu {
  top: 115%;
  left: -5px;
  padding: 20px;
  border: none;
  background: #E4E4E4;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
}
#global-nav .navbar-toggle-btn {
  height: 45px !important;
  border: none;
}
#global-nav .dropdown-menu li a:hover ,
#global-nav .dropdown-menu li a:focus {
  background: #E4E4E4;
  text-decoration: underline;
}
#global-nav .dropdown-menu li > a::before {
  content: "";
}
#global-nav span.size-large {
  font-size: 22px;
}

/* search box */
#content-wrapper {
  padding-top: 20px;
}
.headerMsgBox {
  display: none;
}
.panel-primary > .mmd-panel-body-bg {
  background: #eee;
}
input.search-simple-input {
  min-width: 65%;
}
@media (min-width: 768px) {
  .btn-primary {
    width: 90px;
  }
}
#advance_panel #search_code_table {
  margin-bottom: 20px;
}
#advance_panel .row .search-condition + div {
  width: 100%;
}
#advance_panel .btn-primary {
  width: 150px;
}
#advance_panel #search_code_table .search_code_field {
  display: block;
}
#advance_panel #search_code_table .search_code_title {
  min-width: 125px;
}
#advance_panel #search_code_table .search_code_data {
  max-width: 150px;
}
#advance_panel .search-condition .field_padding_top span {
  margin-left: 20px;
  display: block;
}
#advance_panel .search-condition {
  display: flex;
  flex-flow: column nowrap;
}
#advance_panel .search-condition ul.list-inline:nth-child(1) {
  order: 1;
}
#advance_panel .search-condition ul.list-inline:nth-child(2) {
  order: 2;
}
#advance_panel .search-condition ul.list-inline:nth-child(3) {
  order: 3;
}
#advance_panel .search-condition .year-field {
  order: 4;
}
#advance_panel .search-condition #search_code_table {
  order: 5;
}
#advance_panel .search-condition .field_padding_top {
  order: 999;
  padding-top: 0;
}

/* message */

.widget {
  font-size: 12px;
  display: flex;
}
@media (max-width: 1000px) {
  .widget {
    flex-flow: column;
  }
}
.widget .column.center {
  flex: 0 0 20%;
}
.widget .column.right {
  flex: 0 0 20%;
}

.widget .block {
  margin: 0px 5px 10px 5px;
  padding: 0px 10px 10px 10px;
}
.widget .column h3 {
  border-left: 8px solid #76777B;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  background: #eee;
}
.widget .block .contents {
  padding: 10px 15px;
}
.widget .info li {
  list-style: disc;
  margin-left: 1em;
}
.widget .info .link_list li {
  margin-left: 2em;
}

/* category */

.widget .category {
  flex: 0 0 30%;  
}
.widget .category #acc1 {
  border: 1px solid #666;
  border-radius: 2px;
}
.widget .category .search_category_block {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.widget .category .search_category_block .clearfix {
  background: #eee;
  padding: 7px;
  border-bottom: 1px solid #ddd;
}
.widget .category .schemaLabel {
  margin: 0 !important;
  border-left: 8px solid #76777B;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.widget .category .options.pull-right {
  display: none;
}
.widget .acc h3 {
  border-top: none;  
  padding: 6px 10px;
}
.widget .category .acc .jquery-menu {
  background: #fff;
  border: none;
}
.widget .category .acc .menu_more:hover {
  background: #ffe9d9;
}
/* search result */
.categoryBox dl dt {
  color: #333;
  background: #eee;
  border-bottom: none;
}
.categoryBox dd {
  background: #fafafa;
}
.categoryBox .cate_high > div {
  float: left;
}
.categoryBox .cate_high > div + div {
  margin-left: 5px;
}
.categoryBox .cate_high > div + div::before {
  content: "　＞　";
  font-weight: bold;
  color: #333;
}

.categoryBox .cate_high {
  float: left;
  padding: 5px 0px;
}
.categoryBox .cate_high + .cate_name::before {
  content: "　＞　";
  font-weight: bold;
  color: #666;
}
.categoryBox .cate_name {
  float: left;
  padding: 5px 0px;
}
.categoryBox .cate_high + .cate_low::before ,
.categoryBox .cate_name + .cate_low::before {
  content: "　＞　";
  font-weight: bold;
  color: #666;
}
.categoryBox .cate_high ,
.categoryBox .cate_high div ,
.categoryBox .cate_name ,
.categoryBox .cate_low {
  display: inline;
  float: none;
  word-break: break-all;
}
.category_ad .cate_low .list_select,
.category_ad .cate_low .list_select:link,
.category_ad .cate_low .list_select:visited {
  color: #3674C9;
}
.btn-facet-pull a {
  margin: 3px 0px 6px 0px;
  border-radius: 5px;
}
.facet-head {
  background: #eee !important;
}
.sidr h1,
.sidr h2,
.sidr h3 {
  background: #eee;
}
.control-area {
  background: #eee;
}
.pagination > li.disabled a {
  border-radius: 5px !important;
  background: #DDD !important;
  font-weight: bold;
  color: #2A004A !important;
}
.search-results-pager .pagination > li > a:hover,
.search-results-pager .pagination > li > span:hover,
.search-results-pager .pagination > li > a:focus,
.search-results-pager .pagination > li > span:focus {
  border-radius: 4px;
  background-color: #FFE9D9;
}
.result-book-cover img {
  border: 1px solid #eee;
}
.result-book-title {
  border-bottom: solid 2px #76777B;
}
.result-book-title a:hover ,
.result-book-title a:focus {
}
.result-list table th {
  background-color: #f5f5f5;
}
#search-result-list .cateBtn {
  display: none;
}

/* details */
.btn-ordinary.leftIcon ,
.btn-ordinary.rightIcon {
  margin: 0px 2px;
}
.doiURL ,
.handleURL {
  width: auto !important;
  padding: 10px 0px;
  text-align: right;
}
.doiURL strong ,
.handleURL strong {
  padding: 5px 12px;
  border-radius: 5px;
  background: #ffe9d9 ;
}
.doiURL + .handleURL {
  display: none;
}
.content_detail h3 {
  color: #333;
  background: #eee;
}
.content_detail h3 .icon-mmd_thesis {
  display: none;
}
table.dataTable > tbody > tr.child ul {
  width: 100%;
}
.panel-body.panel-button {
  padding: 5px 0 0 5px;
  background: #eee;
}
.panel-body.panel-button button {
  margin: 0 5px 5px 0;
}
.s_name_space {
  margin-bottom: 0px;
}
.export_btn_space {
  margin: 0 0 5px;
}
table.simple_data_block th ,
table.detail_data_block th {
  word-break: keep-all !important;
  background: #eee;
}
#etc {
  font-size: 0;
}
#etc::after {
  content: attr(alt);
  font-size: 14px;
}
.lower_link_info {
  margin: 0;
  padding: 5px;
}
.lower_link_info li {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
  list-style-position: inside;
}
.lower_link_info li .simplebib {
  display: inline-block;
  width: 92%;
}
.lower_link_info li::marker {
  vertical-align: top;
  font-weight: bold;
  color: #CCC;
}
.metadata_block .child_data_label {
  padding: 1px 7px;
  font-size: 11px;
  margin-left: 10px;
}
.metadata_block .child_data_value {
  padding: 0 10px !important;
}
#kkn img {
  height: 16px;
  border: 1px solid #ccc;
  margin: 0 0 3px 7px;
}

/* service */
.page-title {
  color: #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
}

/* footer */
#footer {
  background: #545464;
  color: #FFF;
}
#copyright {
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-top: none;
  text-align: center !important;
}
#copyright .pull-left {
  float: none !important;
}
#copyright .pull-right {
  display: none;
}
body > #facet {
  display: none;
}

/* link */
a ,
#facet li a,
.pagination > li > a,
.result-book-title a,
.panel-service li a {
  color: #2240B0;
}
a:hover ,
#facet li a:hover ,
.pagination > li > a:hover ,
.result-book-title a:hover {
  color: #3674C9;
}
#cate_intro label.fold ,
#cate_intro label.fold_close {
  color: #2240B0;
}
#cate_intro label.fold:hover ,
#cate_intro label.fold_close:hover {
  color: #3674C9;
}

/* icon */
.icon-mmd_book-2 {
  color: #ffe9d9 !important;
}
div[class^="cate_indent"] span {
  color: #efefef !important;
}

/* button */
.btn-primary {
  background-color: #FF720C;
  border-color: #FF720C;
}
.btn-primary:hover ,
.btn-primary:focus ,
.btn-primary:active {
  background-color: #c04f00;
  border-color: #c04f00;
}
.btn-secondary,
.btn-ordinary,
.btn-more,
.btn-facet-pull a {
  background-color: #545464;
  border-color: #545464 !important;
  color: #fff;
}
.btn-secondary:hover ,
.btn-secondary:focus ,
.btn-ordinary:hover ,
.btn-ordinary:focus ,
.btn-more:hover ,
.btn-more:focus ,
.btn-facet-pull a:hover ,
.btn-facet-pull a:focus {
  background-color: #FF720C;
  border-color: #FF720C !important;
}
.btn-clear {
  border-color: #76777B;
  color: #595757;
}
#btn_open_search_box input {
  border: none;
  background: #DDD;
  color: #595757;
}
#btn_open_search_box input:hover ,
#btn_open_search_box input:focus {
  background: #FFE9D9;
}
#btn_close_search_box input {
  border: 1px solid #FFF !important;
  background: #CCC;
  color: #595757;
}
#btn_close_search_box input:hover ,
#btn_close_search_box input:focus {
  background: #FFE9D9;
}
#searchmode_tab li:focus,
#searchmode_tab li:hover,
#searchmode_tab li:disabled ,
.btn-clear:hover ,
.btn-clear:focus {
  background: #FFE9D9 !important;
  border-color: #595757;
  color: #595757;
}
#searchmode_tab .selected:hover,
#searchmode_tab .selected:focus {
  background: #595757 !important;
  border-color: #595757;
  color: #FFF;
}
#searchmode_tab li {
  background-color: #FFF;
  border-color: #76777B;
}
#searchmode_tab li.selected ,
#searchmode_tab li.selected:hover ,
#searchmode_tab li.selected:focus {
  background-color: #76777B !important;
  border: #76777B !imporant;
}
.pagetop:hover,
.pagetop:focus {
  background: #FF720C;
}

/* responsive */
body {
  min-width: 321px !important;
}
#header .row {
  position: relative;
}
#header .row div:nth-child(1) {
  width: 87%;
  min-width: 260px;
}
#header .row div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
#global-nav .mmd-right-menu {
  float: right;
}
#global-nav .mmd-right-menu li a {
  height: 45px;
}

