#navbar-brand-katagiri { margin-left: 10px;} /*サイト名の左側に余白*/
#container-fluid-katagiri { } 
.column { 
	padding: 0;
}
.row { border: solid 1px #ff0000;}
.sidebar { background: #f8f9f9;}
#left-pane { border: solid 1px #ffff00;}

#right-pane { min-height: 100vh;}
#view {
	width: 100%;
	height: 20vh;
	margin: 0;
	border: solid 1px #ABB2B9;
}
.tab-content { background: #ffffff; margin: 1.2em;}
.basic-conf { margin-bottom: 20px;}

#form-control-KATAGIRI { display: inline-block; width: 480px; margin-left: 10px;}
#form-control-int-KATAGIRI { display: inline-block; width: 48px; height: 30px; margin-left: 10px;}
#form-select-KATAGIRI { margin-left: 5px;}
#form-control-day { display: inline-block; width: 48px; height: 30px; margin-left: 5px;}
#form-control-month { display: inline-block; width: 48px; height: 30px; margin-left: 5px;}
#form-control-date { display: inline-block; width: 110px; height: 30px; margin-left: 5px;}

#regist-button {
	width: 200px;
	margin-bottom: 60px;
}

body { padding-top: 56px;} /*navをfixed-topすることでヘッダー部の後ろに要素が隠れないようにする対策。値はヘッダーの高さを確認した後指定*/
footer { padding: 25px 0}

/*モーダルウィンドウの装飾*/
/* 仕切り部分 */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* アイコン */
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

/* ボタンを縦に配置したモーダル用 */
.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

/* 設定有効/無効のモーダル用 */
.rounded-4 {
  border-radius: .5rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.border-right {
  border-right: 1px solid #eee;
}

/* 新着情報のモーダル用 */
.rounded-6 {
  border-radius: 1rem;
}

.modal-tour .modal-dialog {
  width: 380px;
}

/* ログインフォーム付きモーダル用 */
.rounded-5 {
  border-radius: .75rem;
}