@charset "UTF-8";
/* CSS Document */

/*----- 基本設定 -----*/
body {
	background-color: #f2f2f2;
	padding-top: 60px;
}
form, input, h1 {
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="password"] {
	border: none;
	background-color: #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.5);
	/*----- iPhone向けハック -----*/	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
	background-image: -webkit-linear-gradient(left, #f2f2f2, #f2f2f2);

}
input[type="text"]:focus, input[type="password"]:focus {
    border:solid 3px #24618a;
}
input[type="password"] {
	font: bold 100% "Lucida Sans Unicode",sans-serif;
	-webkit-text-security: disc;
}
input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  /*-webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;*/
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 5px 5px 5px 10px;
  border-radius: 2px;
  /*background-color: #f6f7f8;*/
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:hover {
  /*background-color: #e2edd7;*/
}
.checkbox:hover:after {
  border-color: #399bd7;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -10px;
  width:30px;
  height:30px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -12px;
  width: 8px;
  height: 30px;
  border-right: 4px solid #399bd7;
  border-bottom: 4px solid #399bd7;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
table,td,th {
	border: 1px solid #323232;
}
table {
	margin: 20px auto;
	background-color: #ffffff;
}
th {
	background-color: #f2f2f2;
	padding: 5px 10px;
}
td {
	padding: 5px 10px;
}

.header {
	display: block;
	z-index: 999;
	height: 40px;
	width: 96%;
	margin-left: 2%;
	background-color: #f2f2f2;
	position: fixed;
	top: 0;
	padding-top: 5px;
	border-bottom: 12px solid #002f4c;
}
.header #mg_schoollogo {
	display: inline-block;
	width: 100px;
	height: 28px;
	background-color: #999999;
}
.header #back {
	display: inline;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 35px;
}
.header #back form #history_back {
	display: block;
	width: 111px;
	height: 35px;
	background-image: url("../img/btn_bg.png");
	background-size: 111px 35px;
	background-repeat: none;
	color: #0a2854;
	border: none;
	font-size: 16px;
	float: right;
	margin-left: 10px;
}
.header #back form #logout {
	display: block;
	width: 111px;
	height: 35px;
	background-image: url("../img/logout_btn_bg.png");
	background-size: 111px 35px;
	border: none;
	color: #ffffff;
	float: right;
}
#information {
	width: 96%;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #24618a;
}
#information #user_info {
	color: #ffffff;
	display: inline-block;
	width: 25%;
	font-size: 12px;
	float: left;
	padding: 15px 0 0 20px;
}
#information #user_info #user_name {
	font-size:16px;
	font-weight: bold;
	margin-top: 5px;
}
#info_wrapper {
	background-color: #ffffff;
	display: inline-block;
	width: 70%;
	height: 60px;
	margin-top: 5px;
}
#info_wrapper #date_limit {
	display: inline-block;
	width: 79%;
	height: 60px;
	float: left;
	padding: 5px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}

.content {
	width: 96%;
	margin-top: 0px;
	margin-left: 2%;
	background-color: #24618a;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 80px;
}
.content h1 {
	font-size: 24px;
	color: #666666;
	width:90%;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 3px solid #6a1917;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.16);
	background-color: #eeeeee;
}
.content #for_user_name {
	font-size: 21px;
	margin-bottom: 20px;
}
.content #instructor_name {
	font-size: 21px;
	margin: 30px 0;
}
.content form input[type="submit"] {
	width: 250px;
	height: 50px;
	color: #399bd7;
	font-weight: bold;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 200px 80px;
	border: 3px solid #3e6497;
	text-align: center;
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 16px;
}
#btn_reserve_date {
	width: 90px;
}
#input_form {
	width: 100%;
	min-height: 250px;
	text-align: center;
}
#input_form span {
	width: 85%;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
}
#input_form input[type="text"] {
	width: 85%;
	height: 30px;
	display: block;
	margin: 0 auto;
	text-align: left;
	color: #000;
}

.footer {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 10px;
	position: fixed;
	bottom: 0;
}
.footer p {
	width: 86%;
	text-align: center;
	font-size: 10px;
	border-top: 2px solid #002f4c;
	margin: 0;
	padding: 0;
	margin-left: 7%;
	padding-top: 5px;
}
.loading {
    display: none;
}
/*----- 基本設定　ここまで-----*/
/*----- ログインページ -----*/
body#login_body {
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #ffffff;
	padding-top: 0;
}
#login-header {
	display: block;
	margin: 0;
	position: relative;
	border-bottom: none;
	width: 100%;
	text-align: center;
	background-color: #24628a;
	height: 80px;
	padding-top: 60px;
	margin-bottom: 35px;
}
#login-header #mg_schoollogo {
	width: 100px;
	height: 28px;
	margin: 0 auto;
}
#login-header p {
	color: #ffffff;
	font-size: 14px;
}
#login_form {
	width: 100%;
	min-height: 250px;
	text-align: center;
}
#login_form span {
	width: 85%;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
}
#login_form input {
	width: 85%;
	height: 30px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
#login_form #login_btn {
	width: 138px;
	height: 40px;
	color: #ffffff;
	background-color: #24618a;
	border: none;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 16px;
}
.login-footer {
	background-color: transparent;
}
/*----- ログインページ　ここまで-----*/

/*----- 総合メニュー -----*/
.total_menu form input[type="submit"] {
	width: 80%;
	height: 80px;
	color: #399bd7;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../img/submit_btn_bg_01.png);
	background-repeat: no-repeat;
	background-size: 200px 80px;
	border: 3px solid #3e6497;
	text-align: center;
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 16px;
}
/*----- 総合メニュー　ここまで-----*/
/*----- 予約メニュー -----*/
#date_scroll {
	display: block;
	height: 40px;
	width:90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;

	overflow: visible;
}
#date_scroll li {
	display: block;
	height: 38px;
	list-style-type: none;
	float: left;
	/*border: 1px solid #000;*/
}
#date_scroll li form input[type="submit"] {
	margin: 0;
	width: 100%;
	height: 38px;
	background-color: #399bd7;
	color: #FFF;
}
#date_scroll #preday {
	width: 30%;
}
#date_scroll #today {
	width: 40%;
	font-size: 21px;
	font-weight: bold;
	padding-top: 0px;
}
#date_scroll #nextday {
	width: 30%;
}
/*----- 予約メニュー　ここまで-----*/
.big_table {
	display: block;
	width: 95%;
	min-height:100px;
	overflow: auto;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;

}
.big_table::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 15px;
	background: #9aadfc;
}
.big_table::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 15px;
	background: #9aadfc;
}
.big_table::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #435295;
	border-radius: 5px;
}
.big_table::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #435295;
	border-radius: 5px;
}
.big_table::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #9aadfc;
}
.big_table::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #a3d2a0;
}
.big_table::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

/*----- 拒否指導員メニュー -----*/
#deni_table_01 {
	width: 70%;
}
#deni_table_01 td {
	margin: 0;
	padding: 0;
	text-align: center;
}
#deni_table_01 td input[type="submit"] {
	margin-top: 0;
	margin: 10px 0;
	width: 80%;
	background-color: #399bd7;
	color: #FFF;
}
#deni_table_01 #add_date {
	font-weight: bold;
}
/*----- 拒否指導員メニュー　ここまで-----*/
/*----- 学科、技能予約、送迎メニュー -----*/
#reserve_table_01 {
	width: 70%;
}
#reserve_table_01 td {
	margin: 0;
	padding: 0;
	text-align: center;
}
#reserve_table_01 th input[type="submit"] {
	margin-top: 0;
	margin: 10px 0;
	width: 70%;
	min-width: 150px;
}
#reserve_table_01 td input[type="submit"] {
	margin-top: 0;
	margin: 10px 0;
	width: 70%;
	background-color: #399bd7;
	color: #FFF;
}
#reserve_table_01 td #add_date {
	font-weight: bold;
}
#checking {
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
}
#checkbox {
	display: block;
	margin: 0 auto;
}
#alert {
	color: #fff;
	background-color: #FF9900;
}
#syutokujouken {
	width: 100%;
}
#syutokujouken input {
	width: 130px;
}
#syutokujouken th {
	width: 50%;
	overflow: hidden;
}
#syutokujouken td {
	display: block;
	width: 50%;
	overflow: hidden;
}
#yoyakujoukyou input {
	width: 130px;
}
#yoyakujoukyou td {
	width: 20%;
}
#yoyakujoukyou td#joukyou {
	width: 40%;
}

#reserve_table_gakka_list {
	width: 90%;
	table-layout: fixed;
}
#reserve_table_gakka_list td {
	text-align: center;
	overflow: hidden;
}
#reserve_table_gakka_list input {
	width: 90%;
	min-width: 80px;
	overflow: hidden;
}
#reserve_table_gakka_yoyaku {
	width: 90%;
	table-layout: fixed;
}
#reserve_table_gakka_yoyaku td {
	text-align: center;
	overflow: hidden;
}
#reserve_table_request_list {
	width: 100%;
	table-layout: fixed;
}
#reserve_table_request_list td {
	text-align: center;
	overflow: hidden;
}
#reserve_table_request_list input {
	width: 90%;
	min-width: 80px;
	overflow: hidden;
}
#reserve_table_request_list tr td form #btn_request_date {
	width: 70px;
	overflow: hidden;
}
#sp_sougei_reserve_table {
	width: 100%;
}
#sp_sougei_reserve_table td {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow:hidden;
}
#sp_sougei_reserve_table td input[type="submit"] {
	margin-top: 0;
	margin: 10px 5px;
	width: 70%;
	min-width: 50px;
	background-color: #399bd7;
	color: #FFF;
}
/*----- 学科、技能予約、送迎メニュー　ここまで-----*/

/* 表示領域が320px以下の場合に適用するスタイル */
@media screen and (max-width: 320px) {
   .header, .content,.footer p {
		margin: 0;
		width: 100%;
	}
	.header {
		height: 35px;
	}
	.header #mg_schoollogo {
		margin-left: 5px;
	}
	.header #back {
		width: 200px;
		height: 32px;
		overflow: hidden;
	}
	.header #back form #history_back {
		width: 95px;
		height: 30px;
		background-size: 95px 30px;
		font-size: 12px;
		margin-left: 5px;
	}
	.header #back form #logout {
		width: 95px;
		height: 30px;
		background-size: 95px 30px;
		font-size: 12px;
	}
	#information {
		width: 100%;
	}
	#information #user_info {
		width: 45%;
		font-size: 10px;
		padding: 10px 0 0 5px;
	}
	#information #user_info #user_name {
		font-size:14px;
		margin-top: 3px;
	}
	#info_wrapper {
		width: 50%;
		margin-top: 5px;
	}
	#info_wrapper #date_limit {
		width: 50%;
		padding: 5px 0 0 5px;
		font-size: 14px;
	}
	/*----- 予約メニュー -----*/
	#date_scroll {
		height: 70px;
		display: block;
		margin-bottom: 10px;
	}
	#date_scroll li {
		display: inline;
		height: 38px;
		float: left;
	}
	#date_scroll #preday {
		width: 45%;
		position: relative;
		top: 29px;
	}
	#date_scroll #today {
		width: 100%;
		font-size: 21px;
		padding-top: 0px;
		margin-top: -40px;
	}
	#date_scroll #nextday {
		width: 45%;
		float:right;
		position: relative;
		top: -9px;
	}
	/*----- 予約メニュー　ここまで-----*/
	/*----- 拒否指導員メニュー -----*/
	#deni_table_01 {
		width: 100%;
	}
	#deni_table_01 td {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#deni_table_01 td input[type="submit"] {
		margin-top: 0;
		margin: 10px 0;
		width: 120px;
		font-size: 12px;
		background-color: #399bd7;
		color: #FFF;
	}
	#deni_table_01 #add_date {
		font-size: 10px;
	}
	/*----- 拒否指導員メニュー　ここまで-----*/

}
/* 表示領域が375px以下の場合に適用するスタイル */
@media screen and (min-width: 321px) and (max-width: 375px) {
	
	#information {
	}
	#information #user_info {
		width: 40%;
		font-size: 12px;
		padding: 15px 0 0 10px;
	}
	#information #user_info #user_name {
		font-size:16px;
		margin-top: 3px;
	}
	#info_wrapper {
		width: 55%;
		margin-top: 5px;
	}
	#info_wrapper #date_limit {
		width: 55%;
		padding: 10px 0 0 5px;
		font-size: 16px;
	}
	/*----- 予約メニュー -----*/
	#date_scroll {
		height: 70px;
	}
	#date_scroll li {
		display: inline;
		height: 38px;
		float: left;
	}
	#date_scroll #preday {
		width: 45%;
		position: relative;
		top: 29px;
	}
	#date_scroll #today {
		width: 100%;
		font-size: 21px;
		padding-top: 0px;
		margin-top: -40px;
	}
	#date_scroll #nextday {
		width: 45%;
		float:right;
		position: relative;
		top: -9px;
	}
	/*----- 予約メニュー　ここまで-----*/
}