/* CSS Document */


/* course */
.course_list {
	margin-top: 10px;
	margin-bottom: 20px;
}

.course_list ul li {
	float: left;
	padding: 3px 5px 0px 5px;
}

.course_list_b {
	padding: 10px;
}

.course_list_b ul li {
	float: left;
}

.tit_course {
	border-left: 5px solid #7C7C7C;
	padding-left: 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 21px;
}

.tit_small_txt {
	font-size: 11px;
	color: #8E8E8E;
}

.school {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px 0px;
}

.school ul li {
	float: left;
	margin-right: 3px;
}

.icon_school {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
}

.c_umeda {
	background: #F44E14;
}

.c_namba {
	background: #03934B;
}



/*カレンダーcss*/
.day_sun {
	background-color: #C92727;
}

.day_sat {
	background-color: #26A3CF;
}

.bg_gray {
	background-color: #494949;
}

.week{
	height:29px;
	color:#ffffff;
}

.font_bold {
	font-weight:bold;
}

.reserve{
	background:#DDF9A7;
}
.sun{
	background:#FFE6EA;
}
.sun:hover{
	background:#FFD7DF;
}

.calendar {
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-collapse: collapse;
}

.today a {
	color: red;
}

.reserve {
	background: #DDF9A7;
}

.sun {
	background: #FFE6EA;
}

.sun:hover {
	background: #FFD7DF;
}

.sat {
	background: #DCF8F9;
}

.sat:hover {
	background: #CBF4F4;
}

.calendar td {
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
}

.today {
	color: #F00;
}



/*ここまで*/

.myinfo_waku {
	border: 3px solid #FC8C2A;
	background: #FFFEDD;
	width: 420px;
}

.tit_myinfo {
	background: #FC8C2A;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.tit_day {
	background: #000000;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px;
}

.tit_hosoku {
	background: #EAEAEA;
	padding: 5px;
}

.icon_level {
	background: url(../img/schedule/icon_level.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.icon_point {
	background: url(../img/schedule/icon_point.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.point {
	color: #F44E14;
	font-weight: bold;
}

ul.list_f_left li {
	float: left;
	margin-right: 7px;
}

.ste {
	border-left: 15px solid #FFE9CF;
	height: 15px;
	font-size: 12px;
	padding-left: 3px;
}

.ste_color1 {
	border-left: 15px solid #FFD4CF;
}

.ste_color2 {
	border-left: 15px solid #DDF9A7;
}

.ste_color3 {
	border-left: 15px solid #B2B2B2;
}

.ste_task {
	background: url(../img/schedule/icon_task.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.waku_sche {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFEEE;
	/*height:34px;*/
	clear: both;
	margin: 0px;
	font-size: 13px;
	display: block;
	padding: 0px;
	overflow: hidden;
}

.f_left div.waku_sche:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.f_left tr.waku_sche:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.f_right div.waku_sche:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.f_right tr.waku_sche:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.waku_sche ul {
	overflow: hidden;
}

.waku_sche ul li {
	float: left;
	padding: 3px 3px 32768px;
	margin: 0 0 -32768px 0;
}

.waku_sche td {
	padding: 3px 3px;
	margin: 0;
}


.time_spe {
	font-weight: bold;
	text-align: center;
	width: 180px;
	height: 100%;
	font-size: 12px;
	border-right: 1px solid #CCCCCC;
}

.time_1 {
	background: #FF9F36;
}

.time_2 {
	background: #FFB6DE;
}

.time_3 {
	background: #D3EF30;
}

.time_4 {
	background: #D697FF;
}

.time_5 {
	background: #f5ca36;
}

.time_6 {
	background: #F23B3B;
	color: #FFFFFF;
}

.time_7 {
	background: #6eb8ff;
}

.back_ste1 {
	background: #FFD4CF;
}

.back_ste2 {
	background: #B2B2B2;
}

.back_ste3 {
	background: #DDF9A7;
}

.w460 {
	width: 460px;
}

.umeda_waku {
	border-left: 4px solid #F44E14;
	border-top: 1px solid #CCCCCC;
}

.namba_waku {
	border-left: 4px solid #03934B;
	border-top: 1px solid #CCCCCC;
}

.net_waku {
	border-left: 4px solid #0072BC;
	border-top: 1px solid #CCCCCC;
}

.reserved_waku {
	border-left: 4px solid #FF9F36;
	border-top: 1px solid #CCCCCC;
}

.number {
	text-align: center;
	width: 50px;
	height: 100%;
	letter-spacing: -1px;
	border-right: 1px solid #CCCCCC;
}

.teacher {
	text-align: center;
	width: 30px;
	height: 100%;
	letter-spacing: -1px;
	border-right: 1px solid #CCCCCC;
}

.course {
	width: 270px;
	height: 100%;
}

.yoyaku {
	height: 100%;
	text-align: right;
}

.yoyaku a {
	float: left;
}

.yoyaku a.active-zoom-link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: green;
	border: 1px solid green;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}

.yoyaku a.no-zoom-link,
.yoyaku a.cant-join-yet {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: gray;
	background-color: lightgray;
	border: 1px solid gray;
	border-radius: 5px;
	width: 40px;
	height: 20px;
}

.reserved-button-area {
	display: flex;
	justify-content: end;
	gap: 13px;
	padding-right: 10px;
}

.yoyakupoint {
	color: #F72E19;
	font-weight: bold;
	width: 30px;
	height: 100%;
	text-align: right;
}

.u_line {
	border-top: 4px solid #4C4C4C;
	padding-top: 15px;
	clear: both;
}

.gray_waku {
	border: 5px solid #DBDBDB;
	padding: 15px;
	text-align: center;
}

/* コメントわく */
.comment_waku {
	padding: 15px;
	text-align: center;
	margin-top: 5px;
	background: #FFEBDE;
	font-size: 14px;
	line-height: 1.5em;
}

.comment_waku p {
	color: #F72E19;
	font-weight: bold;
}

ul.card_menu {
	clear: both;
}

.on_memu {
	width: 115px;
	float: left;
	margin-right: 3px;
	background: #393939;
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 7px 0px;
	font-size: 14px;
	height: 18px;
}

ul.card_menu li a {
	width: 115px;
	float: left;
	margin-right: 3px;
	background: #F44E14;
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 7px 0px;
	font-size: 14px;
	height: 18px;
}

.tit_card {
	border-bottom: 1px solid #F44E14;
	clear: both;
	color: #F44E14;
	font-size: 27px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

.card_waku {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin-bottom: 15px;
}

.card_waku ul li {
	font-size: 19px;
	width: 35px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	margin: 0px 2px;
	float: left;
	font-weight: bold;
}

.star00 {
	color: #F4AD9D;
}

.star01 {
	background: url(../img/schedule/star01.gif) no-repeat;
	color: #F44E14;
}

.star02 {
	background: url(../img/schedule/star02.gif) no-repeat;
	color: #228C27;
}

.star03 {
	background: url(../img/schedule/star03.gif) no-repeat;
	color: #333131;
}

.s_star01 {
	background: url(../img/schedule/s_star01.gif) no-repeat;
	padding-left: 15px;
	color: #F44E14;
}

.s_star02 {
	background: url(../img/schedule/s_star02.gif) no-repeat;
	padding-left: 15px;
	color: #228C27;
}

.s_star03 {
	background: url(../img/schedule/s_star03.gif) no-repeat;
	padding-left: 15px;
	color: #333131;
}


/* form */
.txterea_a {
	width: 225px;
	height: 25px;
	font-size: 14px;
}

/* table */
.table1 td {
	padding: 5px;
}

.table2 td {
	padding: 3px;
	font-size: 13px;
}

.table3 {
	border-collapse: collapse;
	table-layout: fixed;
}

.table3 td,
th {
	border: 1px solid #121116;
	vertical-align: middle;
}

.table3 th {
	color: #FFFFFF;
	background: #393939;
	padding: 2px;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
}

.table3 td {
	padding: 7px 4px;
	background: #FFFFFF;
	text-align: center;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
}

.table3 td.task {
	color: #F44E14;
	background-color: #FFFFFF;
	background-image: url(../img/schedule/back_task.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.table4 {
	border-collapse: collapse;
	table-layout: fixed;
}

.table4 td,
th {
	border: 1px solid #828282;
	vertical-align: middle;
}

.table4 th {
	background: #FFFEDD;
	padding: 2px;
	line-height: 14px;
	font-weight: normal;
	width: 135px;
	text-align: center;
}

.table4 td {
	padding: 7px 4px;
	background: #FFFFFF;
	text-align: center;
	letter-spacing: -1px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}


.error {
	border: 1px solid #FF2222;
	color: #FF2222;
	background: #FFF3F3;
	padding: 5px;
	margin-bottom: 15px;
}

.update {
	border: 1px solid #16A50A;
	color: #16A50A;
	background: #F6FFF5;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
}

/*スケジュールページ*/
.left_serch {
	clear: both;
	border-bottom: 1px solid #000;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 500px;
}

.sub_ttl {
	font-weight: bold;
}