@charset "UTF-8";



/* -----------------------------------------------------------
 イベント情報
----------------------------------------------------------- */

#my-calendar{
    padding:0 0 50px 0;
    margin:0 auto;
    width: 70%;
}

.my-calendar-footer{
    display: none;
}

.mc-main caption {
    font-size: 20px;
    color: #fff;
    background: #666;
    padding: 15px 5px;
    text-align: center;
    caption-side: top;
}
.my-calendar-nav ul li{
    width: auto;
}


.mc-format,
.mc-time,
.my-calendar-date-switcher{
    display: none !important;
}

.mc-main {
}

.mc-main .calendar-event .details {
}
.mc-main .calendar-event .mc_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0, 0, 0, .70);
    box-shadow: 0;
    color: #333;
    overflow: auto;
}
.mc-main .details .box{
    background: #fff;
    width: 760px;
    margin: 0 auto;
    text-align: left;
}
.mc-main .details .inner{
    padding: 20px;
}
.mc-main .calendar-event .details .box{
    margin-top: 150px;
}

.mc-main .time-block p {
    color: #000;
    display: inline-block;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    position: static;
    top: auto;
    right: auto;
    background: none;
    padding: 0 !important;
    color: #988d6c;
}
.mc-main .mc-event-date{
    color: #988d6c;
}

.mc-main .imbBox{
    float: left;
    width: 250px;
}
.mc-main .textBox{
    float: right;
    width: 450px;
    margin-left: 20px;
}

@media screen and (max-width:780px){
    .mc-main .details .box{
        width: 90%;
    }
    .mc-main .imbBox,
    .mc-main .textBox{
        float: none;
        width: 100%;
        margin: 0;
    }
    .mc-main .textBox{
        margin-top: 10px;
    }
}



.mc-main .details h3.event-title {
    margin-top: 0px !important;
}
.single-event .event-title{
    padding: 0;
}

.mc-main button.closebtn{
    display: none;
}

.mc-main .details p.view-full{
    margin-top: 30px;
    text-align: center;
}

.mc-main .close{
    position: relative;
    padding: 0;
}

.mc-main .calendar-event .close{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
/*
    .mc-main .close:before{
		content:"";
		position:absolute;
		display:inline-block;
		top:20px;
		right:70px;
		width:1px;
		height:70px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
    .mc-main .close:after{
		content:"";
		position:absolute;
		display:inline-block;
		top:20px;
		right:70px;
		width:1px;
		height:70px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	*/
    .mc-main .close:hover{
        background: none;
    }

.mc-main .description{
    margin-top: 10px;
}
.mc-main .description p{
    margin-bottom: 0;
    text-align: justify;
}

.event .mc-main tr td{
    height: 4em;
    border: 1px solid #ccc;
}

.mc-main .mc_details,
.mc-main .mc_edit_links{
    display: none;
}
.mc-main img.mc-image {
    width: 100%;
    height: auto;
}

.mc-main .my-calendar-header, .mc-main .mc_bottomnav{
    background: none;
    text-align: right;
    margin-bottom: 5px;
    padding: 2px 0;
}
.mc-main .my-calendar-header a, .mc-main .mc_bottomnav a{
    padding: 10px;
}

.mc-main .my-calendar-date-switcher input[type=submit] {
    min-width: 3em;
    border: none;
    border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #666;
    color: #fff;
    cursor: pointer;
}
.mc-main .my-calendar-date-switcher input[type=submit]:hover {
    background: #999;
}

.mc-main .has-events .mc-date {
    font-weight: normal;
    background: rgba(240, 240, 240, .9) !important;
    color: #111;
}

.mc-main table .current-day .mc-date {
    background: #eae0c3 !important;
    color: #111;
    font-weight: bold;
}

.mc-main .mc_event .event-title, .mc-main .mc_event .event-title a {
    text-align: left;
}

.mc-main .event-title{
    font-size: 13px;
}



.mc-main .mc-date {
    padding: 8px 4px;
    font-size: 1em;
}

.mc-main th {
    padding: 10px 0;
    font-size: 1em;
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
}


@media screen and (max-width:640px){
    .mc-main .mc_event .event-title, .mc-main .mc_event .event-title a {
        font-size: 10px;
    }
}
