@charset "UTF-8";

.icon-description{
	    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.Today {
	cursor: pointer;
	font-weight: bolder;
	color: #008000;
	display: block;
	/*background-color: #00FF00;*/
}
.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	/*color: #000000;*/
	/*font-weight: bolder;*/
	background-color: #FFFF80;
}

li.allhol {
	background-color: #FFA0A0;
}

li.halfhol {
	background-color: #FF8000;
}

li.normal {
	background-color: #FFFFFF;
}

.event {
	/*color: #000000;*/
	/*font-weight: bolder;*/
	background-color: #FFFF80;
	width:140px;
}

li.holyday {
	color: #000000;
	background-color: #FFA0A0;
}

.teikyu {
	color: #000000;
	background-color: #FFA0A0;
	width:140px;
}

.allteikyu {
	color: #000000;
	background-color: #FF0000;
	width:140px;
}

.halfteikyu {
	color: #000000;
	background-color: #FF8000;
	width:140px;
}

li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
}
li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 1rem;
    border: none;
    border-top: 1px solid #cccccc;
}
ul.cal_ui {
    padding: 0px;
    margin: 0px;
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: 0;
}
ul.cal_ui li {
    display: block;
    text-align: center;
    width: 33.33%;
    line-height: 2.75rem;
    font-size: 0.875rem;
    list-style: none;
    cursor: pointer;
    text-decoration: underline;
}
li.cal_prev::before {
	content: "前の月";
}
li.cal_to::before {
        content: "今月";
}
li.cal_next::before {
	content: "次の月";
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main {
    clear: both;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.cal_main li {
    width: 14.28%;
    line-height: 2rem;
    text-align: center;
    list-style: none;
    font-size: 0.875rem;
    overflow: hidden;
    margin: 0.25rem auto;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	
}
