@charset "UTF-8";

/*
------------------------------------------------------------------------------
calendar.css
------------------------------------------------------------------------------ */

/*月間カレンダー*/
.study-calendar-header {
  position:relative;
  text-align:left;
  background-color:#efefef;
  margin:0 0 10px 0;
  padding:10px;
  font-weight:bold;
  min-height:20px;
  border-bottom:1px solid #C6C6C6;
  /*background: url("../images/background/bg_section_border.png") repeat-x scroll 0 0 rgb(239, 239, 239);*/
}

.study-calendar-header .title {
  color:#333;
}

.study-calendar-header .btn {
  position:absolute;
  top:3px;
  right:5px;
  width:220px;
}

.study-calendar-header .btn .prev {
  float:left;
  width:73px;
  height:36px;
  background:url(../images/btn_calendar_np.png) no-repeat 0 0;
  display:block;
}

.study-calendar-header .btn .next{
  float:left;
  width:73px;
  height:36px;
  background:url(../images/btn_calendar_np.png) no-repeat -146px 0;
  display:block;
}

.study-calendar-header .btn .today {
  float:left;
  width:73px;
  height:36px;
  background:url(../images/btn_calendar_np.png) no-repeat -73px 0;
  display:block;
}

.study-calendar-header .btn .prev:hover {
  background:url(../images/btn_calendar_np.png) no-repeat 0 -36px;
}

.study-calendar-header .btn .next:hover{
  background:url(../images/btn_calendar_np.png) no-repeat -146px -36px;

}
.study-calendar-header .btn .today:hover{
  background:url(../images/btn_calendar_np.png) no-repeat -73px -36px;
}

.study-calendar{
  padding: 10px;
}

.study-calendar > table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #888888;
  table-layout: fixed
}

.study-calendar > table th {
  border: 1px solid #C6C6C6;
  padding: 3px;
  background-color: #efefef;
  color: #666;
  font-weight: bold;
  background-color: #3d69b0;
  color: #fff;
}

.study-calendar > table td {
  border: 1px solid #C6C6C6;
  text-align: right;
  padding: 3px;
  height: 70px;
  vertical-align: top;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}



.study-calendar > table td.sunday {
  color:#e54242;
}

.study-calendar > table td.saturday {
  color: #1463b6;
}

.study-calendar table td.today {
  background-color: #e0e8ff;
}

.study-calendar .event {
  border: 1px solid #c6c6c6;
  /*background: #efefef url(../images/bg_calendar_event.png) repeat-x 0 0;*/
  font-size: 11px;
  text-align: left;
  color: #3d3d3d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 2px 1px 2px;
  margin: 2px 0;
}

.study-calendar .tutorial {
  border: 1px solid #73b3dd;
  background-color: #c5e9ff;
}

.study-calendar .lesson {
  border: 1px solid #71bc42;
  background-color: #cdf0b8;
}

.study-calendar .interview {
  border: 1px solid #e0b126;
  background-color: #ffeebe;
}


.study-calendar .studytime {
  background: transparent url(../images/icon_study.png) no-repeat 0 0;
  padding-left:26px;
  font-size:12px;
  color:#1f639e;
  min-height:20px;
  width: auto;
  display: block;
  text-align: left;
  margin: 2px 0;
}

.study-calendar .studytime.s1{
  background: transparent url(../images/icon_study1.png) no-repeat 0 0;
}

.study-calendar .studytime.s2{
  background: transparent url(../images/icon_study2.png) no-repeat 0 0;
}

.study-calendar .studytime.s3{
  background: transparent url(../images/icon_study3.png) no-repeat 0 0;
}

.study-calendar .studytime.s4{
  background: transparent url(../images/icon_study4.png) no-repeat 0 0;
}

.study-calendar .studytime.s5{
  background: transparent url(../images/icon_study5.png) no-repeat 0 0;
}

.study-calendar .studytime .time {
  width: auto;
  float: none;
}

.study-calendar .student{
  display: block;
  width: 10px;
  height: 11px;
  background: url(../images/s0.png) no-repeat 2px 0;
}

.study-calendar .student.s1{
  background: url(../images/s1.png) no-repeat 2px 0;
}

.study-calendar .student.s2{
  background: url(../images/s2.png) no-repeat 2px 0;
}

.study-calendar .student.s3{
  background: url(../images/s3.png) no-repeat 2px 0;
}

.study-calendar .student.s4{
  background: url(../images/s4.png) no-repeat 2px 0;
}

.study-calendar .student.s5{
  background: url(../images/s5.png) no-repeat 2px 0;
}

.study-calendar .time{
  display: block;
  float: left;
  width: 37%;
}

.study-calendar .text{
  display: block;
  float: right;
  width: 60%;
}

.study-calendar .attendance, .study-list-calendar .attendance{
  padding-left: 9px;
  background: url(../images/icon_greenlight_s.png) no-repeat left 3px;
  width: 50%;
}

.study-calendar .absence, .study-list-calendar .absence{
  padding-left: 9px;
  background: url(../images/icon_graylight_s.png) no-repeat left 3px;
  width: 50%;
}

.study-calendar .late-or-early, .study-list-calendar .late-or-early{
    padding-left: 9px;
    background: url(../images/icon_orangelight_s.png) no-repeat left 3px;
    width: 50%;
}

.study-calendar > table td.active:hover {
  background-color:#7aade3 !important;
  color: #fff;
  cursor: pointer;
}

.study-calendar .example span{
  display: inline-block;
  margin: 5px !important;
  color: #3d3d3d;
  font-size: 11px;
  width:auto;
}
.study-calendar .example .student{
  padding-left: 15px;
  height: auto;
  background-position:0 2px;
}


/*縦カレンダー*/

.study-list-calendar{
  background: #fbfbfb;
  color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 5px 12px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 12px rgba(0,0,0,0.5);
  color: #333;
  margin-bottom: 30px;
}

.study-list-calendar section{
  border: 1px solid #fff;
  overflow: hidden;
  height: 630px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.study-list-calendar .header{
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #d2d2d2 url(../images/background/bg_section_header_white.png) repeat-x 0 0;
  border-bottom: 1px solid #fff;
}

.study-list-calendar section > .header span{
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 13px;
}
.study-list-calendar .header h1{
  background: url(../images/home/icon_title_calendar.png) no-repeat 10px center;
  color: #333;
  padding: 12px 0 12px 56px;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
}

.study-list-calendar .header .month{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
  width: 80px;
  color: #333;
  text-align: center;
  font-weight: normal;
}
.study-list-calendar .header a{
  display: block;
  width: 15px;
  height: 15px;
}

.study-list-calendar .header a.next{
  position: absolute;
  top: 24px;
  right: 0;
}
.study-list-calendar .header a.prev{
  position: absolute;
  top: 24px;
  right: 95px;
}

.study-list-calendar .header .month span {
  font-size: 14px;
  display: inline;
}

.study-list-calendar .body {
  overflow: hidden;
  height:520px !important;
}

.study-list-calendar .body > table {
  background-color: #fff;
  width: 100%;
  color: #333;
}

.study-list-calendar .body > table th {
  vertical-align: top;
  font-weight: normal;
  padding: 21px 0;
  width: 75px;
  font-size: 20px;
  border-right: 1px solid #d8d8d8;
}

.study-list-calendar .body > table td {
  vertical-align: middle;
  font-weight: normal;
  padding: 21px 5px;
  
}

.study-list-calendar .body > table th span {
  font-size: 13px;
}

.study-list-calendar .body > table tr.gray th,
.study-list-calendar .body > table tr.gray td {
  background-color: #f0f0f0;
}

.study-list-calendar .body > table th.saturday {
  color: #1463a8;
}

.study-list-calendar .body > table th.sunday {
  color: #e54242;
}

.study-list-calendar table tr.today th,
.study-list-calendar table tr.today td {
  background-color: #e0e8ff;
}

.study-list-calendar table .today-study {
  position: relative;
  padding-right: 100px;
  height: 38px;
}

.study-list-calendar table .event {
  font-size: 11px;
  margin: 2px 0;
}

.study-list-calendar .studytime {
  background: transparent url(../images/icon_study.png) no-repeat 0 0;
  padding-left: 28px;
  font-size: 13px;
  color: #1f639e;
  min-height: 20px;
  width: auto;
  display: block;
  text-align: left;
  margin: 6px 0;
  z-index: 100;
}

.study-list-calendar table .today-study .studytime{
  margin-top:10px;
}

.study-list-calendar .time{
  display: block;
  float: left;
  width: 20%;
}

.study-list-calendar .text{
  display: block;
  float: right;
  width: 72%;
}

.study-list-calendar table .btn-regist-study {
  display: block;
  width: 96px;
  height: 38px;
  background: url(../images/btn_regist_study.png) no-repeat 0 0;
  position: absolute;
  top: -9px;
  right: 0;
}

.study-list-calendar table .btn-regist-study:hover {
  background-position: 0 -38px;
}

.study-list-calendar .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #fff;
  text-align: right;
  padding: 9px 0 9px 0;
  -moz-box-shadow: 0px 0px 3px #b0b0b0;
  -webkit-box-shadow: 0px 0px 3px #b0b0b0;
  box-shadow: 0px 0px 3px #b0b0b0;
}

.study-list-calendar .footer p {
  width: 230px;
  padding-right: 10px;
  float: right;
}

.study-list-calendar .footer a {
  color: #1f639e;
}

.study-list-calendar .footer a:hover {
  text-decoration: underline;
  color: #1f639e;
}
