@charset "UTF-8";


/* .headline1
-------------------------------------------------*/
.headline1 {
	background: url(../img/agenda/title.png) center 38px no-repeat;
}

@media only screen and (min-width:1px) and (max-width:680px){
.headline1 {
	background: url(../img/agenda/title.png) center 8px no-repeat;
	background-size: auto 75px;
}
}


/* .cont1
-------------------------------------------------*/
#agenda .cont1 {
	width: 1024px;
	margin: 15px auto 0;
}
#agenda .cont1 table {
	margin: 0 auto;
}
#agenda .cont1 table th {
	background-color: #fff3c2;
	border: 1px solid #000;
	padding: 13px 5px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
#agenda .cont1 table td {
	border: 1px solid #000;
	padding: 13px 5px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
#agenda .cont1 table td span {
	color: #ffb948;
	font-size: 20px;
}
#agenda .cont1 table .num {
	padding: 15px 10px;
}
#agenda .cont1 table .gy {
	background-color: #cfdee2;
}
#agenda .cont1 table .thdl {
	text-align: left;
}

@media only screen and (min-width:1px) and (max-width:680px){
#agenda .cont1 {
	width: 94%;
	margin: 10px auto 0;
}
#agenda .cont1 table th {
	padding: 8px 3px;
	font-size: 13px;
}
#agenda .cont1 table td {
	padding: 8px 3px;
	font-size: 13px;
}
#agenda .cont1 table td span {
	font-size: 16px;
}
#agenda .cont1 table .num {
	padding: 8px 3px;
}	
#agenda .tableov {
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 10px;
}
#agenda .tableov::-webkit-scrollbar{
	height: 10px;
}
#agenda .tableov::-webkit-scrollbar-track{
	background: #F1F1F1;
}
#agenda .tableov::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}