@charset "utf-8";

/*全体
---------------------------------------------------------------------------*/


/*ヘッダ
---------------------------------------------------------------------------*/
header {
	position:fixed !important;
	top:0;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#container {
	height:auto !important;
	margin-top:0px;
	padding-top:30px !important;
}
body.large #container {
	overflow:auto;
	transform: scale(var(--body-scale-large));
	transform-origin: left top;
	height: calc(100% / var(--body-scale-large));
	width: calc(100% / var(--body-scale-large));
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float:none;
	width:100%;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#left {
	display:none;
}


/*ヘッダメニュー、フッタメニュー
---------------------------------------------------------------------------*/
#menubar3 {
  display: none;
}
header nav.menubar {
	width:100%;
}
header nav.menubar ul li {
	padding:3px 1px;
	font-size:12px;
	background-color:#46bdc6;
}

nav.drawer-nav {
	padding:10px 10px;
	padding-top:30px;
	border:solid 2px #46bdc6;
	overflow-y:auto;
}
div.menu_title {
	margin:5px 0px;
	padding:3px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#46bdc6;
}
ul.drawer-menu {
	height: auto;
}
ul.drawer-menu li {
	float: none;
	width: 100%;
	margin-bottom:3px;
}
ul.drawer-menu li a {
	display: block;
	padding:5px;
	color:#fff;
	background-color:#46bdc6;
}
ul.drawer-menu li .menu_icon {
	height:20px;
}
ul.drawer-menu li .icon {
	height:20px;
}
.drawer-hamburger {
	padding:0px !important;
	top:3px !important;
	right:30px !important;
	background-image:none !important;
	box-shadow:none !important;
}
button.drawer-hamburger {
	min-width:auto !important;
	background-color:transparent;
}
.drawer-open .open {
	display:none;
}
.drawer-close .close {
	display:none;
}
body.student header {
	padding:3px 0px;
	background-color:#46bdc6;
}
body.student header #school_name {
	float:left;
	font-size:16px;
}
body.student header .size {
	display:block;
}


/*フッタ
---------------------------------------------------------------------------*/
footer {
	position:fixed;
	bottom:0;
	font-size:11px;
}



/*ボタン
---------------------------------------------------------------------------*/
body.large #main input[type="submit"]:not(.btn),
body.large #main input[type="button"]:not(.btn),
body.large #main input[type="reset"]:not(.btn),
body.large #main button:not(.btn):not(.lobibox-btn):not(.dz-button),
body.large .button_area button {
}


/*PAGE TOP
---------------------------------------------------------------------------*/
#pagetop {
}


/*項目
---------------------------------------------------------------------------*/
.items th {
	display:block;
	width:100%;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}
.items td {
	display:block;
	width:100%;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}
.items tr:last-child td:last-child {
	border-bottom-style:none;
}
.items td span {
	margin-left:0px;
	font-size:13px;
}
.items .input {
	max-width:95%;
}


/*リスト
---------------------------------------------------------------------------*/
:root {
	--list-scale:0.8;
}
.list,
.list_ {
	overflow:auto;
/*
	transform: scale(var(--list-scale));
	transform-origin: left top;
	height: calc(100% / var(--list-scale));
	width: calc(100% / var(--list-scale));
	top: calc(var(--list-scale));
	margin-bottom:-130px;
*/
}
.list table,
.list_ table {
	width:100%;
}
.list_ table {
/*	font-size:12px; */
}
.list_ th,
.list_ td {
	padding:3px 5px !important;
}
.list_ .button button {
	min-width:auto !important;
}



/*その他
---------------------------------------------------------------------------*/
.user figure {
	float:none;
}


/*ログイン
---------------------------------------------------------------------------*/
body#login .login_area {
	margin-top:30px;
}
body#login .login_area th {
	width:100%;
}
body#login .login_area td {
	width:100%;
}


/*チャット
---------------------------------------------------------------------------*/
body#chat #container {
	min-height:calc(100% - 55px) !important;
}
body#chat.large #container {
	transform: scale(var(--body-scale-large2));
	height: calc(100% / var(--body-scale-large2));
	width: calc(100% / var(--body-scale-large2));
	min-height:calc(100% - 22% * var(--body-scale-large2)) !important;
}
body#chat section#chat li td {
	display:block;
}
body#chat section#chat li .contents img {
	max-width:100%;
}
body#chat .input_area {
	bottom:30px;
	height:40px;
}
body#chat .input_area div {
	width:calc(100% - 65px);
}
body#chat .input_area a,
body#chat .input_area textarea,
body#chat .input_area input {
	float:left;
	height:30px;
	padding:5px 3px;
	font-size:12px;
}
body#chat .input_area a span {
	display:none;
}
body#chat .input_area textarea {
	width:calc(100% - 60px);
}
body#chat .input_area button {
	height:30px;
}
body#chat .input_area button {
	width:50px;
	margin: 0px 0px !important;
	padding: 2px 5px !important;
	font-size:14px !important;
}


/*振替依頼
---------------------------------------------------------------------------*/
body#request select {
	font-size:18px;
}


/*プロフィール
---------------------------------------------------------------------------*/
body#profile .items td div input {
	width:100%;
}


/*パスワード変更
---------------------------------------------------------------------------*/
body#password .items th {
	width:100%;
}
