@charset "utf-8";

body {
	font-size: 13px;
	color: #333;
	background: #fff;
/*	width: 1500px;*/
	-webkit-text-size-adjust: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1 {
/*	border-left: 7px solid red;*/
	padding: 2px 8px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-left: 6px solid #f00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
}

a {	text-decoration: underline; }
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }

input[type=checkbox] {
	vertical-align: middle;
}

.align-center {
	text-align: center!important;
}
.align-left {
	text-align: left!important;
}
.align-right {
	text-align: right!important;
}

#header {
	position:relative;
	margin-bottom: 10px;
	padding: 8px 15px;
	font-size: 20px;
	font-weight: bold;
/*	background-color: #dc143c;*/
	background-color: red;
	min-width:100%;
	width:1500px;
	height:75px;
}
#header span {
	float:left;
	font-weight: bold;
}
#header span.logo2 {
	float:left;
	color: #fff;
}

#menu {
	float: left;
	width: 200px;
	margin: 0px 10px 10px 10px;
	border-top: 1px solid #b9b9b9;
}
#menu .title,
#menu .title2 {
	padding: 4px;
	color: #333;
	background-color: #eee;
/*	border-top: 1px solid #b9b9b9;*/
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
/*	font-size: 15px;*/
}
#menu .title2 {
	border-top: 0;
}
#menu ul {
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
#menu li {
	padding: 4px;
	white-space: normal;
	border-top: 1px dotted #b9b9b9;
}
#menu li span {
	color: #666;
}
#menu li .ico {
	margin-left: .5em;
	padding: .4em .5em .2em;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	background: #ff0000;
	border-radius: 2em;
	display: inline-block;
}
#menu li .ico.nyukou {
	animation: blink 1s step-start infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
#content,
#content2 {
	float: left;
	margin: 0 10px;
	padding-bottom: 40px;
}

#footer {
	clear: both;
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #b9b9b9;
	color: #333;
	width:1500px;
}

div.user_form {
	height: 500px;
	overflow: auto;
}

div {
/*	padding: 4px;*/
}
p {
/*	padding: 4px;
	margin: 4px 0;*/
}

.caution,
.error_msg {
	width: auto!important;
	color: red;
}
.msg {
	margin: 10px 0;
}

fieldset {
	padding: 4px 8px;
	border: 1px solid #b9b9b9;
/*	margin: 10px 0;*/
	display: inline;
}

table {
	clear: both;
	border-collapse: collapse;
	margin: 10px 0;
	white-space: nowrap;
}
th {
	padding: 2px 4px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	width: 150px;
}
.schedule_list th {
	width: auto;
}
td {
	padding: 2px 4px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

div.cal {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	float: left;
}
div.cal_user_list {
	height:200px;
	overflow-y:scroll;
}
div.user_from {
	height:630px;
	overflow-y:auto;
}


fieldset table,
table.login {
	margin: 0;
}
fieldset table th,
table.login th {
	width: auto;
	background-color: #fff;
	border: 0;
}
fieldset table td,
table.login td {
	border: 0;
}
div.login {
	width:100%;
}
table.login {
	margin: 30px auto;
}
table.login td {
	padding: 10px;
}
table.login td.login {
	text-align: center;
}
/*
table.user_list{
	width: 900px;
	font-size:12px;
}
table.teacher_list,
table.scout_list {
	font-size:12px;
}
*/

table.history {
	clear: both;
	margin-top: 2px;
}
table.pinfo {
	margin: 0;
}

/*
div.cast_list,
div.scout_list,
div.lesson_cal {
	width:1500px;
}
*/
table.cast_list {
	width:1000px;
}
table.scout_list {
	width:1000px;
}
td.image img {
	margin: 10px 10px;
}

.lesson_analyze table.week th {
	width: auto;
}
.lesson_analyze table.teacher th {
	width: 100px;
}
.lesson_analyze #week_chart {
	width: 600px;
}
.lesson_analyze #teacher_chart {
	width: 900px;
}

table.cal div.c1.l1,
table.cal div.c5.l1 {
	background-color: #c770c7;
}
table.cal div.lesson.l2,
table.cal div.lesson.l3,
table.cal div.lesson.l4,
table.cal div.lesson.l5,
table.cal div.lesson.l6,
table.cal div.lesson.l7 {
	background-color: #879df0;
}
table.cal div.lesson.attr1 {
	background-color: #9fff82;
}
table.cal div.c8.l1,
table.cal div.c3.l1,
table.cal div.c4.l1,
table.cal div.c6.l1 {
	background-color: #dade5d;
}
table.cal div.c7.l1,
table.cal div.c2.l1 {
	background-color: #46fc86;
}

table.fcal div.c1.l1,
table.fcal div.c2.l1,
table.fcal div.c5.l1,
table.fcal div.c7.l1 {
	background-color: #c770c7;
}
table.fcal div.c1.l1.r0,
table.fcal div.c2.l1.r0,
table.fcal div.c5.l1.r0,
table.fcal div.c7.l1.r0 {
	background-color: #974097;
}
table.fcal div.c1.l1.f0,
table.fcal div.c2.l1.f0,
table.fcal div.c5.l1.f0,
table.fcal div.c7.l1.f0 {
	background-color: #ffb6c1;
}
table.fcal div.c1.l1.f0.r0,
table.fcal div.c2.l1.f0.r0,
table.fcal div.c5.l1.f0.r0,
table.fcal div.c7.l1.f0.r0 {
	background-color: #cf8691;
}

table.fcal div.lesson.l2,
table.fcal div.lesson.l3,
table.fcal div.lesson.l4,
table.fcal div.lesson.l5,
table.fcal div.lesson.l6,
table.fcal div.lesson.l7 {
	background-color: #879df0;
}
table.fcal div.lesson.attr1,
table.fcal div.lesson.attr7 {
	background-color: #9fff82;
}
table.fcal div.lesson.attr1.r0,
table.fcal div.lesson.attr7.r0 {
	background-color: #6fcf52;
}
table.fcal div.c8.l1,
table.fcal div.c3.l1,
table.fcal div.c4.l1,
table.fcal div.c6.l1 {
	background-color: #dade5d;
}
table.fcal div.c8.l1.r0,
table.fcal div.c3.l1.r0,
table.fcal div.c4.l1.r0,
table.fcal div.c6.l1.r0 {
	background-color: #cace2d;
}

table.fcal div.c8.l1.f0,
table.fcal div.c3.l1.f0,
table.fcal div.c4.l1.f0,
table.fcal div.c6.l1.f0 {
	background-color: #fffacd;
}
table.fcal div.c8.l1.f0.r0,
table.fcal div.c3.l1.f0.r0,
table.fcal div.c4.l1.f0.r0,
table.fcal div.c6.l1.f0.r0 {
	background-color: #dfdaad;
}

table#clone_table,
table#clone_table2 {
	margin: 0;
}

table.none,
table.none tr,
table.none td,
table.none th {
	border: 0;
}
table.none th,
table.none td {
	width: auto;
}
table.administration {
	border: 1px solid #000;
	table-layout: fixed;
	width: 1420px;
}
table.administration th {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	width: 90px;
}
table.administration th.time {
	width: 50px;
	vertical-align: bottom;
}
table.administration th.num {
	width: 30px;
}
table.administration th.date {
	width: 140px;
}
table.administration td {
	border: 1px solid #000;
}
table.administration td.num {
	color: #f00;
	font-weight: bold;
	text-align: center;
	border-left: 1px dotted #000;
	vertical-align: bottom;
}
table.administration td.f11 {
	background-color: #87ceeb;
	text-align: center;
	font-size: 1.4em;
}
table.administration td.category0 {
	background-color: #f00;
	font-weight: bold;
	text-align: center;
	border-right: 1px dotted #000;
}
table.administration td.category1 {
	background-color: #f00;
	text-align: center;
	vertical-align: bottom;
}
table.administration td.category2 {
	font-weight: bold;
	text-align: center;
	border-right: 1px dotted #000;
	vertical-align: bottom;
}
table.administration td.category2.t1 {
	background-color: #e6e6fa;
}
table.administration td.category2.t2 {
	background-color: #faf0e6;
}
table.administration td.category2.t3 {
	background-color: #ffefd5;
}
table.administration td.category2.t4 {
	background-color: #98fb98;
}
table.administration td.category2.r1 {
	color: #fff;
	background-color: #f00;
}
table.administration td.category2.r2 {
	color: #00f;
	background-color: #f00;
}
table.administration td.category2.r8 {
	color: #00ffff;
	background-color: #f00;
}
table.administration td.category2.r3,
table.administration td.category2.r4,
table.administration td.category2.r5,
table.administration td.category2.r7,
table.administration td.category2.r11 {
	color: #fff;
	background-color: #f00;
}
table.administration td.category3 {
	background-color: #ffa500;
	text-align: center;
}
table.administration td.category3.c {
	background-color: #ffff00;
	text-align: left;
	overflow: visible;
}
table.administration td.category3.c1,
table.administration td.category3.c5 {
	background-color: #a9a9a9;
	text-align: left;
	overflow: visible;
}
table.administration td.category3.a1,
table.administration td.category3.c2 {
	background-color: #7fff00;
	text-align: left;
	overflow: visible;
}
table.administration td.category3.c3,
table.administration td.category3.c4,
table.administration td.category3.c6 {
	background-color: #ba55d3;
	text-align: left;
	overflow: visible;
}
table.administration td.category3.c1.l2,
table.administration td.category3.c1.l3,
table.administration td.category3.c1.l4,
table.administration td.category3.c1.l5,
table.administration td.category3.c1.l6,
table.administration td.category3.c1.l7,
table.administration td.category3.c3.l2,
table.administration td.category3.c3.l3,
table.administration td.category3.c3.l4,
table.administration td.category3.c3.l5,
table.administration td.category3.c3.l6,
table.administration td.category3.c3.l7,
table.administration td.category3.c5.l6,
table.administration td.category3.c6.l6 {
	color: #fff;
	background-color: #00f;
}
table.administration td.category4 {
	background-color: #87ceeb;
	text-align: center;
}
table.administration td.category5 {
	text-align: center;
}

table.sales_disp th.kei,
table.sales_disp th.sum,
table.sales_disp th.per,
table.sales_disp th.month,
table.sales_disp th.day {
	text-align:center;
}
table.sales_disp td.money,
table.sales_disp td.per {
	text-align:right;
}
table.sales_disp td.kei {
	font-weight: bold;
}
table.sales_disp td.item2_4.kei.sum,
table.sales_disp td.item2_4.kei.per {
	vertical-align:middle;
	font-size:1.2em;
}
table.sales_disp th.item2_4,
table.sales_disp th.item2_42 {
	font-size:1.2em;
	font-weight: bold;
	background-color: #bcd;
}
table.sales_disp th.sum,
table.sales_disp th.day,
table.sales_disp th.month,
table.sales_disp th.none {
	background-color: #bcd;
}
table.sales_disp th.per {
/*	background-color: #eee;*/
}
table.sales_disp th.item2_3 {
	background-color: #9e9;
}
table.sales_disp th.item2_2 {
	background-color: #fe8;
}
table.sales_disp th.item4 {
	background-color: #fff;
}
table.sales_disp th.item4_1,
table.sales_disp th.item4_2,
table.sales_disp th.item4_3,
table.sales_disp th.item4_4,
table.sales_disp th.item4_5,
table.sales_disp th.item4_6,
table.sales_disp th.item4_8,
table.sales_disp th.item4_9,
table.sales_disp th.item4_10,
table.sales_disp th.item4_11,
table.sales_disp th.item4_7 {
	background-color: #ffe540;
}
table.sales_disp td {
	background-color: #ffc;
}
table.sales_disp td.kei {
	background-color: #fff;
}
table.sales_disp td.sum {
	background-color: #fee;
}
table.sales_disp td.per {
	background-color: #f5f5f5;
}
table.sales_disp td.minus {
	color: red;
}

table.time_schedule_disp th.month {
	font-size:120%;
	font-weight: bold;
}
table.time_schedule_disp th.room {
	text-align:center;
}
table.time_schedule_disp th {
	width: 100px;
}
table.time_schedule_disp td {
	width: 100px;
	height: 30px;
}
table.time_schedule_disp td.none a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
table.time_schedule_disp td.none:hover {
	background-color: #eee;
}
table.time_schedule_disp td.lesson {
	background-color: #aaa;
}
table.time_schedule_disp td.c1.l1,
table.time_schedule_disp td.c5.l1 {
	background-color: #ccc;
}
table.time_schedule_disp td.l2 {
	background-color: #55f;
}
table.time_schedule_disp td.l3 {
	background-color: #5ff;
}
table.time_schedule_disp td.l4 {
	background-color: #ffc;
}
table.time_schedule_disp td.l5 {
	background-color: #fa5;
}
table.time_schedule_disp td.l6 {
	background-color: #ff2;
}
table.time_schedule_disp td.l7 {
	background-color: #8b8;
}
table.time_schedule_disp td.attr1 {
	background-color: #f0f;
}
table.time_schedule_disp td.c8.l1,
table.time_schedule_disp td.c3.l1,
table.time_schedule_disp td.c4.l1,
table.time_schedule_disp td.c6.l1 {
	background-color: #d79;
}
table.time_schedule_disp td.c7.l1,
table.time_schedule_disp td.c2.l1 {
	background-color: #5f0;
}
table.time_schedule_disp th.day,
table.time_schedule_disp th.week,
.schedule_list th,
.ppp_list table th,
.lesson_analyze table.week th,
.lesson_analyze table.teacher th,
table.test_info th,
table.list th,
table.cast_list th,
table.admin_list th,
table.teacher_list th,
table.scout_list th,
table.news_list th,
table.room_list  th,
table.school_list th,
table.course_list th,
table.uchiwake th,
table.history th,
table.pinfo th,
table.wide th,
table.linfo th {
	text-align:center;
}
table.cast_list td {
	vertical-align:top;
}
table.cast_list td.message,
table.cast_list td.memo,
table.cast_list td.sns,
table.news_list td.message,
table.news_confirm td,
table.cast_list td.address {
	white-space:normal;
}
.news_list td.flag {
	width: 50px;
}
.news_list td.flag,
table.linfo td.attend {
	text-align:center;
}

table.cast_analyze2 th {
	text-align: center;
}
table.cast_analyze th {
	width: 60px;
	vertical-align: middle;
}
table.cast_analyze td {
	width: 100px;
	vertical-align: middle;
}
table.scout_confirm td,
table.scout_info td,
table.teacher_confirm td,
table.teacher_info td {
	min-width: 250px;
}
table.teacher_info td {
	white-space: normal;
}
tr.uwagaki td {
	background-color: #ff6347;
}
#ent_search {
/*
	background-color: #4169e1;
	color: #fff;
	padding: 4px 6px;
	text-decoration: none;
*/
}
#ent_search:hover {
/*
	background-color: #749cf4;
*/
}
table.cast_confirm td,
table.cast_info td {
	min-width: 350px;
}
table tr.male td {
	background-color: #EFF5FB;
}
table tr.other1 td {
	background-color: #bffff4;
}
table tr.disable td,
table td.disabled,
table tr.disabled td {
	background-color: #aaa;
}
table tr.sns_input td {
	background-color: #ff4;
}
table th.fl {
	background-color: #d5d5d5;
}
table th.ent {
	background-color: #f0f8ff;
}
table.school_confirm td,
table.school_info td {
	min-width: 200px;
}

table.info td {
	width:300px;
}
td.ctrl,
td.ctrl2,
td.ctrl3 {
	text-align:center;
	vertical-align:middle;
}
td div.dot {
	border-bottom: 1px dotted #b9b9b9;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
td.address {
	font-size:11px;
}

table.cal_user_list {
	margin-top: 0;
}
table.cal_user_list th {
	text-align: center;
}

table.cal1,
table.cal3 {
	clear: both;
}
table.cal1 th,
table.cal3 th {
	width: 140px;
	text-align: center;
}
table.cal2 th {
	width: auto;
	text-align: center;
}
table.cal2 th.time {
	width: 140px;
}
table.cal2 th.lesson {
	min-width: 140px;
}
table th.sat {
	background-color: aliceblue;
}
table th.sun {
	background-color: pink;
}
table.cal1 td,
table.cal3 td {
	width: 140px;
	height: 140px;
	padding: 0px;
}
table.cal3 div.lesson_box {
	height: 116px;
	overflow-y: auto;
}
table.cal1 td .lesson,
table.cal3 td .lesson {
	margin: 1px;
	border: 1px solid #b9b9b9;
	background-color: #efe;
	padding: 2px;
}
table.cal2 td .lesson {
	float: left;
	margin: 2px;
	border: 1px solid #b9b9b9;
	background-color: #efe;
	padding: 4px 8px;
}
table.cal2 td.time {
	text-align: center;
	vertical-align: middle;
}
table.cal1 td .cap,
/*table.cal2 td .cap,*/
table.cal3 td .cap {
	font-size:10px;
}
table.cal1 td div.day,
table.cal3 td div.day {
	padding: 2px 4px;
}
table.cal1 td span.day,
table.cal3 td span.day {
	font-size: 14px;
}
table.cal1 td .time,
table.cal3 td .time {
	margin: 2px 0;
	padding: 2px 4px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
}
table.cal1 td.disabled,
table.cal2 td.disabled,
table.cal3 td.disabled {
	background-color: #eee;
}

td.course div.course {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #b9b9b9;
}

div.user_lhistory {
	clear: both;
}

div.sb {
	float: left;
	padding-bottom:2px;
}
div.kb {
	float: right;
	padding-bottom:2px;
}
div.info_title {
	clear: both;
}

div.point_kei {
	margin-top: 10px;
}
div.teacher,
div.scout {
/*	margin: 5px 0;*/
}
div.scout,
div.user {
	margin: 10px 0;
	line-height:1.3;
}
td.null {
	text-align: center;
}

div.cast_test_info div.submit,
div.cast_list div.submit,
div.teacher_list div.submit,
div.scout_list div.submit,
div.ppp_list div.submit,
div.schedule_list div.submit,
div.admin_list div.submit {
	margin: 10px 0;
	overflow: hidden;
}
div.cast_list div.search,
div.cast_list div.new,
div.teacher_list div.search,
div.teacher_list div.new,
div.scout_list div.search,
div.scout_list div.new,
div.admin_list div.search,
div.admin_list div.new {
	float: left;
	margin-right: 15px;
}
div.reserve {
	margin: 10px 0;
}
div.submit {
	overflow: hidden;
}
span.close,
span.cancel,
span.delete,
span.confirm,
span.return,
span.regist {
	display: block;
	float: left;
	margin-right: 15px;
}

div.page_box {
	clear: both;
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
}
div.page_box .prev,
div.page_box .page,
div.page_box .next {
	float: left;
	margin: 0 5px;
}
/*
table.cast_list,
table.teacher_list,
table.scout_list,
table.admin_list {
	clear: both;
}
*/
input.sei,
input.mei,
input.kana_sei,
input.kana_mei {
	width: 150px;
}
input.y {
	width: 60px;
}
input.dance_audition_point,
input.m,
input.d {
	width: 60px;
}
input.date,
input.charge2 {
	width: 100px;
}
input.cnt,
input.h,
input.mi {
	width: 50px;
}
input.age,
input.c_class {
	width: 50px;
}
input.zip1,
input.zip2 {
	width: 60px;
}
input.l_name {
	width: 150px;
}
input.l_limit {
	width: 60px;
}
input.address,
input.address2,
input.address3 {
	width: 400px;
}
input.mail,
input.from {
	width: 300px;
}
input.subject {
	width: 400px;
}
input.information {
	width: 100%;
}
textarea.to {
	width: 300px;
	height: 100px;
}
.cast_form textarea.leave_date_history {
	width: 240px;
	height: 50px;
}
textarea.message {
	width: 400px;
	height: 300px;
}
textarea.lesson {
	width: 300px;
	height: 32px;
}
textarea.talk,
textarea.biko,
textarea.content,
textarea.note,
textarea.free,
textarea.free1,
textarea.free2,
textarea.free3,
textarea.title {
	width: 450px;
	height: 100px;
}
textarea.mail_message {
	width: 400px;
	height: 100px;
}
.cast_form textarea {
	width: 500px;
	height: 100px;
}
.cast_form textarea.setumei_note {
	width: 500px;
	height: 50px;
}
input.password {
	width: 100px;
}
table.login input.mail,
table.login input.password {
	width: 300px;
}
input.tel1,
input.tel2,
input.tel3 {
	width: 60px;
}
input.bmi,
input.bust,
input.waist,
input.hip,
input.shoe,
input.height,
input.weight {
	width: 60px;
}
input.kikan_code,
input.shiten_code {
	width: 60px;
}
.looks span,
.sns span,
.size span,
.course span {
	display: inline-block;
	width: 80px;
	margin: 2px 0;
}
.furikomi span,
.koza2 span,
.koza span {
	display: inline-block;
	width: 100px;
	margin: 2px 0;
}
.kce span {
	display: inline-block;
	width: 12em;
	margin: 2px 0;
}
input.instagram_follower,
input.twitter_follower {
	width: 80px;
}
input.line,
input.twitter,
input.facebook,
input.instagram,
input.mixi,
input.blog1,
input.sns1 {
	width: 200px;
}
input.tenmei,
input.koza,
input.megi {
	width: 150px;
}
.teacher_history input.other {
	width: 100px;
}
.teacher_history div.money {
	line-height: 2em;
}
input.point {
	width: 100px;
}
.cast_list input.name,
.teacher_list input.name {
	width: 150px;
}
input.memo,
input.message {
	width: 150px;
}
input.name {
	width: 100px;
}
input.lesson {
	width: 100px;
}
input.m_age {
	width: 60px;
}
input.cap,
input.hoshu_cap{
	width: 60px;
}
input.c_money,
input.m_money,
input.t_money,
input.money {
	width: 100px;
}

input.check_switch {
  display: none;
}
.check_switch {
	width: 74px;
	height: 24px;
	background: #ededed;
	border-radius: 12px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.check_switch::after {
	content: '';
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	transition: .2s;
}
.check_switch span::before {
	padding-left: 26px;
	color: #888;
	line-height: 24px;
}
input[type="checkbox"]:checked + .check_switch {
	background: #F32525;
}
input[type="checkbox"]:checked + .check_switch::after {
	transform: translateX(50px);
}
input[type="checkbox"]:checked + .check_switch span::before {
	padding-left: 16px;
	color: #fff;
}
.check_pass span::before {
	content: '不合格';
}
input[type="checkbox"]:checked + .check_pass span::before {
	content: '合格';
}

table.lesson_form #l_no {
	margin-right: 1em;
}

a.new,
a.info,
a.form,
a.history,
a.remove,
a.delete,
a.pinfo,
a.attend,
a.linfo,
a.cancel,
a.all,
a.pform,
a.print {
/*	display: block;*/
	padding: 2px;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	border: #999 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}
a.set {
/*	display: block;*/
	padding: 2px;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	border: #666 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#FFF;
	background: -moz-linear-gradient(top,#444 0%,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
}
a.cal_change {
	padding: 2px 10px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	border: #999 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}
.cal span.month,
.cal span.week {
	padding: 2px 10px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	border: #999 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ddd;
/*	background: -moz-linear-gradient(top,#BBB 0%,#999);
	background: -webkit-gradient(linear, left top, left bottom, from(#BBB), to(#999));*/
}
div.cal_user_list_all {
	margin: 5px 0;
}
/*
table.cal1 div.day span.day,
table.cal3 div.day span.day {
	display: block;
	float: left;
}
table.cal1 div.day span.new,
table.cal3 div.day span.new {
	display: block;
	float: right;
}
table.cal1 div.time,
table.cal3 div.lesson_box {
	clear: both;
}
*/
.cast_form table,
.teacher_form table,
.scout_form table,
.admin_form table,
.course_form table {
	margin-bottom: 0;
/*	margin-bottom: 35px;*/
}
.cast_form div.submit,
.teacher_form div.submit,
.scout_form div.submit,
.admin_form div.submit,
.course_form div.submit {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
	padding-top: 10px;
	background-color: #fff;
/*	text-align: center;*/
}


#datepicker {
/*	float: right;*/
	margin-top: 10px;
}
#datepicker .ui-datepicker {
	font-size: 80%;
}


#trigger_id,
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#trigger_id {
	display: none;
}

p.logo{
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
}
p.school{
	position:absolute;
	top:20px;
	left:250px;
	margin:0px;
	padding:0px;
	width:100%;
}
p.school a.btn {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  text-shadow: 1px 1px 3px #fcfcfc;
  font-family: Arial;
  color: #030303;
  font-size: 12px;
  background: #f7f7f7;
  padding: 14px 20px 10px 17px;
  text-decoration: none;
	margin:0px 20px;
}

p.school a.btn:hover {
  background: #f5084b;
  background-image: -webkit-linear-gradient(top, #f5084b, #a80303);
  background-image: -moz-linear-gradient(top, #f5084b, #a80303);
  background-image: -ms-linear-gradient(top, #f5084b, #a80303);
  background-image: -o-linear-gradient(top, #f5084b, #a80303);
  background-image: linear-gradient(to bottom, #f5084b, #a80303);
  text-decoration: none;
}
p.school a.select {
  background: #b7b7b7;
}
p.school2{
	position:absolute;
	top:20px;
	left:300px;
	margin:0px;
	padding:0px;
}
div.teacher_schedule {
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.4);
}

p.btn.confirm {
  margin-top: 30px;
  text-align: center;
  display: inline-block;
}
p.btn.confirm a {
  padding: .7em 3em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  background: #009f57;
  border-radius: 2px;
  display: block;
  transition: .3s;
}
p.btn.confirm a:hover {
  opacity: .7;
}

/* tablesorter */
.tablesorter .tablesorter-header:not(.sorter-false) {
	cursor: pointer;
}
.tablesorter th:not(.sorter-false) .tablesorter-header-inner {
	padding-right: 15px;
	position: relative;
}
.tablesorter th:not(.sorter-false) .tablesorter-header-inner::after {
	content: '';
	margin-top: -3px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid rgb(85, 85, 85);
}
.tablesorter .tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner::after {
	transform: scale(1, -1);
}