@charset utf-8;

/** 共通 **/
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#flashMessage {
	border: 1px solid #f00;
	background-color: #faa;
	color:#000;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
}
.buttonsBlock {
	width: 221px;
}
.buttonL1 {
	background: url(../img/common/btn_l1.png) no-repeat left top;
	width: 221px;
	height: 63px;
	line-height: 63px;
	font-weight: bold;
}
.buttonL1 a {
	color: #fff;
}
.buttonL2 {
	background: url(../img/common/btn_l2.png) no-repeat left top;
	width: 221px;
	height: 70px;
	line-height: 25px;
	padding-top: 20px;
	font-weight: bold;
}
.buttonL2 a {
	color: #fff;
}


/** ヘッダー **/
#header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#header h1 {
	/*background: url(../img/common/border.png) repeat-x left bottom;*/
	height: 36px;
	padding: 10px 0;
}
#login {
	height: 40px;
	line-height: 20px;
	margin-bottom: 10px;
}



/** フッター **/
#footer {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 40px;
	text-align: center;
}



/** タブ **/
#content .ui-tabs {
	padding: 10px;
	background: none;
	background-color: #e6e6e6;
}
#content .ui-widget-content {
	border: none;
}
#content .ui-widget-header {
	border: none;
	padding: 0;
	background: none;
}
#content .ui-tabs-active {
	border: 1px solid #e50e0f;
	border-bottom: none;
	background-color: #fff !important;
}
#content .ui-tabs-active span {
	color: #000;
	border-bottom: 1px solid #e50e0f;
	padding-bottom: 5px;
}
#content .ui-tabs-panel {
	border: 1px solid #e50e0f;
	background-color:#fff;
}

#content .ui-tabs .selectMonth {
	text-align:left;
	margin-bottom: 20px;
}
#content .ui-tabs .monthTable {
	width: 100%;
}
#content .ui-tabs .monthTable caption {
	font-size: 24px;
	padding-bottom: 15px;
}
#content .ui-tabs .monthTable .reserve table {
	width: 100%;
}
#content .ui-tabs .monthTable .reserve caption {
	font-size: 18px;
	color:#000;
}
#content .ui-tabs .monthTable .sun {
	color:#f00;
}
#content .ui-tabs .monthTable .sat {
	color:#44f;
}
#content .ui-tabs .monthTable .labelsun {
	/*background-color:#fcc;*/
}
#content .ui-tabs .monthTable .labelsat {
	/*background-color:#ccf;*/
}
#content .ui-tabs .monthTable .labelholiday {
	/*background-color:#fcc;*/
}
#content .ui-tabs .monthTable .reserve {
	min-height: 40px;
	font-size: 14px;
}
#content .ui-tabs .monthTable .btnEmpty {
	background-color:#f6e;
	min-width: 50px;
}
#content .ui-tabs .monthTable .btnEmpty:hover {
	background-color:#f8f;
}

#content .ui-tabs .monthTable .btnReserved {
	background-color: #3af;
	min-width: 50px;
}
#content .ui-tabs .monthTable .btnFull {
	background-color: #69f;
/*	color: #5D9FFD; */
	min-width: 50px;
}
#content .ui-tabs .monthTable .reserve a {
	color: #fff;
	text-decoration: none;
}
#content .ui-tabs .monthTable .reserve .memoarea a {
    color: #000;
    text-decoration: underline;
}

/* ADD-S shimo 190713 */
#content .ui-tabs .monthTable .reserve .eventarea {
    margin: 5px 0;
}
#content .ui-tabs .monthTable .reserve .eventarea a {
	color: #000;
}
/* ADD-E shimo 190713 */

#MemberForgetIdForm input[type=submit] {
	background: url(../img/common/btn_send.png) no-repeat left top;
	width: 133px;
	height: 31px;
	text-indent: -9999px;
	border:none;
	border-radius: 0;
}
#MemberForgetPassForm input[type=submit] {
	background: url(../img/common/btn_send.png) no-repeat left top;
	width: 133px;
	height: 31px;
	text-indent: -9999px;
	border:none;
	border-radius: 0;
}


#ui-id-1 span {
	background: url(../img/common/tab_teacher_off.png) no-repeat left top;
	text-indent: -9999px;
	display:block;
	width: 130px;
	height: 30px;
}
.ui-tabs-active #ui-id-1 span {
	background: url(../img/common/tab_teacher.png) no-repeat left top;
	height: 24px;
}

#ui-id-2 span {
	background: url(../img/common/tab_room_off.png) no-repeat left top;
	text-indent: -9999px;
	display:block;
	width: 136px;
	height: 30px;
}
.ui-tabs-active #ui-id-2 span {
	background: url(../img/common/tab_room.png) no-repeat left top;
	height: 24px;
}
.ui-state-default {
	background: none !important;
	background-color: #ccc !important;
}

.ui-state-default.ui-state-active {
	background-color: #fff;
}














#loginForm {
	width: 400px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#loginForm th {
	background-color:#888;
	color: #fff;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#loginForm td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#loginForm input[type=text],
#loginForm input[type=password] {
	border: 1px solid #ccc;
}
#loginForm input[type=submit] {
	display: block;
	margin: 10px auto;
	background-color:#e50e0f;
	border: 1px solid #e50e0f;
	color:#fff;
	border-radius: 10px;
	width: 120px;
	text-align:center;
	padding: 3px 10px;
	cursor: pointer;
}
.loginButton input[type=submit] {
	display: block;
/*	margin: 10px auto;
	background-color:#e50e0f;
	border: 1px solid #e50e0f;
	color:#fff;
	border-radius: 10px;
	width: 120px;
	text-align:center;
	padding: 3px 10px;
	cursor: pointer;*/
	background: url(../img/common/btn_reserve_login.png) no-repeat left top;
	border-radius: 0;
	text-indent: -9999px;
	width: 131px;
	height: 34px;
border: none;
}
.member_form {
	width: 900px;
	margin: 0 auto;
}
.member_form table {
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.member_form th {
	padding: 5px;
	background-color:#888;
	color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.member_form td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
}


.member_form td.noborder {
	border-top:none;
	border-left:none;
	border-right:none;
}
.member_form td.noborderR {
	border-top:none;
	border-left:none;
}
.member_form td.caution {
	background-color:#efefef;
	font-weight:bold;
}
.member_form td.sample {
	background-color:#efefef;
}
.member_form input {
	padding: 3px;
}
.member_form select {
	padding: 3px;
}
.member_form label {
	margin-right: 14px;
}
.member_form .require {
	font-size: 80%;
	font-weight: bold;
	color:#f00;
}
.member_form .select_require {
	font-size: 80%;
	font-weight: bold;
	color:#00f;
}
input[type=submit] {
	display: block;
	margin: 10px auto;
	background-color:#e50e0f;
	border: 1px solid #e50e0f;
	color:#fff;
	border-radius: 10px;
	width: 160px;
	text-align:center;
	padding: 3px 10px;
	cursor: pointer;
}

/** 先生から探す**/

.monthTable {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	display: none;
}
.monthTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.monthTable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.monthTable .daylabel {
	width: 100%;
	background-color:#ddd;
	text-align: center;
	padding: 10px 0;
}
.monthTable .memoarea {
	text-align:center;
}
.monthTable .reserve caption {
	color: #aa2;
}
.monthTable .reserve td {
	padding: 5px 0;
	max-width: 120px;
}
.monthTable .timelabel {
	/*width: 120px;*/
}
.monthTable .reserve .btnEmpty {
	background-color:#f6e;
	border: 1px solid #66f;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	width: 80px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
/*	padding: 2px 5px;*/
}
.monthTable .reserve .btnEmpty:hover {
	background-color:#ccfaff;
}

.monthTable .reserve .btnFull {
	background-color:#69f;
	border: 1px solid #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	width: 80px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
/*	padding: 2px 5px;*/
}

.monthTable .reserve .btnReserved {
	background-color:#fec;
	border: 1px solid #f66;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	width: 80px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
/*	padding: 2px 5px;*/
}

.monthTable .reserve .btnDeny {
	background-color:#69f;
	border: 1px solid #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	width: 80px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
/*	padding: 2px 5px;*/
}
.monthListUL {
	display: inline-block;
	height: 22px;
}
.monthListUL li {
	width: 120px;
	float:left;
	margin: 0 10px;
	border: 2px solid #f00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(100,100,100,0.6);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,0.6);
	-moz-box-shadow: 3px 3px 3px rgba(100,100,100,0.6);
	-o-box-shadow: 3px 3px 3px rgba(100,100,100,0.6);
	-ms-box-shadow: 3px 3px 3px rgba(100,100,100,0.6);
	text-align: center;
	cursor: pointer;
	background-color:#fff6f6;

}
.selectMonth .customSelectInner {
	width: 180px !important;
}

.instructor_profile,
.room_profile,
.nishitani_profile {
	width:130px;
	float:right;
	font-size: 10px;
}


#reserve-add {
	width: 800px;
}
#reserve-add .roominfo{
	border-collapse: collapse;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 30px;
	width: 400px;
}
#reserve-add .roominfo th{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
	background-color:#888;
	color:#fff;
}
#reserve-add .roominfo td{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
}
#reserve-add .selecttype {
	background-color:#fff;
	border: 2px solid #e50e0f;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-bottom:20px;
}
#reserve-add .selecttype .label {
	font-weight:bold;
	text-align:center;
	background-color: #d66;
	border-bottom: 1px solid #e50e0f;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	color:#fff;
	padding: 5px 0;
}
/*#reserve-add a{
	display: block;
	margin: 10px auto;
	background-color:#e50e0f;
	border: 1px solid #e50e0f;
	color:#fff;
	border-radius: 10px;
	width: 100px;
	text-align:center;
	padding: 3px 10px;
}*/

#reserve-add .selecttype table{
	border-collapse: collapse;
	margin: 10px auto;
}
#reserve-add .selecttype table tbody {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
#reserve-add .selecttype th{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
	background-color:#888;
	color: #fff;
}
#reserve-add .selecttype td{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
	background-color:#fff;
}
#reserve-add .selecttype td input[type=text] {
	border: 1px solid #666;
}
#reserve-add .selecttype .radio label {
	padding-left: 10px;
	margin-right: 20px;
}
#reserve-add .selecttype .select_require,
#reserve-add .selecttype .require {
	font-size: 12px;
	color:#f33;
}
#reserve-add .selecttype .caution,
#reserve-add .selecttype .sample {
	font-size: 12px;
	color:#666;
}
#reserve-add input[type=submit] {
	display: block;
/*	margin: 10px auto;
	background-color:#e50e0f;
	border: 1px solid #e50e0f;
	color:#fff;
	border-radius: 10px;
	width: 120px;
	text-align:center;
	padding: 3px 10px;
	cursor: pointer;*/
	background: url(../img/common/btn_noregist_reserve.png) no-repeat left top;
	text-indent: -9999px;
	border: none;
	width: 147px;
	height: 32px;
	border-radius: 0;
}


.reservelist {
	margin: 10px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
.reservelist th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
	background-color:#888;
	color:#fff;
}
.reservelist td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}


.instructorIds,.monthIdsNishitani,.monthIdsInstructor,.monthIdsRoom,.roomIdList {
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding: 0px 0 0 13px;
	background: url(../img/common/select_bg.png) no-repeat left top;
}
.instructorIds select,.monthIdsNishitani select,.monthIdsInstructor select,.monthIdsRoom select,.roomIdList select {
	width: 170px;
	margin-left: -8px;
}



#instructorList table {
	margin: 10px auto;
}
#instructorList td {
		width: 150px;
		text-align:center;
}







/* nishitani customize */
#content #tabgroup {
	background: none;
	border: none;
	padding:0;
}
ul.ui-tabs-nav {
	display: none;
}
#content #tabgroup-1 {
	border: none;
}
select#month {
	display:none;
}

/* ADD-S shimo 190623 */
#reserve_add {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #0A246A;
	border-radius: 40px;
	background-color:#e50e0f;
	color:#fff;
}
#EventDetailReserveForm input[type=submit] {
	padding: 10px 20px;
	width: auto;
	border: 1px solid #0A246A;
	border-radius: 40px;
}
/* ADD-S shimo 190623 */