/**
 * pages/css/style.css
 *
 * @author Shohei Nakajima <nakajimashouhei@gmail.com>
 * @link http://www.netcommons.org NetCommons Project
 * @license http://www.netcommons.org/license.txt NetCommons License
 */

@layer reset, override;

.pages-tree {
	margin-left: 10px;
	margin-right: 10px;
}
.pages-move {
	margin-right: 15px;
}

.page-edit-layout {
	margin: 8px;
	padding: 2px;
}

.pages-edit-index td {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.pages-edit-index td > div {
	margin-top: 2px;
	margin-bottom: 2px;
}

.page-edit-index-page-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 240px;
	display: inline-block;
	vertical-align: middle;
}

.page-move-radio .radio-inline {
	padding-left: 0px;
}

.form-inline.page-move-radio {
	display: inline-block;
}

.small.block-style-label {
	font-size: 1.2em;
	font-weight: 400;
}

.page-tree-room,
.page-tree-node-page,
.page-tree-leaf-page {
	padding-left: 4px;
}
.page-tree-room {
	border-left: 3px #659ada solid;
}
.page-tree-node-page,
.page-tree-leaf-page {
	border-left: 3px #aca899 solid;
}
.page-table-responsive {
	overflow: auto;
}



@layer override {
  body{
	padding-top: 50px;
  }
  main.container, main.container-fluid {
	margin-top: 10px;
  }


//オリジナルCSS//
  body{
	padding-top: 50px;
	font-family: "UD新ゴ コンデンス90 L" , "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
	background:url("../img/pixta_72872766_M.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
  }

  #frame-1 .list-group {
	  background: inherit;
	  position: relative;
	  width: 100%;
	  margin: 10vh auto 15vh;
	  border-radius: 15px;
	  border: 10px solid rgba(255,255,255,.15);
	  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  }

  section.plugin-topics .list-group{
	  background: inherit;
	  position: relative;
	  width: 100%;
	  margin: 10vh auto 15vh;
	  border-radius: 15px;
	  border: 10px solid rgba(255,255,255,.15);
	  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  }

  div.panel-heading {
	  font-size: 1.5em;
  }

  #nc-system-footer .copyright{
	  font-size:0px;
}

  .copyright::before {
    font-size: 12px;
	  content: "Copyright 1997-2023 shigakensuidokyokai.org. All Rights Reserved.";
}

h1{
	margin-top:40px!important;
}

h1 span{
	font-size:1.2em!important;
}

  ul.flex{
	  display: flex;
	  justify-content: space-around;
	  flex-wrap: nowrap;
	  max-width:100%;
}

  li.flex{
          margin: 0!important;
          padding: 0px!important;
	  list-style: none;
	  width:150px;
}

/*  #box-17 .btn{
	font-size:1.2em!important;
	width:100%;
}*/

ul > li > a > span.btn{
	font-size:1.2em!important;
	width:100%;
}

div.topic-plugin-name{
	display:none;
}

#gtx-trans{
	display:none;
}


@media screen and (max-width:767px){
    #container-header ul.flex {
        margin: 0!important;
        padding: 0px!important;
    }
    #container-header ul.flex li.flex .btn {
        font-size: 1em;
    }
	span.hidden-xs{
		display:inherit!important;
}
}

