@charset "utf-8";
body{
	line-height:1;
	color:black;
	font-family:"Lato","Helvetica Neue","Helvetica","Arial","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	*font-size:78%;
	line-height:120%;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.clickLimitSytleDel {
  -webkit-user-select:unset !important;
  -moz-user-select:unset !important;
  -khtml-user-select:unset !important;
  -webkit-user-drag:unset !important;
  -khtml-user-drag:unset !important;
  -ms-user-select: unset !important; /* IE10から */
}

.navbar .fa-angle-down::before {
  height: 10px;
  right: 14%;
  top: 16%;
  position: absolute;
  width: 10px;
}

.navbar .arrow::before,
.navbar .fa-file-pdf-o::before {
  height: 10px;
  right: 14%;
  top: 36%;
  position: absolute;
  width: 10px;
}

.menu-btn {
  padding-left: 14% !important;
}

table{
  table-layout: fixed;
}
.text-bottom {
  position: absolute;
  bottom: 0px;
}

.select-inline{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 0;
  margin-left: 10px;
}

.group_menu {
  border:1px solid #E7E7E7;
  border-top:none;
}
.group_menu ul{
  list-style: none;
  margin:0;
  padding:0;
  text-indent:10px;
}

.group_menu a{
  display:block;
  height:40px;
  line-height:38px;
  text-decoration:none;
}
.group_menu a:hover{
  cursor:pointer;
}
.group_menu ul div,.group_menu ul li{
  background-color: #F8F8F8;
}
.group_menu ul div.active,.group_menu ul li.active{
  background-color: #ddd;
}

.group_menu ul.hie_1 div{
  text-indent:15px;
}
.group_menu ul.hie_2 div{
  text-indent:30px;
}
.group_menu ul.hie_3 div{
  text-indent:45px;
}
.group_menu ul li{
  border-top:1px solid #E7E7E7;
}
.overflow-text{
  overflow: hidden;
  white-space: nowrap;
  width:100%;
  float:left;
  display:inline-block;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
.group-btn-list{
  position:relation;
  height:40px;
  width:90%;
  padding-bottom:5px;
  text-indent:0;
}
.group-btn-list button{
  position:absolute;
  right:33px;
  float:right;
  width:22px;
  height:22px;
  padding-bottom:5px;
  text-indent:0;
}
.table-leftcol{
  width:100%;
}
.table-leftcol th,.table-leftcol td{
  border:1px solid #E7E7E7;
  padding:15px;
}
.table-leftcol th{
  background:#F5F5F5;
  width:150px;
}

input.keep-dnt-around{
  display:block;
  float:left;
}
span.keep-dnt-around{
  display: block;
  overflow: hidden; /* モダンブラウザ用 */
  padding: 0 10px;
  zoom: 1; /* IE6用 */
}
.require i{
  color: #EE0000;
  font-size:10px;
  line-height:19px;
}

.errmsg{
/*  color:#D9534F;  */
  color:#EE0000;
  font-weight:bold;
}
.lang-change-btn {
  margin: 8px 15px 8px 0;
}
.lang-menu {
  position: absolute;
  top: 90%;
  right: 15px;
  left: unset;
}
.login-lang-menu {
  left: unset;
}
.menu-label {
  color: #555555;
  display: block;
  font-size: 1.2rem;
  padding: 10px 15px 0;
  text-indent: 20px;
}

.d-flex {
  display: flex;
}
.d-none {
  display: none !important;
}

/* 親要素でinline要素のセンタリングが必要 */
.form-center{
  display:inline-block;
}

/**** マージン・パディング ****/
.m1  { margin:      1px;}
.m5  { margin:      5px;}

.ml0 { margin-left: 0px;}
.ml5 { margin-left: 5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml35{ margin-left:35px;}
.ml40{ margin-left:40px;}
.ml45{ margin-left:45px;}
.ml50{ margin-left:50px;}
.ml55{ margin-left:55px;}
.ml60{ margin-left:60px;}
.ml65{ margin-left:65px;}
.ml70{ margin-left:70px;}

.mr0 { margin-right: 0px;}
.mr5 { margin-right: 5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr30{ margin-right:30px;}
.mr35{ margin-right:35px;}
.mr40{ margin-right:40px;}
.mr45{ margin-right:45px;}
.mr50{ margin-right:50px;}
.mr55{ margin-right:55px;}
.mr60{ margin-right:60px;}
.mr65{ margin-right:65px;}
.mr70{ margin-right:70px;}

.mt0 { margin-top: 0px;}
.mt5 { margin-top: 5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}
.mt55{ margin-top:55px;}
.mt60{ margin-top:60px;}
.mt65{ margin-top:65px;}
.mt70{ margin-top:70px;}

.mb0 { margin-bottom: 0px;}
.mb3 { margin-bottom: 3px;}
.mb5 { margin-bottom: 5px;}
.mb8 { margin-bottom: 8px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}
.mb55{ margin-bottom:55px;}
.mb60{ margin-bottom:60px;}
.mb65{ margin-bottom:65px;}
.mb70{ margin-bottom:70px;}

.mtrlb05{ margin: 0 5px 5px;}
.mtb05{ margin: 0 5px;}

.p0 { padding: 0px;}
.p5 { padding: 5px;}
.p10{ padding:10px;}

.pl0 { padding-left: 0px;}
.pl5 { padding-left: 5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl25{ padding-left:25px;}
.pl30{ padding-left:30px;}
.pl35{ padding-left:35px;}
.pl40{ padding-left:40px;}
.pl45{ padding-left:45px;}
.pl50{ padding-left:50px;}

.pr0 { padding-right: 0px;}
.pr5 { padding-right: 5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr25{ padding-right:25px;}
.pr30{ padding-right:30px;}
.pr35{ padding-right:35px;}
.pr40{ padding-right:40px;}
.pr45{ padding-right:45px;}
.pr50{ padding-right:50px;}

.pt0 { padding-top: 0px;}
.pt2 { padding-top: 2px;}
.pt5 { padding-top: 5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt25{ padding-top:25px;}
.pt30{ padding-top:30px;}
.pt35{ padding-top:35px;}
.pt40{ padding-top:40px;}
.pt45{ padding-top:45px;}
.pt50{ padding-top:50px;}

.pb0 { padding-bottom: 0px;}
.pb5 { padding-bottom: 5px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb25{ padding-bottom:25px;}
.pb30{ padding-bottom:30px;}
.pb35{ padding-bottom:35px;}
.pb40{ padding-bottom:40px;}
.pb45{ padding-bottom:45px;}
.pb50{ padding-bottom:50px;}

.pt0r5{ padding: 0 5px; }

/**** width指定 ****/
.w100 { width: 100% }

/**** float ****/
.fl{float:left;}
.fr{float:right;}


/**** フォーム・ボタンの幅指定用 ****/
.btn-small{width:100px;}
.btn-middle{width:120px;}
.btn-large{width:150px;}
.form-small{width:200px;}
.form-middle{width:300px;}
.form-large{width:400px;}

/**** add ****/
.table > thead > tr > td.table_header,
.table > tbody > tr > td.table_header,
.table > tfoot > tr > td.table_header,
.table > thead > tr > th.table_header,
.table > tbody > tr > th.table_header,
.table > tfoot > tr > th.table_header,
.table > thead > tr.table_header > td,
.table > tbody > tr.table_header > td,
.table > tfoot > tr.table_header > td,
.table > thead > tr.table_header > th,
.table > tbody > tr.table_header > th,
.table > tfoot > tr.table_header > th {
  background-color: #e0f0ff;
  color: #555;
  vertical-align: middle;
  font-weight: bold;
}

.table > thead > tr > td.table_gokei,
.table > tbody > tr > td.table_gokei,
.table > tfoot > tr > td.table_gokei,
.table > thead > tr > th.table_gokei,
.table > tbody > tr > th.table_gokei,
.table > tfoot > tr > th.table_gokei,
.table > thead > tr.table_gokei > td,
.table > tbody > tr.table_gokei > td,
.table > tfoot > tr.table_gokei > td,
.table > thead > tr.table_gokei > th,
.table > tbody > tr.table_gokei > th,
.table > tfoot > tr.table_gokei > th {
  background-color: #efffe8;
}
.table > thead > tr > td.table_yellow,
.table > tbody > tr > td.table_yellow,
.table > tfoot > tr > td.table_yellow,
.table > thead > tr > th.table_yellow,
.table > tbody > tr > th.table_yellow,
.table > tfoot > tr > th.table_yellow,
.table > thead > tr.table_yellow > td,
.table > tbody > tr.table_yellow > td,
.table > tfoot > tr.table_yellow > td,
.table > thead > tr.table_yellow > th,
.table > tbody > tr.table_yellow > th,
.table > tfoot > tr.table_yellow > th {
  background-color: #fffcf0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

/*** group-nav ***/
.nav li.level-1,
     li.level-2,
     li.level-3{
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top: none;
}
.nav li.top{
  border-top: 1px solid #ddd;
}
.nav li.level-1 a:hover,
.nav li.level-2 a:hover,
.nav li.level-3 a:hover{
  background-color: #ddd;
}

.nav li.level-1 a{
  padding-left: 10px;
}
.nav li.level-2 a{
  padding-left: 30px;
}
.nav li.level-3 a{
  padding-left: 50px;
}


.loginuser_syozoku{
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height:120%;
  color: #aaa;
}
.loginuser_number{
  padding: 5px;
  margin: 0;
  font-size: 18px;
  font-weight:normal;
  color: #666;
}
.loginuser_name{
  padding: 5px 5px;
  margin-bottom: 0;
  font-size: 20px;
  color: #444;
}
/*** table color ***/
.table > thead > tr > td.table1_1,
.table > tbody > tr > td.table1_1,
.table > tfoot > tr > td.table1_1,
.table > thead > tr > th.table1_1,
.table > tbody > tr > th.table1_1,
.table > tfoot > tr > th.table1_1,
.table > thead > tr.table1_1 > td,
.table > tbody > tr.table1_1 > td,
.table > tfoot > tr.table1_1 > td,
.table > thead > tr.table1_1 > th,
.table > tbody > tr.table1_1 > th,
.table > tfoot > tr.table1_1 > th {
  background-color: #F7F9FE;
}
.table > thead > tr > td.table1_2,
.table > tbody > tr > td.table1_2,
.table > tfoot > tr > td.table1_2,
.table > thead > tr > th.table1_2,
.table > tbody > tr > th.table1_2,
.table > tfoot > tr > th.table1_2,
.table > thead > tr.table1_2 > td,
.table > tbody > tr.table1_2 > td,
.table > tfoot > tr.table1_2 > td,
.table > thead > tr.table1_2 > th,
.table > tbody > tr.table1_2 > th,
.table > tfoot > tr.table1_2 > th {
  background-color: #ECF1F2;
}

.search_item{
  color: #555555 !important;
}

.login-panel td{
  background-color:#ddd;
}

.menu-panel-title{
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height:120%;
  color: #333333;
  background-color:#ccc;
}
.menu-panel-title .icon{
  margin-right: 10px;
}
.menu-panel-title .open-arrow {
  margin-left: auto;
}
.menu-panel-title.open .open-arrow:before {
  content: "\f107";
}


.menuAccordion>.nav {
  display: none;
}
.menuAccordion>.nav.active {
  display: block;
}

.menu-sub-title{
  padding: 12px 12px 12px 14px;
  line-height:120%;
  color: #999999;
}
.click-tr-color{
  background-color: #C8C8C8;
}

.text-break {
  word-break:break-all;
}
.valign-top {
  vertical-align: top;
}
.error-message{
  color: #ff0000 !important;
}

/* コントラストのスタイル */
.sidebar ul li a.active {
  background-color: #ddd;
}
.sidebar ul li a:hover {
  background-color: #e0e0e0;
}
.nav > li > a:focus {
  background-color: #ddd;
}
.nav-tabs > li > a:hover {
  background-color: #ddd;
}
.table-hover tbody tr:hover td {
  background-color: #e9e9e9;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ddd;
}
.tooltip-inner {
  max-width: 270px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #eee;
  opacity: 0.7;
  border-radius: 4px;
  text-align: left;
}

a.icon-ext-link{
	background:url('images/icon-ext-link.png') no-repeat right center;
	padding-right:15px;
}
i.icon-pdf{
 font-size: 0.8em;
 padding-left: 6px;
 color: #f00;
}
span.icon-ext-link-nav{
	background:url('images/icon-ext-link.png') no-repeat right center;
	padding-right:15px;
}

.list-questionnaire-link{
  max-height:150px;
  overflow-y:auto;
}

.list-policy-link{
	max-height:350px;
	overflow-y:auto;
}

div.header-require{
	position:relative;
}
span.form-require{
	font-weight:normal;
	float:right;
	position:absolute;
	right:10px;
	color:#EE0000;
}
input.form-require,select.form-require{
	background:#FFE0E0;
}

.rss{
	background:#F3F3F3;
	border-radius:2px;
	padding:8px;
	margin-bottom:15px;
}
.rss-title{
	border-bottom:1px solid #CCCCCC;
}
.rss-date{}
.rss-creator{}
.rss-comment{
	padding-top:10px;
	padding-bottom:10px;
}
.sikaku{
  background:rgba(243, 243, 243, 0.5);
  border-radius:4px;
  padding:10px;
  margin:12px 30px;
  border:1px dashed #5e5e5d;
}
.sikaku-info{
  list-style: none;
  padding:0;
}
.header-nowrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table > tbody > tr > td{
  padding: 5px;
  word-break: break-all;
}
table.table-last-child-boder th:last-child, table.table-last-child-boder td:last-child {
  border-right-width: 1px;
}
.hover-pointer {
  cursor: pointer;
}
.nav-tabs .active a {
  background-color: #e0f0ff !important;
}
.nav:not(.nav-tabs) li{
	text-indent:20px;
}
ul.nav-tabs li{
  min-width:135px;
  /* max-width:220px; */
}
.table_header_selected th {
  background-color: #efefef !important;
  font-size: 13px !important;

}
/* GPAの点検：学生ピックアップテーブル */
.gakusei-select{
	width:85%;
	margin:0 auto;
}
.gakusei-select tr.low-height td{
	padding:0;
}
.gakusei-select .backScroll{
  cursor:pointer;
}

.popover {
    z-index: 1000 !important;
}

/* 利用規約関連 */
.riyou-kiyaku h4{
  font-size:24px;
}

.riyou-kiyaku div.kiyaku p{
  font-weight:normal;
  padding: 2px 24px 2px 24px;
}
.riyou-kiyaku div.kiyaku label{
  font-size:120%;
  font-weight:bold;
  padding: 6px 0px 0px 0px;
}

.span-kiyaku-doui{
  font-size:20px;
}
.span-kiyaku-doui-syou {
  font-size:1px;
}

#checkbox-kiyaku-doui{
  position:relative;
  top:-1px;
  left:-5px;
}
span.mdip-grp-desc {
  display:inline-block;
  font-size:19px;
}
textarea.form-description {
  resize: vertical;
  min-height:150px;
}

div.education-head-info {
  margin: 10px 0 0 0;
  background-color:#3a76c0;
  color:#ffffff;
  font-size:20px;
  padding: 10px 4px 8px 10px;
  font-weight: normal;
}
div.education-head-info-bachelor {
  margin: 10px 0 0 0;
  background-color:#01603A;
  color:#ffffff;
  font-size:20px;
  padding: 10px 4px 8px 10px;
  font-weight: normal;
}
.middle{
  vertical-align: middle!important;
}
table .genkyu,
table > tbody > tr.table1_1 > td.genkyu {
  background:#C0C0C0;
}

.panel-edge-title {
  position: relative;
  font-size:13pt;
  top: -9px;
  left: 15px;
  float: left;
  padding-left:5px;
  padding-right:5px;
  background: white;
}

/* ディプロマサプリメント用スタイル定義 */

#diploma-supplement {
	font-size: 11px !important;
	font-family: "Yu Mincho", "YuMincho", serif;
}
#diploma-supplement th {
  font-size: 10px !important;
}
#diploma-supplement td {
  padding-top:2px;
  padding-bottom:2px;
}
.diploma-supplement p.border-text-block {
  border: 0.5px solid #000;
  min-height: 1.0em;
  line-height: 1.4em;
  padding-left: 0.4em;
	margin-bottom:5px;
}
.diploma-supplement p.border-text-block.multi-line {
  min-height: 3em;
}
.diploma-supplement p.border-text-block.multi-line-large {
  min-height: 13em;
}
.mb-2 {
	margin-bottom:-2px;
}
.ma5{
	margin:5px;
}
.page-break-after {
  page-break-after: always;
}
.header-supplement {
  display: table;
  width: auto;
  position: relative;
  margin: auto;
}
.header-supplement .text {
  width: auto;
  margin-top: 9px;
}
.header-supplement h3{
  display: table;
  margin: auto;
}
.header-supplement-logo {
  position:absolute;
  left: -61px;
  top: 0px;
  width: 54px;
  height: 54px;
}
.dot:before {
  content:"・";
}

/* 設定言語（英語）用のスタイル */
.table-eng thead th,
.table-eng tbody td {
  word-break: unset !important;
  word-wrap: break-word;
}
.center-num td {
  vertical-align: middle !important;
}

/* フォームのdisabled */
.form-control[disabled],
fieldset[disabled] {
  background-color: #ddd;
}

/* ページネーションにおける前へ、次へボタン */
.result-syusyoku .dataTables_filter li,
.result-syusyoku .dataTables_length li,
.result-basic .dataTables_length li,
.result-basic .dataTables_length li {
  list-style: none !important;
}
.pagination > li > a, .pagination > li > span {
  margin-left: 1px;
}

/* 共通スタイル */
.sidebar .dropdwn {
  display: none;
}
.dropdwn {
  max-width: 36%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 12px;
  color: #474747;
  height: 100%;
  text-align: left;
}
.dropdwn .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.dropdwn .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
}
.dropdwn:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
.dropdwn:active {
  background-color: #f8f8f8;
}
.dropdwn.active:hover,
.dropdwn.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.dropdwn.active i {
  transform: rotate(-90deg);
}
.dropdwn .dropdwn-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border: 1px solid #555;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  z-index: 9;
}
.dropdwn .dropdwn-menu li {
  padding: 10px;
  font-size: 12px;
  transition: all .2s ease-in-out;
  cursor: pointer;
} 
.dropdwn .dropdwn-menu {
  padding: 0;
  list-style: none;
}
.dropdwn .dropdwn-menu li:hover {
  background-color: #ddd;
}
.dropdown-menu > li > a:hover {
  background-color: #ddd;
}
.modal-width {
  width: 90%;
}
.btn-bachelor {
  background-color: #01603A;
  border: #01403f;
  color: #fff;
  opacity: .8;
}
.btn-bachelor:hover {
  color: #fff;
  opacity: 1;
}
.text-red {
  opacity: .8;
  color: #f00;
}
.text-red:hover {
  color: #f00;
  opacity: 1;
  text-decoration: underline;
}
.subauth-btn.active {
  background-color: #ccc;
}

#footer-action {
  margin: 0 auto;
}

/* メンテナンスモード */
.maintenance {
  margin: 0 auto;
  width: 80%;
}

.maintenance h1 {
  color: #01603A;
  font-size: 42px;
}

.maintenance p {
  font-size: 22px;
  line-height: 22px;
}


/* 授業実施 */
/*********************************
シラバスのテンプレート用
**********************************/
/* table */
.tmp_table .original {
  display: none;
}
.operation {
  width: 100px;
}
.operation section {
  display: flex;
  justify-content: center;
}
.operation section:nth-child(1) {
  margin-bottom: 5px;
}
.operation section i {
  font-size: 24px;
  margin: 0 5px;
}
.operation section .btn_icon{
  cursor: pointer;
}
/* 授業計画 */
.class_plan thead tr th:nth-child(1) {
  width: 150px;
}
.class_plan tbody tr td {
  vertical-align: middle;
}
/* 書籍検索 */
.book_search tbody tr td {
  vertical-align: middle;
}
.book_search tbody tr .bookIsbn,
.book_search thead tr .bookIsbn {
  width: 195px;
}
.table > tbody > tr.errorArea > td {
  padding: 10px 20px;
}

/* margin-bottom */
.select-division-bottom {
  margin-bottom: 0px;
}

/* レスポンシブ設定 */
@media screen and (max-width: 768px) {
  .dropdwn {
    display: none;
  }
  
  .sidebar .dropdwn {
    display: block;
    min-width: 400px;
    max-width: 500px;
  }
  
  .select-subauth-area {
    width: 100%;
    height: 7rem;
    padding: 10px 0 0 6px;
  }
}

@media (max-width: 1199px) {
    .select-division-bottom {
        margin-bottom: 20px;
    }
}

/**  =====================
    Theme-preloader css start
==========================  **/
.theme-loader {
    display: none;
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.theme-loader .ball-scale{
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

.theme-loader .ball-scale .contain {
    height: 100%;
    width: 100%;
}

.theme-loader .ball-scale .contain .ring {
    display: none;
}

.theme-loader .ball-scale .contain .ring:first-child {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
    border: 3px solid transparent;
    border-left-color: #01a9ac;
    border-right-color: #01a9ac;
    -webkit-animation: round-rotate 1s ease-in-out infinite;
            animation: round-rotate 1s ease-in-out infinite;
}

.theme-loader .ball-scale .contain .ring:first-child .frame {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0ac282;
    border-right-color: #0ac282;
    -webkit-animation: round-rotate 1s ease-in-out infinite;
            animation: round-rotate 1s ease-in-out infinite;
}
.theme-loader .loader-message {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.theme-loader .loader-sub-message {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 15px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes round-rotate {
    100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

@keyframes round-rotate {
    100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}


/* TOP画面 */
#topInformationList .topInformationRow:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
#topInformationList .topInformationRow:not(:first-child) {
  padding-top: 15px;
}

/* 印刷用設定 */
@media print {
  @page {
    background: #ffffff;
  }
  .page-break {
      break-before: page;
  }
  .no-break {
      page-break-inside: avoid;
  }
  .no-print {
    display: none;
  }
}