@charset 'utf-8';


/*
	COLOR SCHEME
 */
body {
	background-color: #fff;
	color: #444;
}

a {
	color: #a1997d;
}

a:hover {
	color: #736a42;
}

#flashMessage {
	background-color: #cf2d5a;
	color: #fff;
}

#upper {
	background-color: #cf2d5a;
}

#navi_global {
	background-color: #cf2d5a;
}

#loading {
	background-color: #cf2d5a;
}

#userinfo {
	color: #fff;
}

#upper li a {
	color: #fff;
}

#upper li a:hover {
	background-color: #e05379;
}

#navi_global ul {
	background-color: #e05379;
}

#navi_global li a {
	color: #fff;
}

#navi_global li a.current {
	background-color: #fa6189;
}

#navi_global li a:hover {
	background-color: #ff7a9d;
}

#navi_global li a.current:hover {
	background-color: #ff7a9d;
}

.articleblock header {
	background-color: #fff;
}

#calendarblock {
	background-color: #ededed;
}

#calendarblock .cal_week_inner {
	background-color: #fff;
}

#calheader .cal_weekday .weekday_label {
}



/*
	UI
 */
#flashMessage {
	height: 185px;
	filter:alpha(opacity=70);
	opacity: .7;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	line-height: 185px;
}

#topheader {
	width: 308px;
	height: 40px;
	top: 8px;
	left: 10px;
}

#topheader a {
	width: 308px;
	height: 40px;
	background: url(../image/common/logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#userinfo {
	padding: 0 20px;
	font-size: 1.3em;
	line-height: 40px;
	text-align: right;
}

#iconguide {
	height: 45px;
	font-size: 1.2em;
	line-height: 45px;
	text-align: right;
	vertical-align: top;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 99;
}

#iconguide h2 {
	display: inline-block;
	font-size: 1em;
}

#iconguide ul,
#iconguide li {
	display: inline-block;
	list-style: none;
	position: relative;
}

#iconguide li {
	margin-left: 16px;
	padding-left: 24px;
}

#iconguide li:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-family: 'icomoon';
	font-weight: normal !important;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#upper li {
	height: 30px;
	font-size: 12px;
	vertical-align: top;
	float: left;
}

#upper li a {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
}

#upper li a span {
	display: inline-block;
	height: 30px;
	padding-right: 24px;
	line-height: 30px;
	position: relative;
	vertical-align: middle;
}

#upper li a span:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	font-family: 'icomoon';
	font-weight: normal !important;
	font-size: 20px;
	position: absolute;
	top: 7px;
	right: 0;
}

#nh1 a span:after {
	content: '\e6b8';
}

#navi_global li {
	font-size: 1.3em;
}

#navi_global li a {
	width: 180px;
	text-align: center;
}

#navi_global li a span {
	padding-left: 26px;
	line-height: 40px;
}

#navi_global li a span:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-family: 'icomoon';
	font-weight: normal !important;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#navi_global li#ng1 a span:after {
	content: '\e679';
}

#navi_global li#ng2 a span:after {
	content: '\e619';
}

#contentheader {
	padding: 10px 10px 5px 20px;
	font-size: 1.6em;
	line-height: 30px;
}



/*
	calendar
 */
#calheader .cal_weekday {
	font-size: 1.3em;
}

#calheader .cal_weekday .weekday_label,
#calheader2 .cal_weekday_studio .weekday_label {
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.1em;
	top: 7px;
	left: 15px;
}

#calheader .facility {
	text-align: center;
}

#calheader .facility span {
	font-size: 1.1em;
	font-weight: bold;
}
#calheader2 .cal_weekday {
    font-size: 1.3em;
}

#calheader2 .cal_weekday .weekday_label {
    padding: 5px;
    font-size: 1.1em;
    line-height: 1.1em;
    top: 7px;
    left: 15px;
}

#calheader2 .facility {
    text-align: center;
}

#calheader .facility span,
#calheader2 .facility span {
    font-size: 1.1em;
    font-weight: bold;
}
#caltime .cal_time {
	font-size: 1.2em;
}

.lesson h1 {
	font-size: 1.4em;
	line-height: 1.2em;
}

.lesson .lesson_time {
	margin-bottom: 3px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.lesson.short_lesson .lesson_time {
	margin-bottom: 0;
}

.lesson .lesson_time:before {
	content: '\e685';
	display: inline-block;
	padding-left: .1em;
	padding-right: .4em;
	font-family: 'icomoon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
}

.lesson .instructor {
	padding-left: 1.4em;
	font-size: 1.3em;
	line-height: 1.4em;
	position: relative;
}

.lesson .instructor:before {
	content: '\e736';
	display: inline-block;
	font-family: 'icomoon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.lesson .badge {
	width: auto;
	height: 20px;
	text-align: right;
	vertical-align: top;
	letter-spacing: -.5em;
	position: absolute;
	bottom: 1px;
	right: 1px;
	z-index: 11;
}

.lesson .badge span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	letter-spacing: normal;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.lesson .badge span:after {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-family: 'icomoon';
	font-weight: normal !important;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

