/*
 * top
 */
#toplogo_wrap {
	vartical-align: bottom;
}
.toplogo_a {
	display: table-cell;
	width: 33%;
	text-align: center;
}
.toplogo {
	width: 80%;
	vertical-align: bottom;
}

#mainlogo {
	margin-bottom: 10px;
	display: block;
}

/*
 * common in all pages
 */

.valid_err {
	color: #f00;
	font-weight: bold;
}

.each_tab {
	/* width: 850px; */
}

#myTabContent {
	margin-top: 15px;
}
.week_wrapper {
	-webkit-padding-start: 0px;
}
.week {
	display: inline-block;
	vertical-align: top;
    width: 120px;
    text-align: center;
}
.week_head {
    font-weight: bold;
    margin-bottom: 4px;	
}
.week_body {
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.week_wrapper > li:nth-child(odd) .week_body{
	background-color: #f5f5f5;
}
.lesson_item {
	width: 110px;
	font-size: 12px;
	margin: 0 auto;
	margin-bottom: 4px;
}

.lesson_desc {
	text-align: center;
}

.lesson_btn_edit {
	color: #fff !important;
	/* font-weight: bold; */
	text-align: center;
	background-color: #5bc0de;
}
.lesson_btn_edit:hover {
	background-color: #31b0d5 !important;
}
.lesson_btn_cancel {
	color: #fff !important;
	/* font-weight: bold; */
	text-align: center;
	background-color: #f0ad4e;
}

.lesson_btn_cancel:hover {
	background-color: #ec971f !important;
}

.lesson_name {
	font-weight: bold;
	font-size: 15px;
}

.nvgt_area {
    background-color: #f5f5f5;
    padding: 12px 10px;
    border-radius: 6px;
}


/* bootstrapのデフォルトをオーバーライド 
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: rgb(243, 152, 0);
    border-color: rgb(243, 152, 0);
}
*/
/*
a {
    color: rgb(243, 152, 0);
}
a:focus, a:hover {
    color: rgb(243, 152, 0);
    text-decoration: underline;
}
*/