@charset "utf-8";
/* CSS Document */


th.week {
	width: 14.28%;
	text-align: center;
	background: #cff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #f;
}

td.day-play {
	text-align: center;
	height: 7em;
	vertical-align: top;
	background: #ffe;
	opacity: 0.6;
	color: #000;
	font-weight: 500;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.day {
	text-align: center;
	height: 7em;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


p.day {
}

p.day-play {
	background: #fff;
	font-weight: 700;
}

p.course-play {
	text-align: left;
	color: #000;
	font-weight: 700;
}


#golf-calender {
	width: 100%;
}
table.mounth {
	width:100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 0.5em;
}
table.mounth caption.info {
	background: #69f;
	line-height: 1.5em;
	font-weight:bolder;
	color: #ffc;
	text-align: left;
}


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

 table.mounth {
	border: none;
	display: block;
}

table.mounth thead {
	display: none;
}

table.mounth tbody {
	display: block;
}

table.mounth tbody tr {
	display: block;
}

td.day-play {
	text-align: center;
	height: 1.6em;
	vertical-align: baseline;
	font-weight: 700;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

td.day {
	text-align: center;
	height: 1.6em;
	vertical-align: baseline;
}

table.mounth tbody th, table.mounth td {
	display: list-item;
	border: none;
}

table.mounth tbody th {
	margin-bottom: 0.25em;
	list-style-type: none;
}

table.mounth tbody td {
	list-style-type: none;
}

table.mounth caption {
	display: block;
	width: 100%;
}

table.mounth .day {
	display: none;
}

table.mounth .day-play {
	margin: 0;
	display: inline-block;
	background: none; 
	text-align: left;
	font-weight: 700;
	background: #fff;
	opacity: 0.7;
	color: #000;
}

table.mounth .course-play {
	margin-left: 1em;
	display: inline-block;
	text-align: left;
	font-weight: 700;
}