@charset "utf-8";

/*全体
---------------------------------------------------------------------------*/
:root {
	--body-scale-large:1.2;
	--body-scale-large2:1.4;
	--body-scale-small:0.7;
}

body {
	font-size:14px;
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
body textarea.input {
	font-size:14px;
}


/*リンク
---------------------------------------------------------------------------*/
a {
	color:#000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	background: #46bdc6;
	text-decoration: none;
}


/*ヘッダ
---------------------------------------------------------------------------*/
header {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background-color:#fff;
	z-index:100;
}
header .inner {
	height:25px;
}
header #change {
	float:left;
	margin-left:10px;
	padding:0px 5px;
	border:solid 1px #000;
}
header h1 {
	float:left;
	margin-left:5px;
	font-size:16px;
	font-weight:normal;
}
header #now {
	position:absolute;
	right:0px;
	padding:0px 10px;
}
header strong {
	clear:both;
	display:block;
	height:23px;
	padding:0px 5px;
	color:#fff;
	background-color:#46bdc6;
}
header #school_name {
	display:none;
}
.login_user_name {
	color:#000;
	margin-top: -20px;
	margin-right:30px;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#container {
	height:calc(100% - 18px);
	padding-top:47px;
}
body.student #container {
	height:calc(100% - 59px - 54px);
	padding-top:0px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float:right;
	width:87%;
	padding:0px 10px 10px 10px;
}
#main h2 {
	clear: both;
	margin-bottom:3px;
	padding:1px 5px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background-color:#46bdc6;
}
#main h2.name {
	font-size:24px;
}
#main h3 {
	clear: both;
	margin-bottom:2px;
	color:#46bdc6;
	border-bottom:solid 2px #46bdc6;
}
#main section {
	margin:10px 0px 20px 0px;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#left {
	float:left;
	width:13%;
	max-height:100%;
	background-color: #000;
	color: #fff;
	overflow-y:auto;
}
#left a {
	color: #fff;
}
#left p {
	padding: 10px 20px;
}


/*ヘッダメニュー、フッタメニュー
---------------------------------------------------------------------------*/
header nav.menubar,
footer nav.menubar {
	display:none;
}
header nav.menubar ul,
footer nav.menubar ul {
	max-width: 1200px;
	margin:0 auto;
}
footer nav.menubar ul {
	text-align:left;
}
header nav.menubar ul li,
footer nav.menubar ul li {
	float:left;
	width:25%;
	max-width:170px;
	padding:5px 3px;
	font-size:16px;
	background-color:#46bdc6;
	border:solid 1px #fff;
}
footer nav.menubar ul li {
	width:auto;
	min-width:130px;
	max-width:none;
	padding:5px 10px;
}
header nav.menubar ul li a,
footer nav.menubar ul li a {
	display:inline-block;
	width:100%;
	color:#fff;
	text-align:center;
}
header nav.menubar ul li a:hover,
header nav.menubar ul li.current a,
footer nav.menubar ul li a:hover,
footer nav.menubar ul li.current a {
	background: #46bdc6;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
#left nav.menubar {
	border-top: 1px solid #fff;
}
#left nav.menubar ul li {
	float:none;
}
#left nav.menubar ul li div {
	padding:5px 3px;
	font-size:18px;
	background-color:#666666;
}
#left nav.menubar ul li a {
	display:block;
	padding:1.5px 10px;
	font-size:16px;
	text-align:right;
	background-color:#000;
}
#left nav.menubar ul li a:hover,
#left nav.menubar ul li a.current {
	background: #46bdc6;
}
#left nav.menubar ul li a.Top {
	font-weight:bold;
	text-align:center;
}

#menubar-s {
	display: none;
}

.menu {
	position:relative;
}
.menu span.count {
	display:flex;
	position:absolute;
	top:1px;
	display:inline-block;
	width:15px;
	height:15px;
	font-size:11px;
	background-color:#FF4500;
	border-radius:50%;
}
.menu span.count span {
	display:flex;
	justify-content:center;
	align-items:center;
}
#left .menu span.count {
	right:1px;
}
ul.drawer-menu .menu span.count {
	top:5px;
}


/*フッタ
---------------------------------------------------------------------------*/
footer {
	margin-top:auto;
	clear: both;
	text-align: right;
	height:auto;
	width: 100%;
	letter-spacing: 0.2em;
	font-size: 12px;
	color:#fff;
}
footer a {
	color:#fff;
	text-decoration: none;
}
footer .inner {
	background-color:#46bdc6;
}


/*ボタン
---------------------------------------------------------------------------*/
#main input[type="submit"]:not(.btn),
#main input[type="button"]:not(.btn),
#main input[type="reset"]:not(.btn),
#main button:not(.btn):not(.lobibox-btn):not(.dz-button),
.button_area button {
	min-width: 120px;
	margin:0px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	color:#fff;
	background-color:#46bdc6;
	border-radius: 3px;
}
.button_area button#insert {
	color:#2F4F4F !important;
	background-color:#FFDEAD !important;
}
#main input[type="submit"]:not(.btn):hover,
#main input[type="button"]:not(.btn):hover,
#main input[type="reset"]:not(.btn):hover,
#main button:not(.btn):not(.lobibox-btn):hover,
.button_area button:hover {
	cursor:pointer;
}
#main .list input[type="submit"]:not(.btn),
#main .list input[type="button"]:not(.btn),
#main .list input[type="reset"]:not(.btn),
#main .list button:not(.btn):not(.lobibox-btn):not(.dz-button),
#main .list_ input[type="submit"]:not(.btn),
#main .list_ input[type="button"]:not(.btn),
#main .list_ input[type="reset"]:not(.btn),
#main .list_ button:not(.btn):not(.lobibox-btn):not(.dz-button) {
	min-width: 40px;
	margin:1px 1px;
	padding: 1px 3px;
	font-size: 14px;
}
#main .items input[type="submit"]:not(.btn),
#main .items input[type="button"]:not(.btn),
#main .items input[type="reset"]:not(.btn),
#main .items button:not(.btn):not(.lobibox-btn):not(.dz-button) {
	min-width:auto;
	margin:1px 1px;
	padding: 1px 5px;
	font-size: 14px;
}

#main h2 input[type="submit"]:not(.btn),
#main h2 input[type="button"]:not(.btn),
#main h2 input[type="reset"]:not(.btn),
#main h2 button:not(.btn):not(.lobibox-btn):not(.dz-button) {
	min-width:auto;
	margin:2px 10px;
	padding:1px 10px;
	color:#46bdc6;
	background-color:#fff;
}

.button_area {
	text-align:left;
}
.button_area button#update {
	background-color:#FF4500 !important;
}
.button_area .back_button {
	min-width:80px !important;
	margin-right:30px !important;
}
.button_area .active {
	background-color:#191970 !important;
}

/*PAGE TOP
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	bottom:20px;
	z-index:1000;
}
#pagetop a {
	clear: both;
	font-size: 16px;
	display: block;
	background: #ccc;
	color: #FFF;
	float: right;
	text-decoration: none;
	line-height: 1;
	padding: 10px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#pagetop a:hover {
	background: #333;
	color: #fff;
}


/*項目
---------------------------------------------------------------------------*/
.items {
	width: 100%;
}
.items,
.items th,
.items td {
	border: 1px solid #999;
}
.items th,
.items td {
	padding:3px 5px;
}
.items th {
	width:10%;
	text-align:left;
	background-color:#F0FFFF;
}
.items td {
	width:90%;
	text-align:left;
}
.items2 td {
	width:40%;
}
.items4 {
	table-layout:fixed;
}
.items4 th {
	width:7%;
}
.items4 td {
	width:18%;
}
.items td span {
	display:inline-block;
	margin-left:20px;
}
.items td span.name {
	display:inline-block;
	margin-left:5px;
}
.items td span:first-child {
	margin-left:0px;
}


/*リスト
---------------------------------------------------------------------------*/
table caption {
	text-align:left;
}
.list table caption span {
	display:inline-block;
	margin-right:20px;
}
.list th div.sort {
	display:inline-block;
}


/*その他
---------------------------------------------------------------------------*/
.back_button_area {
	clear:none;
	margin-top:0px;
	margin-bottom:5px;
}

div.space {
	clear:both;
	height:10px;
}

#condition_caption span.open {
	display:inline-block;
}
#condition_caption span.close {
	display:none;
}
#condition_caption.active span.open {
	display:none;
}
#condition_caption.active span.close {
	display:inline-block;
}

.user figure,
figure.user {
	width:140px;
	height:140px;
}
.user figure {
	float:left;
}

.minus {
	color:#f00;
}

#main section .list tr.even2 {
	background-color:#F0F8FF !important;
}
#main section .list tr.total {
	background-color:#b3ffff !important;
}

.lesson_sts_0 {
	background-color:#FFFFE0 !important;
}
.lesson_sts_1 {
	background-color:#fff !important;
}
.lesson_sts_2 {
	background-color:#FFEBCD !important;
}
.lesson_sts_3 {
	background-color:#DCDCDC !important;
}
.lesson_sts_4 {
	background-color:#E0FFFF !important;
}
.lesson_sts_7 {
	background-color:#FFF8DC !important;
}
.lesson_sts_9 {
	background-color:#C0C0C0 !important;
}

.calendar table {
	table-layout:fixed;
}
.calendar table caption {
	font-weight:bold;
	text-align:center;
}
.calendar table th {
	background-color: #EEEEEE;
}
.calendar table th,
.calendar table td {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}
.calendar table th:first-child,
.calendar table td:first-child .day {
	color:#f00;
}
.calendar table th:last-child,
.calendar table td:last-child .day {
	color:#00f;
}
.calendar table td.date_0 {
	background-color:#fff;
}
.calendar table td.date_1 {
	background-color:#D3D3D3;
}
.calendar table td.blank {
	background-color:#F5F5F5;
}
.calendar table td.holiday .day {
	color:#f00;
}
.calendar table td div {
	text-align:left;
}
.calendar table td .day {
	text-align:center;
}
.calendar img.icon {
	height:15px;
}
.calendar table td li {
	margin:3px 1px;
	padding:3px;
	border:solid 1px #C0C0C0;
	border-radius:5px;
}
.calendar table td li hr {
	height:0;
	margin:0;
	padding:0;
	border:0;
	margin-top:3px;
	margin-bottom:3px;
	border-top:1px solid #C0C0C0;
}

.size {
}
.size a {
	margin:0px 3px;
	padding:1px 3px;
	color:#fff;
	background-color:#008080;
}
.size a.large {
	background-color:#C0C0C0;
	font-size:18px;
}
body.large header .size a.large {
	background-color:#008080;
}
body.large header .size a.small {
	background-color:#C0C0C0;
}
header .size {
	float:right;
	padding-right:70px;
	display:none;
}

section .size a {
	background-color:#C0C0C0;
	font-size:18px;
}
section .size a.large {
	color:#fff;
	background-color:#008080;
}
section .size a.small {
	font-size:14px;
}
body.small section .size a.large {
	background-color:#C0C0C0;
}
body.small section .size a.small {
	background-color:#008080;
}

.caution {
	color:#f00;
}


/*トップ
---------------------------------------------------------------------------*/
body#top #main {
	float:none;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
body#top #left {
	display:none;
}
body#top section#login .button_area {
	text-align:center;
}
section#news p {
	margin:0px 20px 5px;
	line-height:1.2;
}

section#info p {
	margin:5px 0px;
}
section#info a {
	color:#DC143C;
	border-bottom:solid 1px #DC143C;
}
section#info a:hover {
	background-color:#FFF0F5;
}


/*ログイン
---------------------------------------------------------------------------*/
body#login header .inner {
	display:none;
}
body#login #main {
	float:none;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
body#login #left {
	display:none;
}
body#login .login_area {
	max-width:350px;
	margin:0 auto;
}
body#login .login_area th {
	width:40%;
}
body#login .login_area td {
	width:60%;
}
body#login .login_area .button_area {
	text-align:center;
}


/*受講生
---------------------------------------------------------------------------*/
body.student header {
	position:static;
	height:auto;
}
body.student header .inner {
	display:none;
}
body.student header #system_name {
	display:none;
}
body.student header #school_name {
	display:block;
}
body.student header nav.menubar,
body.student footer nav.menubar {
	display:block;
	max-width:1200px;
	margin:0 auto;
}
body.student #container {
	margin-top:0;
}
body.student #main {
	float:none;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
body.student #left {
	display:none;
}


/*運営
---------------------------------------------------------------------------*/
body#manage section.float tr {
	float:left;
	margin:1px 0px;
	margin-right:30px;
}
body#manage section.float td {
	border-width:0px;
}

body#manage section .name {
	width:150px;
}

body#manage #request h2 {
	color:#f00;
}

body#manage #remain table {
	width:33%;
	float:left;
}
body#manage #remain table caption {
	font-weight:bold;
}
body#manage #remain table#remain_0 caption,
body#manage #remain table#remain_1 caption {
	color:#f00;
}
body#manage #remain .comment {
	width:200px;
}
body#manage #remain .num {
	width:60px;
}
body#manage #remain button {
	min-width:80px;
	padding:2px;
}

body#manage #birthday .age {
	width:50px;
}

body#manage #sales td {
	width:80px;
}

body#manage #material tr {
	margin-right:5px;
}
body#manage #material td {
	width:200px;
	padding:3px 5px;
	border:solid 1px #000;
}


/*教室切替
---------------------------------------------------------------------------*/
body#changeSchool header {
	position:static;
	height:30px;
}
body#changeSchool header .inner {
	display:none;
}
body#changeSchool #left {
	display:none;
}
body#changeSchool footer {
	position:absolute;
	bottom:0;
}
body#changeSchool #pagetop {
	display:none;
}
body#changeSchool #main {
	width:100%;
}
body#changeSchool ul {
	width:400px;
	margin:0 auto;
}
body#changeSchool li {
	margin:10px 0;
}
body#changeSchool li a {
	display:block;
	padding:5px 15px;
	font-size:18px;
	border:solid 1px #000;
	border-radius:10px;
}


/*授業設定
---------------------------------------------------------------------------*/
body#lessonSetting .action_list td {
	padding:5px !important;
}
body#lessonSetting .action_list td button {
	padding: 3px 10px !important;
}


/*マイページ
---------------------------------------------------------------------------*/


/*授業一覧
---------------------------------------------------------------------------*/
#lesson_list td.period_kbn button.prev {
	margin-right:10px !important;
}
#lesson_list td.period_kbn button.next {
	margin-left:10px !important;
}
#lesson_list #lesson_ymd_area {
	display:inline-block;
	margin-left:100px;
}
#lesson_list #list {
	overflow:auto;
}
#lesson_list .list caption {
	font-size:18px;
	font-weight:bold;
}
#lesson_list .list caption span.date_2,
#lesson_list .list caption span.date_3 {
	color:#f00;
}
#lesson_list table.schedule {
	table-layout:fixed;
}
#lesson_list #list td table {
	width:750px;
}
#lesson_list #list th,
#lesson_list #list td {
	border:solid 1px #A9A9A9;
}
tr.none td {
	padding-left:10px;
	font-size:12px;
	border-style:none !important;
}
td.class_name div {
	width:80px;
}
td.class {
	vertical-align:top;
}
td.class table {
	font-size:13px;
}
td.class table caption a {
	margin-left:10px;
	font-weight:bold;
	color:#00f;
	text-decoration:underline;
}
td.class table th {
	font-weight:normal;
	color:#fff;
	background-color:#46bdc6;
}
td.class table thead th:nth-child(1) {
	width:40px;
}
td.class table thead th:nth-child(2) {
	width:20px;
}
td.class table thead th:nth-child(3) {
	width:60px;
}
td.class table thead th:nth-child(4) {
	width:90px;
}
td.class table thead th:nth-child(5),
td.class table thead th:nth-child(6) {
	width:50px;
}
td.class table thead th:nth-child(7) {
	width:80px;
}
td.class table thead th:nth-child(8) {
	width:40px;
}
td.class table thead th:nth-child(9) {
	width:100px;
}
td.class table thead th:nth-child(10),
td.class table thead th:nth-child(11) {
	width:35px;
}
td.class table thead th:nth-child(12) {
	width:100px;
}
td.class table tbody td:nth-child(1),
td.class table tbody td:nth-child(2),
td.class table tbody td:nth-child(8) {
	text-align:center;
}
#lesson_list #selectYmd {
	width:auto !important;
	padding:2px 5px !important;
	margin:0px;
	min-width:auto;
}
td.class_name {
	position:relative;
}
td.class_name .focus {
	display:none;
	position:absolute;
	left:0;
	bottom:0;
}


/*授業詳細
---------------------------------------------------------------------------*/
body#lessonUpd .list td select {
	max-width:100%;
}
#main section#lesson_list {
	margin-bottom:0;
}
#main section#seat {
	/*margin-top:-20px;*/
}
#main section#seat table {
	table-layout:fixed;
}
#main section#seat table td {
	width:150px;
	text-align:center;
}
#main section#seat table.seat {
	width:100%;
}
#main section#seat table.seat td {
	width:250px;
	height:70px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	border:solid 1px #000;
	vertical-align:top;
}
#main section#seat table.seat td div {
	font-weight:normal;
}
#main section#seat table.seat td figure {
	width:50px;
	height:50px;
	margin:0 auto;
}

body#lessonUpd #selectUnit {
	width:400px;
}
body#lessonUpd #selectUnit th {
	width:30%;
}
body#lessonUpd .ui-dialog-titlebar {
	display:none;
}


/*カレンダ一覧
---------------------------------------------------------------------------*/
body#calendarList .calendar {
	float:left;
	table-layout:fixed;
	height:250px;
	margin:20px 10px;
}
body#calendarList .calendar table {
	table-layout:auto;
}
body#calendarList .calendar caption button {
	min-width:60px !important;
	margin:1px 1px !important;
	padding:2px 5px !important;
}
body#calendarList .calendar th {
	width:60px;
	height:30px;
}


/*授業割当
---------------------------------------------------------------------------*/


/*講師割当
---------------------------------------------------------------------------*/


/*受講生割当
---------------------------------------------------------------------------*/
body#assignStudent .calendar table td li div.student_name {
	margin-left:10px;
}
body#assignStudent .calendar table td li button {
	min-width:auto !important;
	padding:1px 5px !important;
	font-size:11px !important;
}
body#assignStudent #selectSchedule {
	width:400px;
}
body#assignStudent #selectSchedule th {
	width:30%;
}
body#assignStudent .ui-dialog-titlebar {
	display:none;
}


/*授業一覧
---------------------------------------------------------------------------*/
body#studentList #attend_sts_kbn_all {
	margin-right:15px;
}


/*座席登録
---------------------------------------------------------------------------*/
body#seatUpd #seat th {
	padding:10px;
}
body#seatUpd #seat table {
	margin:0 auto;
}
body#seatUpd #seat table td input {
	margin:5px;
	text-align:center;
}


/*章・単元登録
---------------------------------------------------------------------------*/
body#chapterUpd section .list input {
	margin:3px !important;
}


/*受講授業登録
---------------------------------------------------------------------------*/
body#studentLessonUpd td.un_assign {
	background-color:#FFFF00;
}


/*チャット一覧
---------------------------------------------------------------------------*/
body#chatList.student th.chat_name {
	width:130px;
}


/*チャット
---------------------------------------------------------------------------*/
body#chat {
	overflow-y:hidden;
}
body#chat #container {
	min-height:calc(100% - 80px);
}
body#chat.student #container {
	min-height:calc(100% - 116px);
}
body#chat #main,
body#chat #mainForm {
	height:100%;
}
body#chat #main #loading {
	text-align:center;
}
body#chat section#chat {
	height:100%;
	max-width:700px;
	margin:0 auto;
}
body.student section#chat {
	margin-left:0px !important;
}
body#chat section#chat h5 {
	font-size:18px;
}
body#chat section#chat .inner {
	padding:0px 10px;
	padding-bottom:0;
	border:solid 1px #46bdc6;
	overflow-y:auto;
}
body#chat section#chat {
	position:relative;
	margin-bottom:0px;
}
body#chat section#chat li {
	margin:20px 0px;
}
body#chat section#chat li table {
	float:right;
}
body#chat section#chat li td {
	vertical-align:bottom;
}
body#chat section#chat li .name {
	font-size:10px;
	vertical-align:top;
}
body#chat section#chat li .contents {
	padding:0px 10px;
	text-align:right;
}
body#chat section#chat li .contents p {
	padding:5px 10px;
	font-size:12px;
	text-align:left;
	background-color:#E9E9E9;
	border-radius:10px;
}
body#chat section#chat li.self .contents p {
	background-color:#ccffb3;
}
body#chat section#chat li .contents img {
	width:200px;
}
body#chat section#chat li .contents img.icon {
	width:20px;
}
body#chat section#chat li .contents .attr {
	margin-top:3px;
	font-size:10px;
	text-align:right;
}
body#chat section#chat li td.timestamp {
	font-size:10px;
	vertical-align:bottom;
}
body#chat section#chat li td a.download span {
	min-width:auto;
	margin:5px;
	padding:1px 5px;
	font-size:11px;
	color:#fff;
	background-color:#006400;
	border:solid 1px #696969;
	border-radius:5px;
}
body#chat section#chat li td button {
	min-width:auto;
	margin:5px;
	padding:1px 5px;
	font-size:11px;
	color:#fff;
	background-color:#A9A9A9;
	border:solid 1px #696969;
	border-radius:5px;
}
body#chat section#chat li td button:hover {
	cursor:pointer;
}
body#chat section#chat li.partner table {
	float:left;
}
body#chat .input_area {
	position:absolute;
	bottom:1px;
	height:50px;
	width:100%;
	padding:5px 10px;
	background-color:#46bdc6;
}
body#chat .input_area div {
	position:relative;
	float:right;
	width:calc(100% - 180px);
	height:100%;
/*	max-width:550px; */
}
body#chat .input_area a,
body#chat .input_area textarea,
body#chat .input_area input {
	float:left;
	height:40px;
}
body#chat .input_area a {
	display:block;
	padding:10px 5px;
	font-weight:bold;
	color:#fff;
}
body#chat .input_area textarea {
	position:absolute;
	left:0;
	bottom:-2px;
	resize: none;
	width:calc(100% - 90px);
	line-height:1.3;
}
body#chat .input_area button {
	position:absolute;
	right:0;
	bottom:0;
	width:60px;
	min-width:auto !important;
	height:40px;
	border-color:#fff;
}
body#chat .input_area .icon {
	height:20px;
	margin-right:3px;
}
body#chat .back_button_area {
	margin-top:5px;
}
body#chat #pagetop {
	display:none;
}


/*投稿
---------------------------------------------------------------------------*/
body#post section .file a {
	float:left;
}
body#post section figure.image {
	width:300px;
	height:300px
}


/*売上一覧
---------------------------------------------------------------------------*/
body#salesList .list tr.total.all:nth-child(2),
body#salesList .list tr.total.all:nth-child(3) {
	display:none;
}
body#salesList .list th,
body#salesList .list td {
	width:120px !important;
	max-width:none !important;
}
body#salesList .list th:nth-child(1),
body#salesList .list td:nth-child(1) {
	width:80px !important;
}


/*分析
---------------------------------------------------------------------------*/
body.small article.chart {
	overflow:auto;
	transform: scale(var(--body-scale-small));
	transform-origin: left top;
	height: calc(100% / var(--body-scale-small));
	width: calc(100% / var(--body-scale-small));
}
body.small article.chart li {
	float:left;
	width:49%;
	padding:10px;
}

/*受講生分析
---------------------------------------------------------------------------*/
body#analysisStudent .list tr.total.all:nth-child(2),
body#analysisStudent .list tr.total.all:nth-child(3) {
	display:none;
}
body#analysisStudent .list th,
body#analysisStudent .list td {
	width:100px !important;
	max-width:none !important;
}
body#analysisStudent .list th:nth-child(1),
body#analysisStudent .list td:nth-child(1) {
	width:80px !important;
}
body#analysisStudent.small article.chart td img {
	max-width:400px;
}


/*受講分析
---------------------------------------------------------------------------*/
body#analysisLesson .list tr.total.all:nth-child(2),
body#analysisLesson .list tr.total.all:nth-child(3) {
	display:none;
}
body#analysisLesson .list th,
body#analysisLesson .list td {
	width:100px !important;
	max-width:none !important;
}
body#analysisLesson .list th:nth-child(1),
body#analysisLesson .list td:nth-child(1) {
	width:80px !important;
}


/*プロフィール
---------------------------------------------------------------------------*/
body#profile .user figure,
body#profile figure.user {
	width:120px;
	height:120px;
}


/*振替依頼
---------------------------------------------------------------------------*/
section#request dl {
	margin-top:10px;
}
section#request dt {
	font-weight:bold;
}
section#request dd {
	margin-bottom:10px;
	padding-left:20px;
}
section#request dd div {
	display:inline-block;
	padding-left:5px;
}
section#request dd button {
	min-width:auto !important;
	margin:0px 10px !important;
	padding:1px 7px !important;
}

article.chart table {
	width:95%;
	margin-top:30px;
}
article.chart table th {
	width:31%;
	font-size:20px;
}
article.chart table th:first-child {
	width:6%;
}
article.chart table td {
	text-align:center;
}
article.chart img {
	width:100%;
	margin-bottom:70px;
}


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