@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 第二早蕨幼稚園 [行事予定CSS]
	/common/css/con_schedule.css

-------------------------------------------------------------- */

/* ==================================================
	base
================================================== */

@media screen and (min-width: 741px) {
body#schedule #content_wrap {
	background: url(../../schedule/images/title_bg.png) center top no-repeat;
	padding-bottom: 2em;
}
}

@media screen and (max-width: 740px) {
body#schedule #content_wrap {
	background: none;
}
body#schedule #content_wrap h1 {
	margin-bottom: 0;
}
body#schedule table th,
body#schedule table td {
	padding-left: 1em;
	padding-right: 1em;
}
}


/* ==================================================
	box01
================================================== */

body#schedule #month {
	float: left;
	width: 200px;
	background: #c09873;
	color: #fff;
	text-align: center;
	font-size: 169%;
	line-height: 62px;
	margin-right: 20px;
}
body#schedule #notes {
	float: left;
	line-height: 1.6;
	width: 450px;
}
body#schedule .control {
	line-height: 24px;
	padding-top: 30px;
}
body#schedule .control a {
	display: inline-block;
	line-height: 24px;
}
body#schedule .control a.ctrl_l {
	background: url(../../schedule/images/control_l.png) left center no-repeat;
	padding-left: 30px;
	padding-right: 20px;
	border-right: solid 1px #666;
	margin-right: 20px;
}
body#schedule .control a.ctrl_r {
	background: url(../../schedule/images/control_r.png) right center no-repeat;
	padding-right: 30px;
}

@media screen and (max-width: 740px) {
body#schedule #month,
body#schedule #notes {
	float: none;
	width: 100%;
	margin-bottom: 0.5em;
}
body#schedule .control {
	float: none;
	padding-top: 1.5em;
	text-align: center;
}
}

body#schedule table {
	width: 100%;
	border-top: solid 1px #c09873;
}
body#schedule table th,
body#schedule table td {
	border: solid 1px #cecece;
	border-top: none;
	padding: 0.75em 1em 0.5em;
	vertical-align: middle;
}
body#schedule table th {
	width: 1em;
	text-align: center;
}
body#schedule table th.day {
	background: #c09873;
	color: #fff;
}
body#schedule table th.week { background: #f5efea; }
body#schedule table .blue th.week { background: #d5eaf5; }
body#schedule table .pink th.week { background: #efd3c8; }
/*body#schedule table td { background: none; }*/
body#schedule table .blue td { background: #e7f3f9; }
body#schedule table .pink td { background: #f9eeea; }
body#schedule table strong {
	color: #a9272d;
}

@media screen and (max-width: 740px) {
body#schedule table th,
body#schedule table td {
	font-size: 90%;
}
}

body#schedule .link_pdf {
	text-align: center;
	margin-top: 30px;
	line-height: 1em;
}
body#schedule .link_pdf a {
	display: block;
	width: 600px;
	margin: 0 auto;
	border: solid 3px #cecece;
	padding: 1em 0;
	text-decoration: none;
}
body#schedule .link_pdf a:hover {
	background: #f5efea;
}
body#schedule .link_pdf a img {
	padding-left: 20px;
}

@media screen and (max-width: 740px) {
body#schedule .link_pdf a {
	width: 100%;
}
}