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

/*----- 基本設定 -----*/
body {
	background-color: #f2f2f2;
	padding-top: 50px;
}
form, input, h1 {
	margin: 0;
	padding: 0;
}
h3 {
	display: block;
	width: 80%;
	border-top: 2px solid #0FF;
	border-bottom: 2px solid #0FF;
	text-align: center;
	margin: 0 auto;
}

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;
}
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;
}
.pc_table {
	width: 80%;
}

.header {
	display: block;
	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 a#history_back {
	display: block;
	width: 70px;
	height: 30px;
	background-image: url("../img/btn_bg.png");
	background-size: 111px 35px;
	background-repeat: none;
	color: #0a2854;
	padding-left: 41px;
	padding-top: 5px;
	font-size: 16px;
	text-decoration: none;
	float: right;
}.header #back {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	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: 20px;
}
.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: 27%;
	font-size: 14px;
	float: left;
	padding: 15px 0 0 20px;
}
#information #user_info #user_name {
	font-size:18px;
	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: 25px;
	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: 10px;
}
.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;
}
#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;
}

.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;
}
/*----- 基本設定　ここまで-----*/
/*----- ログインページ -----*/
body#login_body {
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: #ffffff;
	min-height:450px;
	min-width: 800px;
}
#login-header {
	display: block;
	margin: 0;
	position: relative;
	border-bottom: none;
	width: 100%;
	text-align: center;
	height: 17%;
	padding-top: 0px;
	
	background-color: transparent;
}
#login-header #mg_schoollogo {
	width: 150px;
	height: 42px;
	margin: 0 auto;
	top: 1%;
	background-color: transparent;
}
#login-header p {
	color: #333333;
	font-size: 14px;
}
#login_form {
	display: block;
	width: 50%;
	min-height: 250px;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 50%;
}
#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;
}
/*----- ログインページ　ここまで-----*/

/*----- PC総合メニュー -----*/
.total_menu form input[type="submit"] {
	width: 60%;
	height: 76px;
	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;
}
#pc_menu {
}
/*----- 総合メニュー　ここまで-----*/
/*----- 予約メニュー -----*/
#date_scroll {
	display: block;
	height: 30px;
	width:90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;

	overflow: visible;
	z-index: 100;
}
#date_scroll li {
	display: block;
	height: 38px;
	list-style-type: none;
	float: left;
}
#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%;
}
#week_scroll {
	display: block;
	height: 100px;
	width:25%;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}
#week_scroll li {
	display: block;
	height: 60px;
	list-style-type: none;
}
#week_scroll li form input[type="submit"] {
	margin: 0;
	width: 100%;
	height: 38px;
	background-color: #399bd7;
	color: #FFF;
}
/*----- 予約メニュー　ここまで-----*/
.big_table {
	display: block;
	width: 90%;
	min-height: 300px;
	overflow: auto;
	margin: 0 auto;
}

/*----- 拒否指導員メニュー -----*/
#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: 70%;
	background-color: #399bd7;
	color: #FFF;
}
#deni_table_01 td #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;
}
table#reserve_table_02 {
	table-layout: fixed;
	width: 90%;
}
table#reserve_table_02 tr th {
	width: 7%;
	overflow: hidden;
}
table#reserve_table_02 tr td {
/*	display: block; */
	width: 7%;
	height: 80px;
	text-align: center;
	overflow: hidden;
}
table#reserve_table_02 input {
	color: #000000;
	width: 90%;
}
table#reserve_table_02 #reserve_date {
	width: 100px;
	overflow: hidden;
}
table#reserve_table_02 #reserve_date_header {
	width: 100px;
	overflow: hidden;
	border: none;
}
table#reserve_table_02 tr td table tr .repbtn {
	width: 90px;
	height: 40px;
	border: 2px solid #666666;
}
#reserve_table_03 {
	table-layout: fixed;
	width: 90%;
	margin-bottom: 40px;
}
#reserve_table_03 td {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 3%;
}
#reserve_table_04 {
	table-layout: fixed;
	width: 90%;
	margin-bottom: 40px;
}
#reserve_table_instructor {
	table-layout: fixed;
	width: 90%;
}
#reserve_table_instructor td {
	text-align: center;
	overflow: hidden;
}
#reserve_table_instructor input {
	width: 90%;
	min-width: 150px;
	overflow: hidden;
}
#reserve_table_gakka01 {
	table-layout: fixed;
	width: 90%;
}

#reserve_table_gakka01 tr th {
	width: 7%;
	overflow: hidden;
}
#reserve_table_gakka01 tr td {
/*	display: block;*/
	width: 7%;
	height: 80px;
	text-align: center;
	overflow: hidden;
}
#reserve_table_gakka01 input {
	color: #000000;
	width: 90%;
}
#reserve_table_gakka01 #reserve_date {
	width: 100px;
	overflow: hidden;
}
#reserve_table_gakka01 #reserve_date_header {
	width: 100px;
	overflow: hidden;
	border: none;
}
#reserve_table_gakka01 tr td table tr .repbtn {
	width: 90px;
	height: 40px;
	border: 2px solid #666666;
}
#reserve_table_gakka02 {
	table-layout: fixed;
	width: 90%;
	margin-bottom: 40px;
}
#reserve_table_reqtime {
	table-layout: fixed;
	width: 90%;
}
#reserve_table_reqtime tr th {
	width: 7%;
	overflow: hidden;
}
#reserve_table_reqtime tr td {
/*	display: block;	*/
	width: 7%;
	height: 80px;
	text-align: center;
	overflow: hidden;
}
#reserve_table_reqtime input {
	color: #000000;
	width: 90%;
}
#reserve_table_reqtime input[value="AM"], #reserve_table_reqtime input[value="PM"] {
	float: left;
	width: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#reserve_table_reqtime #reserve_date {
	width: 100px;
	overflow: hidden;
}
#reserve_table_reqtime #reserve_date_header {
	width: 100px;
	overflow: hidden;
	border: none;
}
#reserve_table_reqtime tr td table tr .repbtn {
	width: 90px;
	height: 40px;
	border: 2px solid #666666;
}
#reserve_table_deni_instructor {
	table-layout: fixed;
	width: 90%;
}
#reserve_table_deni_instructor td {
	text-align: center;
	overflow: hidden;
}
#reserve_table_deni_instructor input {
	width: 90%;
	min-width: 150px;
	overflow: hidden;
}
#reserve_table_spreqpc {
	table-layout: fixed;
	width: 90%;
}
#reserve_table_spreqpc tr th {
	width: 7%;
	overflow: hidden;
}
#reserve_table_spreqpc tr td {
	display: block;
	width: 7%;
	height: 80px;
	text-align: center;
	overflow: hidden;
}
#reserve_table_spreqpc input {
	color: #000000;
	width: 90%;
}
#reserve_table_spreqpc #reserve_date {
	width: 100px;
	overflow: hidden;
}
#reserve_table_spreqpc #reserve_date_header {
	width: 100px;
	overflow: hidden;
	border: none;
}
#reserve_table_spreqpc tr td table tr .repbtn {
	width: 90px;
	height: 40px;
	border: 2px solid #666666;
}
#title_yoyakujoukyou {
	display: block;
	margin-top: 60px;
}
/*----- 学科、技能予約、送迎メニュー　ここまで-----*/