
/* A light-colored theme almost entirely in whites and light grays with black text. */
.mc-main, .mc-list {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #333;
}

.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .category-key, .mc-main .calendar-event .details,
.mc-main .calendar-events {
    background: #fff;
}

.mc-main .category-key .no-icon {
    border: 1px solid #555;
}

.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
    /*border: 1px solid #ddd;*/
    border:none;
}

.mc-main .my-calendar-date-switcher {
    padding: 4px;
    margin: 0 0 10px;
}

.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0;
}

.mc-main .my-calendar-date-switcher .button {
    font-size: .9em;
}

.mc-main .list-event .details, .mc-main td {
    border: 1px solid #eee;
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    color: #000;
}

.mc-main .my-calendar-nav li a, .mc-main .calendar-event .details, .mc-main .calendar-events {
    border: 1px solid #bbb;
}

.mc-main .list-event .details {
    background: #fafafa;
}

.mc-main .nextmonth, .mc-main .nextmonth .weekend {
    color: #777;
}

.mc-main .mc-list .odd {
    background: #e3e3e3;
}

.mc-main .odd .list-event .details {
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
}



.mc-main .current-day {
    background: #ff9;
}

.mc-main .current-day .mc-date {
    color: #000;
    background: #ff9;
}

.mc-main .weekend {
    background: #FBDCE3;
    color: #000;
}

.mc-main .mc-date {
    background: #fff;
}

.mc-main .weekend .mc-date {
    background: #FBDCE3;
}

.mc-main .nextmonth{
    background: #eee;
}

.mc-main .nextmonth .mc-date {
    background: #eee;
}

.mc-main .my-calendar-nav li a {
    color: #00a;
    background: #fff;
}

.mc-main .my-calendar-nav li a:hover {
    color: #000;
    border: 1px solid #00a;
}

#upcoming-events .past-event {
    color: #777;
}

#upcoming-events .today {
    color: #111;
}

#upcoming-events .future-event {
    color: #555;
}

.mc-main caption {
    margin: 2px 0;
    font-weight: 700;
    padding: 2px;
}

.mc-main table, .mc-main.calendar {
    width: 100% !important;
    line-height: 1.2;
    border-collapse: collapse;
}

.mc-main td {
    vertical-align: top;
    text-align: left;
    width: 13%;
    padding: 2px !important;
}

.mini td {
    height: auto !important;
}

.mc-main th {
    text-align: center;
    padding: 5px 0 !important;
    letter-spacing: 1px;
}

.mc-main th abbr {
    border-bottom: none;
}

.mc-main h3, .mc-main h3 a {
    display: block;
    border-radius: 2px;
    font-family:Arial, Verdana, sans-serif;
    /*font: 900 12px Arial, Verdana, sans-serif;*/
    margin: 3px 0;
    padding: 0;
    width: 100%;
    clear: none;
    line-height: 1;
    text-transform: none;
    letter-spacing: 100%;
}


.mc-main h3 a {
    text-decoration: none;
}

.mc-main h3 a:hover, .mc-main h3 a:focus {
    text-decoration: underline;
}

.mc-main h3 img {
    vertical-align: middle;
    margin: 0 0 0 0 !important;
    max-width:100%;
}

.mc-main .mc-list h3 img {
    vertical-align: middle;
}

.mc-main .list-event h3 {
    font-size: 1.2em;
    margin: 0;
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    position: absolute;
    left: 15%;
    width: 70%;
    padding: 5px;
    z-index: 3;
}

.mc-main .details .close {
    float: right;
    width: 16px !important;
    padding: 2px 2px 7px 7px;
}

.mc-main.mini .details .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mc-main .calendar-events {
    width: 200px !important;
    left: 0px;
}

.mc-main .list-event .details {
    margin: 5px 0;
    padding: 5px 5px 0;
}

.mc-main .mc-list {
    margin: 0;
    padding: 0;
}

.mc-main .mc-list li {
    padding: 5px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

.mc-main .mc-date {
    display: block;
    margin: -2px -2px 0px;
    padding: 2px 4px;
}

.mc-main th {
    font-size: .8em;
    text-transform: uppercase;
    padding: 2px 4px 2px 0;
}

.mc-main .category-key {
    padding: 5px;
    margin: 5px 0;
}

.mc-main .category-key ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: none;
}

.mc-main .category-key li {
    margin: 2px 10px;
}

.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}

.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
}

.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}

.mc-main .vcard {
    font-size: .9em;
    margin: 10px 0;
}

.mc-main .calendar-event .vcard {
    margin: 0 0 10px;
}

.mc-main {
    position: relative;
}

.mc-main img {
    border: none;
}

.category-color-sample img {
    margin-right: 5px;
    vertical-align: top;
}

.mc-main .my-calendar-nav ul {
    height: 2.95em;
    margin: 0;
    padding: 0;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mc-main .my-calendar-nav li {
    margin: 0 1px;
    padding: 0;
    list-style-type: none !important; /* It really is pretty important. */
    list-style-image: none;
}

.mc-main .my-calendar-nav li:before {
    content: '';
}

.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 20px;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .my-calendar-next {
    text-align: right;
}

.mc-main.mini .my-calendar-date-switcher label {
    display: ;
    float: left;
    width: 6em;
}

.mc-main.mini .my-calendar-date-switcher {
    padding: 4px;
}

.mc-main.mini td .category-icon {
    display: none;
}

.mc-main.mini h3 {
    font-size: 1.1em;
}

.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a {
    font: .9em Arial, Verdana, sans-serif;
    padding: 1px;
    text-align: center;
}

.mc-main .mini-event .sub-details {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0;
    margin-bottom: 5px;
}

.mc-main .mini-event .details img {
    width: 100%;
}

.mc-main.mini .day-with-date a {
    display: block;
    margin: -2px;
    font-weight: 700;
    text-decoration: underline;
}

.mini td {
    height: auto !important;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: 10px;
}

.mc-main .nextmonth {
    background: #f6f6f6;
    color: #888;
}

.mc-main .my-calendar-nav {
    position: relative;
}

.mc-main .my-calendar-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.mc-main .my-calendar-next {
    position: absolute;
    right: 0;
    top: 0;
}

.mc-main .nextmonth .event-title {
    opacity: .7;
}


.mc-main .nextmonth .weekend {
    color: #888;
}

.mc-main .vcard, #mc_event .vcard {
    font-size: .9em;
    background: #f6f6f6;
    padding: 10px;
    float: right;
}

.screen-reader-text {
    position: absolute;
    left: -999em;
}


.mc-main, .mc-list{
  padding:0;
}
/*.mc-main .my-calendar-nav li a, .mc-main .calendar-event .details, .mc-main .calendar-events {
    border: 1px solid #bbb;
}*/
.mc-main .mc_bottomnav{
  background: #fff;
}
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .category-key, .mc-main .calendar-event .details, .mc-main .calendar-events {
    background: #fff;
}

.mc-main .category-key {
    padding: 5px;
    margin: 5px 0 0;
}

.mc-main .category-key ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    font-size:110%;
    overflow: hidden;
    display: none;
}

.mc-main .category-key li {
    margin: 2px 10px;
    display: inline-block;
    float: left;
}


.mc-main ul.cat_1,.mc-main ul.cat_2{
    display: block;

}


.mc-main ul.cat_1 li,.mc-main ul.cat_2 li{
    line-height:24px;
}

.mc_bottomnav{
  background: #fff;
}



.mc-main .my-calendar-nav li {
    margin: 0 1px;
    padding: 0;
    list-style-type: none !important; /* It really is pretty important. */
    list-style-image: none;
}

.mc-main .my-calendar-nav li a {
    color: #00a;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 1px 20px;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .my-calendar-next {
    text-align: right;
}



.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}

.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
}

.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}

  .my-calendar-table{
    width:100%;
  }
  .my-calendar-table,.my-calendar-table th,.my-calendar-table td{
    border:1px solid #ccc;
  }
  .mc-row td{
    width: 14.285%;
    padding:5px;
    background: #fff;
  }
  .mc-row td span.mc-date{
    font-size:140%;
    display: block;
    padding-bottom: 15px;
  }




  .mc-row td.nextmonth{
    color:#ccc;
  }
  .mc-row th{
    padding:15px 0;
    text-align: center;
    color:#fff;
    font-size:120%;
    font-weight:normal;
  }
  th.day-heading{
    background: #333333;
  }
  th.weekend-heading.sat{
    background: #3399cc;
  }
  th.weekend-heading.sun{
    background: #cc0000;
  }
  abbr[title]{
    border:none;
  }

.my-calendar-table tbody{
      padding:2px;
      background: #000;
}

.mc-main caption.heading{
    color:#fff;
    margin:0;
    height:64px;
    font-size:42px;
    text-align: left;
    border:none;
    padding:10px 30px;
    background:#232c83 url(../../img/bg_caprion.png) right bottom no-repeat;
  }

  div.details{
    display: none;
  }



.mc-main .my-calendar-nav ul {
    height: 2.95em;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mc-main .my-calendar-nav li {
    margin: 0 1px;
    padding: 0;
    list-style-type: none !important; /* It really is pretty important. */
    list-style-image: none;
}

.mc-main .my-calendar-nav li:before {
    content: '';
}

.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
}


.mc-main .my-calendar-nav li a:hover,.mc-main .my-calendar-nav li a:active {
    text-decoration: none;

}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .my-calendar-next {
    text-align: right;
}


.event-title span{
    display: none;
}
.mc_open_event span,.mc_open_time .event-title span, .mc_race .event-title span, .mc_text_only .event-title span{
    display: inline;
}



td div.calendar-event.mc_race,td div.calendar-event.mc_text_only{
    display: block;
}

td div.calendar-event.mc_race img{
    display: none;
}

td div.calendar-event a{
    cursor:default;
}

td div.calendar-event.mc_race a,td div.calendar-event.mc_text_only a{
    cursor:pointer;
}

.my-calendar-nav{
   margin-bottom: 15px;
}

.mc-row td{
/*    position: relative;*/
    padding-bottom: 3em!important;
}


.td_inwrap{
/*    height:100%;*/
    height:100%;
    position: relative;

}


td div.calendar-event{
    display: block;
    padding-bottom: .2em;
}


.mc-main .category-key h3{
display: none;
}


.mc-main .mc_open_time h3 a{
    color:#333;
}

.mc-main .mc_open_time h3 a:hover, .mc-main .mc_open_time h3 a:focus{
    text-decoration: none;
    cursor: default;
}

.category-key ul{
 font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}


#toppage .my-calendar-nav{
    display: none;
}

#toppage .mc-main .category-key{
    padding-bottom: 15px;
}


.mc-main .my-calendar-date-switcher label{
    display: none;
}

.mc-main .my-calendar-date-switcher .button{
    font-size:15px;
    padding:.2em .5em;
}

.my-calendar-table{
    border-collapse: collapse;
}
.my-calendar-table,.my-calendar-table th,.my-calendar-table td{
    border:1px solid #756E6E!important;
}

div#cal_month{
    width:100%;
    text-align: center;
    margin-top: 15px;

}

div#cal_month span{
    display: block;
    font-weight: bold;
    font-size:120%;
    text-align: left;
    margin-bottom: 5px;

}


div#cal_month p{
    display: inline-block;
    width:8.3%;
    margin-left:-1px;
    border:1px solid #ccc;
}

div#cal_month p a{
    display: block;
    padding:.8em .2em;
    text-align: center;
    width:100%;
    color:#333;
}

div#cal_month p a.current{
    text-decoration: none;
    background: #FF5E95;
    color:#fff;
}

div#cal_month p a:hover,div#cal_month p a:active{
    text-decoration: none;
    background: #232C83;
    color:#fff;
}

.mc-row td{
    font-size:12px;
}

@media screen and (max-width: 979px) {

.mc-main caption.heading{
    background-image:none;
}

td div.mc_open_time {
    width:100%;
    min-height:2em;
    height:auto;
    position:relative;
    bottom:0;
    left:0;
    padding:5px 2px 5px;
    margin-bottom: 1em;
}



.mc-main .mc_open_time h3 a:hover, .mc-main .mc_open_time h3 a:focus{
    text-decoration: none;
    cursor: default;
}

div#cal_month p{
    margin-top: -1px;
    width:16.6%;
}



}
