@charset "shift_jis";
/* CSS Document */

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

	SP size CSS

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

#contents {
	padding-top: 20px;
}
#program .dayDetail {
	padding: 0 10px 20px;
	overflow: hidden;
	zoom: 1;
}
#program .dayBlock {
	float: none !important;
	margin-bottom: 10px;
}
#program .titleDay {
	padding: 5px;
	background-color: #343434;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#program .programList {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
#program .schedule {
	font-weight: bold;
	line-height: 1;
	background-color: #e6d6bd;
	padding: 10px 15px;
}
#program .schedule dt {
	font-size: 10px;
	float: left;
	margin-top: 4px;
	margin-right: 1em;
}
#program .schedule dd {
	font-size: 16px;
}
#program .programList .item {
	padding: 10px;
	border-bottom: 1px solid #e6d6bd;
}
#program .programList .item.last {
	border-bottom: none;
}
#program .programList .text01 {
	font-size: 12px;
}
#program .programList .text01 img {
	height: 14px;
	margin-left: 10px;
	vertical-align: top;
}
#program .programList .text02 {
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	margin-left: 14px;
}
#program .programList .text03 {
	font-size: 12px;
	margin-left: 12px;
}
#program .programList a {
	color: #000;
}
#program .break {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
	background-color: #f2eade;
	padding: 10px;
}
#program .break dt {
	display: inline;
	margin-right: 1em;
}
#program .break dd {
	display: inline;
}
#program .break .location01 {
	font-size: 12px;
	margin-left: 12px;
}